Viewing profile — anton_gogolev
anton_gogolev
HN member- Joined
- Thu, Jul 28, 2011, 9:25 AM UTC
- HN karma
- 961
- Public activity
- 271 items
- HN profile
- View on Hacker News ↗
About anton_gogolev
anton.gogolev@hglabhq.com
Recent public activity
-
comment
Comment #48933147
Care to elaborate on what would make C# a bad language?
-
comment
Comment #48383280
I remember being mocked slightly when I was headbangin' and footstompin' to the soundtrack.
-
comment
Comment #25090858
That’s not called “deleting old code”. This is now “breaking backwards compatibility”.
-
comment
Comment #22677175
So you're not welcoming guests with Android phones? Will you be placing their mobile phones in a Faraday cage? Or will not not be visiting anyone who has a Homepod/Echo at home?
-
comment
Comment #22636019
> The Law of Leaky Abstractions is a lie; abstract airtightly This one... Our entire computing world is a pie of terrible abstractions held together by duct-tape and billions of ma…
-
comment
Comment #22625900
> ...the better your code style, guidelines, linting, infrastructure, error reporting and tests Doesn't TypeScript kind of solves (at least partially) those issues?
-
comment
Comment #22491528
Keeping track is one thing. Actually _running_ the Lernaean Hydra of an application in production is a whole another story. The amount of "housekeeping" you have to do to keep the …
-
comment
Comment #22491512
You can experience the same, if not worse, levels of pain and suffering with a monolithic application designed by the same Enterprise Architects.
-
comment
Comment #22246380
This is some Java-level explicitness. Maybe, drop the `_seconds` suffix and replace it with something like `retry_window_after_first_call = '60s'`?
-
comment
Comment #22212244
Not to undermine author’s efforts, but I feel we as an industry took a wrong turn somewhere. An entire book on what essentially is a single Git command is just insane.
-
comment
Comment #21978191
> ...weird design choices (e.g. branching is bad) What bothers you in particular?
-
comment
Comment #21968495
> There's nothing wrong with having zillions of them... There's nothing wrong until something goes wrong an now you're royally screwed. With zillion dependencies you are at a mercy…
-
comment
Comment #21730117
The whole "...we don’t want duplicated subscriber lists" is a very arbitrary requirement. What's more, all this could have been avoided if a proper relational database structure (n…
-
comment
Comment #19300559
I've been using HJSON lately and it's been a joy.
-
comment
Comment #18236788
The patented "Shlemiel the painter’s algorithm" [1]. 1: https://www.joelonsoftware.com/2001/12/11/back-to-basics/
- story
-
comment
Comment #16984495
How could foreign keys ever be a "hassle"?
-
comment
Comment #15976926
The legalese is astonishing: ...in consideration of the foregoing and the mutual covenants and agreements herein contained, and intending to be legally bound hereby, Parent, Merger…
-
comment
Comment #15952287
If by "designed" you mean "picking a content-addressable DAG as an underlying data structure", then yes, it is really beautiful. If you mean "provide a sane level of abstraction ov…
-
comment
Comment #15830691
And nothing from Apple yet, right? Apparently, engineers are hard at work releasing a fix, so there should be known workarounds. Or at least it’s known to them what is actually cau…
-
comment
Comment #15822418
NewHash is a terrible name - on par with Xbox One [X] and iPad New. Googling stuff will be hard, and good luck explaining to less technical-savvy users what is this all about. Plus…
-
comment
Comment #15822399
Check out http://www.craftinginterpreters.com for something more in-depth.
-
comment
Comment #15809289
Where are all the unit/integration tests for the APIs that this damned button is calling? Hindsight being 20/20, but I cannot imagine not asserting that a newly created/re-enabled …
-
comment
Comment #15675646
Immediately after you are tasked to maintain said overly-clever and overly-terse code.
-
comment
Comment #15175680
> ...every single quote... And then you come across \u0027 and you're screwed.