Viewing profile — PuerkitoBio
PuerkitoBio
HN member- Joined
- Sun, Jul 31, 2011, 11:21 PM UTC
- HN karma
- 241
- Public activity
- 78 items
- HN profile
- View on Hacker News ↗
About PuerkitoBio
No profile information was provided.
Recent public activity
-
comment
Comment #27428743
If I can't use the software without an active subscription, it is definitely not one and the same. I like Sublime Text's license of 3 years of upgrade with a purchase, no limitatio…
-
comment
Comment #27428524
I had my credit card out at "Vim Keybindings", only to be slightly disappointed by the Windows-only limitation (for now). Looking forward to try this out on Linux soon. Although I'…
-
comment
Comment #24644282
I'd take that a step further and require that the PR fixes an existing issue opened by a different user. Go ahead and fix a typo too if you want, but that alone won't get you a t-s…
-
comment
Comment #21467353
> The "Business Source License" is not an open source license, and lying to the community about it is nothing short of gaslighting. They do state that it is not an open source lice…
-
comment
Comment #15980506
Go's context is fine to signal cancellation, but it lacks a way to wait for that cancellation to complete gracefully. And the fact that it is also an arbitrary bag of values is con…
- story
-
comment
Comment #13909880
Thanks for sharing, good to hear stories from people that have done it.
-
comment
Comment #13908896
I don't think you can expect a daily practice to have "an equivalent effect" to a 60-day retreat. I know there are 10-day retreats for vipassana meditation just about everywhere in…
-
comment
Comment #13194383
> A) I don't doubt it can be difficult for women - but my statement holds true. That doesn't make any sense? You said: > If a girl feels harassed - then that's it. Guilty. Yet you …
-
comment
Comment #13193977
> In Canada, and in a growing number of jurisdictions - there is 'harassment' so long as the victim feels as if there was. Nonsense, it's still an uphill battle for victims to get …
- story
-
comment
Comment #11501175
I posted this in another thread here, but it's documented in the linked page: > A value that is a number, true, false or null in JSON is parsed as a value. > E.g. '3' is a valid nu…
-
comment
Comment #11501157
It is ambiguous only if you think it can be a completely useless format. If you decide to use it, chances are you considered it useful, and the only useful way this can parse is as…
-
comment
Comment #11498912
Only quoteless strings have no escapes, and according to the docs the rule is: > quoteless strings include everything up to the end of the > line, excluding trailing whitespace. (e…
-
comment
Comment #11498832
From the docs: > When you omit quotes the string ends at the newline. > Preceding and trailing whitespace is ignored as are escapes. > > A value that is a number, true, false or nu…
- story
-
comment
Comment #10208428
Error handling does not obscure the business logic, it is very much part of the business logic.
-
comment
Comment #10208299
> But the expense of extra lines of co[d]e come at significant maintenance costs. All lines are not created equal. if err != nil { return err } Those 3 lines have very, very little…
-
comment
Comment #10203148
Would be nice if the services' header linked to the official AWS product page.
-
comment
Comment #10099684
I use them extensively for test cases (`cases := []struct{...} { ... }`) as mentioned in the slides. Also sometimes to marshal/unmarshal one-off json or xml payloads.
-
comment
Comment #9403269
Work: OSX on 2012 rMBP / iTerm2, Vim+vim-go, Go Personal: Arch Linux on Asus Zenbook UX31e / dwm, zsh, Vim+vim-go, Go edit: sorry for the reply, that was meant as a top-level comme…
-
comment
Comment #8258517
May I kindly ask for Google Music support too, I use it and would love such a service. I was with rdio before, and getting notifications of new releases for artists in my library i…
-
comment
Comment #8180067
Maybe he did it for fun. Hacks don't have to be useful. Brad Fitzpatrick provided a Go solution to goal ( https://github.com/eatnumber1/goal ). Ken Thompson used to write quines ( …
-
comment
Comment #8166059
Thanks for sharing, very interesting article. Your previous post is great (and relevant) too: "Dissecting Message Queues". http://www.bravenewgeek.com/dissecting-message-queues/
- story