HN user

ra0x3

286 karma

https://rashad.wiki

Posts23
Comments58
View on HN
www.nytimes.com 13d ago

China, Russia and Others Seek to Inflame Debate over A.I. Data Centers

ra0x3
12pts3
news.ycombinator.com 21d ago

Ask HN: Could someone invite me to lobste.rs?

ra0x3
3pts2
www.stonehedgelabs.com 21d ago

LLMs as a Last Resort

ra0x3
5pts0
news.ycombinator.com 26d ago

Ask HN: Any OSS models as good as GPT-4o-mini?

ra0x3
2pts1
medium.com 1mo ago

Good Riddance, Tim

ra0x3
4pts0
news.ycombinator.com 4mo ago

Tell HN: It's official, I'm done with Claude

ra0x3
8pts11
github.com 6mo ago

Show HN: Web Assembly (WASM) + Model Context Protocol (MCP)

ra0x3
1pts0
github.com 6mo ago

Show HN: Snuper – A WebSocket "snooper" for live DraftKings props

ra0x3
2pts0
www.app.arbi.gg 6mo ago

Show HN: Arbitration, a way to experience live sports through both fanbases

ra0x3
1pts0
economictimes.indiatimes.com 9mo ago

Apple hardware head John Ternus top pick to succeed Tim Cook as CEO

ra0x3
2pts0
www.reuters.com 1y ago

Apple weighs using Anthropic or OpenAI to power Siri in major reversal

ra0x3
5pts1
www.businessinsider.com 1y ago

Meta is about to start rating more workers as 'below expectations'

ra0x3
1pts0
www.euronews.com 1y ago

Instagram, Facebook and WhatsApp back online after global outage

ra0x3
1pts0
nypost.com 1y ago

Netflix streaming issues leaving Mike Tyson-Jake Paul viewers livid

ra0x3
25pts4
www.piratewires.com 1y ago

The Biden Admin's Plot to Destroy Silvergate and Debank Crypto for Good

ra0x3
3pts0
www.bloomberg.com 1y ago

Telegram CEO Charged for Alleged Criminal Use of App

ra0x3
3pts0
chatgpt.com 1y ago

So You Think You Can Interview?

ra0x3
2pts0
linear.app 2y ago

Post mortem on Linear incident from Jan 24th, 2024

ra0x3
1pts0
news.ycombinator.com 2y ago

Ask HN: What did you do or read this weekend that wasn't related to the OpenAI?

ra0x3
15pts19
old.reddit.com 2y ago

Reddit Changes to ad personalization, and privacy preferences settings

ra0x3
3pts0
twitter.com 2y ago

I fired somebody cheating. He was working two jobs

ra0x3
2pts1
www.pewresearch.org 2y ago

How the American middle class has changed in the past five decades (2022)

ra0x3
2pts0
www.coindesk.com 4y ago

A Censorship-Resistant Inflation Index Is Being Built on Chainlink

ra0x3
2pts1

Great point. Devs have relatively no incentive to be more productive for their orgs, and all the incentive to be more productive on their own personal work. The AI benefit to devs is real, just not for large enterprises IMO outside of automating clerical/mundane work.

A bit of meta: Claude Design -> Claude Code or Codex.

IMO Claude Code almost feels like a hack for getting web-ish products off the ground. It does such a great job of making the UI mockups interactive and providing a great "base" that the agents can use. Once you get that "base" the way you want in Claude Design, export it, then literally just tell your agent "Hey, the exported design project is /at/this/path - read it and implement it". No it's seriously been that simple - either agent can handle it. From there, you can A/B test to see which agent you prefer. The better agent is going to depend on your project and your prompting.

Good luck :)

GPT-5.6 13 days ago

My final answer on this is that we just can't say anything affirmative because all of our projects/codebases are completely different. I've gone back and forth on the "codex vs claude" being better, and while I'm currently of the believe that Claude is superior, I understand that might be the case for _my_ particular set of projects and _my_ personal way of interacting with the model.

Meh, seems he's using arbitrary metrics to make arbitrary claims (which is fine). But to just state that "Life is so much better in 2026 than in 1926 for Americans" is obviously a pretty nebulous statement. It's like saying "Beaches in 2026 are so much better than beaches in 1926". Sure you could cherry-pick some metrics to make the case, and someone else could cherry-pick metrics to make the opposite case. Sort've a "talking just to hear yourself talk" kind've thing.

