Viewing profile — Ironlink
Ironlink
HN member- Joined
- Tue, Aug 14, 2012, 8:25 AM UTC
- HN karma
- 231
- Public activity
- 86 items
- HN profile
- View on Hacker News ↗
About Ironlink
No profile information was provided.
Recent public activity
-
comment
Comment #44606538
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.
-
comment
Comment #41634744
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 fi…
-
comment
Comment #41166473
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.
-
comment
Comment #39712483
> 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 …
-
comment
Comment #38497946
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 num…
-
comment
Comment #38495857
As someone currently using Renovate, my main concern would be cost. Renovate is free, and LLMs + RAG seems like it would cost money.
-
comment
Comment #38413073
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, COR…
-
comment
Comment #37772638
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 o…
-
comment
Comment #34954354
I use Firefox Developer Edition exclusively and work using GitLab (SaaS) daily. I also have uBlock Origin installed. I have never had an issue.
-
comment
Comment #34920470
Does this impact B2B lead gen, or just consumers?
-
comment
Comment #34399998
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 …
-
comment
Comment #32609505
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
-
comment
Comment #32230552
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 y…
-
comment
Comment #31449236
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?
-
comment
Comment #30339297
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…
-
comment
Comment #28892418
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 i…
-
comment
Comment #28674550
I use https://startpage.com/ instead Good search results, with privacy
-
comment
Comment #28283825
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.
-
comment
Comment #26899911
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 …
-
comment
Comment #26856950
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 …
-
comment
Comment #26025799
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 certif…
-
comment
Comment #25051585
"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…
-
comment
Comment #23660192
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?
-
comment
Comment #18977598
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 espe…
-
comment
Comment #18976942
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".