• 0 Posts
  • 27 Comments
Joined 1 year ago
cake
Cake day: June 12th, 2023

help-circle
  • You can update your version of Fedora through the updater software as well but it’s a very clear separate process that is initiated manually.

    Distro version updates bring major updates to key packages - the one you’d notice most would be to Gnome, the desktop environment. There will be other things too that get only bugfix and security updates during the life of that version, and then after a while that version will lose support and you won’t get any updates at all (https://docs.fedoraproject.org/en-US/releases/lifecycle/).

    Updating is very safe and reliable. I’ve had my Fedora install at work for 3 years, updating periodically and it’s working extremely well.









  • I think we need to separate the system from the product. With Reddit they’re the same, with a single owner. With Lemmy/ActivityPub, just like with email, there’s an underlying system that nobody owns. It’s an ecosystem of pieces created by lots of different people.

    It is a good thing that people are building products on top of that. Some of them are FOSS and some of them not. As long as no-one gets too much control of the underlying system then that’s great! Users retain choice and can choose FOSS apps if they want, or they can choose something like Sync.

    I agree it would be sad if the only apps were paid, but I think a mix is a sign of a healthy ecosystem.


  • Gaming laptops are really just portable PCs. If you’re playing on them on in the usual “Keyboard and Mouse” way then you need to put it on a table to make that work properly. Maybe you could do it on a sofa but it’s very quickly going to get uncomfortable.

    Handhelds on the other hand are extremely portable and happily usable anywhere. They’re also a lot cheaper than a gaming PC! I’m a big fan of my Steam Deck and recommend it a lot, but I should admit I also have a Gaming PC which I use for multiplayer stuff with my friends




  • I bought Tametsi recently based at another recommendation thread. It’s really good - it eliminates the big issue with minesweeper which is that sometimes you have to guess. In Tametsi you always have enough information for your next move which completely changes how it feels. It almost ends up feeling more like Sudoku with the “ok so if that’s true then that can’t be true” type steps in logic.



  • Have you played Deep Rock Galactic? It’s a wonderful games where you play a dwarf mining things, fighting off bugs while you do it. You play in a group of up to 4 people trying to complete your objectives together.

    I find it really hard to explain what makes it great, so you’ll just have to trust it’s avid fan base!






  • I haven’t watched his videos but the tools are slightly better than just a hex editor. You can start by “disassembling” which decodes the hex into the set of CPU instructions. Then you can use graphical tools like IDA or Ghidra. You work through chunks of assembly and start grouping sets of instructions together into things like functions and label them. You end up with a load of (possibly labelled) boxes connected together by lines. It can be a painstaking and difficult process but the tools do help you tackle it piece by piece.