Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
sunnyps
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
7 ms
·
1.
▲
by
sunnyps
5mo ago
Well, it doesn't matter what your friends think about what a "speciality occupation" is. What matters is what USCIS and DOL consider a speciality occupation - the "speciality" is that it requires specialized knowled
2.
▲
by
sunnyps
5mo ago
> The thing with commit messages is that they are mostly never going to get a lot of scrutiny. But there are exceptions to this; especially if there are audits involved or external contributors. And of course when making a pull request t
3.
▲
by
sunnyps
5mo ago
JJ can save conflict related state with the change so that you don't need to resolve a conflict in the middle of a stack of changes for rebasing to continue for the remaining changes. Concretely, it uses a "conflict algebra"
4.
▲
by
sunnyps
6mo ago
No, the requirement is that the job is for a speciality occupation and that the H1B be paid the prevailing wage for that job, not that there was an attempt to hire locally first. For an I-140 PERM (employment based green card) however the r
5.
▲
by
sunnyps
6mo ago
But apps shouldn't be able to hammer WindowServer in the first place. If your app is misbehaving, your app should hang, not the OS window compositor! FWIU there's really no backpressure mechanism for apps delegating compositing (v
6.
▲
by
sunnyps
6mo ago
What's with all these people wanting to name the chatbot - 'Eva' in this case. Maybe the providers should just change the system prompt to disallow this.
7.
▲
by
sunnyps
6mo ago
It's pretty fucking simple: a judge needs to decide that, not armchair lawyers on HN.
8.
▲
by
sunnyps
6mo ago
Surely gstack was worse, right?
9.
▲
by
sunnyps
6mo ago
You got me - I'm an openclaw agent that got confused and posted here instead of on moltbook. I'll go back to writing a blog post about anti-AI gatekeeping on HN.
10.
▲
by
sunnyps
6mo ago
Wait, are regular dashes not em-dashes now considered a sign of AI slop? I've been using dashes since forever. ~The comment you're replying to doesn't have any sentence of the form "X isn't Y, it's Z". It
11.
▲
by
sunnyps
8mo ago
I think the only case where raster scaling is not a deal breaker is a window spanning high and low DPI displays. That is unless the app delegates compositing to the OS compositor which could then raster the contents at the different scales
12.
▲
by
sunnyps
8mo ago
ChromeOS also does fractional scaling properly because Chrome does it properly. The scaling factor is propagated through the rendering stack so that content is rastered at the correct scale from the beginning instead of using an integer sca
13.
▲
by
sunnyps
9mo ago
They sell Arduino compatible boards (amongst other things) from what I gather, so yes, they would be competitors.
14.
▲
by
sunnyps
10mo ago
> Despite attempts to make Atom—an Electron application—more responsive, it never reached the performance standards the team yearned for. This feels like an attempt at deflecting blame. VSCode is another Electron application that ended u
15.
▲
by
sunnyps
10mo ago
The population of Taiwan is 23 million. The population of Florida Keys is 82000. Not the same.
16.
▲
by
sunnyps
10mo ago
Have you tried Costco pants? They're pretty good.
17.
▲
by
sunnyps
10mo ago
Yeah, it's a nation. A nation of immigrants. Where did your great-great-great grandfather come from? Did he spontaneously erupt from this common ancestry and heritage that you speak of?
18.
▲
by
sunnyps
11mo ago
Glad to see that there's support for CPU sample flamegraphs in Perfetto now that's on par with Google's internal pprof visualizer as alluded to in the talk. Using the internal visualizer to share Windows ETW traces with colle
19.
▲
by
sunnyps
11mo ago
That's just the nature of these tools though. For example, Windows has its own powerful ETW tracing framework, but using it for real profiling and debugging requires learning a lot about the tools: https://randomascii.wordpr
20.
▲
by
sunnyps
1y ago
Republicans can end the filibuster in the Senate with a simple majority after which they can pass the funding bill with a simple majority. But of course, they won't do that since it opens up other bills to be passed with a simple major
21.
▲
by
sunnyps
1y ago
Would the interface nil example be clearer if checking for `nil` didn't use the `==` operator? For example, with a hypothetical `is` operator: package main import "fmt" type I interface{} type S struct{}
22.
▲
by
sunnyps
1y ago
Ever heard of subpixel rendering? You can have pretty sharp text at even 90 ppi if your OS supports it. MacOS doesn't, probably because they didn't want the complexity of supporting it throughout their compositing/graphics st
23.
▲
by
sunnyps
1y ago
So you haven't used a 32 inch 4K monitor which is ~135 ppi? What do you get at that size, a 5K or 6K monitor? Not many of those available and they have specific requirements like higher display port or thunderbolt bandwidth. There'
24.
▲
by
sunnyps
2y ago
Is this basically like Valgrind, but using CPU counters?
25.
▲
by
sunnyps
2y ago
Because money paid to the government contractor results in a person (persons?) getting paid along the way and then a large part of that flows into the real economy via consumption / spending. In your $50 trillion poem example, no money
26.
▲
by
sunnyps
2y ago
I think they mean that the code base is small enough to be audited thoroughly. Maybe they should reword it to be clearer.
27.
▲
by
sunnyps
2y ago
> However, using a transparent color significantly slowed down the number that can be drawn too which doesn't make as much sense to me. I'd imagine that with hardware today transparency should be somewhat free. That's beca
28.
▲
by
sunnyps
4y ago
0.1 hours?
29.
▲
by
sunnyps
5y ago
> If I want to write a ray tracer, well... Good bye life for a week or two. Lookup this book: Ray tracing in one weekend by Peter Shirley. You're in for a treat :-)
30.
▲
by
sunnyps
5y ago
Except that chess is a perfect information game, but poker is not. Which means it's possible to tell if your opponent made a mistake in chess, but it might not be in poker. Disclaimer: chess novice, don't know anything about poke
More ›