Population expansion is exponential but the tram moves at constant velocity, so by the time it reaches the end of the track of 8bn people there will be an exponentially increasing number of people further down the track.
eleijeep
- 0 Posts
- 9 Comments
The bottom one will kill an infinite amount of people in finite time.
instantaneously FTFY
I checked your Mastodon timeline but I don’t see the post, only the one where you relate the story.
Yes the volunteer software authors should work to the beat of the drum of the baying and braying users who insist on using cutting edge software before its wider ecosystem has adapted to its novelties. A very good point.
It really is a shame that they force you to update to the new version. If only there was some way to continue using the existing Gnome version until the extensions have been updated by their authors.
eleijeep@piefed.socialto Fuck AI@lemmy.world•I know what I'm reading this afternoon!English81·4 days agoI read one of his novels, I mean blog posts, once. It was so long I had to get a screen reader to read it to me like a podcast because I just didn’t have the time to scroll through that wall of text.
I was nodding along the whole way. Yeah yeah it was all stuff I agree with. But there was not a single original thought in that ~1 hour of screen-read text (at 150% speed no less). I felt like I had wasted my time bothering to read this novel, I mean blog post.
If you are a choir that wants to be preached to, and you want to hear someone with a name that other people recognise play the greatest hits of your anti-AI sentiment then it’s great. Otherwise, you’re really not missing anything by ignoring every single thing posted here under his name. You get the exact same rhetoric from the memes posted to this community and every other.
Instead I would recommend pluralistic blog (Cory Doctorow) who actually has original thoughts on the industry, the economy, and what activists can do to help their communities.
eleijeep@piefed.socialto Games@lemmy.world•"ATOMFALL: I can’t believe England exists in real life." - WarlockracyEnglish91·6 days agoI haven’t seen this youtuber’s videos before. Do they normally drop 40 minutes of spoilers for a game that came out just 6 months ago? I thought this was going to be a review and it turned into a walkthrough less than 10 minutes in.
eleijeep@piefed.socialto Games@lemmy.world•The Video-Game Industry Has a Problem: There Are Too Many GamesEnglish23·8 days agoThere are multiplayer games from 30 years ago that still have 30 people who play on the first Friday night of each month, and they will put that in their calendar and keep the game alive.
The idea that multiplayer games need huge communities of players otherwise they are “dead” is what is killing multiplayer games.
You get incremental backups (snapshots) by using
To use this you pass in the previous snapshot location as DIR and use a new destination directory for the current snapshot. This creates hard links in the new snapshot to the files which were unchanged from the previous snapshot, so only the new files are transferred, and there is no duplication of data on disk (for whole-file matches).
This does of course require that all of the snapshots exist in the same filesystem, since you cannot hard-link across filesystems.