Live data from Hacker News

Viewing profile — Ironlink

Ironlink

HN member
Joined
Tue, Aug 14, 2012, 8:25 AM UTC
HN karma
231
Public activity
86 items

About Ironlink

No profile information was provided.

Recent public activity

  1. 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.

  2. 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…

  3. 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.

  4. 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 …

  5. 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…

  6. 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.

  7. 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…

  8. 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…

  9. 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.

  10. comment
    Comment #34920470

    Does this impact B2B lead gen, or just consumers?

  11. 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 …

  12. 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

  13. 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…

  14. 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?

  15. 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…

  16. 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…

  17. comment
    Comment #28674550

    I use https://startpage.com/ instead Good search results, with privacy

  18. 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.

  19. 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 …

  20. 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 …

  21. 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…

  22. 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…

  23. 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?

  24. 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…

  25. 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".