I only know this because of SAO Abridged.
Hello! My name is Cobalt Swiftpaw. I’m here for memes and art.
Previously /u/PirandelloKruger723 on Reddit.
- 0 Posts
- 40 Comments
How Can Mirrors Be Real If Our Eyes Aren’t Real
Pipewire or the pulseaduo Bluetooth codec add-on. The pipewire implementation seems to be mimicking the old pulseaudio plugin.
ProgrammingSocks@pawb.socialto Programmer Humor@programming.dev•Thinking I could clean up my files in a SIGINT handler1·5 months agoYou could try enabling systemd-oomd. It’s a userspace OOM killer and seems to be aggressive enough to mostly stop that from happening.
It’s stupid to participate on either side of this discussion. If you think it’s not a “real” language you are applying a 100% arbitrary definition to it, and if you say it is a “real language” you are conceding that calling it “not real” even makes sense in some way (which it doesn’t).
Personally I like languages with real and strong data types but people are free to use whatever language they like most.
ProgrammingSocks@pawb.socialto Technology@lemmy.world•[September 2024] JD Vance says US could drop support for NATO if Europe tries to regulate Elon Musk’s platformsEnglish3·6 months agoThey don’t need to do that, feds already have access to all of your banking information.
ProgrammingSocks@pawb.socialto Technology@lemmy.world•Apple Quietly Introduced iPhone Reboot Code Which is Locking Out CopsEnglish11·6 months agoGrapheneOS periodically (once a day or so) forces me to put in the passcode. If this isn’t a stock Android feature that’s another reason to use Graphene. It also has a “lockdown” button in the power button menu that forces the same behaviour.
Not necessarily. I don’t have the numbers in front if me, but there is actually a probability that, past that point, something is so unlikely that you can consider it to be impossible (I.e. will never happen within the lifetime of the universe)
ProgrammingSocks@pawb.socialto Technology@lemmy.world•Men Harassed A Woman In A Driverless Waymo, Trapping Her In TrafficEnglish242·8 months agoDo you have any idea how deranged this sounds to the rest of the world
ProgrammingSocks@pawb.socialto Not The Onion@lemmy.world•Man amputates penis with an axe after consuming psilocybin mushroomsEnglish3·8 months agoHonestly it doesn’t matter if this is true. Alcohol is so much more dangerous and legal.
ProgrammingSocks@pawb.socialto Technology@lemmy.world•Reddit is making sitewide protests basically impossibleEnglish2·8 months agoReddit, like all major social media, has really been making me feel like dead internet “theory” is real.
ProgrammingSocks@pawb.socialto Technology@lemmy.world•OpenAI Execs Mass Quit as Company Removes Control From Non-Profit Board and Hands It to Sam AltmanEnglish72·8 months agoThat’s just racism, try again
ProgrammingSocks@pawb.socialto Technology@lemmy.world•OpenAI Execs Mass Quit as Company Removes Control From Non-Profit Board and Hands It to Sam AltmanEnglish3·8 months agoI always steered clear of OpenAI when I found out how weird and culty the company beliefs were. Looked like bad news.
ProgrammingSocks@pawb.socialto Technology@lemmy.world•OpenAI Execs Mass Quit as Company Removes Control From Non-Profit Board and Hands It to Sam AltmanEnglish82·8 months agoIt’s the other way around actually https://www.businessinsider.com/amazons-just-walk-out-actually-1-000-people-in-india-2024-4?op=1
ProgrammingSocks@pawb.socialto Programmer Humor@programming.dev•It's official, Rust is an anti C/C++ elitist slur4·8 months agoI mean, it’s not Rust but QMMP has existed for years. You could do a rewrite of QMMP with no issues if you really wanted to.
ProgrammingSocks@pawb.socialto Programmer Humor@programming.dev•It's official, Rust is an anti C/C++ elitist slur51·8 months agoThat’s just Rust again. Well, or Python. Shower thing still applies.
The USSR was bad but it wasn’t communist. For that it would have had to have been stateless and classless, definitionally.
ProgrammingSocks@pawb.socialto Asklemmy@lemmy.ml•What's the most polarizing thing you've ever done or said?1·8 months agoDon’t forget about ebikes being an option. They aren’t too fast or loud (legal ones anyways, just because you can buy it doesn’t make it street legal). They still help close the time gap between cars and bikes in cities. I love my ebike and its cheaper to own and operate than any motor vehicle.
ProgrammingSocks@pawb.socialto Asklemmy@lemmy.ml•What's the most polarizing thing you've ever done or said?1·8 months agoYou’re thinking of a bus.
Python is the tradeoff between ease of development and performance. If you do things the “normal” way (aka no cython) your programs will oftentimes severely underperform when compared with something written in a relatively lower-level language. Even Java outperforms it.
But, you can shit out a program in no time. Or so I’ve been told. Python is pretty far from the things I’m interested in programming so I haven’t touched it much.