I think Elon owns a lot of real estate in these guys’ heads. When you have $200B+ in the bank, little else matters others than being seen as a titan of industry IMO. I think the fact that Musk has Tesla and Spacex (even with all his extra curricular activities) makes a guy like Zuckerberg seethe that he’s just “the internet websites guy”.

Wait, the instructions are a little ambiguous. I clicked "Solution" and it has the dark-squared bishop on a white square! XD

Should maybe update the instructions to clarify that the dark-squared bishop is not constrained to dark squares.

Doesn't CLI use MCP (if need-be) ? I think you might attempting to say "Neat, discrete buckets of work?" (i.e., MCP - similar to HTTP in that work is broken into discrete canonical buckets), or "Virtually unbounded work made available via various CLI utilities?".

I would pick the second option. CLI.

However, for CRUD B2B SaaS I think MCP works fine (if not better than CLI).

Absolutely https://github.com/ra0x3/systemg/tree/main/examples/orchestr...

Things are time bound by instruction creation - at some point you still need a human to dictate the instructions that the orchestrated agents use. From there I've found that -- (1) derive a goal from the instructions (2) break that goal into tasks (3) order those tasks into a DAG (5) spawn the agents to work via the DAG -- seems to be doing everything I want it to do.

True, but I think the point I'm trying to make is that when it comes to deploying (what are more often than not) web services, getting to the point with systemd where it "just works" requires more pain than I'd like - especially with regard to production deployments (reading logs, checking service status, wondering why my env vars aren't being read, etc).

If at the time when I was cutting my teeth on systemd, I had access to something more lightweight and "do one thing well", I think I would've gotten a lot more sleep :)

systemg - "Systemd, for busy people".

https://sysg.dev

https://github.com/ra0x3/systemg

I'm personally tired of getting stuck in config/deployment hell every time I want to deploy a long-lived web service. Sure I eventually learned how to use systemd, but systemd has SO many things baked into that I simply don't need. systemg is a lightweight process supervisor that features everything you'd typically want when running/managing production web services in the wild.

Would love feedback.

I have rarely in my 11+ years of professionally writing software, met someone who could _really_ "write code", but couldn't build software. Anecdotal obviously. But I'd say the opposite tends to be the case IMO - those who tend to really know "the code", also tend to know how to effectively build software (relatively speaking).

It kinda makes sense - "knowing how to code" in modern tech largely means "knowing how to build software" - not write single modules in some language - because those single modules on their own are largely useless outside the context of "software".

Brandon. He was a traditionally trained SWE (CS) but didn't have crazy FAANG names on his resume. Very humble, soft spoken guy. Could write code twice as fast as you, that was 2x easier to understand/grok, and would run 5x more effecciently than yours. Knew the stack all the way from the web layer to the CPU cache level. To this day I think about how he was thee definition of a "10x engineer".

This is a really good point.

At a certain point, huge prompts (which you can readily find available on Github, used by large LLM-based corps) are just....files of code? Why wouldn't I just write the code myself at that point?

Almost makes me think this "AI coding takeover" is strictly pushed by non-technical people.

This was my thinking as well. Iran sending a nuke at anyone effectively is the end of Iran (and many of its people). Something something…mutually assured destruction (e.g., North Korea has nukes, makes threats, doesn’t use them)

but I feel less emotionally invested in the craft of coding.

I don't think caring about the craft of coding and using AI tools are mutually exclusive options. I think you can totally do both! In a way, some of these tools actually allow you more space and time to "care about the craft" because they can take care of all of the mundane boilerplate for you.

A man once said "Bad programmers worry about the code. Good programmers worry about data structures and their relationships."[1]. Well IMO these tools allow programmers the time/space to care about data structures and their relationships -vs syntax and such.

[1] https://news.ycombinator.com/item?id=25501427

What we are doing in practice when delegating coding to LLMs is climbing up the abstraction level ladder.

100%. I like to say that we went from building a Millennium Falcon out of individual LEGO pieces, to instead building an entire LEGO planet made of Falcon-like objects. We’re still building, the pieces are just larger :)