Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
quadruple
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
6 ms
·
1.
▲
by
quadruple
1mo ago
yeah, it's honestly amazing just how badly anthropic managed to screw up something in claude after 4.6. its night and day, and every time I see claude doing something stupid, i instantly realize I was accidentally on Opus 5
2.
▲
by
quadruple
1mo ago
I really thought this post was gonna be adjacent to the hip-hop group, and I was patiently waiting to be told that Poppin one's Collar accounts for a pecker deficit.
3.
▲
by
quadruple
3mo ago
Post appears to have been removed, I caught a copy of it: https://pastebin.com/rcAqEFG1 I assume it will get reposted at some point.
4.
▲
by
quadruple
5mo ago
> But if you actually have made things complicated enough [...] The only problem I see in this case is that complexity doesn't come all at once. By the time you reach a problem that k8s is good at solving, you've probably alre
5.
▲
by
quadruple
5mo ago
In their paper, point 5.2.5 talks about their sandboxing platform(DeepSeek Elastic Compute). It seems like they have 4 different execution methods: function calls, container, microVM and fullVM. This is a pretty interesting thing they'
6.
▲
by
quadruple
5mo ago
I agree. Ever since the release of R1, it's like every single American AI company has realized that they actually do not want to show CoT, and then separately that they cannot actually run CoT models profitably. Ever since then, we
7.
▲
by
quadruple
5mo ago
It should be noted that the CIX P1(this board's SoC) has ongoing efforts to be upstreamed. Last I checked, the GPU drivers were still not available(due to them not supporting ACPI? I may be wrong on this) and power draw being weird and
8.
▲
by
quadruple
5mo ago
Despite being a game framework, due to LuaJIT's great FFI you can just write whatever. I recently made a tool that captures frames from GTA:SA using GDI, and when holding ESC only show gameplay frames. It's an anti-epilepsy '
9.
▲
by
quadruple
6mo ago
Semi-related, someone made basically Malus-for-San-Andreas: https://www.youtube.com/watch?v=zBQJYMKmwAs
10.
▲
by
quadruple
7mo ago
What community is there to house around Microsoft Copilot? Seriously, why does Microsoft Copilot need a Discord Server? What do I talk about when I join the Microsoft Copilot server? What are we doing here?
11.
▲
by
quadruple
7mo ago
I believe Windows 7 also had a great user interface. This talk from PDC2008 resonated with me, specifically the concept of "Delights" from 23:45 onward. https://youtu.be/qmZJJ6nMIEU?t=1426
12.
▲
by
quadruple
7mo ago
The truth is that even with KeePassXC, I just really do not notice stale passwords across devices. It's just really not a huge deal for me personally. Maybe it is for normal people. I sync my databases maybe once a year if I'm luc
13.
▲
by
quadruple
7mo ago
It doesn't sound strange, it actually sounds sane and what everyone should be doing. At the same time, I can't imagine the last time I had a random exception I didn't think about in prod, but I guess that's the whole poi
14.
▲
by
quadruple
7mo ago
> The BEAM's "let it crash" philosophy takes the opposite approach. Instead of anticipating every failure mode, you write the happy path and let processes crash. The supervisor detects the crash and restarts the process in
15.
▲
by
quadruple
8mo ago
The thing with Linux cheats is that they were significantly easier to make(you didn't have to think about bypassing the anticheat at all, you could just read the game's memory or LD_PRELOAD your cheat in), and a lot more were publ
16.
▲
by
quadruple
9mo ago
I am not a kernel developer, so I don't really have any idea what this means, but CIX appears to have patches in the Linux kernel[0], so I assume mainlining more stuff is in the works? [0] https://lwn.net/ml/all&#x
17.
▲
by
quadruple
9mo ago
I believe Valve's concerns went(or maybe go?) beyond just the Windows Store, and into "We believe Microsoft may become unable to ship a good Operating System in the future". In a 2013 interview with Gabe Newell: "Windows
18.
▲
by
quadruple
1y ago
99* and 00* are what I do during hackathons, not work. I write some of the worst, god-awful code I've ever seen during hackathons, because I need to get the idea working. I(and the company) can't afford to merely "get the ide
19.
▲
by
quadruple
1y ago
Well, the PS3 had 1 PowerPC core, the PPE, with 8 SPEs. One of which gets disabled for yield, another gets taken by the Hypervisor.