Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
drysart
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
6 ms
·
1.
▲
by
drysart
25d ago
You can kinda get close in pure CSS with CSS media queries using the resolution query on dppx measurements; but that only allows you to be as granular as however many distinct "dots per CSS pixel" values you want to add media qu
2.
▲
by
drysart
4mo ago
It's tempting to look at it that way; but that's being over-reductive. UIs of today are not the UIs of 20 years ago. Users expect much more from today's UIs, and UI toolkits necessarily get more complex as a result in ord
3.
▲
by
drysart
4mo ago
Not as much of a lack of seriousness as excusing away hallucinations as not that big of a deal in what's supposed to be a researched, scholarly body of work written by humans.
4.
▲
by
drysart
5mo ago
Not the author, but: > how do you exactly know how javascript works inside out? Javascript has pretty detailed specifications. They're not exhaustive, but the article here does mention that in some of the dark corner cases they com
5.
▲
by
drysart
5mo ago
> I sat through a conference session in the late nineties trying to understand the difference between an OLE document, a COM object, and an ActiveX control. To be brutally honest, if you were a serious Windows developer in those days (an
6.
▲
by
drysart
6mo ago
This particular vehicle was sold at an impound auction under a court order. Any existing legal ownership of the vehicle prior to the auction was extinguished.
7.
▲
by
drysart
6mo ago
There was a software package a couple decades ago, I want to say it was Lotus Notes but I'm pretty sure it wasn't actually Lotus Notes but something of that ilk, that would show a small, random number of asterisks corresponding to
8.
▲
by
drysart
6mo ago
It's not React. It's React Native. React Native and React are about as similar as JavaScript and Java. React Native is a way of orchestrating a UI comprised of native controls.
9.
▲
by
drysart
6mo ago
Hopping in here to suggest that instead of running a persistent whole-ass daemon, you could just configure a systemd service, set it up to trigger off a write to a fifo, and then use filesystem permissions to restrict access to who can writ
10.
▲
by
drysart
6mo ago
I mean it's a dog so you can't exactly ask them; but this was a dog that would bark at every other dog . If he wasn't barking at Hooch because Hooch was only showing up at 24 FPS, then I'm inclined to think he didn
11.
▲
by
drysart
6mo ago
It's about being able to perceive it as a "living" moving creature and not something different. You can understand something below the perception threshold is supposed to be a creature because you both have a far more advance
12.
▲
by
drysart
6mo ago
The use cases for YAML that don't involve any sort of scripting vastly outnumber the use cases for YAML that involve embedding scripts into a document; so it's a little unfair and inaccurate to say that "in YAML it's k
13.
▲
by
drysart
6mo ago
The more SKUs you have, the more digital shelf space you get on a shopping website. When your sole differentiating factor from your competitors is that your laptop has an "HP" logo on it and theirs has a "Dell" logo on
14.
▲
by
drysart
7mo ago
The browser does have a UDP data stream available for applications to send arbitrary bytes over UDP; it's part of WebRTC.
15.
▲
by
drysart
7mo ago
> If I start calling "bananas" "apples" then I devalue the meaning of the word "apple". You can't differentiate which I'm referring to. In French, potatoes are called what translates to English as
16.
▲
by
drysart
7mo ago
> And the FAA won't become involved unless you're pointing them skyward. The point here is that 'skyward' is where the laser's beam goes when you're trying to aim it at a camera up on a pole. It's prac
17.
▲
by
drysart
7mo ago
The best solution for dealing with AI content slop flooding your eyeballs is to hang out in places small enough to be a community -- like a local area mesh network. AI slop thrives in anonymity. In a community that's developed its own
18.
▲
by
drysart
8mo ago
Depends what you're actually storing. There are plenty of cases where the timezone is not metadata; it defines how the datetime should be interpreted. For example: your local mom and pop corner store's daily opening and closi
19.
▲
by
drysart
8mo ago
It doesn't to me. It should be obvious that there are plenty of valid uses of dates and times which implicitly refer to either an exact instant in time, or the expression of a time in a certain reckoning. A birthday doesn't hav
20.
▲
by
drysart
8mo ago
That's absurd. The system should be able to update itself without fear that it's going to break anything. The user should not be expected to have to set aside time to babysit an update. Windows isn't perfect in this respect
21.
▲
by
drysart
8mo ago
I believe Shopify looked into using a JS engine in WASM for front end sandboxing but ended up using a wrapper around the Shadow Realms API instead.
22.
▲
by
drysart
8mo ago
The major Javascript engines already have the concept of a type system that applies at runtime. Their JITs will learn the 'shapes' of objects that commonly go through hot-path functions and will JIT against those with appropriate
23.
▲
by
drysart
8mo ago
There's not some conspiracy that's stopped it from happening. Nobody, anywhere, has ever said "DOM access from WASM isn't allowed ". It's not a matter of 'allow', it's a matter of capability.
24.
▲
by
drysart
8mo ago
The only fully-functional interface for viewing statements and scheduling payments is on iPhone. In fact I'm pretty sure you can't do either of those things at all in any other place than the iPhone Wallet app. Not even on a M
25.
▲
by
drysart
8mo ago
In a similar act of marketing malfeascence they renamed their mobile Remote Desktop app to "Windows".
26.
▲
by
drysart
9mo ago
But this is very obviously not "no stuff". This is " different stuff". Taking the website down entirely or just blanking it out is a very, very different matter than replacing it with a different message; and doubl
27.
▲
by
drysart
9mo ago
> However you look at it, the only real justification that’s consistent with observed behaviors is that pointing out security vulnerabilities in the development log helps attackers. And on top of your other concerns, this quoted bit smel
28.
▲
by
drysart
9mo ago
I dunno, the grandparent comment gave credit for The Godfather to Scorsese so I ran with it.
29.
▲
by
drysart
9mo ago
That choice was made long before Scorsese made The Godfather; and so has virtually every other movie made over the past century. Real artists understand the limits of the medium they're working in and shape their creations to exist wit
30.
▲
by
drysart
9mo ago
All of the caveats basically boil down to "if you need to access the private backing field from anywhere other than the property getter/setter; then be aware it's going to have a funky non C# compliant field name". In
More ›