Live data from Hacker News

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

news.ycombinator.com

101–110 of 124 posts

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

#101
I don't anymore. I just keep my favourite pages pinned in a window that's always open in one of my virtual desktops so I can easily jump to them. It's easier and more readily available.

Firefox pinned pages just show the favicon so you can have a ton of them in one window. And they're not pinned in other windows so you can have one just for the pinned ones.

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

#102
mdBook.[0]

I used to hand craft an HTML page full of links that I used daily. Something that looked like a prettier Craigslist, and was static, fully enclosed CSS, inline with the HTML.

Then, I realized that I wanted to store more information than just links. But I didn't want to deal with all the JS crap or content management systems. I knew about mdBook from my dabbling in Rust, and decided to try it out.

Now I have a nice "book" instead of a home page, and it's multi-page, static, fast, portable, and easy to use.

The only drawback is that I can't use it on an iPad or iPhone, so if someone has suggestions on that, I'd love to hear them.

[0] - https://rust-lang.github.io/mdBook/

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

#103

I don't anymore. I just keep my favourite pages pinned in a window that's always open in one of my virtual desktops so I can easily jump to them. It's easier and more readily available. Firefox pinned pages just show the favicon so you can have a ton of them in one window. And they're not pinned in other windows so you can have one just for the pinned ones.

Pinned pages + containers + Sidebery = my current optimized browsing experience. I was, however, thinking of creating my own home page with all the pinned links to make it easier to recreate my setup in case the browser blows up or to use on a new box.

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

#104
post #63

I used speeddials for some years, then some other obscure addons and local html files. A few years ago, via G-Hacks, I found Humble New Tab Page[0], and it's been love at first sight. It has some little quirks if you are clumsy as I am and move a folder to another column, but it's not that hard to undo by hand. As a plus, it was a good excuse to bookmark frequent pages and put them inside folders. [0] https://addons.…

you can lock columns!

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

#106
The last thing I want to see are widgets, data feeds, "suggestions", etc. Instead, I use Google Earth's chrome extension called Earth View that just shows a pretty picture of the earth, somewhere.

https://chrome.google.com/webstore/detail/earth-view-from-go...

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

#108

I used to have a flat static html file where I pulled in various RSS feeds using Google's old RSS Javascript API. Yahoo also had a neat library called pipes that allowed you to do something similar. TBH i would avoid self hosting, as in my experience whatever middle point you will leverage for your feeds will end up being deprecated/sun-setted or whatever

If all you're after is a static html file and it's only used as the home page for one machine, just save it on disk somewhere and access it through the file:/// protocol.

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

#110

Oh please please may I shamelessly link to the Vlad.studio new tab extension [0] - I built it to solve this exact problem for myself, but also as another way for my wallpapers to be seen. This is how my new tab page looks now: [1] [0] https://new-tab.vlad.studio/ [1] https://i.postimg.cc/y8R3x0Yt/my-new-tab.jpg

Looks pretty, and good job. Due to my background I prefer to be confronted with a color coded wall of text and charts ordered by importance and designed like 2000s Japanese websites.

Thanks! Unlike more generic tools, "start pages" are highly personal, and everyone has different preferences and needs. Therefore, universally good start page does not exist. But I made my own dog food to eat :-)
Post reply on HN