Very clean site, well done. I’ve built something similar, but it also has an algorithmic front page option as well based on the “standard” algorithm from Reddit/HN: https://engineered.at
I also have it wired up to gpt nano for topic extraction and summary creation per post, if you register for an account (free) you can also follow sources and topics to fine tune things.
I have a big list of features to continue adding to it, like an ability to “claim” your site so you can get some analytics from the site, and potentially to boost your site in the algorithm. Might also add a jobs board.
I’ll ignore the tone here and solely reply to the feedback (go take a nice walk or something, no need to be so fired up, it’s just the internet):
- noted on the readability call out. Was trying to keep things minimal, similar to HN itself, I’ll see what I can do to make the contrast better
- I added the summaries because it’s something I want on sites like this. Every individual article page contains a direct link to the original site. I’m intentionally not rendering the full article content like a feed reader so that a gist/teaser is available for users to hopefully send them to the original article.
- you are free to not use the site if you think my intent is nefarious, again it’s just the internet after all
It’s basically another party that is used as infrastructure by the company you’re using the services of, who has access to your data, but that sub processor doesn’t need to extend its terms down into the eula. So like if you host databases on aws, they are your sub processor.
I’ve been iterating on nights and weekends on a hackers news like website that sources all content from engineering blogs (both personal and company blogs). I have about 600 of the total 3k rss feeds I’ve collected over time loaded up, just tweaking things as I go before dropping the whole list in there: https://engineered.at
If you’re able to articulate the issues this clearly, it would take like an hour to “vibe code” away all of these issues. That’s the actual superpower we all have now. If you know what good software looks like, you can rough something out so fast, then iterate and clean it up equally fast, and produce something great an order of magnitude faster than just a few months ago.
A few times a week I’m finding open source projects that either have a bunch of old issues and pull requests, or unfinished todos/roadmaps, and just blasting through all of that and leaving a PR for the maintainer while I use the fork. All tested, all clean best practice style code.
Don’t complain about the outputs of these tools, use the tools to produce good outputs.
curious if the 1m context window will be default available in claude code. if so, that's a pretty big deal: "Sonnet 4.6’s 1M token context window is enough to hold entire codebases, lengthy contracts, or dozens of research papers in a single request. More importantly, Sonnet 4.6 reasons effectively across all that context."
I've read that compute costs for LLMs go up O(n^2) with context window size. But I think it is also a combination of limited compute availability, users preference for Anthropic models and Anthropic planning to go IPO.
Looks like a good architecture. I feel like this needs a complimentary mobile app instead of relying on a chat system like telegram, so you can both plain text interact but also do more advanced stuff like see the backlog of tasks, see the log of completed work, have more robust interactions that include stateful iteration on long form stuff, etc
Pretty cool (and the linked in the comments monodraw I’m buying today it looks great too).
I’ve actually been tinkering with a web app (as a test bed for various spec driven dev frameworks with Claude code) a wireframing tool for TUI apps. Conceptually similar to figma almost, infinite canvas and all that jazz, but has premade components for the Ink TUI library (idea would be to support a few popular TUI frameworks eventually) and you can just drag and drop and design TUI interfaces, then download the skeleton code generated by the app for the whole frame.
I don’t know how far I’m going to take it, but it works so far. A picture is worth a thousand words, a picture of word characters in a ui layout is worth something right?
I’ll probably open source it eventually, I doubt there’s much of a commercial market opportunity for it
Yeah my thought was to eventually cover Ink, ratatui, charm (and bubbletea /lipgloss), and opentui
It’s pretty simple to do this now with the frameworks you can use to spec work and execute on it with Claude code. I’ll keep chipping away at it and launch it at some point
This is generally true only of them going to market with new (to them) physical form factors. They aren’t generally regarded as the best in terms of software innovation (though I think most agree they make very beautiful software)
I also have it wired up to gpt nano for topic extraction and summary creation per post, if you register for an account (free) you can also follow sources and topics to fine tune things.
I have a big list of features to continue adding to it, like an ability to “claim” your site so you can get some analytics from the site, and potentially to boost your site in the algorithm. Might also add a jobs board.
If you’re interested, while this site is closed source, the feed monitoring rails engine is open source: https://github.com/dchuk/source_monitor
reply