Uh yeah, I’m pretty sure the discharge can stop your heart if you grab it in precisely wrong manner. Typical defibrillator uses like 50 times less energy, but with a higher voltage.
Ah, that webpage has <marquee> elements
A capacitor of 1 farad at standard American 120 volts has the energy between 7.62×54 and .50 BMG, and will discharge just as violently.
Creating a kernel is hard, Linux itself is not going anywhere.
If all current maintainers suddenly disappear, several corporations, who heavily depend on Linux, will maintain their own forks, so we will get Google kernel for phones, Amazon kernel for datacenters, Valve kernel for gaming, and probably some European initiative kernel for PCs and laptops to do document editing.
The truth is people who want small phones also want them for the price of a clamshell feature phone with no 4G support. I’ve heard these complaints many times from older acquaintances, they want their old Nokia that can also run Viber and do videocalls, and they are not paying iPhone SE price, so there’s practically no market for small but high-spec phones, outside of luxury brands where you are buying an ancient chip with a leather back cover.
What’s the total human population again, 8 billion?
This document does not describe any new dreamy 100 gigabit network cables or switches. It’s a protocol for connecting AI farms, using existing hardware.
The ingenuity of this command is that /dev/nul
does not exist, the correct path is /dev/null
, however the command executes without error and creates a symlink to a non-existing path.
The only thing missing is sudo
.
Useless drama in the article.
Yeah, cheap cable and cheap charger won’t provide 35 watts of power. However that cheap 24-pin Type-C cable costs the same as 5-pin Micro-USB cable did in 2010, and you can use your old Type-A charger with it, so you’ll getting your 5 volts 2 amperes everywhere, and did I mention that the connector is reversible?
mcedit, because I’m not nerdy enough for vim.
Because it does work, you need grep -E
for ‘+’ to work without escaping. Also, your quotes are wrong, ‘ should be ’ .
Because you won’t determine the type of NAT during hole punching. This requires the client sending two UDP packets to two different IP addresses, then comparing their source addresses on the server.
Normally yes, you can just assume that two clients you are trying to connect both have port restricted cone NAT, and run the hole punching algorithm, and if the connection fails after ten seconds, show message to the users ‘Error 418: your router is a teapot’.
The one use case is running STUN/TURN server for NAT hole punching, that requires two separate servers, or one server with two IP addresses. You will only need that to run masterserver for games that support hole punching, or to run VoIP telephony / teleconference server.
Another use case is reliability, when your server is connected to several network providers, it will keep working if one of them has an outage, and will naturally have a different IP address for each network link. But your VPS does not have several network links, otherwise they would advertize that in bold red letters.
How long until we get self-insert AI porn?
Nah, my script kiddie skills are still perfectly fine. It’s just that finding a regular coding job is easier and more profitable now, also the stuff I did 10 years ago is way less impressive now, when you have Youtube tutorials how to do that exact thing.
Educational bureaucracy strikes again!
It’s likely that you will learn the same exact thing when you’re 35 and need to improve your trade skills, but as a self-study and not an university course with zero relation to real life.
The field of programming is vast, and you totally can learn only the tiny part that is useful to you and ignore everything else. And learning CS to write programs is like learning to design combustion engines to drive a car.
It would be better to introduce ‘programming literacy’ course. Like, learn whatever trade you like, but with a computer, because computers are everywhere now.
The computer by itself isn’t that much useful, it needs to control something, like CNC welding machine, and if you can write the most basic Python to control your welding machine, you can do twice the work, because you can run your welding machine at night.
Madlad also includes ESP32 binary in this release.
The only platform missing is WebAssembly. And maybe KaiOS, but I have no desire to port OpenTyrian to KaiOS again.