It's funny, some people commenting here seem to be a bit lost.
It's also obvious from the article that his home was indeed searched.
The idea that the government would not obtain a warrant if they suspect you of stealing millions...
HN user
HackerSmacker profile: https://www.hackersmacker.org/user/colonwqbang?hs=Qv7V6ExW035thvyjNI
It's funny, some people commenting here seem to be a bit lost.
It's also obvious from the article that his home was indeed searched.
The idea that the government would not obtain a warrant if they suspect you of stealing millions...
I don't think you know what you are talking about.
Another way to look at it: Microsoft APIs have fallen from grace. Even their own devs don't dogfood anymore. They download something that Facebook made instead and reimplement the Holy Start Menu using that.
I didn't say that json can represent all rational numbers. I said that all json numbers have an obvious interpretation as a rational number.
So far you haven't really shown an example of a json number which has an ambiguous or ill defined interpretation.
Maybe you mean that json numbers may not fit into 32 bit integers or double floats. That's certainly true but I don't see it as a deficiency in the standard. There is no limit on the size of strings in json, so why have a limit on numbers?
How do you feel numbers are ill defined in json? The syntactical definition is clear and seems to yield a unique and obvious interpretation of json numbers as mathematical rational numbers.
A given programming language may not have a built in representation for rational numbers in general. That isn't the fault of json.
...The code signing requirement?
Has nothing to do with go. You added a dependency which is not portable. It is well known that systemd project only targets Linux.
Vendorise systemd and compile only the journal parts, if they are portable and can be isolated from the rest. Otherwise just shell out to journalctl.
Your post could be (uncharitably) paraphrased as: "once you have written correct C++ code, the drawbacks of C++ are not relevant". That is true, and the same is true of C. But it's not really a counterargument to Rust. It doesn't much help those us who have to deliver that correct code in the first place.
True, but locks are not only needed inside IRQ handler routines.
I wrote "multithreaded" but I really meant "multicore". If two cores are contending for a lock I don't see how irq protection help. As long as there is only one core, I agree.
Does there exist any platform which has multithreading but not atomics? Such a platform would be quite impractical as you can't really implement locks or any other threading primitive without atomics.
The company is bankrupt. It means they can't/won't/didn't honour their promises.
Convenience? Websites are moving targets. I don't love having to update my tampermonkey scripts when they break.
"Ban" and "sue" are very different things...
What a positive application of AI. Refreshing to see a product which wants to reduce the amount of slop and noise in my life, instead of the opposite.
A bit disappointed that it doesn't work on Firefox. Since Google banned ublock origin I would think much of your core audience is on FF.
It looks like a method of fabricating more convincing slop?
I think the Kagi feature is about promoting real, human-produced content.
Relicensing isn't necessary. If you violate the GPL with respect to a work you automatically lose your license to that work.
It's enough if one or two main contributors assert their copyrights. Their contributions are so tangled with everything else after years of development that it can't meaningfully be separated away.
How much useful combat skills can be taught in only a week? It seems like an extremely low estimate on the training needed to play a useful role in the military.
That is true! But AVIF is based on AV1. As a video codec, AV1 often does need to be implemented in dedicated hardware for cost and power efficiency reasons. I think the article is misleading in this regard: "This limitation comes from early digital video systems". No, it is very much a limitation for video systems in the current age too.
So they "ignore" bit depth by using 32 bits for each sample. This may be a good solution but it's not really magic. They just allocated many more bits than other codecs were willing to.
It also seems like a very CPU-centric design choice. If you implement a hardware en/decoder, you will see a stark difference in cost between one which works on 8/10 vs 32 bits. Maybe this is motivated by the intended use cases for JPEG XL? Or maybe I've missed the point of what JPEG XL is?
Some people post vulnerability disclosures or pull requests which are obviously fake and generated by LLM. One example: https://hackerone.com/reports/2298307
These people are collaborating in bad faith and basically just wasting project time and resources. I think banning them is very legitimate and useful. It does not matter if you manage to "catch" exactly 100% of all such cases or not.
It didn't occur to them that he might have written the password down? That's wild.
Meandering post which struggles to get to the point.
The font is extremely thin which makes it unnecessarily hard to read.
A lot of jargon and abbreviations also hinder understanding.
80% of HN users read only 20% of the article before writing their comment.
Author is posting honest and respectful critique of Zig features on their blog. That is a valid way of collaborating in the community discussion. The project github isn't the only place where discussion is allowed to take place.
Do you ever use the C++ standard library? Most types have a copy ctor defined, also the really "heavy" ones.
The Blob is a movie from 1958 and the blobs in databases were named after the movie. Later, some people felt that blob should be an acronym.
https://web.archive.org/web/20231108173312/https://www.ibpho...
When it looked like Microsoft might close off Windows, Valve built their own SteamOS Linux distro. It now runs many AAA and indie titles, making Linux-based gaming very practical. This is something which was at one time considered impossible.
Valve also have an extremely loyal customer base. If they have to open an account at the Bank of Gaben to get their fix of smutty games, they just might.
Crazy, that's a very acclaimed game which won multiple awards. The story alludes to past rape but nothing is depicted in the game.
Many of the books we read in school would be banned if these people had their way.
A parser is supposed to reject invalid input, not generate semi-arbitrary outputs.