





Plasma, with the taskbar on the side, and 15 virtual desktops.
Nope. The server receives UDP packet from WiFi and sends reply over Ethernet, which simply gets lost in your router. From the Linux side there’s no error, it sent the packet somewhere, and what happens next is your router’s problem.
It’s perfectly possible on Linux to have several network adapters with the same IP address, or several default routes.
Most server applications will listen to 0.0.0.0 address, which means all network interfaces. Any incoming TCP connection will remember it’s network interface, and the server will send responses to the same interface.
This will not work for UDP connections, and for outgoing TCP connections - they will always choose the network interface with the lowest metric, which you can print with ip r command.
This does not include advanced techniques like bridge or bonding or iptables routing - you need to run special commands in the terminal, which you cannot do just by clicking your mouse in system settings app.


Hey, wait, hear me out. What if you could get beautiful, animated, AI-generated illustrations on each page? With AI summarising more boring parts of the book, so you will get more plot per page while reading less text. And after finishing the book, just keep turning the pages to read AI-generated sequel. There is also ‘18+’ button, which will generate a scene of passionate sex between main characters at the end of each chapter.
Green paint will be extra $2000.
garbagee
That’s a part of garbage. A person belonging to a local trash dump. I know several such people.
garbager
That would be you. The person emptying your trash bin should be called degarbager.


The story of Vesperik the Were-bat, who is not at all interested in drinking blood and only wants to hang out with his harpy and pegasus friends in the local Sky Travelers club, but somehow vampires keep finding him and offering him an ‘eternal life’ with a position of lover/butler/bodyguard and other inappropriate things.


Fast food is already as automated as it can be. Replacing cooks with robot kitchen is looks good as a management dream, but anyone who tried it quickly discovers that you need industrial robots, and they are fuckng expensive, and you need engineers anyway to maintain them. So you are replacing cheap cooks with outrageously expensive engineers.
“But no”, some ignorant CEO says, “we’re not assembling cars, we don’t need pneumatic robot arm that can lift 10 tons”. Yeah, you still need a robot arm, and it’s just a miniaturized industrial robot, not any much cheaper.
But robot kitchen exist, and they are actually very profitable. Go to your nearest grocery shop. 99% of items on the shelves were produced by a robot. Everything in a plastic wrap, everything in a jar, was produced on a conveyor. Even fresh produce involves some kind of automation.
So robots won’t fry your potatoes, because french fries have really short shelf life. Otherwise they totally could, but hiring a cook is cheaper.


So, like, regular Debian?
Ubuntu Frame now supports multiple applications on a single display
Sounds like they invented a window manager.


Please don’t implement the text version of OpenTTD


With Meta it very much looks like overhiring. What are those 8000 workers even doing, designing CSS for each individual ad on Facebook?


Samsung pretty much controls Android market, Google is afraid to fart sideways in their presence.
You can publish your open source app on Google Play, and this will not change. Google is also not planning to introduce $100/year publishing fee for devs like Apple, you pay $25 one time to register. There is also no real alternative open source OS for phones.
Google decision impacts apps like Termux, who use old Android API to install additional packages. If you are not planning to create Linux emulator, I guess this won’t impact you.


Do new phones still refuse to run old apps?


“Eh, they can recover from yesterday,” he said, referring to daily database backups.
But did they recover from backups? Don’t leave the most juicy intrigue out of the story.


Most web browsers will have a hard limit on WASM apps that will be around 200-300 MB of binary size, and your RAM will be limited too.
Try opening a full-featured WASM game on iPad and weep.
Source: I’ve ported an open-source game to WASM. Worked fine on my PC, not so well anywhere else.