Viewing profile — quadruple
quadruple
HN member- Joined
- Sat, Aug 30, 2025, 1:07 PM UTC
- HN karma
- 149
- Public activity
- 19 items
- HN profile
- View on Hacker News ↗
About quadruple
No profile information was provided.
Recent public activity
-
comment
Comment #49209781
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 ins…
-
comment
Comment #49181949
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.
-
comment
Comment #48477680
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.
-
comment
Comment #47922243
> 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 tha…
-
comment
Comment #47887393
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, micro…
-
comment
Comment #47797493
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 actu…
-
comment
Comment #47777025
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?…
-
comment
Comment #47666966
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 …
-
comment
Comment #47588238
Semi-related, someone made basically Malus-for-San-Andreas: https://www.youtube.com/watch?v=zBQJYMKmwAs
-
comment
Comment #47217165
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 serve…
-
comment
Comment #47217098
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/qmZJJ6nMIE…
-
comment
Comment #47088992
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…
-
comment
Comment #47077244
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 i…
-
comment
Comment #47073283
> 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 det…
-
comment
Comment #46542239
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 L…
-
comment
Comment #46406132
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 wo…
-
comment
Comment #46324761
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 2…
-
comment
Comment #45151751
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…
-
comment
Comment #45074335
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.