Live data from Hacker News

Viewing profile — Liquidor

Liquidor

HN member
Joined
Mon, Sep 18, 2017, 12:12 PM UTC
HN karma
109
Public activity
51 items

About Liquidor

Developer with a passion for JavaScript.

Recent public activity

  1. comment
    Comment #48836007

    This is scary. I literally just had a dream last night wishing I could see the metro trains from above the ground in order to follow where the tunnels are under the buildings and a…

  2. comment
    Comment #45855684

    I miss the React class components. No need for 30 different and error prone useFunctions

  3. comment
    Comment #44648313

    I don't really use Tailwind. I enjoy my (S)CSS. I took a look at https://daisyui.com/components/button/ and immediately I see classes that look similar to Bootstrap. So my question…

  4. comment
    Comment #44394700

    Uhm hasn't this been the case since 2019-2022 or somewhere close to those years? In Denmark we had a year to make government/public apps fully accessible and the same for websites …

  5. comment
    Comment #43169534

    I've got a couple of thoughts. 1) Why do you guys care what ads are being displayed to you? 2) Do you even allow ads to be displayed in the first place (ad blockers etc.) ? 3) Yes,…

  6. comment
    Comment #43077871

    HN is always a mess when the subject contains Musk, Trump, Google, browsers or social media platforms in general. I don't mind the slight political aspects of things, but reading a…

  7. comment
    Comment #42945571

    I like it a lot :-) It scrolls a bit too far though. I move my fingers fast and it skips articles because of the momentum. Also when at the top, scrolling up it should maybe refres…

  8. comment
    Comment #42945530

    Don't you mean Node.js ? I don't see why you would use a full Next.js framework for just a reverse proxy.

  9. comment
    Comment #42212099

    Lua has rawget() and rawset() to bypass the magic methods, which is used a lot inside/outside the metatables (objects with magic methods) to avoid magic loops I guess.

  10. comment
    Comment #40657135

    I use ShareX for Windows and Flameshot for Linux. I wish ShareX worked for Linux. It's so good.

  11. comment
    Comment #40387542

    > Opt-out must be the default. Don't you mean opt-in must be the default? Or am I misunderstanding the concept of opt-ins :P

  12. comment
    Comment #39605531

    I know your intention is to help, but please don't share your FB password (if that wasn't obvious already lol). Letting randoms log into your FB account will just have massive cons…

  13. comment
    Comment #36997997

    I use Chrome. I'm a fan of the change. The old bottom bar was annoying in different ways (taking up viewport space, disappearing when you still needed the shortcuts, downloads not …

  14. comment
    Comment #36943330

    I've only used Airbnb twice but even I read the "fine print" (aka the entire description written by the host) as I quickly learned that they mention additional fees, city/country t…

  15. comment
    Comment #36517580

    I like these however why not just use pseudo-selectors instead of a named container? #header:stuck {} #nav:wrapped {} I feel like we already have a system for states like this with…

  16. comment
    Comment #36306588

    It's changed for the worse :( I had to help my grandma get her new laptop up and running for the first time, with Windows 11, and it got to the account screen and there were no hid…

  17. comment
    Comment #36122082

    That's really cool :-) I like how it looks and how hard it seems. I see that you're into Java, so I was thinking maybe you could look into transpiring your game into JavaScript so …

  18. comment
    Comment #35710272

    I'm the same as you. I like resetting and adding styles to all the base UI elements to create a unique design. I agree to everything you commented above and would have said the sam…

  19. comment
    Comment #34867587

    I'm not expert and this was really nice and easy to read and understand. Thanks for sharing Troy. Question: Should we even use Cloudflare for server-server communication such as we…

  20. comment
    Comment #34791044

    Journalism has been like that for a while now. Sometimes it's just as bad as when the media quotes a random tweet from a nobody as their source for "the people" or "the public".

  21. comment
    Comment #34741055

    I did not know that. Will try it out on Monday. Thanks :-)

  22. comment
    Comment #34726144

    I hope they focus and improve on search. It's probably the worst of all email clients we've tested at work and it made my bosses switch to a paid version of Outlook. Sometimes you …

  23. comment
    Comment #34427925

    I'm of the opposite opinion in this case. If someone creates new tech and it fits with Bitwarden then I'm more than happy to see what they can do together.

  24. comment
    Comment #34336805

    Brilliant! :-) Maybe a dumb question, but could you use your data to train a new OCR model so you wouldn't have to rely on iOS? I don't know much about ML/AI so maybe not feasible.…

  25. comment
    Comment #34215468

    So if I use/chain Object.methods in JS I'm basically writing functional programming? Is that really what FP is? I had the impression that FP was something different.