>AI is used as a pair programmer to speed up implementation and review, but architecture and final decisions are human. Tested, not vibe coded
>The extension has extensive unit test coverage, quality checks, and automation through CI/CD. This project is intentionally not vibe coded.
I felt non-specific mixed feeling reading this. Seemed unnecessary to say that so prominently twice. Be confident. If you do a good job it shows in more ways than the code.
Right now, I have to do a ton of magic to make that happen in order to work around your auth flow. Namely, pulling the auth token out of the other page and then having to keep track of it in session storage.
I could delete a whole lot of code if that was just built in.
The browser extension I wrote years ago, and which tomhow and I use for moderation, does this. I feel guilty about not having shared it a long time ago, but there just has never been time. Now that LLMs are starting to let me do things I've wanted to do for years, there's a chance I'll actually get to it before the sun dies.
And yes... AI enables so many things.
Some screenshots:
https://raw.githubusercontent.com/mon-jai/modern-hacker-news...
https://raw.githubusercontent.com/mon-jai/modern-hacker-news...
https://raw.githubusercontent.com/mon-jai/modern-hacker-news...
Repo:
The code is all open source and people can do with it what they want. It is GPLv3, but I'd special license it to them as MIT without question.
Aside from all of this AI hype, This is the feature I am most excited about xD!
Dang, genuine question but when you moderate/view Hackernews yourself, I suppose that you must yourself be using dark mode too correct? or do you view hackernews in light-mode?
Out of curiosity, why did you make a new Github account for the extension instead of developing it on your own account?
Because I see this becoming bigger than me and a separate organization made sense. There is a super thin backend component right now too. There is the potential to also add in some extra features that require a server/db. I'm kind of inspired by the atuin model of things.
I've got a LONG list of features I'd like to implement over time.
> Because Hacker News is great, but repetitive UI friction adds up. Orange Juice keeps the original feel while removing the things that cost you time every day.
That does not convince me to use your app? This is like calling someone's Kia shit and instead telling them to buy a Tesla, but just stating that it's better.
I'll stick to HN, thanks.
UPDATE: I've changed the copy, it is pushing right now.
That's the bundle size, not the amount of code in the project.
I've done nothing to try to optimize the bundle size, but I suspect that a lot of it has to do with some of the third party dependencies like mermaid.
The amount of abstraction alone for the project of this scope makes me cringe. You introduce unnecessary complexity.
I also use this extension HNRelevant (https://addons.mozilla.org/en-US/firefox/addon/hnrelevant) which shows a list of similar posts, you might want to add that as an optional feature as well.
What's the tech stack, pure TS? You also might want to migrate from Biome to oxc, I did recently and it plays well with Vite+ (or just move to Vite+) directly.
Noticed a bug, once I edit my own comment and go back to the main post, I show up as [op] not you. Also I should be able to edit my post inline not be moved to a separate page.
See the thread below about refined, which hasn't received an update in 4 years.
I have HNRelevant on my list of features that I've been collecting.
I tried oxc and didn't like it as much as biome. They admittedly aren't as good at formatting yet. The real winner here is ultracite.
Also add ctrl/cmd-enter support to submit the reply.
Also this orange border when clicking a comment or link on the front page is a bit annoying, especially when it doesn't seem to actually do anything (it's not a tab select style, that shows up as the browser's normal style), and it seems to persist.
This has been fixed and is making its way out now.
pnpm wxt build -b safari xcrun safari-web-extension-converter .output/safari-mv2
And that’s it? Or is there some hidden extra work involved.
Just doing that for Chrome and Firefox took a huge amount of effort to get fully set up and approved. Thankfully, it is now at the point where every PR goes live automatically.
just shedding feedbin & reeder (paid)
it's 'hide read stories' for me & darkmode
Imustaskforhelp•2h ago
https://github.com/plibither8/refined-hacker-news#highlights
It might be beneficial to tell me what the difference between these two can be? A lot of the features from my first glance (I can be totally wrong though) are within HN refined.
I would really appreciate a short summary of differences. Personally I am really happy by HN refined though so kudos to @plibither8
latchkey•1h ago
https://github.com/plibither8/refined-hacker-news/issues/135...
I used refined for years as well. Great product, but the underlying code was meh, and the author abandoned it. If you're using refined today, you're experiencing a lot of bugs as the HN DOM has changed over time.
I maintained my own fork for a long time but finally motivated myself to try out AI assisted coding and this is what came out of it. It isn't a port, it is a clean rewrite from the ground up.
I took every feature that I enjoyed from refined, re-implemented it from scratch, with a totally different architecture that allows much more control over the DOM and runs a whole lot faster.
I had AI write hundreds of of unit tests, so that we can make sure that bugs don't appear in the future. I also fixed a whole ton of edge cases along the way.
The entire deployment, all the way to the browser stores, is fully automated with CI/CD, so that we know that the supply chain is safe.
In other words, you might as well migrate. If there is something missing that you enjoyed, file an issue, or even better... a PR.
smcleod•2m ago