HackerLangs
TopNewTrendsCommentsPastAskShowJobs

ra0x3

287 karmajoined 12 lat temu
https://rashad.wiki

Submissions

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

nytimes.com
11 points·by ra0x3·wczoraj·3 comments

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

2 points·by ra0x3·9 dni temu·2 comments

LLMs as a Last Resort

stonehedgelabs.com
5 points·by ra0x3·9 dni temu·0 comments

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

2 points·by ra0x3·14 dni temu·1 comments

Good Riddance, Tim

medium.com
4 points·by ra0x3·19 dni temu·0 comments

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

8 points·by ra0x3·4 miesiące temu·11 comments

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

github.com
1 points·by ra0x3·6 miesięcy temu·0 comments

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

github.com
2 points·by ra0x3·6 miesięcy temu·0 comments

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

app.arbi.gg
1 points·by ra0x3·6 miesięcy temu·0 comments

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

economictimes.indiatimes.com
2 points·by ra0x3·9 miesięcy temu·0 comments

comments

ra0x3
·wczoraj·discuss
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 :)
ra0x3
·wczoraj·discuss
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.
ra0x3
·7 dni temu·discuss
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.
ra0x3
·8 dni temu·discuss
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”.
ra0x3
·16 dni temu·discuss
TLDR: They're promoting a product they're working on with Cloudfare under the guise of it being an "open standard" [1]. Of course, in the docs, Step 1 is "Sign in with your Cloudfare account". Comes across a bit land-grabby.

[1] https://www.browserbase.com/blog/cloudflare-browserbase-pion...
ra0x3
·17 dni temu·discuss
Not sure why you're being downvoted. Maybe a little preachy, but the gist of the point isn't incorrect
ra0x3
·18 dni temu·discuss
status.claude.com looks like a holiday christmas ornaments
ra0x3
·2 miesiące temu·discuss
Thanks for helping!
ra0x3
·2 miesiące temu·discuss
Can someone invite me to lobste.rs ? HN user since 2014. Would love to try something new :)

Email is on my profile
ra0x3
·2 miesiące temu·discuss
As someone who's explored Open Design recently, I think that's about as close as we're going to get for now unfortunately. I agree it't not really on the same level as Claude Design.
ra0x3
·2 miesiące temu·discuss
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.
ra0x3
·3 miesiące temu·discuss
Yes
ra0x3
·3 miesiące temu·discuss
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).
ra0x3
·3 miesiące temu·discuss
Project name: SystemG

Project description: A general-purpose process composer.

What do you hope to build this month? It'd be nice to flush out some of the more minor UX quirks.

What kind of skills do you need? Anyone with strong Rust skills and who knows their way around various Linux distros.

Website: https://sysg.dev

Github: https://github.com/ra0x3/systemg
ra0x3
·5 miesięcy temu·discuss
What runtimes are supported? I don't think I saw that part mentioned in the README
ra0x3
·5 miesięcy temu·discuss
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.
ra0x3
·5 miesięcy temu·discuss
Wash the spider rims on my car with soap and water, then dry them off completely such that no dirt or residue remains.
ra0x3
·8 miesięcy temu·discuss
Working the same, the nature of the work has changed. Less time spent on the minutia of syntax and project scaffolding. More time spent on how the minutia compose into a larger system.
ra0x3
·8 miesięcy temu·discuss
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 :)
ra0x3
·8 miesięcy temu·discuss
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.