Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
MintPaw
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
6 ms
·
1.
▲
by
MintPaw
5d ago
Doesn't this break if the child uses a VPN, or some other software to spoof? For this to really work Windows would have to lock down all HTTP, and really all networking, only allow approved software/browsers, etc. Is there a reaso
2.
▲
by
MintPaw
26d ago
Why would this be true? The way "single instance mode" usually works is by taking a global mutex or making a lock file. What makes this not possible for TUI apps? Isn't it just culture?
3.
▲
by
MintPaw
27d ago
Probably because it makes distilling and external analysis/tracking harder.
4.
▲
On Comments
(blog.helsing.ai)
4 points
by
MintPaw
1mo ago
|
0 comments
5.
▲
by
MintPaw
2mo ago
It's an interesting thought, but hard to imagine how this would be implemented system wide. The clipboard would need to remember the source application, and have some kind of unique identifier to issue a delete to the source applicatio
6.
▲
by
MintPaw
2mo ago
I see your point, but this isn't exactly true, it only takes a single person to bias a model by deleting specific training data or over training on certain facts.
7.
▲
by
MintPaw
2mo ago
I'm not sure what the situation is here, but on many sites making alt account to avoid bans can result in a lifetime ban. A high profile figure who's been banned from a service advertising that they still have access to it might b
8.
▲
by
MintPaw
2mo ago
This is a general problem with destructors, you can't "batch delete" objects. To free a lot of stuff you're required to go pointer by pointer through the tree to clean up each object. To get real performance gains from p
9.
▲
by
MintPaw
2mo ago
This is way too absolute a point. There's services like water and internet service you're effectively subscribed too that don't get worse. There's obvious efficiencies that can be gained from regularizing demand with sub
10.
▲
by
MintPaw
3mo ago
Not you particularly, I meant the original: "it feels like every share of income is at its lowest except for the ultra wealthy." It's ambiguous in several way, no time scale, "ultra wealthy" isn't defined, and
11.
▲
by
MintPaw
3mo ago
Data is the answer, it's just that so few people are willing to look at unbiased data. Although the start is asking a more measurable question.
12.
▲
by
MintPaw
3mo ago
There's a whole category of video content called "First Amendment Audits" where people film with big cameras in public and farm people random, and often quite hostile, reactions.
13.
▲
by
MintPaw
3mo ago
This is at odds with the idea that devs should take full accountability for LLM generated code. He also didn't even say the code was generated by Claude, just the description, although a decent amount of the code probably was.
14.
▲
by
MintPaw
3mo ago
A side note, isn't package maintenance something that can actually be solved to some extent by LLMs? The prompt would be something like "Clone this repo and build this package while building/bundling as few other packages as
15.
▲
Nagent, a uniuqe LLM loop reference implementation
(github.com)
2 points
by
MintPaw
3mo ago
|
0 comments
16.
▲
by
MintPaw
4mo ago
I'm not sure about that, they could do far worse than delist you if they really hated you.
17.
▲
by
MintPaw
4mo ago
Interesting point, but I'd always thought the opposite, you're much better protected by the law if you use services from your own country. If you use a service outside your country, I believe you could have all your code stolen an
18.
▲
by
MintPaw
4mo ago
What is a voicemail in this context? What app is reading it?
19.
▲
by
MintPaw
4mo ago
Detect the mouse moving in a "non-human way"? If it were that easy there'd be no hackers. And even if it where, what about wall hacks?
20.
▲
by
MintPaw
4mo ago
There's just different types of programming, I also find that if I give a decent description of a bug an LLM will often find the problem, and that great in a system that's mostly legacy and hard to repro. LLMs are also good for qu
21.
▲
by
MintPaw
4mo ago
I recently had my faith shattered with I saw someone lock onto an ally through a wall in a kill cam, and I haven't played sense. Blatant cheaters are bad in some ways, but subtle cheat are far worse imo.
22.
▲
by
MintPaw
4mo ago
I think there's a large subset of programmers now who consider null checking (or even the existence of null) to be bad, and prefer something else like exceptions or option types. I don't get it personally.
23.
▲
by
MintPaw
5mo ago
$600/mo? Do you mean $600 as a one time purchase for life? I've never heard of any Adobe plan that expensive.
24.
▲
by
MintPaw
5mo ago
This looks to me like the issue is that Zed is using too many buffer objects, it should be querying the Vulkan context to see what's the max and sticking to it. So it seems like Zed's not doing it right, or maybe the AMD driver is
25.
▲
by
MintPaw
5mo ago
Vulkan, DX11, or Metal, I'm curious which environment has the ability render a GUI desktop but doesn't have access to a modern renderer pipeline. VirtualBox I guess?
26.
▲
by
MintPaw
5mo ago
Everyone talks badly about Cursor and it is kinda a piece of junk, but no, there's nothing that has the features of: being able to see agent diffs in an editor, seeing diffs inline in chat, be able to click them to jump to the code, an
27.
▲
by
MintPaw
5mo ago
Yes, but I got a subscription because I was tired of alt+tabbing to the Cursor spending dashboard between prompts to make sure I wasn't over spending. I'm ok if they slow me down for a few hours during peak usage. But getting cut
28.
▲
by
MintPaw
5mo ago
Sounds really minor, but was actually a big contributor to me canceling and switching. The VS Code extension has a morphing spinner thing that rapidly switches between these little catch phrases. It drives me crazy, and I end up covering it
29.
▲
by
MintPaw
6mo ago
> The way it is now, I can modify web sites using extensions This isn't related too directly to WASM, what you want is DOM rendering only, you would theoretically reject canvas and WebGL rendering I imagine. But you could create DOM
30.
▲
by
MintPaw
6mo ago
It might be that this is common with new tech, I'm too young to have grown up in the early concert scene. But with video games the curve was similar. People would show up just to see the tech and how much stuff people could put on the
More ›