Viewing profile — kavaruka
kavaruka
HN member- Joined
- Sat, Oct 09, 2021, 10:13 PM UTC
- HN karma
- 79
- Public activity
- 35 items
- HN profile
- View on Hacker News ↗
About kavaruka
No profile information was provided.
Recent public activity
-
comment
Comment #46561640
Only right owners can report websites, the Piracy Shield is essentially a tool in the hands of “Serie A Soccer League” and DAZN.
-
comment
Comment #46294605
it charges you to use the platform features that enable your use of self-hosted runners
-
comment
Comment #45141435
The "perception of speed" argument reminded me of when I was asked to add spinners and animations to a web app I was building, because without them the UI would have felt too fast …
-
comment
Comment #45113285
I have been using Lit in production for 3 years now. I think it is the best abstraction over the web components API out there.
-
comment
Comment #44894876
I think node has a better tooling and ecosystem right now. Astral is doing a great job to reduce the gap.
-
comment
Comment #44204398
The GDPR always applies regardless of whether a company is profitable or not. But it covers only personal data/sensible data, not "all data".
-
comment
Comment #44152190
I think this is just nostalgia, in the past decade I worked on several web apps, with lot of interactions and real time data (online auctions, live sport scores, customer support) …
-
comment
Comment #40238417
but... it's just a youtube wrapper, what's the goal?
-
comment
Comment #39067707
it's a form that we non-Americans are not used to the parole is not the same in each country :)
-
comment
Comment #38983111
My high school in italy has a planetarium built with stellarium. I had a lot of fun with it as a kid
-
comment
Comment #38462403
how does it works on self-hosted environment?
-
comment
Comment #38261705
@lit/localize ( https://lit.dev/docs/localization/overview/ ) give you the same DX of react-intl, but for (lit-powered) web components
-
comment
Comment #38168077
ChatGPT is useful only if you understand the code that it produces
-
comment
Comment #38063846
you can (should) use jQuery with ES6+
-
comment
Comment #38063813
I would be curious to know the performance using node.js as runtime, given that at the moment there is no evidence that bun on a real application offers better performance
-
comment
Comment #38038627
for a moment I thought about SOAP (Simple Object Access Protocol)
-
comment
Comment #38030872
this is just an hype-driven "glue code" which combines the most popular buzzwords at the moment, a framework is something else
-
comment
Comment #38030768
I believe that many people who criticize Next.js or consider it difficult have not understood what the RSCs are for and how they work It's a paradigm shift compared to the old way …
-
comment
Comment #36962599
do you remember when they put (silently) their referral code in crypto exchange websites? lol, what a great innovation!
-
comment
Comment #36917277
js does not need Observable API, it already had Async Iterables that soon will be enhanced with these helpers https://github.com/tc39/proposal-async-iterator-helpers that are simil…
-
comment
Comment #34664476
this is not gen Z, but late millennials
-
comment
Comment #34362273
Servo’s New Grave
-
comment
Comment #34251625
This is an old issue; the ecosystem has changed. Now, using the "engine" and "packageManager" properties in "package.json", you can bind your project to a particular runtime versio…
-
comment
Comment #34251526
You shouldn't self-host software developed in javascript if you don't know what you're doing. The node version issue, for example, can be fixed simply by using tools like "nodenv" …
-
comment
Comment #34236981
Yes! I often do code reviews on my mobile devices (iPhone, iPad) through the GitHub mobile app