HN user

iza

574 karma
Posts1
Comments116
View on HN
Vivaldi 8.0 2 months ago

The old look is still available. Settings > Themes > Editor > Coloring Mode

You can also adjust density, rounded corners, transparency, blur, etc.

uBlock Origin 1.53 3 years ago

Is there something significant about this release? I read the changelog but nothing really stands out to me.

Considering it still needs javascript, this trick seems massively overcomplicated compared to the following:

  <textarea oninput="this.style.height = 0; this.style.height = this.scrollHeight + 'px'"></textarea>
(Yes this forces an extra reflow but it likely won't matter)

You can deny push notifications by default in your browser settings and never be prompted again. They can still be manually allowed on the sites where you actually want them. Same goes for location requests and other "site settings".

I still miss my BlackBerry, not just for the keyboard; the trackpad was far more precise and comfortable than a touch screen. No awkward reaching for controls at the top of the screen, no fat-fingering the wrong link.

I honestly think their biggest mistake was the BlackBerry-specific data plan requirement, not the slow entry to the touchscreen market.

XFCE 4.18 4 years ago

Thunar: It is now possible to add a 'file creation date' column

Finally! Coming from Windows this is something I've always missed.

I know older filesystems didn't support it but EXT4 has been the default for years now.

XFCE 4.18 4 years ago

I worked around this issue using xcape to map my Super key to another key combo:

  xcape -e "Super_L=Alt_L|F1"
Then set the keyboard shortcut for xfce4-popup-whiskermenu to the new combo (Alt+F1 in this case). This allows other Super shortcuts to work without triggering whiskermenu.