sorted by: new top controversial old
[-] AdamBomb@lemmy.sdf.org 6 points 5 days ago

So, iPhones retain their value better?

[-] AdamBomb@lemmy.sdf.org 1 points 1 week ago

Not any language. I code professionally in F# which has semantic whitespace and it has literally never been an issue for me or my team. In contrast to Python, it’s a compiled language and the compiler is quite strict, so that probably helps.

[-] AdamBomb@lemmy.sdf.org 9 points 1 week ago

They hated him because he spoke the truth

[-] AdamBomb@lemmy.sdf.org 1 points 2 weeks ago

I really only bought Returnal and Stellar Blade on PS5, and they're both either on or coming to PC anyway.

OK, I also bought Elden Ring and Final Fantasy 16, but of course ER is already on PC and FF16 is also coming to PC. (Do not buy FF16, it is a terribly shallow RPG and also terribly shallow action game with terribly shallow characters)

[-] AdamBomb@lemmy.sdf.org 2 points 3 weeks ago

I've been using Windows personally and professionally since 3.1, and Windows 11 was the last straw that finally got me to jump over to Linux for my home PC. I hate what Windows has become but I've got a lot of history with it. My experience with Linux (Mint FWIW) has been as smooth as it ever was in Windows, neither of which was perfect. I'm a definite convert from Windows and would encourage most people to consider taking the leap themselves.

I gotta disagree with you about modern Powershell and terminals in Windows, though. Good terminal? Windows Terminal has been around for years now. It's fast and functional. Whether Powershell's parameters are "sane" is probably a matter of taste, but I'm definitely willing to stick up for its usability. Yes, the parameter names are much more verbose, but they all get tab completion out of the box, and you don't have to type the full names at all, just enough of the start of the name to be unambiguous. For personal automation scripts, I think Powershell is way ahead of Bash. Parameters get bound automatically without needing to write for/case loops with getopts. You can write comments at the top of the file that automatically get integrated into Powershell's help system. Sending objects through the standard pipeline means you spend a lot less time and code just parsing text.

[-] AdamBomb@lemmy.sdf.org 3 points 3 weeks ago

Wait, this is for a Raspberry Pi? I thought we were talking about Linux as a desktop OS. You wouldn’t run Windows on a Raspberry Pi, so while I’m sorry you’re having trouble with your Pi’s fans, I don’t see how that’s relevant to the merits of Linux as a desktop OS.

[-] AdamBomb@lemmy.sdf.org 4 points 3 weeks ago* (last edited 3 weeks ago)

Is that supposed to be a real example? It’s just that fans are controlled by the BIOS, not the OS, so fixing a fan problem would usually involve either updating your firmware, which I have never seen done via a terminal command, or changing a BIOS setting, which could involve rebooting and holding a key like F2 to enter the BIOS settings menu (not Linux, usually a quasi-graphical mouse-driven UI) to change something there.

[-] AdamBomb@lemmy.sdf.org 7 points 3 weeks ago

I really don’t understand the objection to using a terminal to get things done. It’s just a window that you can type text commands into. You don’t even have to come up with the commands on your own, you find the ones that solve the problem on the internet, copy and paste, and boom problem fixed. How is this different from looking up a solution to a Windows problem that walks you with a series of pictures through using Regedit or Group Policy Editor, only instead of pasting text into a terminal, you have to click through dozens of menus, trees, and tabs to find the setting you need to change? You’re still looking up solutions online in either case, but the Windows solutions require navigating windows with dozens of mouse clicks versus copying and pasting some text in Linux.

[-] AdamBomb@lemmy.sdf.org 10 points 3 weeks ago

I would get such schadenfreude from each and every MAGA dipshit who actually takes this offer up

[-] AdamBomb@lemmy.sdf.org 16 points 1 month ago

I was so excited about the potential of the PS5 hardware, yet here we are and I’ve only really bought 2 games really made for it: Returnal and Stellar Blade. In the same timeframe I’ve also bought and played at least a dozen bangers on my Steam Deck, some of those being new releases like Hi-Fi Rush that the Deck could play flawlessly. AAA is an albatross.

[-] AdamBomb@lemmy.sdf.org 1 points 1 month ago

Thanks, I did try Terminator, but it didn't seem to have the kind of C-Tab MRU tab switching I was after. BTW, it looks like the two I did find also support multi-pane terminals with arrow key navigation. Thanks for taking the time to reply!

[-] AdamBomb@lemmy.sdf.org 1 points 1 month ago

MRU means Most Recently Used. Sorry if that wasn't clear.

16
submitted 1 month ago* (last edited 1 month ago) by AdamBomb@lemmy.sdf.org to c/linux@lemmy.ml

I'm new to Linux; I fled from Windows in the wake of 10-11 ever-accelerating stream of bullshit.

Anyway, I have major muscle memory for MRU window and tab switching with alt-tab and ctrl-tab. Edit for clarity: I also want to be able to navigate to the Nth most recent tab by holding Ctrl and pressing Tab N times, then releasing Ctrl. I use it all the time to switch windows, switch browser tabs, and switch IDE tabs. In Windows, I could also switch Terminal tabs in MRU order, and I miss this in Linux. My distro (Mint) comes with gnome-terminal, which as far as I can tell doesn't expose MRU switching as an option.

Is there an alternative terminal that does support this, ideally with ctrl-tab? Alternatively, if you use MRU switching in other contexts but not in your terminal, what do you use instead?

UPDATE

After installing many different terminals and poring through documentation of widely varying quality, I have found at least two terminal emulators that just do what I want, out of the box: Konsole and QTerminal. I'll dive deeper into the relative merits of these two for now. If you know of another terminal that does what I described, or any crucial info about either Konsole or QTerminal, please let me know!

view more: next ›

AdamBomb

joined 1 year ago