Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
palunon
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
6 ms
·
1.
▲
by
palunon
23d ago
The GP.
2.
▲
by
palunon
1y ago
There is actual encryption here. The base64 JSON only encodes the salt and parameters of the key derivation function used to encrypt the data.
3.
▲
by
palunon
1y ago
Wouldn't the artists be the ones to have standing, instead of the Blender Foundation?
4.
▲
by
palunon
2y ago
No, it was designed to shield law enforcement officers violating the Ku Klux Klan Act from legitimate lawsuits. See [1], which is the case where it started. Qualified immunity is only relevant when the lawsuit is not frivolous anyway... 1:
5.
▲
by
palunon
2y ago
If you look at the significance of the place (The Tian'anmen is literally on the national emblem of China, and the tomb of Mao is on the square for example), it's hard to rename something that widely known. It's much easier t
6.
▲
by
palunon
2y ago
What? Creative Commons is good, but [it wasn't meant for code]( https://creativecommons.org/faq/#can-i-apply-a-creative-comm... ), and the No-Derivative and/or Non-Commercial Licenses are specifically incompati
7.
▲
by
palunon
2y ago
AFAIK most of those just pay a human in a low income country.
8.
▲
by
palunon
2y ago
I don't think this commit has anything to do with wireguard. It's a fix of a bug in the kernel TCP stack, which wireguard doesn't use. (Beware, the wireguard-linux repo is a "fork" of the complete linux kernel) And
9.
▲
by
palunon
2y ago
Looking at the supported platforms, it looks like the only one is Linux. The README has this to say about it though: "This will run on Linux; however YOU SHOULD NOT RUN THIS ON LINUX. Instead use the kernel module; see the installation
10.
▲
by
palunon
3y ago
The national assembly (our House) is usually the one with the last say. Bills are either "law proposals", meaning they are introduced by parliament members, or "law project", introduced by the government.
11.
▲
by
palunon
3y ago
The bill authorize it using any technical means , specifically mentioning using classified methods («prescrire le recours au moyens de l'État soumis au secret de la défense nationale»)
12.
▲
by
palunon
3y ago
For an article in the Nature scientific journal, sure. For an op-ed on Nature.com? Nah.
13.
▲
by
palunon
3y ago
https://www.justice.gov/archive/opa/pr/2006/March/06_opa_113... > The reauthorizing legislation makes permanent 14 of the 16 sunsetted USA PATRIOT Act provisions and places four-year sunsets on t
14.
▲
by
palunon
3y ago
> Similar for `sed` which is often only known and used for "replace string a by string b in input" use cases. Sed has at least the vi users who may know ex command from the vi command mode. Awk needs to be learned for itself.
15.
▲
by
palunon
3y ago
> Once you start coming up with rules about how you'd do that, you're inventing a serialisation format, and you're exactly back to the problem where your original question arose. Which is exactly what savefile does.
16.
▲
by
palunon
4y ago
> When I hear people talk about doing what you can to not have mass layoffs I don't think what they mean is that the company has an obligation to the employees that overrides their obligations to their shareholders Depends on who&#x
17.
▲
by
palunon
4y ago
> Any company that doesn't do regional pricing is only interested in doing business with rich countries. Which sucks but is understandable. I wish they were more honest about it though. This may be true if your cost per client/
18.
▲
by
palunon
4y ago
Civil law as in not common law, not civil law as in not penal law. Countries with civil law systems tend not to have contempt of court (or very limited versions). Of course, that's variable from country to country, civil and common law
19.
▲
by
palunon
4y ago
In france you are judged for a specific crime of not giving up (as in the article), carrying up to three years in prison and 270 000€ in fine. We don't really have contempt of court, mainly because we have a civil law system not a comm
20.
▲
by
palunon
4y ago
The cour de cassation giving a decision in its plenary formation pretty much means it's over. The case specifics still need to be judged based on that, but as far as jurisprudence goes, this is it.
21.
▲
by
palunon
4y ago
> Which works not just to preserve the previous statement from internal inconsistency It doesn't. You now have 4 numbers.
22.
▲
by
palunon
4y ago
> There is no mysterious GPL only label in the kernel EXPORT_GPL_ONLY
23.
▲
by
palunon
4y ago
Aside from the fact that proofs are often difficult to verify, one cannot prove what a monoid or a vector space is. They are definitions, and to make sure the ones in the article match what is used in the mathematical community, you need ci
24.
▲
by
palunon
4y ago
If you treat the JWT as a random token and check whether it is valid in your central database every time, then yes, it behave like a random token and you can invalidate it very easily (just remove it from the list of valid tokens). But then
25.
▲
by
palunon
4y ago
You can use thrust asymmetry to help with yaw, yes. But here we're talking about unplanned sudden thrust asymmetry, causing a massive yaw force at a critical phase of flight, takeoff, where you're engines are likely to be near the
26.
▲
by
palunon
4y ago
"Sentez-vous ce que La Pierre cuisine ?". Qu'est-ce que juste sounds weird here (and is grammatically incorrect too). Maybe "Est-ce que vous sentez ce que La Pierre cuisine ?" for a less formal language level.
27.
▲
by
palunon
4y ago
Nah, transfer learning is when you take a trained model, and train it a little more to better fit your (potentially very different) problem domain. Such as training a cat/dog/etc recognition model on MRI scans. The goal is usually
28.
▲
by
palunon
4y ago
Nitpick, but GitHub pull requests (which are really merge requests, you aren't pulling anything) are named after the actual pull requests used eg. between kernel maintainers. ("Please, could you pull from ...") Git has tooli
29.
▲
by
palunon
4y ago
I don't know about this tool specifically, but rpg maker was good at making rpg maker's style of rpg (ie. traditional 2d JRPGs), not every kind of rpg. Going toward action rpgs like Zelda III wasn't impossible, but quite diff
30.
▲
by
palunon
4y ago
Yours looks like selection sort but with more swapping. The one in TFA isn't, for one crucial reason: the comparison is the other way around... And yet, it sorts.
More ›