Earlier quoted context omitted.
Do people still think twitter is a valuable place (besides being bot owners).
It seems like geopolitical statements and international announcements happen a lot on Twitter/X these days.
Show HN: I built a social media management tool in 3 weeks with Claude and Codex
91–100 of 145 posts
Re: Show HN: I built a social media management tool in 3 weeks with Claude and Codex
#92I was hoping this was the opposite of a creators platform - a social media users platform. Download all social media to one place (stories/posts) where you can view on your own schedule. Is there anything like that out there?
Re: Show HN: I built a social media management tool in 3 weeks with Claude and Codex
#93Earlier quoted context omitted.
We're entering an era where the delivering of software is cheap. Basically any idea can have an MVP implemented by one or two people in just a month or two now. Very quickly the industry is learning what the next set of bottlenecks are, now that the bottleneck is no longer writing code. Planning, design, management alignment, finding customers, integrating with other products, waiting for review, etc. Basically all t…
Was it ever? Even before llm, writing software, or at least web clients, was as easy as it can get.
Re: Show HN: I built a social media management tool in 3 weeks with Claude and Codex
#94I don't mean to belittle the cool tool you made, I'm just grumpy about the loss of what the social network could have been and what we got when it morphed into social media.
Re: Show HN: I built a social media management tool in 3 weeks with Claude and Codex
#95I was hoping this was the opposite of a creators platform - a social media users platform. Download all social media to one place (stories/posts) where you can view on your own schedule. Is there anything like that out there?
Tools like instaloader are a start, but screen scraping might be the best bet to avoid detection/banning.
Re: Show HN: I built a social media management tool in 3 weeks with Claude and Codex
#96Earlier quoted context omitted.
That was an interesting article. I have a few questions about the workflow. 1. You mentioned developing tasks in parallel—how many agents were you actually running at the same time? Did you ever reach a point where, even if you increased the degree of parallelism, merging and reviews became the bottleneck, and increasing the number further didn’t speed things up? 2. I really relate to the idea of “80% of features in…
What I did was to break the development into different layers which had to be completed after another, since the functionalities build on each other. Each layer had independent work streams which run in parallel. Each work stream was one independent worktree/session in Claude code First I triggered all work streams per layer and brought them to a level of completion I was happy with. Then you merge one after another…
Re: Show HN: I built a social media management tool in 3 weeks with Claude and Codex
#97Earlier quoted context omitted.
> The era of sharing some small programs that you made with others to benefit from is over imo. > You can just vibe code it yourself. +1. The password manager I use full time now is “Kenpass”, which has exactly one user: me. I have it on iOS/macOS/Linux, browser extensions, CLI and (native, no electron) UI for each, syncs with my homelab server over my wireguard tunnel, and it covers all my use cases. Took me maybe a…
> kenpass > username "ninkendo" Absolutely checks out. Please share more ken related software names you use lol
Re: Show HN: I built a social media management tool in 3 weeks with Claude and Codex
#98Earlier quoted context omitted.
I think our industry really needs to get on top of terms / names and fast. To me, “vibe coded” means “100% (or close to it) of this was written by LLM and I do not have a slightest clue about technology or hacking or anything related to this domain.” if this is the case here (or anywhere else) I am not touching it with a 10-foot pole (even with honesty of the author). something like “LLM assisted” would be a whole ot…
To me "vibe coding" is like Karpathy wrote in that tweet: You completely surrender to the model, accept everything, never look at the changes in code. Only feed prompts and check the resulting product. But, of course, that's not how most programmers use - at least I'd like to think. One thing is when people with zero programming knowledge vibe code something in that fashion, but for serious (read: big) products I'd l…
Would never publish it though, or approach paid work like that.
Re: Show HN: I built a social media management tool in 3 weeks with Claude and Codex
#99I am genuinely in the "target market" for a tool such as this, but having evaluated one previously I found the quality and self-hosting experience to be pretty bad, and that a proprietary freemium product was still a better experience. I'm hesitant to even take a look at this project due to the whole "vibe coded in 3 weeks" thing, though. Hearing that says to me that this is not serious or battle-tested and might go…
I think what I mean by "newfangled" is; this isn't a low-level C memory managed bit flipping thing; this is the sort of thing that's already built on top of layer of layer of the cruft that the web already is, for better or worse.