[-] folkrav@lemmy.ca 3 points 1 month ago

Yeah but then you have to watch it and think about it versus I press a button and it comes out perfect every time lol

[-] folkrav@lemmy.ca 3 points 3 months ago

Yup. I haven’t bought shaving supplies since when I bought mine in 2020. Bought a bunch of shaving cream in sticks, a decent brush with a lather bowl, an okay handle with a bunch of blades, and I still have enough supplies for years to come.

[-] folkrav@lemmy.ca 3 points 3 months ago

Yeah, with an okay card the cash backs are just too good to pass up on… literally a couple thousand a year we’d be spitting on between my wife and I just making the purchases we’d have done anyway. I wouldn’t give a crap about going back to cash if it wasn’t for that.

[-] folkrav@lemmy.ca 3 points 4 months ago

My sister’s partner is like that. His whole family is the same, from what I could see. It’s not as natural for me, despite my family not being particularly cold either. It’s a me problem, though, so IMHO it shouldn’t deter you. Keep normalizing that shit.

[-] folkrav@lemmy.ca 3 points 4 months ago* (last edited 4 months ago)

Pretty much the only thing I use Tailscale for is remotely SSHing from my phone to my home NAS, and they definitely don’t manage my keys. They do have a “Tailscale SSH” feature I don’t use…

[-] folkrav@lemmy.ca 3 points 4 months ago

I’ve had more luck with local facebook groups or word of mouth than the internet, for this stuff, in the recent years. This and some group chats are pretty much the only reasons I still have a Meta account…

[-] folkrav@lemmy.ca 3 points 7 months ago

On a hospital PC?

[-] folkrav@lemmy.ca 3 points 7 months ago

I’ll take this as a compliment, especially since English is my second language haha!

[-] folkrav@lemmy.ca 3 points 8 months ago

They couldn't charge for it, cause games were mostly offline. In this era of always-online stuff... People pay for it. Not the majority, but there are enough whales to cover for everyone, apparently... So companies do it. Gaming has become an industry. It's not run by passionate developers anymore, but by investors. Why would they not charge for it in this time and age? There is literally no incentive, from their perspective of "we're selling a product".

[-] folkrav@lemmy.ca 3 points 9 months ago

At a very low level, yes, everything is 1s and 0s. However, virtually nobody deals with binary anymore. Programming languages are abstractions over abstractions over abstractions not to have to deal with typing binary.

The point of programming languages is for humans to be able to read it and make sense out of it. It’s a way to represent in a kind of intermediate language that’s halfway between something humans can read and computers can interpret.

Say the game’s programmer wants to handle moving your character right on pressing the right arrow key. They might write some function called “handleRightArrow()”, which does whatever. Then your compiler will turn this to some instructions - read stuff in RAM at address XYZ, copy it over, etc. The original code with readable names, comments, documentation, proper organization, it’s gone. Once you decompile, it’s gonna be random function/variable names, compiler might have rewritten some parts of the implementation as automatic optimizations, unlined some functions, etc. The human readable meaning of the code is lost. It does the same thing as the original code, but it isn’t the original code either.

[-] folkrav@lemmy.ca 3 points 11 months ago

It's like a summer barbecue staple alongside burgers around here, and are sold in tons of fast food joints. Why would it he shameful in any way?

[-] folkrav@lemmy.ca 3 points 1 year ago

Python feels more like writing JS/ECMAScript without any punctuation.

I don't know Ruby enough to judge, but I'll have to say, hard disagree on this particular statement for me. JS to me feels like a bastardized C with some functional-inspired syntax tacked on top, while Python feels like writing English.

view more: ‹ prev next ›

folkrav

joined 1 year ago