Live data from Hacker News

Ask HN: How do you build your personal start page?

news.ycombinator.com

31–40 of 124 posts

Re: Ask HN: How do you build your personal start page?

#31
This is my personal Start Page:

https://imgur.com/a/RKHB5LX

It's built with a simple single file PHP that loads a list of links and formats them into collections of topic cards. The edit button lets me update the links file where-ever I am.

It's held centrally on a spare domain, and is set as the home and new tab page on all my machines.

Re: Ask HN: How do you build your personal start page?

#33
I have a custom built system: https://github.com/satran/edi It does two things I have longed in other systems:

- uses plain text files as storage

- embedded option to run shell scripts while rendering. Eg `!date +%D` would execute date and insert contents.

The part of using text files was that I can leverage unix tools. This allowed me to grep for todos, follow up things. Keep a format that works for me.

To your question about widgets, it mainly renders Markdown dolls so adding HTML should be simple.

Re: Ask HN: How do you build your personal start page?

#34
post #25
post #20

Earlier quoted context omitted.

I'm using a local html file as a start page in Safari right now, and used the same file on Windows (Firefox) just a few months ago.

I believe Firefox and Chrome do not allow you to set a local html file as a new tab page. You can set it as a home page but then you need to manually navigate to it after creating a new tab.

Now I had to try. I can make Firefox to open my Startpage whenever I open a new window, but not for each new tab. Chrome only as the first window after I start the browser. (MacOS)

Re: Ask HN: How do you build your personal start page?

#35
post #6

Empty new tab in Firefox works great. There are also blank new tab extensions if you use Chrome.

I, too, rely on a completely blank tab.

I've never seen a need for a "start" page. The context when I open a browser changes almost every time; I never follow a routine.

Re: Ask HN: How do you build your personal start page?

#37
It's called a "home page". You even say that yourself. It's why the browser has a "home" button ... To take you to your (personal) home page. And even before that button and [saved] bookmarks, you had to have some place that contained your personal bookmarks. It was the page you set your browser to load when you opened it. And you did absolutely make it yourself (it was the first webpage I ever made).

The main/first page of a website was the "frontpage" to its visitors (but it surely felt like a home page to the owner - and it may have been).

In any web event, I think you will be best served by plain old html. It will be faster (in nearly all ways) than next.js or Gatsby.

Post reply on HN