HackerTrans
TopNewTrendsCommentsPastAskShowJobs

Liquidor

108 karmajoined há 9 anos
Developer with a passion for JavaScript.

comments

Liquidor
·há 6 dias·discuss
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 all that. Wow.
Liquidor
·há 8 meses·discuss
I miss the React class components. No need for 30 different and error prone useFunctions
Liquidor
·há 12 meses·discuss
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 is: Why build components on top of something like Tailwind instead of just regular CSS? Or are you able to customize and use Tailwind mixed in with the components? Then sure why not I guess.

Otherwise it feels like going full circle here.
Liquidor
·ano passado·discuss
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 and documents presented on websites.

We also had to create accessibility certificates and dedicated pages on the websites to prove and clarify the state of the accessibility (or lack of, together with a statement of what's being done to remedy the issues).

Are these "new" EU laws for a different sector (private?) or something else? I can't find any references in the article. I may be blind (pun intended).
Liquidor
·ano passado·discuss
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, we get it. Uninstall Facebook/IG/WhatsApp..., but no. Most people in the world use these, and you're still targeted without using them.

4) Why just Meta? What about Google, YouTube, Bing and many other ad providers?

5) Is this a political campaign by Warner Bros., EFF or someone else?

6) Shouldn't this stuff just be regulated instead? I'm sure the EU has some regulations at least. What about the US?
Liquidor
·ano passado·discuss
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 ton of hate and "I already deleted X" (pun intended) and "Just use Y other platform" (that no normal user can figure out) comments is just uninteresting and should stay on Reddit or wherever these nonproductive comments fit into.

I'd love to hear more about this case, the technical aspects and the follow-ups/investigations. Let's focus on that, no? Maybe it's just me.
Liquidor
·ano passado·discuss
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 refresh? And it would be nice with a visual indicator that new articles are being loaded when at the bottom.

Kudos!
Liquidor
·ano passado·discuss
Don't you mean Node.js ? I don't see why you would use a full Next.js framework for just a reverse proxy.
Liquidor
·há 2 anos·discuss
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.