HN user

sira04

70 karma
Posts0
Comments23
View on HN
No posts found.

League of Legends in borderless mode renders at the resolution that's set in BetterDisplay instead of the real one which makes it very blurry. In fullscreen it does it correctly so I'm forced to use fullscreen.

I think that would become unwieldy very fast. I think it's alright for a lightweight site like this one with very little content.

If you don't want to use a static site generator I think you're better off with just html files for each page/blog entry, or you could use something like htmx and load stuff in that way.

This is quite neat. Every page is a <section id="pageid"> and css is

  section {display:none}
  section:target {display:block}
So they use the target selector which becomes active when #pageid is in the url. But the html for all the pages is outputted, so this won't scale with a big blog. I wonder how SEO is for this, and if there's a way to make this better with something like the <object> element.

I would also make it so the url was example.com/#/pageid, so the id is "/pageid". Looks a bit better I think.

Kagi and Wolfram 2 years ago

Google had that and I used it constantly. Then they removed it of course. I can't remember if it included small blogs as well.