A devastated Software Systems student, libre software promoter. Sometimes I draw pixel art. Very fond of classical Computer Science and Touhou project.
I could only tolerate ElectroBoom-style “This video is sponsored by oscilloscope company” ads.
Haha, I want to see a race condition going on with real matter.
It’s more efficient for memory until you start working with different data. Threads also rely on the same syscall on Linux, clone(2), but they don’t share the entire context by default, so they’re more lightweight. It is recommended to use pthreads(3) API instead of fork(2).
If you fork a process, then it’s the two separate processes but sharing the same memory with copy-on-write mapping.
Add a user agent checker to your website and add tag: ‘Your browser, Google Chrome, is not supported. Please open this website on Firefox.’
Thic could attract masses.
Literally me 7 hours ago
Damn. You go me first. I will complement:
“Lįsti į akis” (to get into eyes): To annoy other person.
“Arabus pūsti” (to blow Arabs): To tell fairy tales (to lie).
I wanna watch Mr Bean now
Cannot resist bashposting:
~ $ bian='nd me money pls'
~ $ echo le$bian
lend me money pls
Saved your comment. I remember, there were also some for displaying/jumping between the frames of call stack. Okay, thanks.
Uhh, I’m too lazy to learn all the GDB commands.
Haskell isn’t really that hard to learn. It’s just changing the paradigm, that takes a mind shift for the first two weeks, maybe a month.
I don’t play games that much to make such comparisons, though.
EDIT:
Well, it depends. If you statically compile everything with C build systems, in that sense, the speed should not differ from generic cargo
workload. Although, in most cases, projects written in C are dynamically linked due to several reasons, one of which is code speed. In practice, even huge projects written in C (30k to 10k LOC) build quicker than C++ or Rust.
I’m not pooping on generics, either. Generics is a saviour for correctness and performance. Yet, I want to point out the type creep is still a thing, even though there’s little we can do about it.
Anyways, this thread should be better interpreted with humor, instead of technical accuracy.
Rust v3: “It’s three hours and I’m still compiling dependencies”
EDIT: Also, “What does Option[Arc[Mutex[BTreeMap[String, Box[RefCell[Box[amp mut F>>>>>>> where F : Fn(T) -> U
in your essay mean?” (srry, I didn’t come up with a better obscure data type, it’s probably gibberish)
EDIT2: Lemmy deletes ‘less than’ sign for some damn reason (time to build Lemmy at home?)
Ask ElectroBOOM, he would definitely make a video rectifying it *bang*
OUCH F___ S___ why is there a loose wire?
It will deadlock in the center because the car lanes are used for two directions. Unless you upgrade those unidirectional lanes into bi-directional pairs of lanes.
And it will still deadlock, so you have to put a round-robin semaphore in the middle.