Live data from Hacker News

Viewing profile — klon

klon

HN member
Joined
Fri, Jan 23, 2009, 10:58 PM UTC
HN karma
141
Public activity
62 items

About klon

No profile information was provided.

Recent public activity

  1. comment
    Comment #45641409

    Statuspage.io seems to load (but is slow) but what is the point if you can't post an incident because Atlassian ID service is down.

  2. comment
    Comment #38499054

    Yes, we have also experienced undocumented limits for Cloud Run. For us it was an obscure quota for max network packages per second per instance. Really infuriating and took 6 mont…

  3. comment
    Comment #36379433

    Oh wow sorry misread.

  4. comment
    Comment #36379287

    It should be noted GCP still has Cloud Domains: https://cloud.google.com/domains/ It should be trivial to transfer your domains there if you don't want to deal with Squarespace.

  5. story
  6. comment
    Comment #26294305

    I am surprised CMA-ES is not included. It is the state of the art gradient free optimization algorithm last I checked. https://en.wikipedia.org/wiki/CMA-ES

  7. story
  8. comment
    Comment #20077571

    Anyone using both AWS and GCP that can form an opinion on availability of both? As a GCP customer I am not very happy with theirs.

  9. story
  10. comment
    Comment #17282165

    Interesting not a single male show up in this article

  11. story
  12. story
  13. comment
    Comment #8768395

    The benefit and one reason for this new regulation is to enable digital download businesses to be able to compete wherever they are located within the EU. I used to run a digital d…

  14. comment
    Comment #8458228

    Not to mention the fx risk involved.

  15. comment
    Comment #7912997

    Yes, this is Stockholms weak point, the weather is not very nice a large part of the year.

  16. comment
    Comment #7270856

    We won't be just a blip in the past, we will be the AI's "god" and creator. Young AIs will hear legends about us.

  17. comment
  18. comment
    Comment #6520080

    But would a duplicate of me feel like I live forever? Won't I just feel it's my duplicate that lives on when my biological self dies? Maybe a little more satisfying than having a p…

  19. comment
    Comment #6249520

    How about a distress code password that you can give them which when used triggers a self-destruct mechanism.

  20. comment
    Comment #5835603

    Any data shared with hosted services really needs to be seen as postcards ie open for any agency to read.

  21. comment
    Comment #5432491

    I'd really like to be able to save the rendered svg as a file.

  22. comment
    Comment #4841734

    But who got the job?

  23. comment
    Comment #4563645

    Java 7 has AutoCloseables for resource cleanup: try (FileInputStream f = new FileInputStream(path)) { // do stuff }

  24. comment
    Comment #4415326

    Openness is good. It builds trust.

  25. comment
    Comment #3682222

    Ok but exceptions also give you alot of context about the error like exactly where it occured. How is that handled in Go?