Hacker News new | past | comments | ask | show | jobs | submit login
Show HN: Composable (as in iGoogle, but modern) privacy-friendly new tab (anori.app)
95 points by OlegWock 8 months ago | hide | past | favorite | 37 comments
I spent quite a lot of time working on this one over the last 1.5 years. It started as a small project for my personal use because I wanted to keep all my self-hosted services visible so I wouldn't forget they existed lol. Using a web page wasn't ideal because of the white flicker every time I opened a new tab, so I decided to make this into a browser extension. From that time on, it became a lot bigger and got some traction (which I'm very happy about).

It's made with React, but I tried to squeeze maximum performance (limited by my skills and desire to keep it somewhat readable, though) out of it. UI/UX was a big priority for me in this project, so I also tried to streamline it as much as possible and make Anori a joy to use. If you decide to try it, let me know how good I did!

Oh, and it's open source [1] and the process of adding new widgets is documented [2], so you can make your own!

[1]: https://github.com/OlegWock/anori

[2]: https://github.com/OlegWock/anori/blob/master/DEVELOPMENT_AN...




This is really cool, I'm definitely going to be using this. I love theming support. Some feedback:

1. The slider for the blur on the custom theme bg image should have some sort of label - I had no idea what it did until I tried it while trying to figure out why all the images I uploaded looked like blurry shit (my fault for picking images with a lot of detail, but hey)

2. For the time widget, there should be a 12-hr time option that omits the AM/PM. I know what half of the day I'm in, and I want the time as big as possible.

3. For that matter, let us resize the clock widget, and the rest of the widgets where feasible (top sites especially)

4. Bug: the iframe widget worked at first and then... just stopped displaying anything for me. Not even an iframe tag in the div. It's a github pages site of my own, so it shouldn't be blocked. (I'm using Edge on Windows 10)

5. If feasible, let us resize the page INSIDE that iframe to make it smaller, or at least hide the scrollbars.

6. A bunch of the substack feeds in the RSS just have "..." for the second (preview?) line. It'd be nice if I could hide those (Or have a mode in between default and "compact", since I want to see authors for each post in the feed)

7. Having humidity on the weather widget would be nice (also maybe default to F/mph if the locale is USA? :P)

8. For tab groups I'd like a (2x2?) grid of the favicons it contains, but I suppose I can use a custom icon for that.

Feature requests aside, this is actually really well put-together in general.


If you want time without AM/PM, use 24 hour time. If it is 23:00 then no time display should ever display 11:00 without a PM because it’s then lying because 11:00 with no AM/PM unambiguously denotes 11:00AM.


> If it is 23:00 then no time display should ever display 11:00 without a PM because it’s then lying because 11:00 with no AM/PM unambiguously denotes 11:00AM.

In one specific linguistic context. In others, 11:00 for 23:00 is perfectly fine and expected. Yes, it is ambiguous; no, it is not “lying”.


> In one specific linguistic context.

No, in all of them, including the 12 hour time default places. That’s what the “AM” or “PM” is for; if it isn’t there then it indicates it is 24 hour time regardless of the number displayed.


I am not sure why you are taking this so personally or why you insist. It is an English notation and looks foreign in most of Europe, for example. I can say for sure that it is not “in all of them”, as I used to live in such a place. The only contact with AM or PM in daily life is in poorly localised software, and is completely foreign.

They use 24 hour time in most contexts, but often use 12 hour time informally and the actual time is understood in context. You might not believe it, but this happens.

It is, in fact, not unreasonable to ask for an option to format time in 12 hours without letters after. (I am not saying the author should do it; they are the one to choose what to do in their free time).

Settings like date and time formatting and physical units should ideally be changed by the user. You cannot expect a single setting to work all the time.


This is such a baffling and hostile response to a request for a widget where the only purpose is to quickly tell time. I just want to be able to quickly tell whether it's past 5pm for my coworker without having to squint or do math in my head.

(Also, for what it's worth, you're objectively incorrect about it being lying; time is measured in 12 hour cycles in most locales, with further bits of information for time zone, before/after noon, day, month, and year. 23:00 is still "ambiguous", missing almost as much of that context, but it's not "lying" if you have the required context)


Thanks!

1. This issue is fixed (but not released yet)

4. Iframe unfortunately works quite unreliably, especially on Chrome. It uses declarativeNetRequest API and that seem to be hella unreliable for some reason. Usually disabling and then enabling Anori back fixes this issue.

5. If you mean iframe widget which open on click, you can 'detach' this window (button to the left of close button) and then you will be able to resize it or move around the screen. Ordinary iframe widget should be resizable as is (though scrollbar is shown inside the iframe itself, Anori doesn't have access there and can't do anything about it).

Thanks for the suggestions, some of them look really interesting!


Absolutely fantastic. I was a big fan of iGoogle and this looks amazing. Going to give it a whirl definitely.


Funny seeing iGoogle mentioned. I have a friend that used to work on iGoogle, but he wasn't very good at JS. He asked me to assist with some code he was working on and I added a little signature comment to indicate that I worked on the code. They put the code into production wholesale and never removed my signature comment. It remained there until they shut it down.


found this a neat concept so I'm giving it a try, first thing i did was add an embedded page to my email, which was not a good idea since it makes the new tab immediately open the web page lol.


Hey, this is pretty cool! I used to love iGoogle back in the day. Great job!


Mind explaining a bit further for those who aren’t familiar with iGoogle?


Sorry! There is a screenshot on anori.app which will tell it better that my words I believe. But in short, Anori allows you to add different widgets to your new tab (bookmarks, world time, notes, etc) and organize them in layout you like.

There was similar product from Google 15 years ago which allowed to create personalized start page with different widgets, but it was closed long ago. I wasn't familiar with it first-hand, but I found it funny how similar concept Anori had to iGoogle when I finally learned about it


Sorry to "LMGTFY", but Wikipedia does have good info: https://en.wikipedia.org/wiki/IGoogle

Also a good list of alternatives when iGoogle was shut down in 2013, https://www.computerworld.com/article/1521275/there-s-no-pla...


[flagged]


don't chrome and firefox both still have new tab/home pages? it's just that most HN users turned the feature off when they started displaying ads and propaganda.


One could even fit their own "widgets" into their homepage to extend functionality, eg show the weather or tide.


I've been looking to make my new tab page more useful, so this seems a good excuse :)

I've immediately noted a white flicker when opening a new tab though. This is unfortunately a big issue for me.


Also, is there a particular place you'd like feedback/suggestions? For now I'll add any thoughts I have to this comment:

- Display the widget type somewhere, maybe in the Edit Widget modal title

- The ability to adjust/disable the grid snapping would be cool

- Some simple color themes alongside the pictures


Please open issue in the repo [1]! Currently I work mostly on bug fixes and simple features (don't have much time for pet projects now), but I use issues to keep track of everything.

> Some simple color themes alongside the pictures

You can create a custom theme and upload solid color picture as background.

[1]: https://github.com/OlegWock/anori/issues


I've set HN as my new tab page for a while, and the white flicker is the only thing about it that annoys me. It's just the load time, I think. I wonder if there's a way to make it always keep an updated cache of it to load it instantly?


I loved the "Stupid walk for stupid mental health" task.


Thanks for the short trip down memory lane by mentioning iGoogle!

I wonder if I've still got some screenshots around from that time.


I've created another open-source project which serves a similar purpose [1]. Unfortunately, I haven't been actively working on it for some time (although still using it daily).

[1] https://github.com/darekkay/dashboard/


It looks really nice, but I never understood the use case for start pages. Personally I just have "new tab/window" set to a about:blank. Then again I barely use bookmarks. Is start pages something that's an integral part of other people workflow?


It was pretty popular before smartphones. Now that we already have all relevant information at our fingertips on phones, it's much less appealing.


This looks great. Does the calendar support CalDav?


Nope, currently it's very dummy calendar which just shows dates. I have vague plans to integrate it with Google calendar at least, but there is not ETA for that


I've been using Markdown New Tab for this for years and I'm completely in love with it https://chromewebstore.google.com/detail/markdown-new-tab/de...



My current favorite here is start.me but I’ll give this a whirl.


"Privacy Friendly" advertising with a screenshot with a bunch of Google services on it. The irony is hilarious.


On the screenshot there are couple of bookmarks and search widget. It's something user adds on their own, so you're free to not use those services (and even if you do Anori doesn't send any data to them anyway)


Looks cool, but I wish it would let me use the search engine I configured (Kagi) instead of shoving Google down my throat.


Who shoves Google down your throat, though?


This extension's default choice is Google, did you at least try it before commenting?


Calling default choice (which can be changed right when you add search widget) 'shoving Google down my throat' is quite a big stretch, don't you think?


No, I dont.

Though replace "Google" with "mainstream search engines" and you are closer to my actual thought.




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

Search: