Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
MintPaw
searching PlanetScale…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
5 ms
·
1.
▲
by
MintPaw
11d ago
I'm surprised no one really has answered the implied question. Wireless protocols are hard for VR not because of bandwidth, but because of latency. Head tilt motions have to be processed extremely quickly to not be nauseating. Even wit
2.
▲
by
MintPaw
12d ago
It doesn't seem to me like you've described concepts that are all that different, loading from global memory is slow on the CPU too because often it requires some kind of barrier or lock. All techniques require you to pre-arrange
3.
▲
by
MintPaw
15d 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
4.
▲
by
MintPaw
1mo 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?
5.
▲
by
MintPaw
1mo ago
Probably because it makes distilling and external analysis/tracking harder.
6.
▲
On Comments
(blog.helsing.ai)
4 points
by
MintPaw
2mo ago
|
0 comments
7.
▲
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
8.
▲
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.
9.
▲
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
10.
▲
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
11.
▲
by
MintPaw
3mo 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
12.
▲
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
13.
▲
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.
14.
▲
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.
15.
▲
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.
16.
▲
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
17.
▲
Nagent, a uniuqe LLM loop reference implementation
(github.com)
2 points
by
MintPaw
4mo ago
|
0 comments
18.
▲
by
MintPaw
4mo ago
I'm not sure about that, they could do far worse than delist you if they really hated you.
19.
▲
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
20.
▲
by
MintPaw
4mo ago
What is a voicemail in this context? What app is reading it?
21.
▲
by
MintPaw
5mo 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?
22.
▲
by
MintPaw
5mo 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
23.
▲
by
MintPaw
5mo 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.
24.
▲
by
MintPaw
5mo 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.
25.
▲
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.
26.
▲
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
27.
▲
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?
28.
▲
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
29.
▲
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
30.
▲
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
More ›