Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
joeframbach
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
6 ms
·
1.
▲
by
joeframbach
19d ago
Looks like the name is actually "Rei Labs" not "REI Labs". HN title needs to be fixed.
2.
▲
by
joeframbach
2mo ago
How does one vacate a sentence that was already served?
3.
▲
by
joeframbach
2mo ago
You would presumably be logged in to your favorite store site, and they would be using your identifying session to make recommendations, not anonymous tracking cookies.
4.
▲
by
joeframbach
2mo ago
It's splitting the digits into four-bits per decimal digit. 2 3 0010 0011 23 -> 2 3 -> 0010 0011 -> 00100011
5.
▲
by
joeframbach
3mo ago
I think this thread is a good indicator of llm bots vs human accounts on HN. The bots couldn't identify satire.
6.
▲
by
joeframbach
3mo ago
Most mobile keyboards will do autocorrect as you describe it, and show top-N alternatives when you go back and tap on the autocorrected word. I prefer this to it mocking my mistakes and making me pay penance by manually accepting the correc
7.
▲
by
joeframbach
4mo ago
Are you _trying_ to get your entire Google account and all its linked accounts banned and nuked at Google's whims when they flag one of your mp3s as being pirated?
8.
▲
by
joeframbach
4mo ago
When I modified your fiddle to use the Apple logo and colors, the first ring is eating part of the apple. The top of the apple is cut off. Any idea why that is? --c: #5EBD3E,#FFB900,#F78200,#E23838,#973999,#009CDF; @content: &
9.
▲
by
joeframbach
5mo ago
Police departments have already moved on from traffic enforcement to civil forfeiture. Like, a decade ago.
10.
▲
by
joeframbach
5mo ago
The "why would you want to do that?" section ought to be the very first paragraph. I spent half the article thinking, who the hell is collapsing `http://` into `http:/` until I had to deduce from context what this a
11.
▲
by
joeframbach
5mo ago
> Python has multiple package managers at this point (how many now? 8?). All must implement dependency cooldowns. No, nobody _has to_ implement it, and if only one did, then users who wanted cooldowns can migrate to that package manager.
12.
▲
by
joeframbach
6mo ago
In the case of authentication redirect, any inflight request is going to fail and you're about to navigate in a few milliseconds, so I don't resolve those promises. Return new Promise(() => {}).
13.
▲
by
joeframbach
6mo ago
I figured out why it wouldn't work on my machine: @media (prefers-reduced-motion: reduce) { *, *::before, *::after { animation-duration: 0.01ms !important; animation-iteration-count: 1 !important;
14.
▲
by
joeframbach
6mo ago
I've been involved in so many CRs where I've given feedback over 10 revs, then the submitter cancels the CR and files a new one, for the metrics.
15.
▲
by
joeframbach
6mo ago
The fact that there is an entire _industry_ of tools to patch every little shortcoming speaks volumes of Apple's usability.
16.
▲
by
joeframbach
6mo ago
Nah, I installed karabiner and set up command+q to require a three-second holddown to activate.
17.
▲
by
joeframbach
6mo ago
Is this where I can complain about command+q? All day every day I use command+tab/tilde/w/a/s, and smack in the middle of that is command q. It's like if automobile manufacturers decided to put a third pedal between
18.
▲
by
joeframbach
7mo ago
I'm of the opinion that over-hiring was a strategic move to make hiring more expensive for competitors. Look up those popular profit-per-employee lists that circulate now and then. Spending $1 to make hiring $1 more expensive for your
19.
▲
by
joeframbach
7mo ago
See also: Horcrux. https://github.com/jefdaj/horcrux
20.
▲
by
joeframbach
8mo ago
You realize you are responding to a brand new account posting an obviously AI-generated response?
21.
▲
by
joeframbach
8mo ago
Does the browser expose its accessibility tree instead of the raw dom element tree? The accessibility tree should be enough, I mean, it's all that's needed for vision impaired customers, and technically the ai agent _is_ a vision
22.
▲
by
joeframbach
8mo ago
esc is the dismiss-the-modal-and-lose-all-your-work key.
23.
▲
by
joeframbach
8mo ago
Yes, every time you send a message from an iPhone you MUST append a trailing space, just to be sure it won't fuck up the last word when it sends.
24.
▲
by
joeframbach
8mo ago
This concept is a duplicate :) we already had r9k
25.
▲
by
joeframbach
9mo ago
Please consider improving the color contrast. The text is gray-on-gray and impossible to read.
26.
▲
by
joeframbach
9mo ago
So, the Powerbook Duo Dock?
27.
▲
by
joeframbach
10mo ago
Print out the invoice, write a check, and mail it in?
28.
▲
by
joeframbach
10mo ago
It probably wasn't the rmdir command that deleted the parent folder by itself, but the LLM did the traversal. The LLM probably did this: rmdir D:\dir one\dir two\file Detected that it failed, then the LLM issued the traversal
29.
▲
by
joeframbach
1y ago
I have accidentally swipe-navigated far more times than I have ever purposefully swipe-navigated (zero times), so I am astounded to see someone who hasn't rage-disabled that misfeature upon installation of the OS.
30.
▲
by
joeframbach
1y ago
I wonder if the browser would attempt to validate the contents of a script tag with type json, versus treating it as a blob that would only be validated when parsed/used. And any performance overhead at load time for doing so. Not at a
More ›