- 4 Posts
- 8 Comments
Hexorg@beehaw.orgto Technology@beehaw.org•China is about to launch SSDs so small you insert them like a SIM card
1·4 months agoApparently Nintendo switch 2 is using the standard already, so it might go over better than Sony.
Hexorg@beehaw.orgto Programmer Humor@lemmy.ml•Python’s GIL Removal Reveals Second, Stronger GIL Behind It
1·6 months agoGlobal interpreter lock
On regular desktop environments I really like Guake - it’s a drop down terminal emulator similar to how old games used to do it. It’s nice for quick use here and there. Though these days I just run tilling wm with xfce-terminal. It gets the job done and still looks good.
Hexorg@beehaw.orgto Gaming@beehaw.org•What type of game do you want to play that doesn't really exist?
1·2 years agoAn MMO where is truly feels like player versus environment and not another pawn versus environment. Stop having 300 people deliver the one lost ring to the same npc for days at a time. I think one way to do it is to provide a general prompt to GPT models and have them generate a few hundred similar but different quests that get assigned per player. But also keep track of these generated differences to weave a story. Make there be more npcs than players.
Hexorg@beehaw.orgto Free and Open Source Software@beehaw.org•In your opinion, which FOSS software is by many considered "old" or "obsolete", but are in fact, in your opinion, in many ways better than the newer alternatives?
1·2 years agoI can’t quite find the blog post but I saw someone do a blog post using AWS’ map reduce on multiple servers to process a dataset… and then they redid their pipeline using bash, awk, and maybe grep and a single 8-core machine did it 100 times or so faster.
Edit: found it https://adamdrake.com/command-line-tools-can-be-235x-faster-than-your-hadoop-cluster.html
Just a side note, ActivityPub protocol - the core engine that lets all of fediverse to talk to the rest of the fediverse is… 5 years old. Every feature imaginable is still to be implemented.
Hexorg@beehaw.orgto Free and Open Source Software@beehaw.org•What do you think about Apple and its ecosystem? (And a little conversation I had with a colleague)
0·3 years agoWhile it’s true that Apple doesn’t contribute anything to being open there’s always a cost-benefit trade off. “Bad guys ™️” made chemo, but we still use it. If you’re such a big proponent of openness and you use Apple - donate some cash (as able) to an open source project. It doesn’t have to be all or none.






Its an interesting perspective, except… that’s not how AI works (even if it’s advertised that way). Even the latest approach for ChatGPT is not perfect memory. It’s a glorified search functionality. When you type a prompt the system can choose to search your older chats for related information and pull it into context… what makes that information related is the big question here - it uses an embedding model to index and compare your chats. You can imagine it as a fuzzy paragraph search - not exact paragraphs, but paragraphs that roughly talk about the same topic…
it’s not a guarantee that if you mention not liking sushi in one chat - talking about restaurant of choice will pull in the sushi chat. And even if it does pull that in, the model may choose to ignore that. And even if it doesn’t ignore that - You can choose to ignore that. Of course the article talks about healing so I imagine instead of sushi we’re talking about some trauma…. Ok so you can choose not to reveal details of your trauma to AI(that’s an overall good idea right now anyway). Or you can choose to delete the chat - it won’t index deleted chats.
At the same time - there are just about as many benefits of the model remembering something you didn’t. You can imagine a scenario where you mentioned your friend being mean to you and later they are manipulating you again. Maybe having the model remind you of the last bad encounter is good here? Just remember - AI is a machine and you control both its inputs and what you’re to do with its outputs.