Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
eurleif
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
8 ms
·
1.
▲
by
eurleif
15d ago
Is this LLM output? It's not supported by your source, which only says that activating the hazard lights is permissible, not that pulling over is impermissible. In fact, your source says: "We note that Subaru indicates that when t
2.
▲
by
eurleif
15d ago
HW4 vehicles with recent FSD software will pull over to the shoulder, activate hazard lights, and stop if the driver becomes incapacitated: https://www.youtube.com/watch?v=VKFlQz0qNwU But the OP says this driver's car
3.
▲
by
eurleif
1mo ago
With all due respect to Steve, under 1 minute isn't that impressive. You can get there just by doing the beginner's method (a handful of different move-sequences) rapidly. The people who really study Rubik's Cube algorithms
4.
▲
by
eurleif
1mo ago
>melatonin should be consumed in doses an order of magnitude smaller than the smallest available dosage. It's available on Amazon in doses as low as 100mcg: https://www.amazon.com/dp/B08MJL2GTC Are you saying t
5.
▲
by
eurleif
1mo ago
>They now admit that their outside lawyers emailed the wrong person after confusing two Asian last names—only after we brought this to their attention. I find it bizarre that they felt the need to specify "Asian". What does tha
6.
▲
Show HN: Crack Attack game vibe-ported to run in browser
(leifkb.github.io)
1 points
by
eurleif
1mo ago
|
0 comments
7.
▲
by
eurleif
2mo ago
Netcraft confirms it...
8.
▲
by
eurleif
2mo ago
You seem to have the restrictiveness backwards? The MIT license (uutils coreutils) is less restrictive than the GPL (GNU coreutils), and the AGPL is more restrictive than the PostgreSQL license. And it doesn't violate the PostgreSQL li
9.
▲
by
eurleif
2mo ago
The GP seems to be describing "auto hold", which is a different feature from hill start assist, and is newer and less prevalent.
10.
▲
by
eurleif
2mo ago
I had to drive a rental car for a bit recently, after getting rear-ended, and I was shocked to discover that it defaulted to recirculation mode every time it was turned on , regardless of whether you'd turned it off the previous time.
11.
▲
by
eurleif
3mo ago
>In Florida, driving up through Georgia, the billboard advertisements start 200 miles away. There's even a billboard 979 miles away in Arizona: https://stock.adobe.com/images/eloy-az-nov-23-2024-buc-ee-s-...
12.
▲
by
eurleif
3mo ago
It looks like the "Skin Damage Over Time" chart is the same information as the timer.
13.
▲
by
eurleif
3mo ago
It would be useful to have an option to change the time of day, rather than always using the current time; e.g. for planning at night what to do tomorrow.
14.
▲
by
eurleif
3mo ago
To go even deeper into the weeds: this is only true of "simple" requests[0]. Requests that aren't "simple" always require preflight approval. This is based on which requests a <form> or link could already crea
15.
▲
by
eurleif
3mo ago
The part you may be missing is that cookies exist. User visits A.com, types in their username and password, and a cookie is set in their browser. The browser will send that cookie back to A.com with all subsequent requests, and A.com's
16.
▲
by
eurleif
3mo ago
At least within the federal court system, binding precedent is already freely available. Only circuit courts and SCOTUS can create binding precedent, and the opinions of those courts are freely available on their respective sites, outside o
17.
▲
by
eurleif
4mo ago
https://en.wikipedia.org/wiki/Rice_burner
18.
▲
by
eurleif
4mo ago
Proposal from 2016 (closed): https://github.com/w3c/csswg-drafts/issues/588
19.
▲
by
eurleif
5mo ago
Have you looked into using an unofficial ONT instead of the one supplied by your ISP? See: https://pon.wiki/guides/install-the-8311-community-firmware-...
20.
▲
by
eurleif
5mo ago
>Notepad++ name itself is trademarked by Don Ho Is it? I can't find a trademark registration on the USPTO site.
21.
▲
by
eurleif
5mo ago
The part that would violate guarantees in JavaScript is not function objects being kept alive longer, but function objects which should be distinct not being so. function foo() { return function() { }; } console.log(fo
22.
▲
by
eurleif
5mo ago
The linked Google policy states: >We won’t give notice when legally prohibited under the terms of the request. The post states that his lawyer has reviewed the subpoena, but doesn't mention whether or not it contained a non-disclosu
23.
▲
by
eurleif
5mo ago
Running 100,000 `SELECT 1` queries: PostgreSQL (localhost): 2.84 seconds PostgreSQL (Unix socket): 1.93 seconds SQLite (in-memory): 0.07 seconds SQLite (tempfile): 0.06 seconds ( https://gist.github.com&#
24.
▲
by
eurleif
5mo ago
The original claim being discussed is about the overhead of an in-process database vs. a database server in a separate process, not about whether SQLite or PostgreSQL have a faster database engine.
25.
▲
by
eurleif
5mo ago
Because it doesn't make a difference, because `SELECT 1` doesn't need to touch the database: Running 100,000 `SELECT 1` queries: PostgreSQL (localhost): 2.71 seconds SQLite (in-memory): 0.07 seconds SQLite (tempf
26.
▲
by
eurleif
5mo ago
Looks like the overhead is not insignificant: Running 100,000 `SELECT 1` queries: PostgreSQL (localhost): 2.77 seconds SQLite (in-memory): 0.07 seconds ( https://gist.github.com/leifkb/1ad16a741fd061216f
27.
▲
by
eurleif
6mo ago
>A blatant violation of both the first and second amendment. That defense didn't do too well in another case: https://www.courthousenews.com/third-circuit-backs-new-jerse...
28.
▲
by
eurleif
7mo ago
A very long time ago, I had the idea to set up a joke site advertising "SpamZero, the world's best spam filter", with a bunch of hype about how it never, ever misses spam. When you clicked the download link, the joke would be
29.
▲
by
eurleif
7mo ago
The documentation doesn't make this entirely clear, but I think these are two separate things: the original `edit` command which is built into Windows 11 (and has been built into prior Windows releases), and a replacement written in Ru
30.
▲
by
eurleif
7mo ago
If you're ok with a TUI instead of a GUI, Microsoft's documentation says the `edit` command is still around in Windows 11 (I don't have a Windows 11 machine handy to verify this): https://learn.microsoft.com/e
More ›