AdamBomb
@AdamBomb@lemmy.sdf.org
- Comment on Comic Sans Got the Last Laugh 2 weeks ago:
Ah man I really liked the OVAs. Wish there were more. Didn’t care for the characterization in the TV series.
- Comment on OpenAI to remove non-profit control and give Sam Altman equity 1 month ago:
This is an informative answer, thank you
- Comment on OpenAI to remove non-profit control and give Sam Altman equity 1 month ago:
But wouldn’t he have to repay such loans?
- Comment on Microsoft is bringing annoying Windows 11 Start menu ads to Windows 10 2 months 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 withgetopts
. 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. - Comment on Microsoft is bringing annoying Windows 11 Start menu ads to Windows 10 2 months 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.
- Comment on Microsoft is bringing annoying Windows 11 Start menu ads to Windows 10 2 months 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 updating your firmware, which I have never seen done via a terminal command.
- Comment on Microsoft is bringing annoying Windows 11 Start menu ads to Windows 10 2 months 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.
- Comment on I know this is PatientGamers, but can we discuss how even the current generation of consoles seems to ask for patience as they aren't that many games 4 years after their release? 3 months 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.
- Comment on Elon Musk claims he is training “the world’s most powerful AI by every metric” 3 months ago:
Meh. It’ll still have all the weaknesses of other LLMs.
- Comment on Loading like a 90's dell computer 3 months ago:
Quick solution: when you don’t understand what someone just said, wait a few seconds before asking what.
- Comment on AI-Powered Super Soldiers Are More Than Just a Pipe Dream 4 months ago:
Sure, let a text generator try tactics
- Comment on I Will Fucking Piledrive You If You Mention AI Again — Ludicity 4 months ago:
Spot on description
- Comment on Are you prepared for the ramifications of windows 10 EoL? 6 months ago:
I did that this year, smooth sailing so far!
- Comment on Reddit embracing all out enshittification 6 months ago:
All true, and I hate it too
- Comment on Reddit embracing all out enshittification 6 months ago:
Jfc people came to Reddit because up until now they were getting replies from real people with that have no financial interest in the outcome. This completely subverts everything people valued about Reddit. This fucking guy.
- Comment on Older patient gamers: what is your preferred gaming platform? 6 months ago:
Just turned 50, same! Plus a PS5 because previous generations had good exclusives and I expected the same this gen.
- Comment on Older patient gamers: what is your preferred gaming platform? 6 months ago:
I’m not the OP but I just built a gaming PC and switched to Linux. No regrets so far. I picked Mint and it went smoothly. Just had to install more updated graphics drivers.
- Comment on [deleted] 6 months ago:
You should check the compatibility of your most important games on Protondb.com. Your other windows software might work on WINE, too.
- Comment on I used to be with it, then they changed what "it" is 6 months ago:
It’s an intentional misspelling of “own”. The letter p is next to o on the keyboard. I think it was meant to mimic the frantic typing of a sweaty competitive trash talker.
- Comment on Microsoft is blocking Windows Customization Tools 7 months ago:
Almost plausible, except their search doesn’t fucking work either. I have repeatedly had the experience of typing the exact name of a program I know I have installed only for it not to appear in the incremental results. Sometimes programs will appear if you type less than the full name but then disappear if you dare type all of it. Sometimes the only way for me to find programs I want is to use an alternative launcher like the one in PowerToys. The last time start menu search actually worked was Windows 8.1. I fucking hate it, and it has driven me to make the leap to Linux for my personal computer, I am loving it so far.
- Comment on Functional Programming vs. Object Oriented Programming 9 months ago:
Yeah, me too.
Signed, an F# programmer.
- Comment on If you had to choose one programming language that you had to use for the rest of your life, what would it be? 11 months ago:
Get around to it, F# is fantastic! 😄
- Comment on Ow yeah 1 year ago:
Congrats! Not only is it nice to be able to get more done in your IDE, but JetBrains data tools have a lot of rich functionality. When you add a connection, it will default to bring local to the current project, but you can promote them to be global and available from all projects if you’re in a multi project situation like I am.