Hacker Newsnew | past | comments | ask | show | jobs | submit | sira04's commentslogin

From FreeBSD to Windows 2000: Microsoft’s Painful Hotmail Migration

https://archive.md/KZ0sy


Love his SM64 videos. Link to the latest one for anyone who's curious: https://www.youtube.com/watch?v=nS5rj80L-pk


Pretty happy with Resilio Sync. I use it on Mac, and linux in a docker container.


It is proprietary: it has words license and price on their page => crapware.


  docker run --rm -it -v "$(pwd):$(pwd)" -w "$(pwd)" nixery.dev/mc mc


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.


Is there anyone who has archived this into a PDF or ebook format? I'd love to save and read it in another way.


What was the marketing company called? I'd like to know if they list this service publicly and if so, what it would be called.


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.


What do you have in mind?

I was thinking in using it for a blog, but I am afraid of having everything in a single file, and that making some mistake will render the whole site useless.

Also not sure how hard would be to manage once it starts to grow... Maybe it needs to grow significantly more than I can before this is a road block.


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.


One day we'll have the Dark Souls captcha https://www.youtube.com/watch?v=WqnXp6Saa8Y


Looks great!

I found a small bug, if you click Expand in the Top Pages section, the Time on Page column has NaNs.

Dark mode for the dashboard and showing realtime current visitors in the <title> would be great.


Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: