…this is so much more cursed than it needs to be. If you want to bash in C just system("echo hello world");
- 2 Posts
- 121 Comments
“Write it in a paper”…I’m not sure how that works but I am very curious
Scoopta@programming.devto Programmer Humor@programming.dev•Days since last Rust Minecraft server3·2 months agoI wasn’t referring to single player
Scoopta@programming.devto Programmer Humor@programming.dev•Days since last Rust Minecraft server4·2 months agoWell yeah, we all know Minecraft’s code is terrible. I just never felt like it was noticeable without mods
Scoopta@programming.devto Programmer Humor@programming.dev•Days since last Rust Minecraft server6·2 months agoIt’s not like the Java server is slow tho, it only becomes a problem when mods are added and rust servers can’t run Java mods so it’s a moot point. Maybe if you want an insanely large number of players on a single server?
Scoopta@programming.devto Programmer Humor@programming.dev•Days since last Rust Minecraft server4·2 months agoTbh writing a Minecraft server isn’t anywhere on my list of projects to write to learn a new language but you also aren’t wrong, just wouldn’t be what I’d choose
Scoopta@programming.devto Programmer Humor@programming.dev•Days since last Rust Minecraft server112·2 months agoWhy write a server in rust? Java is already memory safe 🤔
Scoopta@programming.devto Programmer Humor@programming.dev•It’s not working! Should I blame caching?8·2 months agoUsually I do my best to blame the network with cause!
Classic Mac OS did, pre OS X aka pre 2001.
Also applies to Mac but yeah
Let’s not forget the sending unity search results to Amazon fiasco
Huh that’s actually pretty nifty, I personally use nemo but tbh I haven’t inserted a CD I don’t think ever to look at what it does
They were probably a variant of the unofficial format known as an MP3 CD. Basically CDs which contain computer audio files. CD Audio discs as specified by the redbook standard do not even have a filesystem and don’t contain files.
Fun fact, wav != PCM. Wav is a Microsoft developed format that while most often contains PCM data can actually contain a wide variety of different audio formats including MP3 data. Yes, while rare, you can put MP3 audio into the wav container and have a .wav that is compressed. CDs also do not use the wav container for their audio and there are other file formats in addition to wav which can contain PCM including aiff and au
But CDs are lossless to start? Raw PCM is raw digital audio data, it’s completely uncompressed lossless audio so transcoding to flac is the most sensible thing to do. The flac will just be transcoded back to raw PCM for output anyway, as raw PCM is what audio hardware accepts for playback.
Is a crash “completion”? If that’s what we call complete that makes my life a lot easier on some projects 😅
Scoopta@programming.devto Programmer Humor@programming.dev•It's a Unix system! Elon knows this!18·4 months ago🤔, I must not have the mind virus then as 127.0.0.1 does not loopback on my machines. Victory? Also I’d just like to point out that while hostnames can contain _ they’re not supposed to as it’s reserved for special purposes like SRV records.
I suppose, I figured most sysadmins had run it for funsies at least once…or a few times LOL.
It’s funny because you can tell whoever wrote this has never run that command. You need to either put --no-preserve-root OR
/*
. Using/*
obviates the need for the flag --no-preserve-root.
Fair, should’ve just said shell