HackerTrans
TopNewTrendsCommentsPastAskShowJobs

city41

no profile record

comments

city41
·3 tahun yang lalu·discuss
I find it wild they've been mainstream now for 16 years and I still just absolutely hate them. I would gladly sacrifice screen for a good physical keyboard.
city41
·5 tahun yang lalu·discuss
There's no need to insult. This is a discussion.

What you want is currently not possible. The web community currently does not see your use case as necessary or in demand. Maybe they are wrong. But again, blaming the websites for this who are just following the standards set for them is misguided.
city41
·5 tahun yang lalu·discuss
I think your argument should be rerouted to browser standards and possibly browser vendors, but not websites. prefers-color-scheme is the only signal given to a website. What should a website do if it is set to "dark"? The only reasonable conclusion is to render a dark theme. Also offering a choice on top of that is a nice thing to do, but I can't agree it should be a requirement.

Possibly browsers could offer per site prefers-color-scheme values, and that would probably solve the problem you're having. Even better, it'd solve it with no changes needed for current websites.
city41
·5 tahun yang lalu·discuss
You seem to take issue with `prefers-color-scheme`, which is the only signal a website has to know a user's dark/light preferences. I agree websites should allow users to choose (and remember the choice), but I disagree it's wrong if a website honors `prefer-color-scheme` with no option to switch.

Websites that only have a dark mode regardless of user preference I can agree are problematic, but even there I think more context is needed. A personal blog that is only available in dark is probably fine, an email client from a large company would not be.
city41
·5 tahun yang lalu·discuss
In the US, copyright is automatically granted: "Copyright protection in the United States exists automatically from the moment the original work of authorship is fixed"

https://www.copyright.gov/circs/circ01.pdf
city41
·5 tahun yang lalu·discuss
I don't find it's about speed, but rather about staying in the zone. vim enables very intricate navigation and editing that is much more tedious to pull off with a mouse. Since I have these commands memorized and very strong muscle memory, I just do them by instinct and my focus on what I'm doing never drifts.
city41
·5 tahun yang lalu·discuss
Just a heads up, Reddit now rate limits edits. Many redact tools out there have not adapted yet unfortunately.

https://www.reddit.com/r/redditdev/comments/mg077m/not_even_...
city41
·5 tahun yang lalu·discuss
Oops, my memory was off. It's 10,925 pages and the last build took 18 minutes.
city41
·5 tahun yang lalu·discuss
I'm guessing they mean rather than build a static Next site that generates 10k+ pages (or whatever large means in the given context), it instead creates one page that just queries the data from the client.

I have one Next static site that has about 20k pages and takes about 20 minutes to build and deploy. I think that's an acceptable build time. But I do know of other people around the net who have mentioned having sites with 20k-ish pages taking an hour+ to build. For them I could see the desire to try this sqlite trick.
city41
·6 tahun yang lalu·discuss
I found this little thread on Twitter interesting, complaining Hey (powered by hotwire) is too slow

https://twitter.com/youyuxi/status/1337851036015480843
city41
·7 tahun yang lalu·discuss
I have made several attempts to switch to Firefox. But for me at least Firefox seems to crash about once a day. I don't think Chrome has ever crashed on me in about a decade of using it, and crashed tabs are extremely rare.
city41
·8 tahun yang lalu·discuss
You can add a certificate and then access it over https: https://discourse.pi-hole.net/t/enabling-https-for-your-pi-h...
city41
·8 tahun yang lalu·discuss
Here is how to disable pihole via a url: https://www.reddit.com/r/pihole/comments/81z8jp/temporarily_...

With this anyone in your family can temporarily disable it to unblock themselves if needed.
city41
·8 tahun yang lalu·discuss
> and relatively ad-free

The redesign that's currently in beta seems to mostly be driven by the desire to embed more ads. Instead of just one ad at the top of the page, there's new several spread throughout the feed, very similar to Twitter's promoted tweets.
city41
·8 tahun yang lalu·discuss
It's essentially usenet for current times. Which I've always found interesting, as usenet would give reddit users back the freedoms they often crave: no ads, no censorship, no tracking, etc.
city41
·9 tahun yang lalu·discuss
That is Martha Stewart's catch phrase.
city41
·9 tahun yang lalu·discuss
I disagree. The JS is easier to read because it has an easier to parse structure. I've been coding in clojure for several years now.
city41
·9 tahun yang lalu·discuss
Quantity is only one aspect. Structure and ability to mentally parse out patterns matters too. I don't mind Lisps and use Clojure regularly, yet I'd still argue your JS examples are easier to read than the Lisp ones.

Heck even Clojure seems to agree, just the simple act of using vectors for various things (ie function parameters) helps with the readability

    ((fn [a b]
        (* a b)
    ) 6 4)
city41
·9 tahun yang lalu·discuss
I thought programminggeek was making a joke. There's a high level language called Assembly? If so, it's 100% unsearchable. Or are you joking too? Got any links?
city41
·10 tahun yang lalu·discuss
That feels very chicken and egg to me. Nintendo owners don't buy 3rd party games because there aren't very many. And there aren't very many because owners don't buy them.

The SNES had extensive 3rd party support. Obviously it's hard to compare 25 years ago to today, but the SNES and Genesis were really "even". Supporting both systems was a no brainer for most game companies. The N64 threw a curve ball with carts, and 3rd party support tanked. Anecdotally, the GameCube seemed to have better 3rd party support, as it was a very equivalent system to the Xbox and PS2.