Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
marxism
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
7 ms
·
1.
▲
by
marxism
4mo ago
Something nobody's really calling out: Forgejo is genuinely hackable. I just added a "showcase" mode to my instance: private repos can show their README and root file listing publicly (so I can advertise that a project exists
2.
▲
by
marxism
5mo ago
Run. I've used it in a product for a couple of thousand repos. The big problem is architectural. Each branch is serialized into a single bundle file. There is no structural sharing of git objects. So each and every branch will download
3.
▲
by
marxism
8mo ago
Hey! Happy Coder contributor here. Great timing on this post. I hear you on the reliability issues and feature stagnation. The project went through a rough patch, but we've had some new core contributors come on board and things have p
4.
▲
by
marxism
11mo ago
I'm trying to understand where our viewpoints differ, because I suspect we have fundamentally different mental models about where programming difficulty actually lives. It sounds like you believe the hard part is decomposing problems -
5.
▲
by
marxism
11mo ago
I watched a youtube video showing off Orlog https://www.youtube.com/watch?v=3rW3jtbsxZk . Challenge accepted. If you get back to me I'll livestream this on Saturday. I want to be crystal clear about what I'm claimi
6.
▲
by
marxism
11mo ago
I'm curious: could you give me an example of code that AI can't help with? I ask because I've worked across different domains: V8 bytecode optimizations, HPC at Sandia (differential equations on 50k nodes, adaptive mesh refin
7.
▲
by
marxism
11mo ago
I actually agree with everything you said, and I see I failed to communicate my idea that's exactly why I'm so upset. You said "the only exception here is learning" - and that exception was my hobby . Programming simple
8.
▲
by
marxism
11mo ago
I think you're misunderstanding my point. I'm not saying I don't know how to use planning modes or iterate on solutions. Yes, you still decompose problems. But what's the decomposition for? To create sub-problems small e
9.
▲
Ask HN: Has AI stolen the satisfaction from programming?
99 points
by
marxism
11mo ago
|
113 comments
10.
▲
Hemingway Technique applied to work with AI agents
(happy.engineering)
2 points
by
marxism
1y ago
|
0 comments
11.
▲
by
marxism
1y ago
Here's an example of gold plating from a CLI I created this past weekend. I did not like the terse errors when parsing JSON. "invalid type: boolean `true`, expected a string", line: 3, column: 24 So I asked for Elm style frie
12.
▲
by
marxism
1y ago
I'm working on Happy Coder, an open source Codex and Claude Code native mobile app (plus a web app). Happy lets you spawn and control multiple Codex/Claude Code sessions in parallel. Happy Coder runs on your hardware, works from y
13.
▲
Show HN: My first vibecoded Rust project, how do I share the AI sessions?
(github.com)
2 points
by
marxism
1y ago
|
1 comments
14.
▲
by
marxism
1y ago
I'm working on Happy Coder, an open source Codex and Claude Code native mobile app (plus a web app). Happy lets you spawn and control multiple Codex/Claude Code sessions in parallel. Happy Coder runs on your hardware, works from y
15.
▲
by
marxism
1y ago
Let me rephrase this. I am feeling empathy for the Blue founder because I am in a similar position to show voice control to people and the overwhelming response is "cool, I'll use it while driving". And similar to people here
16.
▲
by
marxism
1y ago
Counterpoint: don't blame the founder for leading with driving use cases. It's audience selection bias, not the founder being reckless. He's showing what gets traction, not necessarily what he thinks people should actually do
17.
▲
by
marxism
1y ago
I really liked the definition of reverse-centaur > A reverse-centaur is a machine that is assisted by a human being, who is expected to work at the machine’s pace. This exactly describes the attitude of a PM I work with who makes abundan
18.
▲
by
marxism
1y ago
Hey, you mentioned needing a web UI for your agent. I contribute to Happy Coder, an open source agent client (mobile app, desktop app, and web app). The project is just a UI layer for existing agents. Adding Codex specific UI and plumbing l
19.
▲
by
marxism
1y ago
I want to weigh in here because I see comments focusing on how these products are useless trash. I think that's missing the point. This wealthy engineer mindset is too literal. The AI-generated photos and fake reviews aren't bugs.
20.
▲
by
marxism
1y ago
I contribute to the Happy Coder app https://github.com/slopus/happy (MIT License) I've gotten a lot of use out of Claude Code in the past few months. The big problem for me is struggling to stay on top of multiple
21.
▲
by
marxism
1y ago
Why a relay server? I want an app to just work with no fuss while running an AI agent on arbitrary consumer hardware. Having both the mobile app and agent wrapper process connect outwards through any firewalls and networks to a third comput
22.
▲
by
marxism
1y ago
Yes you can self host the relay server (and please do so!). If you are like me and already have Mac Mini in a closet running docker, k3s, or just have a friend group kubernetes cluster, you can get it running in about 3 minutes. https:
23.
▲
by
marxism
1y ago
I've been contributing to an open source mobile app [1] that takes two swings at offering something that Roo does not have. 1. Real-time sync of CLI coding agent state to your phone. Granted this doesn't give you any new coding ca
24.
▲
by
marxism
1y ago
If the "on the go" experience is important to you, i.e. you actually want some care and intention put into the phone experience. There are 4 apps I'm aware of: - Happy Claude Code Client: open source (MIT) effort for a qualit
25.
▲
Show HN: What time is it in Corporate
(peoplesgrocers.com)
11 points
by
marxism
1y ago
|
0 comments
26.
▲
by
marxism
1y ago
There's a huge difference between documentation and prompts. Let me give you a concrete example. I get requests to "make your research code available on Hugging Face for inference" with a link to their integration guide. That
27.
▲
by
marxism
1y ago
As you pointed out the examples in the blog post are not an LLM failure. The real failure is asking too little. Engineers think "the LLM can handle the simple code change, but if I ask for too much it'll fall over." Wrong. Mo
28.
▲
by
marxism
1y ago
I have to disagree with Carmack here. The evidence suggests this isn't AR prep at all. I watched Apple's 20-minute design presentation, and their design team makes the same point repeatedly: Liquid Glass has very narrow guidelines
29.
▲
by
marxism
1y ago
Just to clarify, when I say 5x code changes, I was thinking of "edit" operations. My intuition is the tail of low value "changes/edits" will skew fairly code size neutral. A concrete example from this week "add
30.
▲
by
marxism
1y ago
I think we're talking past each other. There's always been a threshold: above it, code changes are worth the effort; below it, they sit in backlog purgatory. AI tools so far seem to lower implementation costs, moving the threshold
More ›