I mean, the Sodom story had slightly more to it, IIRC…
- 0 Posts
- 152 Comments
“Refusing to do dumb shit reeks of privilege because there are people who can’t afford to refuse to do dumb shit” is a take right along with “curing cancer is unfair to people who already died of cancer”.
Exactly - it was well after there was a reason to hate them, but well before hating them was cool.
Maybe it’s feathers, maybe it’s Maybelline.
Aqarius@lemmy.worldto politics @lemmy.world•Mamdani’s Support for Palestinian Rights Was Instrumental to His Win, Poll Finds3·12 days agoFunny how it’s the only one that makes the headline, but only just now, when Obama announced he agrees.
Nah, I got rattled quite a number of times.
Frankly, it’s what I did, too, after coming out of Uni-level C.
My code was goddamn unreadable.
Aqarius@lemmy.worldto Ask Lemmy@lemmy.world•What are some of the weirdest songs on your playlist?2·29 days agoEspecially if it just shows up on your playlist and you tell your friends it’s just some obscure Elvis song.
OK, now that’s just weird!
Aqarius@lemmy.worldto Ask Lemmy@lemmy.world•What are some of the weirdest songs on your playlist?1·29 days agoCelentano isn’t being weird, though, he’s just proving a point
Aqarius@lemmy.worldto Programming@programming.dev•Adding a feature because ChatGPT incorrectly thinks it exists3·1 month ago…Yes, if you go back and read my fist post, you will find that I, too, refer to tabs as notation, and say: “it’s a customary txt-format notation”. And if you go to the wiki article you linked and read the sentence after the one you pasted, you’ll find it says :“ASCII tab is intended to be a human-readable format rather than machine-readable, and hence is not strictly defined.”.
Wanna see another musical notation method that doesn’t actually notate music?
+5 -6 -7 +7 -6 +5 -6 -7 +7 -6 +5 -6 -7 +7 -7 -6 +7 -7 -6 +8 +8 +8 +8 -8 +8 -9 -9 -9 +8 -8 -9 +8 -8 +7 -7 +8 +7 -7 -6
That’s a harmonica tab - the number is the hole, the sign is inhale-exhale, but to actually play the song, you need to already know the tune to Bella Ciao.
Aqarius@lemmy.worldto Programming@programming.dev•Adding a feature because ChatGPT incorrectly thinks it exists3·1 month agoYes, but it generally doesn’t, for example, record length, or rests, or dynamics… It’s not intended to fully describe a piece of music, it’s really more of a diagram of a series of notes, specific to a guitar layout, that instruct you on playing a melody you’re presumed to already know the sound of.
Aqarius@lemmy.worldto Programming@programming.dev•Adding a feature because ChatGPT incorrectly thinks it exists6·1 month agoIt’s not really used by “a tool”, it’s a customary txt-format notation for guitar. People use it to learn/teach how an existing song is played, it’s not intended to actually notate music.
It’s a joke on a tweet about a guy spending a multi-hour flight just staring straight ahead.
Aqarius@lemmy.worldto Nintendo@lemmy.world•Nintendo is restricting the Switch 2's USB-C port — most third-party docks and accessories won't work thanks to proprietary protocolsEnglish32·1 month agoThen it’s not a USB-C port.
Frankly, even the Buckley version is worse than the original. The song has a bad case of the “Born in the USA” syndrome.
Aqarius@lemmy.worldto Games@lemmy.world•Restricted data once again leaked on War Thunder forumsEnglish16·2 months agoI imagine that’s handed out by state security.
Aqarius@lemmy.worldto Games@sh.itjust.works•Duke Nukem Rights Acquired by Devil May Cry and Castlevania ShowrunnerEnglish5·2 months agoJust get Gianni Matragrano on the team and let him go nuts.
Essentially.
A straightforward example would be an equation system: 2x+4y=10, 3x+5y=13. You could solve it manually, or you could call Cramer’s rule and plug the numbers into the formula:
Ax+By=C
Dx+Ey=Fx=[CB/FE]/[AB/DE] = (CE-BF)/(AE-BD)=(10*5-4*13) / (2*5 - 3*4) = (50-52)/(10-12)=1,
y=[AC/DF]/[AB/DE]=AF-CD / AE-BD = -4/-2=2Pure algo, no thinking required. Also note that you don’t strictly need x to get y and vice versa.
In a more complex example: You’re making a program to draw something in 2D. You could implement mirroring, rotation, scaling etc…, or, you could declare each point (xy) a vector V=[X Y], implement matrices, and then V times [1 0/0 1] gives you V, [-1 0/0 1] gives you V mirrored on the Y axis, [1 0/0 -1] mirrors on the X axis, [j 0/0 j] scales it by j, [cosw -sinw/sinw cosw] rotates it by w… Makes life much easier.
That seems…exploitable.
Like, how hard could it be to make the bet and just throw it yourself?