Live data from Hacker News

Show HN: Orange Juice – Small UX improvements that make HN easier to read

oj-hn.com

91–100 of 165 posts

Re: Show HN: Orange Juice – Small UX improvements that make HN easier to read

#91

Latchkey, would you be comfortable with HN adopting your dark mode styling as a user choice someday, if they came around to liking it? I really like it and I think it’s in the spirit of the site.

I'm pretty sure that will never happen, as it would've happened already by now. People can and do already use custom CSS or Dark Reader for dark mode.

custom CSS is the way. I don't believe HN will ever adopt dark mode. But the site is so stripped down it's easy to write custom dark mode for it.

Re: Show HN: Orange Juice – Small UX improvements that make HN easier to read

#92
post #83

Earlier quoted context omitted.

I'm so confused. Can you explain it to me a bit more clearly what you'd like to see? I literally just took the code from refined. https://github.com/plibither8/refined-hacker-news/blob/ee7ef...

I opened an issue with screenshots: https://github.com/OrangeJuiceExtension/OrangeJuice/issues/1...

Got it! I was using the username instead of the author of the item.

https://github.com/OrangeJuiceExtension/OrangeJuice/pull/18

Fixed and closed (all with AI).

Re: Show HN: Orange Juice – Small UX improvements that make HN easier to read

#93
post #91

Earlier quoted context omitted.

I'm pretty sure that will never happen, as it would've happened already by now. People can and do already use custom CSS or Dark Reader for dark mode.

custom CSS is the way. I don't believe HN will ever adopt dark mode. But the site is so stripped down it's easy to write custom dark mode for it.

https://github.com/OrangeJuiceExtension/OrangeJuice/blob/b84...

Re: Show HN: Orange Juice – Small UX improvements that make HN easier to read

#94
post #51
post #6

I want hacker news UX to stay as it is, mostly, but these are features I'd welcome.

What features would you welcome?

It would be nice to flag who the OP is in the story comments. Provides helpful context, esp. if they posted their own project.

Here's one potential implementation:

https://chromewebstore.google.com/detail/hn-maker-badge/khod...

Re: Show HN: Orange Juice – Small UX improvements that make HN easier to read

#96
post #91

Earlier quoted context omitted.

I'm pretty sure that will never happen, as it would've happened already by now. People can and do already use custom CSS or Dark Reader for dark mode.

custom CSS is the way. I don't believe HN will ever adopt dark mode. But the site is so stripped down it's easy to write custom dark mode for it.

Stylus is great for this kind of thing - it's basically Tampermonkey but for site-level CSS overrides.

https://addons.mozilla.org/en-US/firefox/addon/styl-us/

Re: Show HN: Orange Juice – Small UX improvements that make HN easier to read

#97
post #51
post #6

I want hacker news UX to stay as it is, mostly, but these are features I'd welcome.

What features would you welcome?

- Better formatting for text: (1) bullet points (2) markdown-like links (3) Slightly different background for code.

- More "sub-reddits". We already have Ask/Show HN. We probably can add a couple more to keep everything organized.

- Option to auto-collapse comments threads deeper than X levels by default. When they are all open by default like today, only the top comment and its children get more of the eyeballs.

Re: Show HN: Orange Juice – Small UX improvements that make HN easier to read

#98
post #80
post #56

Earlier quoted context omitted.

Well, i downloaded firefox extension and checked the size of only *.js files without any additional assests - and it's 2 megabytes. Mermaid is around 800kb, so it still leaves over 1 megabyte of javascript. The amount of abstraction alone for the project of this scope makes me cringe. You introduce unnecessary complexity.

In all fairness, 30+ years of web development is exactly what would convince you that shipping 1+ MB of JS is fine, no? I'm not really kidding... Web development is where all of the worst practices in programming thrive and come from. Some of them are spending minutes (sometimes 10+ minutes) compiling/"building" web pages before they "deploy" them, and so on. 30+ years in web development is what you say at the suppor…

Yeah, i'm also webdev with a couple of decades under my belt and i cry from time to time seeing what happened to it in the past 10+ years.

Webdevs nowadays blindly follow "trends" that phase out every couple of years, without really bringing anything of the value to the ecosystem.

Re: Show HN: Orange Juice – Small UX improvements that make HN easier to read

#99
post #94
post #51

Earlier quoted context omitted.

What features would you welcome?

It would be nice to flag who the OP is in the story comments. Provides helpful context, esp. if they posted their own project. Here's one potential implementation: https://chromewebstore.google.com/detail/hn-maker-badge/khod...

Implemented.

Re: Show HN: Orange Juice – Small UX improvements that make HN easier to read

#100
post #31

The improvements are nice, that's for sure. But i checked out github and it looks like overengineered ai slop, you could implement all the features with 1/10 of the code. But again, nobody cares nowadays which makes me sad. You even generated chrome/firefox logos using ai...

Why don't you do that? Instead of doing that you unfairly critisize the guy that gave away his time and effort on something which no-one is forcing you to use. Shame.
Post reply on HN