Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
Ironlink
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
7 ms
·
1.
▲
by
Ironlink
1y ago
Our system in EU observed some slowness and a few 500 and 503 responses from `identitytoolkit.googleapis.com` over a period of about 10 minutes.
2.
▲
by
Ironlink
2y ago
Once withers land, I think you could approximate this by letting your record class have a zero argument constructor which sets every field to some blank value, and then fill the fields using `with`. var x = new Car() with { make = "
3.
▲
by
Ironlink
2y ago
It probably means simply that the paths to the jar files cannot change between the training run and the actual run. So any valid path/location is ok as long as it stays the same.
4.
▲
by
Ironlink
3y ago
> You can't just run Java code. The JVM has a lot of tricks you have to customize for based on your workload. This sounds like something you would hear 10 years ago in relation to the CMS garbage collector. Since Java 9, G1 has been
5.
▲
by
Ironlink
3y ago
Not sure what type of complexity you're referring to, but it handles many file formats, though some better than others. For example, it supports using variables for the version number in Maven but not in GitLab CI. It handles private p
6.
▲
by
Ironlink
3y ago
As someone currently using Renovate, my main concern would be cost. Renovate is free, and LLMs + RAG seems like it would cost money.
7.
▲
by
Ironlink
3y ago
My best guess is that they are thinking of CSRF. With cookies, requests automatically carry the token, whereas with local storage you need to explicitly add the token. However, CORS does a lot to improve this situation. I note that CORS all
8.
▲
by
Ironlink
3y ago
I like Podcast Addict, it's very configurable. For example, when I found a table top RPG podcast with 7 years of history, I set it up with: Archive mode (start from the beginning of the RSS) Automatic download In my global set
9.
▲
by
Ironlink
4y ago
I use Firefox Developer Edition exclusively and work using GitLab (SaaS) daily. I also have uBlock Origin installed. I have never had an issue.
10.
▲
by
Ironlink
4y ago
Does this impact B2B lead gen, or just consumers?
11.
▲
by
Ironlink
4y ago
I can't find anything in the linked eg-draft that would indicate that the error would "occur later". In fact, it explicitly says: Note too that if the canonical constructor checks invariants, then a with expression will
12.
▲
by
Ironlink
4y ago
In case anyone is looking for the size of the surcharge, I found it in the last row of this table: https://www.federalregister.gov/d/2020-16559/p-555
13.
▲
by
Ironlink
4y ago
I wish they would reuse the pattern of Cloud SQL where you can get temporary access without manually handling the Authorized Networks setting. The Cloud SQL API lets you exchange your API access token for a short lived TLS client certificat
14.
▲
by
Ironlink
4y ago
If I wanted to build a Twitch clone for internal social activities at my company, would this be a good tech stack for that or is WebRTC not the right fit?
15.
▲
by
Ironlink
5y ago
I use Google Meet with Firefox on my M1 Mac every day. The only thing that doesn't work for me is camera backgrounds. Would be nice to be able to share audio when presenting, but I almost never present.
16.
▲
by
Ironlink
5y ago
According to their user guide, the only patch they have is the branding change: https://docs.aws.amazon.com/corretto/latest/corretto-17-ug/p... I'll keep using the OpenJDK Docker images.
17.
▲
by
Ironlink
5y ago
I use https://startpage.com/ instead Good search results, with privacy
18.
▲
by
Ironlink
5y ago
I guess the only course of action would be to work to make the leaked information out of date. You could change your name and address. Personally, I would not pursue that option.
19.
▲
by
Ironlink
5y ago
On the contrary, I think it is quite normal to leave a positive review when you've had a good time at a restaurant. When I look for restaurants, I certainly read both positive and negative reviews. You make this almost binary by using
20.
▲
by
Ironlink
5y ago
The article says: > The company gained unauthorized access to the heart of the mobile network from China. ... but then, in the very next sentence: > How often that happened is not clear because it was not recorded anywhere. This wordi
21.
▲
by
Ironlink
6y ago
My Firefox Developer Edition (86) doesn't load the page completely, one of the resources ( https://gweb-cloudblog-publish.appspot.com/api/w_v2/pagesByU... ) has an untrusted certificate (SEC_ERROR_UNKNOWN_ISSUE
22.
▲
by
Ironlink
6y ago
"Cannot" seems a bit harsh. CompletableFuture isn't going away, and is made for callback situations. With green threads being "free" (you can have millions), it might be reasonable to just block your green thread un
23.
▲
by
Ironlink
6y ago
My naive response is that if the socket buffer you're trying to write to is full, there's backpressure. What am I missing here?
24.
▲
by
Ironlink
8y ago
Right, but that requires your new workloads to fit well with the resources you have committed to. If you've committed to many small machines, they may not be well suited to an especially heavy workload. If you've skewed your commi
25.
▲
by
Ironlink
8y ago
I dislike the concept of committing to use. It creates a disincentive to optimize jobs, because "we've already paid for three years of this".
26.
▲
by
Ironlink
9y ago
That's not entirely true: Pixel phones get security updates for at least 3 years from when the device first became available on the Google Store, or at least 18 months from when the Google Store last sold the device, whichever is longe
27.
▲
by
Ironlink
9y ago
Seems to me that one key difference would be that giving javascript access to UDP sockets easily enables a single browser to send huge amounts of traffic since there's no ACK to wait for. With anything based on TCP, the attacker at lea
28.
▲
by
Ironlink
9y ago
Correct. The parameter of those methods use(d) a class from the Swing desktop UI toolkit, and logging can't depend on that. Parameter class in question: http://download.java.net/java/jdk9/docs/api/ja
29.
▲
by
Ironlink
9y ago
You make a great point. To me, Google Search is a bit of a special case in that the data it provides has been posted publicly. Unless the Google Cloud ToS give them the right to publicize your business data, that's out of the question.
30.
▲
by
Ironlink
9y ago
First of all I think they are too smart to jeopardize their entire cloud service in that way; no one would buy that. Ignoring that, I would think inspecting cloud customer data is much too unreliable to be of any use to them. Before anythin
More ›