Also, don’t use Windows.
- 1 Post
- 386 Comments
30p87@feddit.deto Linux@programming.dev•NVIDIA Transitions Fully Towards Open-Source GPU Kernel Modules | NVIDIA Technical Blog3·10 months agoNot including Pascal btw. And considering how buggy my PC (NVidia) is compared to my Laptop (HD Intel), I will still use AMD. Also because it will take years until the open source driver will have reached the stability, integrity and quality the AMD driver has due to contributions of Linux people.
So, you create a file with the name containing å. Then you send it to another person. They want to handle it via the command line. Because it’s more efficient. So that person needs to know said information.
Because you would need to know the code for å in all kb layouts, on all OS’s, even in a bare terminal with no way to just open the emoji picker, with or without special keys and no clipboard. Of course, tab completion or globs may help you, but not in all cases.
Try to select blåhaj.txt in a dir with blåhaj.txt and blahaj.txt present. Easy, ls bl*haj.txt | grep -i blahaj.txt. Now with blåhaj.txt and bløhaj.txt. Not as easy anymore, but doable with tail -n1 or head -n1. Now do it consistently in a script. So you again need to single out the right string, or single char, and >> it into the script so you have the special char. Then you have a component that does not like certain special chars, so you need to escape it. All because one decided to use special chars as a file name/identifier. Using [a-zA-Z0-9-_.:;,]* would be so easy.
He unironically looks so cuddly :333 Good boy <3 I bet he likes snoot boops with that smile :33
It’s annoying to type in the terminal tho.
Noooooo what did you do to that poor shonky :ccc
30p87@feddit.deto Programmer Humor@programming.dev•I meant to type "npm run dev"... What will happen now?31·10 months agoConsidering “being ruined” is a state, and not a scale, the dev is already ruined, because it’s not Linux.
No. But somebody may be.
Yes, but
- it’s unsafe, therefore not really Rust I’d argue
- it doesn’t look as good
float Q_rsqrt(float number) { long i; float x2, y; const float threehalfs = 1.5F; x2 = number * 0.5F; y = number; i = * ( long * ) &y; i = 0x5f3759df - ( i >> 1 ); y = * ( float * ) &i; y = y * ( threehalfs - ( x2 * y * y ) ); return y; }
- The C compiler, when I parse a &(float) as (long) (it’s actually an evil floating point hack to run Quake III on an X86_64 CPU emulated in Scratch running on Spotifys Car Thing) (This would never be possible in Rust)
And I hate it. Nice concept, but I don’t like neither, the language nor compiler.
No no, we do
time_t t = time(NULL); struct tm tm = *localtime(&t); tm.tm_year + 1900;
Everyone writes their web server in plain C, right?
30p87@feddit.deto Technology@beehaw.org•Vivaldi: "Many have tagged us in discussions about a specif…" - Vivaldi Social15·10 months agoSo Meet/Hangout does not work on Firefox at all? (In case the zero users who use Meet/Hangout see this)
30p87@feddit.deto PC Gaming@lemmy.ca•ASRock preps AMD GPUs for AI inference and multi-GPU systems — Creator series GPUs with dual-slot, blower-type design and 16-pin power connectors2·10 months agoDual GPU Systems are only complicated because boards need to support at least PCIe 4.0/5.0 x16 and PCIe 4.0/5.0 x8 at the same time. And I only found exactly one configuration which could work with one GPU vertically mounted, which would look much nicer, using two riser cables.
30p87@feddit.deto PC Gaming@lemmy.ca•In a sly move, Microsoft has removed the online help page that shows how to switch to a local account on its Windows 11 operating system.334·11 months agooperating system
You misspelled “spyware with a program loader strapped to it”.
I can’t even manage that in my native language.
30p87@feddit.deto Programmer Humor@programming.dev•Alcohol is my way to turn myself on and off again175·11 months agoYou misspelled KeePass
30p87@feddit.deto Programmer Humor@programming.dev•Basically the extent of my IPv6 knowledge5·11 months agoI wish everything would just default to a unix socket in /run, with only nginx managing http and stream reverse sockets.
Well in the time until Windows rebooted 15 times Windows 12 will be out.