Viewing profile — Liquidor
Liquidor
HN member- Joined
- Mon, Sep 18, 2017, 12:12 PM UTC
- HN karma
- 109
- Public activity
- 51 items
- HN profile
- View on Hacker News ↗
About Liquidor
Recent public activity
-
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…
-
comment
Comment #45855684
I miss the React class components. No need for 30 different and error prone useFunctions
-
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…
-
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 …
-
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,…
-
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…
-
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…
-
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.
-
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.
-
comment
Comment #40657135
I use ShareX for Windows and Flameshot for Linux. I wish ShareX worked for Linux. It's so good.
-
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
-
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…
-
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 …
-
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…
-
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…
-
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…
-
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 …
-
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…
-
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…
-
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".
-
comment
Comment #34741055
I did not know that. Will try it out on Monday. Thanks :-)
-
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 …
-
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.
-
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.…
-
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.