Ah yes “the poors don’t deserve to afford toilet paper because market forces and capitalism!” It’s amazing what tech bros making 6 figures will say from their ivory towers.
While I agree that it’s quite common these days for people to use ADHD as an excuse for why they can’t do X, in this case I don’t think your dismissal of others’ symptoms is fair. It’s generally true that people with…
Not really, calling KVM a type-1 is a misunderstanding of what the “bare-metal” distinction is referring to. The real difference between the two types is whether the hypervisor owns the hardware or not. In the case of a…
This is an odd take. From what I understand from the article it’s a 90% chance of healing, after which you can still get surgery — which doesn’t heal but restores some functionality by grafting from another tendon. I’d…
Isn’t everything in Unix/Linux already a file? Isn’t that the power of Unix? There’s even a Wikipedia article about it: https://en.m.wikipedia.org/wiki/Everything_is_a_file#:~:text....
I feel like I must be missing something. It seems to me (just from reading this post) that if you need algebraic effects you’ve probably painted yourself into a corner and should probably reconsider your program’s…
Panic is not a rust-specific term, it generally refers to software halting intentionally because something has gone so wrong that you can’t reasonably recover. For example, some safety invariant is violated or core data…
Isn’t there a 2TB dump of Reddit posts and comments as of February 2023? Couldn’t you that instead of the API to seed your site’s content as a workaround to the TOS?
Panics have a place in systems programming — all operating systems panic when fundamental guarantees are violated.
Ah yes “the poors don’t deserve to afford toilet paper because market forces and capitalism!” It’s amazing what tech bros making 6 figures will say from their ivory towers.
While I agree that it’s quite common these days for people to use ADHD as an excuse for why they can’t do X, in this case I don’t think your dismissal of others’ symptoms is fair. It’s generally true that people with…
Not really, calling KVM a type-1 is a misunderstanding of what the “bare-metal” distinction is referring to. The real difference between the two types is whether the hypervisor owns the hardware or not. In the case of a…
This is an odd take. From what I understand from the article it’s a 90% chance of healing, after which you can still get surgery — which doesn’t heal but restores some functionality by grafting from another tendon. I’d…
Isn’t everything in Unix/Linux already a file? Isn’t that the power of Unix? There’s even a Wikipedia article about it: https://en.m.wikipedia.org/wiki/Everything_is_a_file#:~:text....
I feel like I must be missing something. It seems to me (just from reading this post) that if you need algebraic effects you’ve probably painted yourself into a corner and should probably reconsider your program’s…
Panic is not a rust-specific term, it generally refers to software halting intentionally because something has gone so wrong that you can’t reasonably recover. For example, some safety invariant is violated or core data…
Isn’t there a 2TB dump of Reddit posts and comments as of February 2023? Couldn’t you that instead of the API to seed your site’s content as a workaround to the TOS?
Panics have a place in systems programming — all operating systems panic when fundamental guarantees are violated.