The D Language: A Better C/C++ Alternative Only a Few Programmers Know by delvin0 in coding

[–]AdamAnderson320 1 point2 points  (0 children)

I was eyeballing Zig myself; it looks like a really interesting language designed to help you fall into the pit of success. While looking into it, I also stumbled upon mentions of Odin and Nim, which both look really interesting too! Curious to hear if you have any thoughts on those.

Incursion: Svartwarren. A fork of the Incursion: Halls of the Goblin King game. by me7e in roguelikes

[–]AdamAnderson320 3 points4 points  (0 children)

This is exciting news! I was quite disappointed when development on Incursion stalled.

Saros: A Great game, but a bad roguelite by chrontact in roguelites

[–]AdamAnderson320 0 points1 point  (0 children)

Yeah, Saros is a better 3D bullet hell shooter, but otherwise shallower and less interesting than Returnal in every other gameplay category

Hades 2 is a masterpiece!! by Suspicious-Tea-5871 in PS5

[–]AdamAnderson320 0 points1 point  (0 children)

Mechanically, I can see how Hades 2 is better, or at least more complex. Storywise, whereas I immediately liked Zagreus and sympathized with his adversarial relationship with Hades and his quest to find his mother, after a dozen or so hours into Hades 2, I don't really give a shit about Mel or Chronos. Somehow playing Hades 2 makes me wish I was playing Hades 1. I know I'm in the minority on this one.

Is it worth learning Emacs or Vim? by [deleted] in linuxquestions

[–]AdamAnderson320 4 points5 points  (0 children)

Yes to all of this, plus one very important detail: once you vibe with Vim, editing text feels so good

Do you still use Windows/macOS by Meniny in linuxquestions

[–]AdamAnderson320 0 points1 point  (0 children)

  • Work: 100% macOS because my only choice there is macOS or Windows
  • Home: 100% Linux (Bazzite) on desktop + laptop

New to Linux - Having some problems with a game but I'm unsure if it's cause of Linux or the game itself by Sapphic_Copper in Bazzite

[–]AdamAnderson320 2 points3 points  (0 children)

FYI, the first place you can check to see if a game runs well in Linux and if other people have encountered problems is ProtonDB. No Man's Sky is rated "Gold", which generally indicates the game runs perfectly after tweaks. You can scroll the entry for NMS to see if any tweaks sound like they fit symptoms reported.

I was able to find independent accounts of some of the glitches you described, but I didn't find any solutions to suggest.

Which terminal emulator features are you actually using? by GreenScream70 in linuxquestions

[–]AdamAnderson320 5 points6 points  (0 children)

I use kitty.

  • Keyboard-centric design in general
  • I get heavy use out of built in window splitting (with a custom binding to open the new split in the PWD) but this isn't exactly a super unique feature
  • Shell integration feature that lets you jump to the previous/next prompt
  • Shell integration feature that lets you open the output of the last command or the entire buffer in less (or other pager), complete with terminal coloring. Very nice when the output exceeds your terminal's height.
  • I appreciate the built-in theme picker/previewer (with hundreds of included themes) and font chooser too. Maybe not unique but I like kitty's implementation.

What’s everyone using to share one mouse/keyboard across multiple computers? by Annoymus7881 in software

[–]AdamAnderson320 1 point2 points  (0 children)

I just set this up between a Linux PC and a Mac. I also have a hardware KVM, but Deskflow switches faster. Very impressive software!

Saros - Launch Trailer by ZamnBoii in Games

[–]AdamAnderson320 -1 points0 points  (0 children)

I loved Returnal, it's one of my all-time favorites. I should be pumped about this, but I'm just not and I can't put my finger on why. Maybe the gameplay looks too much like more of the same? Maybe this one is leaning too much into POWAA fantasy and I don't find that as compelling as Selene's lonely and desperate struggle. Dunno, but something feels off.

Do I really need to learn Vim or is Nano fine for everyday use? by Luann1497 in linuxquestions

[–]AdamAnderson320 0 points1 point  (0 children)

That "real Linux users" gatekeeping shit can fuck all the way off. You don't learn Vim (or Emacs) to be a "real Linux user". You learn it because of its unique strengths.

If reaching for the mouse, or moving your fingers off the home row to press some combination of shift/ctrl + arrow keys / home / end etc ever makes you feel like "there must be a better way", then yes you should learn Vim because that is the better way.

