I'd love to see a Japanese version of this. "Bet which of one of JR Chūō Line, JR Saikyō Line, and Tokyo Metro Tōzai Line will NOT get a delay certificate printed today".
Look at you, complaining about your famously on schedule Japanese trains! ;)
Over here in France a train is considered on time if it has up to a 15mn delay. We can ask for a very partial refund only if it has at least 30mn of delay, and we get a voucher to book another train that will also be late.
In my case, the question was "how are you using AI tools?" And trying to see whether you're still in the metaphorical stone age of copy-pasting code into chatgpt.com or making use of (at the time modern) agentic workflows. Not sure how good of an idea this is, but at least it was a question that popped up after passing technical interviews. I want to believe the purpose of this question was to gauge whether applicants were keeping up with dev tooling or potentially stagnating.
To be fair, this topic seems to be quite divisive, and seems like something that definitely should be discussed during an interview. Who is right and wrong is one thing, but you likely don't want to be working for a company who has an incompatible take on this topic to you.
I assume the reason is that `await` de-schedules the current microtask. In fact, even if you immediately return from an `await`, the de-scheduling can introduce behavior that otherwise would be absent without `await`. For this reason, code optimizers (like the Google Closure Compiler) treat `await` as a side-effect and do not optimize it out.
I don't have any specific suggestions, but I do want to give thanks for implementing functionality to block pushes if the email field is *not* using an anonymized mail address.
It's one thing to offer anonymous e-mail addresses, but it's also awesome that GitHub can help prevent mistakes that would otherwise leak a user's e-mail address. I am not sure how many people try to be privacy conscious on GitHub, but I assume most users don't, so it's nice seeing this little feature exist.
It gets more complicated when commit signing, the widely broken web of trust (for the signing key) and similar are involved.
And not all devs want or need anonymity on github.
In general just because information is publicly accessible in some form doesn't make it okay or legal to abuse it (accessible doesn't mean any form of usage rights are transferred to you weather it's in context of GDPR or in context of copy right).
Even more importantly, there's just a lot of people in China. New York City's population is approximately 8.8 million; that is the scale of a mid-sized Chinese city. The population exceeds 1 billion, which is difficult to comprehend in terms of scale. The reference I like to use is: 1 million seconds is ~11 days, whereas 1 billion seconds is ~31 years.
To put it bluntly, China quite literally doesn't need (nor wants) the average software dev on HN. The immigrants they would likely want are those with expertise in much harder technical disciplines (semiconductor R&D etc.)
Yup. To this day, Firefox remains the only browser with a *parallel* CSS engine. Chromium and WebKit teams have considered this and decided not to pursue since it's really easy to get concurrency wrong.
If I recall correctly, the CSS engine was originally developed for Servo and later embedded into Firefox.
Even if made illegal, how does enforcement occur? The United States, at least, is notorious for HR being extremely opaque regarding hiring decisions.
Then there's cases like Japan, where not only companies, but also landlords, will make people answer a question like: "have you ever been part of an anti-social organization or committed a crime?" If you don't answer truthfully, that is a legal reason to reject you. If you answer truthfully, then you will never get a job (or housing) again.
Of course, there is a whole world outside of the United States and Japan. But these are the two countries I have experience dealing with.
The founders of modern nation-states made huge advancements with written constitutions and uniformity of laws, but in the convenience of the rule of law it is often missed that the rule of law is not necessarily the prevalence of justice.
The question a people must ask themselves: we are a nation of laws, but are we a nation of justice?
The parent comment is not presenting a false dichotomy but is making precisely the point that it is how you apply the laws that matter; that just having laws is not enough.
The situation in the US is significantly worse, and probably numerous other countries I haven't experience with. Rather than asking if you've committed a crime, American employers/landlords will do a background check and are liable to turn you down if you've ever been arrested, even if the charges were dropped or you were found not guilty. Comparatively, the reason Japanese employers/landlords may even ask about having committed crime is because they can't find that information on their own freely. This is a fairly ridiculous criticsm, if you ask me. Nobody in any country wants to associate with criminals, often to an unfairly punitive degree, but at least in Japan you are not punished merely for being arrested. And while I don't doubt it happens, it's also far from a universal experience, despite Westerners loving to talk about Japan in broad sweeping generalizations. I have personally never been asked whether I've committed a crime.
One of the ways they keep crime so low. Being convicted destroys your reputation in a country where reputation is extremely important. Everyone loves saying it would be great to have lower crimes like Japan, but very few would really want the system that achieving that requires.
Companies start with founders funding themselves through savings and friends and family rounds before institutional investors are usually even interested. But make no mistake, they start it as a commercial venture, otherwise they wouldn't have taken VC in the first place, nevermind that VCs wouldn't have funded it if not for their pitch on how it could become a billion dollar company.
And since Sequoia? It is primarily the Zed team working full time on it, which costs money.
Nice concept. One question: was the data generated by an LLM? Don't mean this in a snarky way. The Lichess entry links to a non-existent HN thread[1], and "Show HN: Lichess" does not appear in HN search results. I found a hit for a Lichess client written in Elisp[2]. At least I discovered a cool piece of software.
Yeah, that one and 3-4 others were generated by Claude for local development. Unfortuantely, I didn't vet every link it generated. I'll fix them up now.
Like the other poster said, the vast majority of games are either generated by users or the script.
Suggest in the future not using LLM for random/placeholder data. Obvious placeholders work better (they're obvious. Obviously. Word fatigue, anyone?). For paragraph data that needs to be wrapped eventually, either use lorem ipsum or whatever random chain of thought about what you're building.
Items that were found by "HN scraper" have working Show HN links. The rest for whatever reason have a non-working link. Probably more likely that the code was generated by LLM and is full of bugs.
For targeting advertising expendatures at the site level. If most of my traffic, as revealed by referrer links, comes from social-media-platform-foo and only a little from social-media-platform-bar, then I am likely to spend more on ads from foo than from bar. I'll grant that it is a noisy measure, but doesn't need to be about tracking a particular individual.
Businesses survived just fine before this. Do personalised ads earn more money? Maybe. But they're invasive and if the governments bowed down to the people instead of corporations they'd be just as illegal as stalking a potential customer to harass them when they're most likely to see you
reply