Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
superlupo
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
6 ms
·
1.
▲
by
superlupo
9mo ago
Really? Unbelievable!
2.
▲
by
superlupo
1y ago
Do you have more sources on that please? Thanks.
3.
▲
by
superlupo
2y ago
And how many of them are donating to or sponsoring the cURL project?
4.
▲
by
superlupo
3y ago
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 16.7.4: https://support.apple.com/en-us/
5.
▲
by
superlupo
3y ago
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 doesn't want to kill ad-blocker like Google wants. Als
6.
▲
by
superlupo
3y ago
... which of course won't happen because the port can only be digits, and changing the URL spec would affect the whole world
7.
▲
by
superlupo
3y ago
Reading, not even trying to understand that list makes my brain explode.
8.
▲
by
superlupo
3y ago
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.
9.
▲
by
superlupo
3y ago
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 rewritten. I basically resent filing bugs with companies
10.
▲
by
superlupo
3y ago
But you still get security fixes for Windows 10 for years to come
11.
▲
by
superlupo
3y ago
Isn't that quite the same as running debootstrap focal ./ubuntu-rootfs http://archive.ubuntu.com/ubuntu/ systemd-nspawn -D ./ubuntu-rootfs ?
12.
▲
by
superlupo
4y ago
You've basically reinvented REST
13.
▲
by
superlupo
4y ago
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.
14.
▲
by
superlupo
4y ago
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 and all the other offers basically have the same repertoire,
15.
▲
by
superlupo
5y ago
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.
16.
▲
by
superlupo
6y ago
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: the client javascript tracker which injects into the database
17.
▲
by
superlupo
6y ago
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 imagine systems with MySQL/PostgreSQL as database ca
18.
▲
by
superlupo
7y ago
> 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/browser/policy/b..
19.
▲
by
superlupo
8y ago
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 web.
20.
▲
by
superlupo
9y ago
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.
21.
▲
by
superlupo
11y ago
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 also only optional.
22.
▲
by
superlupo
11y ago
I got eye cancer after one second from the broken de-interlacing, but thanks nonetheless.
23.
▲
by
superlupo
12y ago
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...
24.
▲
by
superlupo
13y ago
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 addEventListener and DOMContentLoaded for example), and also sh