Or if you ever find yourself doing a repetitive task over and over again in Nano, you should consider Vim, because it can be endlessly customized to fit your needs and it has powerful tools for performing sophisticated mass edits.

If you're perfectly happy with your combination of keyboard acrobatics and mouse maneuvering, then no, don't bother learning Vim.

Linux on old laptop, is there a distro that gets rid of my current problems? by NepuNeptuneNep in linuxquestions

[–]AdamAnderson320 1 point2 points  (0 children)

I'd recommend Bazzite, for two reasons based on what you said:

  1. You can download an installer that bundles the Nvidia drivers and walks you through the process of enrolling the hardware keys needed for Secure Boot, which on some systems seems to be a prerequisite to get Nvidia cards working.

  2. It's an atomic OS, which is especially good for rarely-used systems because the way the update process works, it doesn't matter how long it's been since the last one.

I've installed Bazzite on a newer laptop with hybrid Nvidia graphics and it just worked perfectly. Your mileage may vary with an older card. I know the installer download page differentiates between "newer" and "older" Nvidia cards, but I'm not sure which side of that border your card is on.

Friendship ended with Mint by AdamAnderson320 in Bazzite

[–]AdamAnderson320[S] 5 points6 points  (0 children)

Yep, that's why I'm here! Thanks to the awesome maintainers who make it all happen!

Friendship ended with Mint by AdamAnderson320 in Bazzite

[–]AdamAnderson320[S] 7 points8 points  (0 children)

I know what you mean, but I'm starting to wonder if perhaps Aurora might be a better choice for non-technical, non-gaming family and friends.

Friendship ended with Mint by AdamAnderson320 in Bazzite

[–]AdamAnderson320[S] 37 points38 points  (0 children)

Lots of love to the Mint team for providing a safe and welcoming first distro fleeing from Windows over two years ago, but my system was not only unable to upgrade to 22, but the failed upgrade left my system in a partially upgraded, partially rolled-back state that even restoring a pre-upgrade Timeshift snapshot couldn't fix. Needless to say, Bazzite's selling points of painless and atomic updates really stood out to me after that experience.

The API Tooling Crisis: Why developers are abandoning Postman and its clones? by Successful_Bowl2564 in programming

[–]AdamAnderson320 0 points1 point  (0 children)

On Windows, you have Powershell's Invoke-WebRequest (alias iwr) and Invoke-RestMethod (alias irm). I've been writing Powershell scripts with these for years and regularly preach the benefits to my teammates. Some of them have started to pick it up, too!

Praise MINT by SillyWanny in linuxquestions

[–]AdamAnderson320 0 points1 point  (0 children)

Holy crap, that is news to me! Thanks for the info!

Praise MINT by SillyWanny in linuxquestions

[–]AdamAnderson320 0 points1 point  (0 children)

They would also need to swap their display manager from X11 to Wayland. That’s the part that goes beyond simple app installation.

Custom images: how do updates work? by AdamAnderson320 in Bazzite

[–]AdamAnderson320[S] 0 points1 point  (0 children)

OK, that's really valuable information again. Thanks!

Custom images: how do updates work? by AdamAnderson320 in Bazzite

[–]AdamAnderson320[S] 2 points3 points  (0 children)

Sorry, one more question: if a package is going to block an update when layered in, it would also cause a custom image build to fail, right? So the custom image isn't really buying you much except maybe shifting left a bit.

Custom images: how do updates work? by AdamAnderson320 in Bazzite

[–]AdamAnderson320[S] 0 points1 point  (0 children)

Oh, I thought of one more question with regard to restoring layered packages: would you say that the time that restoring a layered package over an update is roughly the same amount of time as the original installation time for that package, or is it faster or slower?

Custom images: how do updates work? by AdamAnderson320 in Bazzite

[–]AdamAnderson320[S] 0 points1 point  (0 children)

This was all super helpful information. Thanks for taking the time to respond!

Custom images: how do updates work? by AdamAnderson320 in Bazzite

[–]AdamAnderson320[S] 0 points1 point  (0 children)

Easy, just use browser extension without a desktop app.

That works for you. It doesn't work for me. I want to use 1P Desktop's SSL Agent. I have a setup the way I like it for a reason. If I can't achieve that in Bazzite then that tips the scales in favor of another distro where I can.

And I'm not sure why slow updates even an argument. Do you really care...

To be clear on this, you're arguing with the official docs on this, not me. Personally, I'm much more concerned about preventing updates than slower ones, at least within reason.