Rust is esperanto because its only actually used by a small group of nerds,
python is russian because everything made in it is unreliable.
Rust is esperanto because its only actually used by a small group of nerds,
python is russian because everything made in it is unreliable.
Copyright =/= liscence, so long as they arent reproducing the inputs copyright isnt applicable to AI.
That said they should have to make sure they arent reproducing inputs. Shouldnt be hard.
Gotta be mm to make sense unfortunately, Linux-GUN 7.62.11
Easy, GNU->GUN
Oh and try blocks.
Its mainly a matter of stabilizing existing features in the language - there are rust modules in the linux kernel as of 6.1 but they have to be compiled with the nightly compiler.
Rust is a very slow moving , get it right the first time esque, project. Important and relatively fundamental stuff is currently and has been useable and 99% unchanging for years but hasnt been included in the mainline compiler.
Also certain libraries would be fantastic to have integrated into the standard library, like tokio, anyhow, thiserror, crossbeam, rayon, and serde. If that ever happens though itll be in like a decade.
For what its worth browsing directories full of hundreds to thousands of 4k images with previews is seamless : )
grub menu. all my timeshift snapshots show up there. for /home i just backup to a usb with deja dup.
Btrfs snapshots have saved my ass a few times with bad updates.
how fast is it?
definitely not lol. Its my daily driver pc. I just have a spare drive and an empty slot.
its neat, u can get 4k 240hz out of the usb4 output. Lm sensors didnt pick up the cpu temps. It’s VERY quiet, and the drives have an active heat sink on em. The nvme drive runs at around 40C.
Yeah mega transfers. 1 transfer is 8 bytes. the DD in DDRX is double data so it can send 2 transfers per channel per clock. CPUs pretty much always use 2 channels, so the formula is just GBps = 32 * MT/s. My PC has 6000MT/s DDR5 in a dual channel config so thatd be 192GBps.
Idk how apple is getting above 300GBps, maybe theyre counting the integrated GPU as part of the total. GPUs often have 4 or 6 or 8 channels so thatd make sense…
I mean, windows is so…
Whats that do?
Yeah but you cant really obfuscate your message destination and timing without using onion routing, and really thats just making it more expensive to compromise and run. That said other things here do make it seem like a honeypot…
Its fully open source though, even the server. Might not be that hard to fork it and let people host their own servers.
so to briefly answer the question in the title after reading the article : i dunno maybe prepared statements
Windows is as much to blame as any affected languages tbh.
For what its worth , the cache locality of Vec<Box<Dyn trait>> is terrible in general, i feel like if youre iterating over a large array of things and applying a polymorphic function you’re making a mistake.
Cache locality isnt a problem when youre only accessing something once though.
So imo polymorphism has its place for non iterative-compute type work, ie web server handler functions and event driven systems.
C# is good too. If you havent heard of lobster you should look into it.