Isn’t it Kerbie, or am I missing another layer of joke?
felsiq
- 0 Posts
- 55 Comments
Just think how many fallacies are gonna go unspoken 😭 truly a loss for the world
felsiq@piefed.zipto Programmer Humor@programming.dev•When people encounter Lisp syntax for the first timeEnglish29·4 days agoMy lisp days were back in my “IDEs are bloat” phase so that’s the only way I ever interacted with it lmao
Step one has five things, and step five has one thing - I think what they’re reacting to is that the order of the steps being reversed would make everything line up
felsiq@piefed.zipto Programmer Humor@programming.dev•When people encounter Lisp syntax for the first timeEnglish41·4 days agoLisp uses it, with the fun extra part that operators are just normal functions - so instead of
foo(bar)
you get(foo bar)
, or for operators1+1+2
becomes(+ 1 1 2)
. It’s a really fun language even just for being different than most, I def recommend playing around with it if you’re looking for something new.
felsiq@piefed.zipto Lemmy Shitpost@lemmy.world•better than most I know in FloridaEnglish14·5 days agoI’m not a fan of generalizations but i also have zero anecdotal evidence that disproves this one lmao
Dodo looks like the twister world champ
Thank you that’s very reassuring to hear
Are you all getting notifs for replies to the descendants of your comment? Am I gonna? Am I gonna regret this???
felsiq@piefed.zipto Ask Lemmy@lemmy.world•Why do iphone users still see their phones as a status symbolEnglish0·7 days agoThis is definitely one reason for their design, and Apple is shit for that, but the primary reason and the one that many iphone haters miss or trivialize is that SMS/MMS are absolutely fucking trash. There has to be a distinction because if you’re using imessage and relying on all your messages being e2e encrypted and your photos/videos not being compressed to shit, it’s important to get a blatant visual indicator when that’s not actually the case.
I’m not trying to downplay apple’s bullshit social engineering about this, that really is fucked up, but this gets misconstrued all the time as irrational users being upset by green bubbles when to (many of) those users it’s actually a huge downgrade in security and functionality that they’re reacting to.
Actually scarier, cuz I feel like moose are way more likely to fuck you up than sharks if you take into account how often humans interact with them
I have the M3 and love it, but it’s not a particularly quiet mouse so may not be the biggest upgrade sound-wise
felsiq@piefed.zipto Asklemmy@lemmy.ml•Those who custom built their PCs (or plan to), what are your specs and usecases?English0·10 days ago[email protected] would be a good place to crosspost for more answers
felsiq@piefed.zipto Ask Lemmy@lemmy.world•What are the most upbeat songs with kind of depressing lyrics?English0·11 days agoLittle talks - of monsters and men
It sounds very chill and upbeat but it’s about the loss of a loved one
A 3080 10gb is 69-71% the performance of a 9070 xt, so you’d see a pretty big jump in raw fps. For ray tracing, the 3080 is 60-76% the performance, so a similar increase there. It’s also worth keeping in mind these numbers are from the 9070xt launch, and other benchmarks have found the performance increased over time (nearly 10% iirc), so this is probably a lowball of the difference.
It’s also a much quieter card in general, though this depends a lot on the specific variant of each card you have.
I’m in the same boat with a 3080 10gb and I was really itching to snag one when the 9070xt first dropped, but personally I decided to be patient and wait for AMD’s next gen to grab an 80 class gpu (I run 4K so kinda need it).
afaik: short for janitor, and intended to be derogatory when used towards mods or admins.
I think it might have been popularized on 4chan? Idk that’s the context I’ve seen it in most and it fits their MO of shitting on people for working jobs or contributing to society at all.Seems like a pretty shitty attempt at an insult imo tho, cuz a mod and a janitor basically do the same function (cleaning the shit so nobody else has to deal with it, ensuring the place is actually nice for users) and both are critical for public places but underappreciated/underpaid.
felsiq@piefed.zipto Linux@lemmy.ml•Everytime I try to start something with Linux I fail.English0·16 days agoProton’s a compatibility layer to translate between games that want to speak to windows and a Linux system. Steam downloads it for you if you turn it on as a setting, and most of the time you shouldn’t have to worry about it past that.
For pirated games: if you have the game as a folder with a game exe rather than an installer, you can still add it to steam pretty easily as a non-steam game and then just enable proton. If it has an installer this can still work, but it’s more of a pain cuz you have to add the installer to steam, run it with proton, and then switch the steam entry’s file location to the newly installed game. I honestly don’t recommend doing it that second way, I’m chronically allergic to bloat (arch btw) and even for me this is a dumb hacky work around.
One I notice in myself: a lack of fear about police interactions. I can deal with cops without worrying that they’ll assault/kill/kidnap me and drop me in the middle of nowhere for a laugh - not everyone has that privilege (though I’d call it more of a right) and I can only imagine it makes a big difference.
felsiq@piefed.zipto Ask Lemmy@lemmy.world•Who is the next Daft Punk (earlier stuff) to you?English0·20 days agoNightcall by kavinsky isn’t exactly what OP is looking for imo but absolutely worth a listen anyway
I only really use LLMs for project ideas, naming things, or recipes, but it’s great for those. For recipes especially, trusting the gaslight machine adds an extra layer of suspense and fun to cooking or baking.
It’s also fun, but not useful, to ask Linux questions - chatgpt specifically told me to restart dbus while in an active GUI session when I asked it about a simple case of unintended behaviour. It’s probably the dumbest Linux advice I’ve heard to date, so I got a lot of enjoyment out of trying it to see how bad it would fuck things up