Live data from Hacker News

Viewing profile — dekatron

dekatron

HN member
Joined
Tue, Sep 27, 2022, 7:32 PM UTC
HN karma
177
Public activity
15 items

About dekatron

No profile information was provided.

Recent public activity

  1. comment
    Comment #48303636

    It was funny how the other way when I searched for "nvm" to look up Node Version Manager, the AI mode thought I was saying "nevermind" to it. It felt quite jarring.

  2. comment
    Comment #39539483

    Picture-in-picture in Firefox is super useful when having a video call and sharing the screen at the same time, especially on a laptop screen. Firefox lets you pop out the video fe…

  3. comment
    Comment #38794611

    One of the things that I like about Firefox is that it lets you right click on websites that disable right clicking by holding down shift. Reminds you that the browser should be th…

  4. comment
    Comment #37085407

    It is an awful experience indeed. I switched to Kiwi browser when Chrome forced tab groups on everyone with no option to disable it. Kiwi has add-on support and removes many of Chr…

  5. comment
    Comment #37023597

    Ha, different strokes for different folks I guess. Usually when I'm reading something, my hands are off the keyboard and I use one hand to scroll with the mouse. In this scenario, …

  6. comment
    Comment #37018421

    New Reddit also messes with text selection with unnecessary JS crap. Wherever you select some text, they show an "Embed" button that prevents you from dragging the text to a new ta…

  7. comment
    Comment #36867862

    I see it as marketing that tries to make you feel like you want the browser, without telling you what actually makes it great. You can attract users with hype and FOMO, but I'm not…

  8. comment
    Comment #36867477

    I think they show different buttons depending on your platform. If you visit from a mobile browser, it shows a "Get download link" button which asks for your email. They presumably…

  9. comment
    Comment #36824309

    A bit more context from [1]: > The contract between Freenom and the Malinese government that gave Freenom technical control over the domain extension and give out the domains for f…

  10. comment
    Comment #36613588

    Not a solution, but somewhat related: https://youglish.com/ lets you search YouTube videos for keywords, but the purpose is to find examples of how to pronounce words from real usa…

  11. comment
    Comment #36559099

    High achievers are often burdened by the weight of expectations, and the pressure to live up to a certain brand name. Their goals and ambition are often not their own, but have bee…

  12. comment
    Comment #36367716

    Social networks and platforms that people use to talk to each other should never have been dominated by profit-seeking businesses in the first place. Federated alternatives like Le…

  13. comment
    Comment #33248146

    Is a desktop shortcut and dark theme really an "upgrade" to private browsing?

  14. comment
    Comment #33212928

    Reddit's infuriating mobile website made me switch from Android Chrome to Kiwi Browser, because it lets me use the Old Reddit Redirect extension [1] to redirect all Reddit links to…

  15. comment
    Comment #33000138

    Just replace the `node.parentNode.removeChild(node);` line with `node.style['position'] = 'static';`. With this, you can 'un-sticky' the element instead of removing it. Here's the …