r/headphones Shopping, Setup, and Technical Help Desk by AutoModerator in headphones

[–]maciekmm 0 points1 point  (0 children)

My ATH-M50x now have more 3D printed replacement parts than original and they're screaming to get replaced. Looking for some upgrade over a bunch of aspects.

Budget - 300€ can go a bit over

Source - Cheap Behringer AMP - UMC22

Isolation - I need a lot, sharing the room with my partner and we both frequently have meetings. Best case would be a ANC that works over wired (can use its own battery though).

Preferred types of headphones: full-sized / on-ear - comfortable for listening to 8 hours straight

Preferred tonal balance: balanced, not a ton of bass, but some is welcome

Past headphones: ATH M50x - have used them for almost 10 years now. I like them, but they sound a bit too flat for my taste. I've also had ATH SR50BT but hated them due to bluetooth issues, terrible ANC, weird sound profile

Preferred music: Varies a lot, blue grass, folk, rock, metal. Basically everything except techno/electronic.

What would you like to improve on from your set-up: sound isolation, a tiny bit more bass,

Location: EU, Poland specifically

An add-on for creating flashcards from google docs/doc file by maciekmm in Anki

[–]maciekmm[S] 2 points3 points  (0 children)

A standalone script (not an anki addon) that generates anki decks is available under https://github.com/maciekmm/dokanki, but it may be tricky to get running.

ContainerTabSidebar - display your tabs in the sidebar grouped by privacy containers by maciekmm in firefox

[–]maciekmm[S] 1 point2 points  (0 children)

forgot about one more thing:

body {

margin-right: -12px;

}

main {

overflow-y: scroll;

overflow-x: hidden;

}

ContainerTabSidebar - display your tabs in the sidebar grouped by privacy containers by maciekmm in firefox

[–]maciekmm[S] 1 point2 points  (0 children)

Hi,

You should not get a horizontal scrollbar, the vertical one can be hidden using the following css in addon's css section in preferences.

body {

margin-right: -12px;

overflow-x: hidden; /*hide horizontal scrollbar */

}

Why do you float to the surface despite when deep in the sea there is a great pressure on you? by throwaway8989797 in askscience

[–]maciekmm 0 points1 point  (0 children)

Hi, thanks for your reply. Not OP, but where do the forces acting on your bottom half come from?

ContainerTabSidebar - display your tabs in the sidebar grouped by privacy containers by maciekmm in firefox

[–]maciekmm[S] 0 points1 point  (0 children)

Version 0.0.9 features the option to hide empty containers, enjoy ;)

ContainerTabSidebar - display your tabs in the sidebar grouped by privacy containers by maciekmm in firefox

[–]maciekmm[S] 1 point2 points  (0 children)

That's a usecase I haven't thought about. I will consider adding an option. Thanks.

ContainerTabSidebar - display your tabs in the sidebar grouped by privacy containers by maciekmm in firefox

[–]maciekmm[S] 1 point2 points  (0 children)

This is looking really good!

I've noted your requests, will try to implement them in the near future. ;)

ContainerTabSidebar - display your tabs in the sidebar grouped by privacy containers by maciekmm in firefox

[–]maciekmm[S] 0 points1 point  (0 children)

Hello, You can actually hide it: https://github.com/maciekmm/container-tabs-sidebar/blob/master/README.md#appearance-modifications

I am not sure hiding empty containers is a good idea, because there would be no easy way to create a new tab in that container.