this post was submitted on 07 Sep 2024
524 points (97.6% liked)

Technology

58063 readers
3097 users here now

This is a most excellent place for technology news and articles.


Our Rules


  1. Follow the lemmy.world rules.
  2. Only tech related content.
  3. Be excellent to each another!
  4. Mod approved content bots can post up to 10 articles per day.
  5. Threads asking for personal tech support may be deleted.
  6. Politics threads may be removed.
  7. No memes allowed as posts, OK to post as comments.
  8. Only approved bots from the list below, to ask if your bot can be added please contact us.
  9. Check for duplicates before posting, duplicates may be removed

Approved Bots


founded 1 year ago
MODERATORS
 

Discord isn’t exactly known for generous file-sharing limits, still, the messaging app offered a 25MB limit to free users. The company has now updated its support page to reflect the upload limit for free users has been lowered to 10MB.

you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 32 points 1 week ago* (last edited 1 week ago) (40 children)

25 MB wasn't even enough to send a single full res screenshot of my desktop.

Its 2024 and we still lack the basic functionality of file sharing between peers without a corp dictator restricting and snooping.

Not that the functionality does not exist (p2p, literally) but if my grandma cant receive the family pictures its not basic.

EDIT: it is possible i am remembering this from when it was 8MB.

Empty desktop is just a few kb but it was not that hard to open enough stuff to exceed 10MB

Til that i have been sending screenshots of only half my screen for not reason

[–] [email protected] 7 points 1 week ago (21 children)

The issue is the absence of being able to port forward in a lot of places. UPNP exists on some networks but it's usually disabled. But if we want actual peer to peer we're going to need to implement some way to accept incoming connections EVERYWHERE.

[–] [email protected] 14 points 1 week ago (4 children)
[–] [email protected] 4 points 1 week ago (1 children)
[–] [email protected] 15 points 1 week ago (1 children)

it doesn't need NAT topology, at all. There is literally zero reason to use it. Direct P2P networking is so much easier over ipv6

[–] [email protected] 1 points 1 week ago (1 children)
[–] [email protected] 5 points 1 week ago

yeah, under IPv6 based home networking, you just assign a block of addresses to a home, 512 or something, for example, and then you just use a stateful firewall to do the same exact thing that a NAT + a stateful firewall would be doing on a traditional IPv4 network.

Nothing stops you from using a NAT if you felt like you wanted your networking to be more complicated for no reason. But you probably shouldn't.

There are potential benefits for the anonymization of traffic (though this is probably easy enough to defeat by simply sniffing for all traffic across the IP block) a denial of service wouldn't be super important anymore, as you could just engage in round robin across the other IPs, unless of course you DOS'd every IP all at once, but that would be super fucking obvious and trivial to deal with. Though it might kill an individual computer in the network due to traffic influx.

You could still engage in DHCP IP handouts, which would actually be beneficial in terms of traffic anonymization in this case. Especially on a high frequency basis. Similar to the effects of NATing on an IPv4 network.

Plus you could still grab a static IP address per device, and then just pass through firewall rules to allow external connections or whatever you please. No forwarding required.

load more comments (2 replies)
load more comments (18 replies)
load more comments (36 replies)