Live data from Hacker News

Microfeatures I love in blogs and personal websites

danilafe.com

161–170 of 444 posts

Re: Microfeatures I love in blogs and personal websites

#161

RSS should be a core rather than a 'micro' feature.

Should, but sadly I have lost count how many feeds in my reader became dysfunctional because they were rewritten to be using nextjs (or the likes).

There's nothing stopping a website that's written using NextJS from having an RSS feed. Like mine: https://github.com/andrewaylett/aylett.co.uk/blob/main/src/a... for example.

Re: Microfeatures I love in blogs and personal websites

#162
post #25

Earlier quoted context omitted.

In theory is the same as in practice, in theory. But in practice, they're different. > It provides no real value, This is wrong. It provides a tremendous amount of value. Source: I use it many times a week, for many years, for many reasons. > destructive one. This is wrong. These pages are immutable with no state. If by chance you accidentally hit an arrow key on one of the rare long form pages with scroll, sure you…

> In years of doing this not a single person has ever complained I've never used your website, but if I did and the side arrow changed things, I'd immediately close it and never come back. You wouldn't get a complaint from me; you'd just lose me instantly and permanently. It drives me absolutely nuts when sites do this, it is so disorienting.

> I'd immediately close it and never come back. You wouldn't get a complaint from me; you'd just lose me instantly and permanently.

Do you think this concerns me?

I don't make this site for you, someone who admits they've "never used" my site.

I make my site for my regular readers, some of whom have been reading the site for over 10 years.

The people who regularly email me comments and feedback on my posts. People who _love_ the fact that they can flip through the entire blog in seconds using the arrow keys.

> when sites do this

My site is not like other sites on the web. In fact, it is such an outlier, that I've recently started a new successor to the WWW, called the World Wide Scroll, to start aggregating more sites like mine.

My site is entirely public domain, has no advertising or trackers or cookies, can be downloaded in 1 click and used entirely offline, is written in a new language (Scroll) that is mathematically shown to be the simplest/most powerful language yet invented, that compiles to HTML/CSS/JSON/XML/RSS/plain text, is fully tracked by git so you can see the history of every line in every file.

Re: Microfeatures I love in blogs and personal websites

#164

I hate all of these features except the index. I get about 12kbps on mobile. There are very few sites I can view. Hackers news is one of them. The more I use the modern internet the more I want to be left alone with my thoughts. I need th website equivalent of a sensorial faraday cage.

Why is your mobile speed so slow? Where do you live?

Re: Microfeatures I love in blogs and personal websites

#165

I hate all of these features except the index. I get about 12kbps on mobile. There are very few sites I can view. Hackers news is one of them. The more I use the modern internet the more I want to be left alone with my thoughts. I need th website equivalent of a sensorial faraday cage.

You get less than a quarter the speed of dialup?

Some potential reasons

  - Remote backhaul / Satellite / Offshore
  - Subsidized/cheap wireless plan
  - Going over data cap, some carriers fall into a "safety" mode instead of charging you extra.  I pay for 8gb/mo and would get throttled to similar speeds
  - Preference

Re: Microfeatures I love in blogs and personal websites

#166

I hate all of these features except the index. I get about 12kbps on mobile. There are very few sites I can view. Hackers news is one of them. The more I use the modern internet the more I want to be left alone with my thoughts. I need th website equivalent of a sensorial faraday cage.

You get less than a quarter the speed of dialup?

Back when I was on satellite, I wouldn't say those speeds were the norm, but they certainly weren't unusual.

Re: Microfeatures I love in blogs and personal websites

#167
Many of these suggestions are good. (I should make my subheds clickable!) But a couple of them, oh dear…

I really hate progress bars, they are incredibly distracting. One of the worst examples of front end programmers wasting their time reimplementing browser functions badly. I already have scroll bars! I do not need more scroll bars!

Also, link decoration: my browser already has a nice discreet indicator to tell me where a link goes, I don’t need or want mysterious dingbats in the running text. (It reminds me of websites that are so scared of hyperlinks that they send them via interstitial warning pages “YOU ARE LEAVING THE SITE!!!!1!1!”, or in a recent case via a $yber$ecurity box that broke the link completely.) And preview popups? Get in the sea, hostile obnoxious interruption.

Re: Microfeatures I love in blogs and personal websites

#168

I hate all of these features except the index. I get about 12kbps on mobile. There are very few sites I can view. Hackers news is one of them. The more I use the modern internet the more I want to be left alone with my thoughts. I need th website equivalent of a sensorial faraday cage.

[deleted]

Re: Microfeatures I love in blogs and personal websites

#169
post #72

Earlier quoted context omitted.

Google punishes websites that don’t have recent content, no matter how good it is.

Google knows whether your content is recent or not regardless if you have a timestamp on it, because they crawl periodically and according to recent leaks they do store this information.

Unfortunately, it's not hard to make a few tweaks though and have it look "updated" to the crawler. I imagine Google could change that (especially now with LLM tech possibilities) so I guess we'll see what happens, but so far it hasn't hurt the career "optimizers" that I know.
Post reply on HN