HN user

Sujeto

398 karma
Posts27
Comments81
View on HN
addons.mozilla.org 2y ago

Show HN: Advanced Tab Manager for Firefox

Sujeto
94pts87
github.com 2y ago

Commands widget to re-run recent commands on terminals

Sujeto
3pts0
github.com 2y ago

Double Tap Shortcuts

Sujeto
1pts0
github.com 2y ago

Using JSON files instead of a database

Sujeto
4pts2
addons.mozilla.org 3y ago

Grasshopper

Sujeto
3pts0
github.com 3y ago

Ways to Close and Hide Windows

Sujeto
2pts0
github.com 3y ago

Lately I've been using timers daily

Sujeto
371pts129
calculator.merkoba.com 3y ago

Show HN: Multi-Line Calculator

Sujeto
1pts0
github.com 3y ago

Show HN: Use an AI bot on your IRC

Sujeto
2pts0
github.com 3y ago

Airc (AI and IRC)

Sujeto
1pts0
news.ycombinator.com 3y ago

Ask HN: How do you implement modal images?

Sujeto
1pts1
news.ycombinator.com 3y ago

Show HN: Grasshopper v317

Sujeto
2pts0
github.com 3y ago

Using Symlinks to Show Results

Sujeto
1pts0
github.com 3y ago

How I Use My Mouse

Sujeto
73pts72
news.ycombinator.com 3y ago

Show HN: Simple encryption protocol I might have invented

Sujeto
4pts1
madprops.github.io 3y ago

Show HN: Todo List

Sujeto
1pts0
github.com 3y ago

Show HN: A Simple Todo List

Sujeto
2pts1
addons.mozilla.org 3y ago

Show HN: A different kind of tab management

Sujeto
1pts0
w.merkoba.com 3y ago

Show HN: Need a Solid Color Screen?

Sujeto
1pts0
madprops.github.io 3y ago

Show HN: Rethinking Tabs in Firefox

Sujeto
127pts128
news.ycombinator.com 3y ago

Show HN: Alternative Tab Manager for Firefox

Sujeto
4pts0
news.ycombinator.com 3y ago

Show HN: Grasshopper - Alternative tab manager for Firefox

Sujeto
3pts0
news.ycombinator.com 3y ago

Show HN: Click the icons to turn history into favorites

Sujeto
2pts0
news.ycombinator.com 3y ago

Show HN: Quickly go to frequent URLs (browser addon)

Sujeto
1pts0
addons.mozilla.org 4y ago

Show HN: GitHop

Sujeto
60pts21
news.ycombinator.com 4y ago

What I learned by packaging for the AUR

Sujeto
1pts0
news.ycombinator.com 4y ago

Ask HN: R/C Car Batteries

Sujeto
1pts0

None. I write my own frontend, backend, db engine, libraries. Not completely of course, like I would still rely on Express and other heavy lifting when doing a node backend. If I need some special feature in the frontend I hunt for a library I can easily copy to my libs/ directory, but half the libraries that are used I wrote myself.

I already enabled URL display so it already is two-line effectively but I feel like probably making both parts (the title and the URL) two-line each.

So apart from having URL + Title shown at the same time, I take it you mean to reserve two lines for those to have some room to wrap? I'll add a note to try it as a setting.

Main menu is the top left button inside the extension. In that menu you can enter Settings. Then in settings you can click the category to see a list of other categories, or use the arrows.

Is this manager advanced enough to replicate Vivaldi's tab tiling and stacking functionality?

No, but it can do a bunch of stuff, which you can try.

also not sure why the screenshots devote 80% of space to non-addon functionality like page with some distracting chip images and colored tables

Was easier to take screenshots like this. But maybe I'll try cropping next time. I guess the idea was to show how it looks as a sidebar, or as a popup.

In grasshopper you can organize through tags, and colors, which create profiles mapped to urls, so they also apply for instance if you are in History view. The profile can be set to match the root, or the exact url. You can also filter different kinds of tabs, like unloaded, or playing. There's also a button that appears when a tab is playing, to go back to that tab (focus it).

Yeah, the debate was fun. The thought I had myself was the chance that AGI turns out to lack the traits of humans we fear. And instead of being this ambitious adversary it ends up being our best friend, our protector, similar to how we take care of (some) of the other animals in the planet.

Don't be clever 3 years ago

I disagree. You could have done a better system. I think it's a must to be "clever" regarding code, especially if the repetition is huge.

I think I just know what the thing is going to be about. I just need to read a headline. If I think there's more to it I force myself to read a bit. Something that comes with repeating patterns over and over again for decades.

I use a very simple todo list.

https://madprops.github.io/Hoff/

When I need to perform a task in the immediate future (now or a couple of minutes/hours from now) I add a line. When I finish it I tick it and it goes away. I don't need more.

I also use this when I'm about to sleep but got enough motivation to stand up and write a task to fix/try tomorrow.

And also works for notes when you need to paste/jot something immediately.

There's a chat on the left side, right side shows media. If I allow scrollbars to render normally the whole site is split in 2, in the middle being a scrollbar, which looks bad especially if not overlay. I've considered not caring about it and just let the scrollbar, but it bothers me. It's my application anyway, the browser is not just a document reader anymore, it's an application framework (as well).

I have an application that looks terrible if I don't make the scrollbar transparent. I thought this was going to be about not using those horrible javascript scrollbar libraries, which make the code a lot more complex (I tried them all).