Viewing profile — klon
klon
HN member- Joined
- Fri, Jan 23, 2009, 10:58 PM UTC
- HN karma
- 141
- Public activity
- 62 items
- HN profile
- View on Hacker News ↗
About klon
No profile information was provided.
Recent public activity
-
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.
-
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…
-
comment
Comment #36379433
Oh wow sorry misread.
-
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.
- story
-
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
- story
-
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.
- story
-
comment
Comment #17282165
Interesting not a single male show up in this article
- story
- story
-
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…
-
comment
Comment #8458228
Not to mention the fx risk involved.
-
comment
Comment #7912997
Yes, this is Stockholms weak point, the weather is not very nice a large part of the year.
-
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.
-
comment
Comment #7076574
Yes
-
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…
-
comment
Comment #6249520
How about a distress code password that you can give them which when used triggers a self-destruct mechanism.
-
comment
Comment #5835603
Any data shared with hosted services really needs to be seen as postcards ie open for any agency to read.
-
comment
Comment #5432491
I'd really like to be able to save the rendered svg as a file.
-
comment
Comment #4841734
But who got the job?
-
comment
Comment #4563645
Java 7 has AutoCloseables for resource cleanup: try (FileInputStream f = new FileInputStream(path)) { // do stuff }
-
comment
Comment #4415326
Openness is good. It builds trust.
-
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?