Viewing profile — 22c
22c
HN member- Joined
- Wed, Sep 06, 2017, 6:04 AM UTC
- HN karma
- 1,519
- Public activity
- 631 items
- HN profile
- View on Hacker News ↗
About 22c
No profile information was provided.
Recent public activity
-
comment
Comment #49241894
No it's not related, sadly Byuu passed away several years ago.
-
comment
Comment #49237339
Sadly, the AI writing is so terribly distracting. So the long and short of it seems to be an advertisement for the site itself? I think this should've been a show HN as your affili…
-
comment
Comment #48792775
Looks like they merged it back in, but it's a shame it was taken out in the first place.
-
comment
Comment #47594918
I don't fully get the negativity here. This seems like a middle ground between quick'n'dirty bash script and a well-crafted Ansible playbook. Half the time if you want to do someth…
-
comment
Comment #47451113
Looks similar to sem/weave https://github.com/ataraxy-labs/sem https://github.com/ataraxy-labs/weave Though, despite the claims, I am not sure if these are ready for prime-time yet…
-
comment
Comment #47394159
> yt-dlp is running the entire YouTube JS+DOM environment IIRC they maintain a minimal execution environment that is able to run just the JS needed to pass a few checks but this br…
-
comment
Comment #47268881
PMs can now also ship their half-baked requirements documents even faster thanks to the help of AI.
-
comment
Comment #47257250
I noted something similar a few weeks ago. Companies are finally putting APIs in front of things that should have had APIs for years!
-
comment
Comment #47159586
Pretty sure I saw this one a couple of weeks back, or something very similar to it.. https://github.com/philschmid/mcp-cli Edit: Turns out was https://github.com/steipete/mcporter …
-
comment
Comment #47115685
I believe you're thinking of JScript, they're not quite the same thing.
-
comment
Comment #47052734
FWIW I think most users here would prefer you reply to their hand-written comments using your own words, even if you had to use a translator.
-
comment
Comment #47040960
> An AI agent was used to gain super-user access No telling if this "hack" wasn't really just prompt engineering followed by hallucinations, particularly if the "hacker" was attemp…
-
comment
Comment #47027832
> "The key insight is..." This was either written by Claude or someone who uses Claude too much. I wish they could be upfront about it.
-
comment
Comment #46999111
I can't help but feel there is a funny pattern going on. A lot of companies want to embrace AI, agents, etc. so they make their platforms easier to use by AI, implementing whatever…
-
comment
Comment #46983283
TIL there's a batch API.. This seems like something a lot of AFK coders should be using. The pattern for those users is typically they would set some kind of token budget, but thei…
-
comment
Comment #46908869
I tried teams, good way to burn all your tokens in a matter of minutes. It seems that the Claude Code team has not properly taught Claude how to use teams effectively. One of the b…
-
comment
Comment #46818332
> its because people actually want AI to talk to them like that I can't find the particular article (there's a few blogs and papers pointing out the phenomenon, I can't find the on…
-
comment
Comment #46627070
Hasn't Michael Burry been talking about this exact thing for at least 6 years now? Edit: The Big Short’s Michael Burry Explains Why Index Funds Are Like Subprime CDOs (2019) https:…
-
comment
Comment #46506145
> I've thought about building the same thing, by using beads... Glad someone in the hivemind did it. Gas Town is from the creator of beads.
-
comment
Comment #45897212
Sidenote from the article, but TIL Mark Atwood is no longer at Amazon.
-
comment
Comment #45297668
> What’s old is new again Let's go back even further.. I get strong nForce vibes from that extract!
-
comment
Comment #44921091
Carmack's comments and the comments in the thread entirely surprise me. 256kbit/s was pretty much the standard ADSL speed 20 years ago. I remember thinking it was lucky some of my …
-
comment
Comment #44556194
Does it mean that they can be stored at room temperature, in humid conditions, etc? ie. requiring no HVAC/dehumidifiers or whatever else might be needed to reliably store archive m…
-
comment
Comment #44461037
On the idea of replacing ones self with a shell script, I think there's nothing stopping people (and it should probably be encouraged) with replacing ones use of an LLM with an LLM…
-
comment
Comment #44439086
There is at least some awareness already when it comes to the performance of the regex engine: https://github.com/openai/tiktoken/blob/main/src/lib.rs#L95-...