If you click the Google Docs link at the top of the document, you can then export it to html/txt/pdf.
HN user
FreeFull
https://github.com/FreeFull/
In case anyone is looking for alternatives, there's a well-maintained fork of neofetch called hyfetch. There's also a neofetch clone written in C called fastfetch.
Using shift for erase isn't a great choice. In many terminals, holding shift prevents mouse input from going to the running program, and instead allows you to use the terminal's text selection functionality.
The problem is that the Sun is significantly brighter now than it used to be back then, so the amount of heating from the same amount of methane/co2 is proportionally more now too
On the other hand, HF is great at dissolving glass (silicon dioxide), which is something that most other acids won't do.
I guess accidentally getting tardigrades inside your mouth isn't anywhere near as bad as getting concentrated sulphuric acid in your mouth.
The increase of temperature also causes the release of methane, which is a much stronger greenhouse gas than CO2.. Things aren't looking great
There's nothing that forces a Wayland compositor to be written in C. I've seen ones written in C++, Zig, and Rust, but you could really use any language as long as you can still call the appropriate system/kernel APIs
I strongly doubt that it'd be purely psychosomatic.. Spending 14 hours a day hammering away at a keyboard will physically damage your wrists.
That's possible with Niri, with its center-focused-column and default-column-width settings. It's not a traditional tiling WM, though
You can easily hit a similar problem in other languages too. For example, in Rust, std::fs::File isn't buffered, so reading single bytes from it will also be rather slow.
Presumably, the AI would have access to just do all the git and web server stuff for you.. The bigger problem I see would be if the AI just refuses to give you what you ask for.
Person: I want A
AI: Here's B
Person: No, I wanted A
AI: I'm sorry. Let me correct that... Here's B
.. ad nauseum.
Or alternatively:
Person: <reasonable request>
AI: I'm sorry, I can't do that
How would that work for having a layer larger than the image?
That doesn't work for the first step though, where you want to print the file to stdout without processing it in any way
You could still offer the mocked APIs, but have them be opt-in. Also, having the compiler throw an error doesn't mean that an older, already compiled executable won't work.
As far as alternatives to what the article suggested go, I think the ideal solution would be to have a compile-time error, so the developers never even get as far as having their printing code try to run on the Xbox. And since it's a compile-time error, there doesn't need to be any kind of runtime error handling or cost either.
Not every program that's written will even be multithreaded, and there's a significant cost to using atomic operations when you don't need them. What is the disadvantage of having non-atomic Rc be available?
The Qt licensing model is actually a bit less restrictive, since Qt is distributed under the LGPL, and Slint is full-fat GPLv3
It would be rather difficult to fit any newer linux kernel onto a floppy, together with all the other software.
Previous discussion: https://news.ycombinator.com/item?id=37367687
Lead(II) acetate specifically is sweet.
It's a shame that there doesn't seem to be any decent open-source implementation of Datalog. If you go for full Prolog instead of Datalog, there are several (Scryer Prolog being my personal favourite).
Yet another example of how HN's automated title modification screws things up
The TenaciousD?
Vitamin B2 (Riboflavin) is yellow, and when you consume it, the excess ends up going into your urine, making it more yellow (and fluorescent).
DVDs have the optical layer sandwiched between two layers of plastic, while a CD is only one layer of plastic with the optical layer coating the other side.. So a sharpie should be fine on a DVD, but might be problematic on a CD
https://slint.dev/blog/slint-1.1-released mentions that there is AccessKit integration.
If you want a challenge, learn Prolog using https://www.metalevel.at/prolog , with https://github.com/mthom/scryer-prolog as the Prolog implementation.
Even when distorting a pure tone, the harmonics will reflect back down once they go past the Nyquist frequency.
Someone has to actually maintain the driver in the tree. Drivers that don't have maintainers end up being removed from the kernel.