Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
vince14
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
7 ms
·
1.
▲
by
vince14
3mo ago
> and energy storage What do you think this means? It doesn't mean what you think it means. Quoting LCOE and ignoring system costs disqualifies you for any discussion on this topic, sorry.
2.
▲
by
vince14
4mo ago
Isn't the jitterBufferTarget [0] the latency vs. quality knob? [0] https://developer.mozilla.org/en-US/docs/Web/API/RTCRtpRecei...
3.
▲
by
vince14
5mo ago
That is not the case. There are LCOLC, LFSCOE and others which land on renewables being way more expensive. Even without your made up claim about "assuming cheap and fast to build nuclear power".
4.
▲
by
vince14
5mo ago
Storage is not just 'a problem', it doesn't exist and won't for many many decades. The planned solution is hydrogen power plants, but no one wants to build them because the infrastructure, including electrolysers, is way
5.
▲
by
vince14
1y ago
Their fetch call is missing `keepalive: true`. When set to true, the browser will not abort the associated request if the page that initiated it is unloaded before the request is complete. This enables a fetch() request to send analyt
6.
▲
by
vince14
1y ago
Because projects like these were missing back then, I got creative with nginx and do not need any config changes to serve new projects: server { listen 80; server_name ~^(?<sub>\w+)(\.|-)(?<port>\d+).*; # projectx-20
7.
▲
by
vince14
2y ago
I'm having the same issue. https://securitytrails.com/ also had my "secret" staging subdomain. I made a catch-all certificate, so the subdomain didn't show up in CT logs. It's still a secret to me h
8.
▲
by
vince14
2y ago
Fire-and-forget?
9.
▲
by
vince14
3y ago
https://gdpr-info.eu/recitals/no-49/ > Network and Information Security as Overriding Legitimate Interest > stopping ‘denial of service’ attacks Storing logs with IPs is no problem at all.
10.
▲
by
vince14
4y ago
Creating clips from tv recordings: ffmpeg -ss 01:59:00.000 -i "interlaced.ts" -ss 00:00:12.000 -t 26 -max_muxing_queue_size 1024 -c:a libopus -b:a 96k -c:v libx264 -crf 20 -vf "yadif=1" -profile:v baseline -level 3
11.
▲
by
vince14
5y ago
whoami
12.
▲
by
vince14
5y ago
> Introduced arbitrary code execution via ${jndi:ldap://... inside any logged string. hehe
13.
▲
by
vince14
5y ago
Me too, that's why I always have `html { overflow-y: scroll; }`.
14.
▲
by
vince14
5y ago
> no threads > node does not have a concurrency and parallelism story > standard library is tiny Also claims like "async makes your program more difficult to reason about" without any explanation. I hereby claim that goro
15.
▲
by
vince14
5y ago
I think many people feel threatened by the success and the pace of the Node.js ecosystem. Most arguments, even in this thread already, are just wrong. Obviously they have never had any experience with the Node.js ecosystem and another.
16.
▲
by
vince14
5y ago
What actually happened to Namecoin? It's been a decade since I last heard from it.
17.
▲
by
vince14
5y ago
With the rotating IPv4 you at least have the possibility to make yourself more anonymous. IPv6 takes that decision away from you. > You would probably have the same level of reliability with an IPv4 database currently That is... a lie. T
18.
▲
by
vince14
5y ago
This enables to track users not only across websites but across the entire internet. It wouldn't surprise me if there are already databases which map IPv6 subnets to real names, addresses, banking data, ... And anyone could just use th
19.
▲
by
vince14
5y ago
The problem I have is that IPv6 is unusable right now. Most server software cannot properly handle blocking of increasing IPv6 subnets. And not only that, but my ISP assigns the same /64 subnet to me for months. Who needs cookies anymo
20.
▲
by
vince14
5y ago
Custom domains and cloud storage are €3/month. Not included in €1/month.
21.
▲
by
vince14
5y ago
> Sorry Jeff, but your post from today is simply stupid. > Think only about the embedded programming… do you really think that you can create a web app to control your washer? > Or do you want a web interface to drive your car?!? &
22.
▲
by
vince14
5y ago
Because they can't read and are missing a module.
23.
▲
by
vince14
5y ago
https://news.ycombinator.com/item?id=25497357
24.
▲
by
vince14
5y ago
You left out the part which contradicts your claim. > Don't send the Referer header to less secure destinations (HTTPS→HTTP). The referer header is still sent from HTTPS to HTTPS.
25.
▲
by
vince14
5y ago
The destination site still receives the referrer header, sent by your browser via HTTPS. Further measures are needed like this one.
26.
▲
by
vince14
5y ago
<a referrerpolicy="no-referrer"></a>
27.
▲
How to Generate a Sequence of Unique Random Integers (2012)
(preshing.com)
4 points
by
vince14
6y ago
|
1 comments
28.
▲
by
vince14
6y ago
https://blockchair.com/bitcoin/transaction/54215bf9b24db3dbf... How did you find that so quick?
29.
▲
by
vince14
6y ago
There's also https://ethereal.email/ which has a Web GUI.
30.
▲
by
vince14
6y ago
> part of WebComponents WebComponents do not have DOM diff APIs whatsoever.
More ›