Viewing profile — helper
helper
HN member- Joined
- Wed, Jan 26, 2011, 4:00 PM UTC
- HN karma
- 2,449
- Public activity
- 373 items
- HN profile
- View on Hacker News ↗
About helper
No profile information was provided.
Recent public activity
-
comment
Comment #30251313
Now we just need to get all the state government agencies to drop this requirement as well (looking at you, California).
- story
-
comment
Comment #25989902
Where's the button to provision more TGW capacity?
-
comment
Comment #25660310
(2 days later) The status site now shows %99.9 uptime for the quarter.
-
comment
Comment #25636767
That number is almost certainly updated manually. Check back tomorrow and see what it says. If you look at the history page you can see its not 100% for every month: https://status…
-
comment
Comment #23021581
Flashpaper is great if you have a trusted server and a trusted operator running it. Seriously, don't use a random flashpaper server on the internet if you want to keep your secrets…
-
comment
Comment #21463919
Based on the screenshots it looks like the mac address is leaking out because its in the referer. I would guess this isn't intentional and shouldn't be hard to fix. I've worked wit…
- story
-
comment
Comment #20621179
What are the missing features?
-
comment
Comment #20619726
I think hangout meet live streaming is supposed to be the replacement for hangouts on air[1]. [1]: https://support.google.com/meet/answer/9055488
-
comment
Comment #20606912
Ugh, I honestly couldn't tell if this article was a joke or not (it seems to not be). The more you read the more absurd it becomes. I've not heard of JPEG XL before now. Why would …
-
comment
Comment #20602876
Thanks for pointing that out. Thats what I get for not actually reading the proposal.
-
comment
Comment #20598660
Yeah, don't deploy it when its in beta or its first few releases. At some point it will be stable and safe at which point everyone from then on will benefit.
-
comment
Comment #20595987
As an operator, having fewer dependencies I have to deploy and worry about is a boon to my productivity. If you were building a kafka like system in house for private use only, the…
-
comment
Comment #20579986
Normally you wouldn't write that since the compiler will be able to infer the baz type based on buzz (assuming this is a call to a generic function).
-
comment
Comment #20579970
If you're just going to copy another language there really isn't much of a point in making a new language. Go is not java, or c# or rust. Part of the explicit goal stated by the go…
- story
-
comment
Comment #20508303
It doesn't look like bpftrace is available in the default repos for Ubuntu 18.04.
-
comment
Comment #20457203
MTA-STS prevents downgrade attacks.
- story
-
comment
Comment #20455579
> Unfortunately, the community that has sprung up around Go is more or less opposed to new language features on principle. I think this comes straight from the original go team. Ro…
-
comment
Comment #20424255
Chrome has a dialog but it has a checkbox to say 'always open with this app in the future'.
-
comment
Comment #20421865
This is a fantastic postmortem. Thanks jgc! Can you share any more details about the protection to prevent excessive cpu usage by a regular expression that was accidentally removed…
-
comment
Comment #20327664
I'm not saying that isn't true for some things. I don't think its true here given that this is a nice narrowly scoped library that does a single thing and has well defined semantic…
-
comment
Comment #20325901
The c++ implementation is <1000 lines. Doesn't seem like a correct port would be particularly difficult, especially with a reasonably large test corpus.