Viewing profile — superlupo
superlupo
HN member- Joined
- Thu, Jan 30, 2014, 6:58 PM UTC
- HN karma
- 46
- Public activity
- 24 items
- HN profile
- View on Hacker News ↗
About superlupo
No profile information was provided.
Recent public activity
-
comment
Comment #46475572
Really? Unbelievable!
-
comment
Comment #44434000
Do you have more sources on that please? Thanks.
-
comment
Comment #40737923
And how many of them are donating to or sponsoring the cURL project?
-
comment
Comment #38794533
I have been a developer and nerd since 25 years, and I always expected that Apple also patches some previous versions. E.g. around a week ago they released both iOS 17.2.1 and iOS …
-
comment
Comment #38532526
I can only recommend to give Firefox another go, if you don't use it by default. It really has improved the last years, it also had made much progress in privacy features, and does…
-
comment
Comment #38433025
... which of course won't happen because the port can only be digits, and changing the URL spec would affect the whole world
-
comment
Comment #37553971
Reading, not even trying to understand that list makes my brain explode.
-
comment
Comment #37508099
I would place a bet that this will not be fixed in the first stable release. I can't remember that Apple once didn't release the release candidate.
-
comment
Comment #37499826
I've basically given up reporting bugs with Apple as they just seem to be ignored and either never fixed, or fixed some years later when the corresponding component is completely r…
-
comment
Comment #36942884
But you still get security fixes for Windows 10 for years to come
-
comment
Comment #36491215
Isn't that quite the same as running debootstrap focal ./ubuntu-rootfs http://archive.ubuntu.com/ubuntu/ systemd-nspawn -D ./ubuntu-rootfs ?
-
comment
Comment #34411284
You've basically reinvented REST
-
comment
Comment #34401391
IAB will try to do everything to go pre-GDPR, where it could track users across the whole web. Without explicit consent, forwarding an ID like e-mail address is illegal, of course.…
-
comment
Comment #34262316
In the early days of video streaming services, I thought Netflix would become something like Spotify, where I could eventually watch everything. Spotify, Apple Music, Google Music …
-
comment
Comment #30284319
I think that's a shame. Some of my contacts only have WhatsApp, and I am definitely not gonna install that Spyware. So to those, I am still sending pictures by MMS.
-
comment
Comment #24209036
Yes, there are some peaks with 10-20000 per sec. Clickhouse seems very suitable as database. Does anybody know open source analytics tools that use it? Two parts would be needed: t…
-
comment
Comment #24208193
Slightly off-topic: Does anyone have recommendations for self-hosted open source analytics that can handle a large volume site (think 500.000.000 impressions per month)? I can't im…
-
comment
Comment #22245942
> Instead the machine ID should be hashed with a cryptographic, keyed hash function, using a fixed, application-specific key. Reading https://cs.chromium.org/chromium/src/chrome/br…
-
comment
Comment #19160818
I hate it because I always have to solve lots of storefront or traffic sign images as I have disabled third party cookies because I do not want to be tracked by Google all over the…
-
comment
Comment #14519923
I've had third party cookies disabled since > 5 years and never had a real problem. I'm not convinced that such a complicated solution is necessary.
-
comment
Comment #10257254
Why not use TextSecure/Signal? It's now available on iOS and Android, is open source and encrypted by default. I've tried Telegram, but only 1-on-1-chats could be encrypted, and al…
-
comment
Comment #10097989
I got eye cancer after one second from the broken de-interlacing, but thanks nonetheless.
-
comment
Comment #7788586
If you are not relying on edge case behaviour of Function.prototype.bind, including the polyfill here should be enough: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Refe…
-
comment
Comment #7152732
Recently, I have developed a small page where I wanted not to use jQuery on purpose and code against the DOM APIs instead. For IE8 compatibility I have used [1] (so I could use add…