Viewing profile — ainzzorl
ainzzorl
HN member- Joined
- Wed, Jun 30, 2021, 10:37 AM UTC
- HN karma
- 257
- Public activity
- 21 items
- HN profile
- View on Hacker News ↗
About ainzzorl
No profile information was provided.
Recent public activity
-
comment
Comment #38383113
When did it become acceptable to write things about other people as he writes about Jeanine Banks? Even if everything he says about her is true, it still feels incredibly rude to s…
-
comment
Comment #30590362
Software engineer from Moscow. This is an absolute disaster for us. I can't imagine how and when we recover from this. The damage already made to our country is going to be devasta…
-
comment
Comment #30096725
The best universities in the world make their courses available online for free - what a time to be alive! I wonder if it's still possible to make money selling online courses in C…
-
comment
Comment #29588315
Not exactly this, but "Dragon's Egg" by Robert Forward takes place on a neutron star with a surface gravity billions times that on Earth.
-
comment
Comment #28423095
> Amazon basically didn't touch it since the acquisition almost a decade ago. This is what I love about it. When something works for me (and Goodreads does), I don't want it to cha…
-
comment
Comment #28422857
This is a great comment: instead of making generic arguments, you actually tried to show how to do it better. Thank you. I don't find the comments in the original code distracting,…
-
comment
Comment #28417638
While I agree with the general sentiment, the first example in the article IMO demonstrates how "what" comments make understanding code easier. When I first read that code, I was p…
-
comment
Comment #28417301
A lot of code files starts with lengthy copyright notices, and no one seems to mind. I find comments at the top very easy to ignore if I work on that code regularly. Also, I don't …
-
comment
Comment #28417132
Thanks! If you know some good examples, please consider proposing them: https://github.com/ainzzorl/goodcode/issues/new?assignees=&l...
-
comment
Comment #28417048
I agree that some comments in the first example are unnecessary, e.g. the one pointed out in [0], but I find comments like that at worst useless, but not harmful. They have a poten…
- story
-
comment
Comment #28196384
Lambda indeed is not the right tool for this. It sounds like you need some infra that can auto scale - there are many ways to do it on AWS (EC2 auto scaling, ECS, EKS), any other c…
-
comment
Comment #28195026
Please consider adding an FAQ about how it compares to "native" AWS offerings, because it resembles a few of them. E.g. Lambda ("run your code" without "start a cloud server" and "…
-
comment
Comment #28063018
Sounds cool! Will it support only "basic" DynamoDB features (reading/writing records) or some "advanced" things too, like GSIs/LSIs, streams, fine-grained access control, TTLs, bac…
-
comment
Comment #28035033
I've been assembling and annotating a collection of instructive and self-contained code examples from open-source projects, to make it easier to learn by reading good code. Code Ca…
- story
-
comment
Comment #27691969
Yes. I was thinking to start with smaller examples showing how they write code at without necessarily understanding the big picture, but bigger examples would be great too eventual…
-
comment
Comment #27688302
You blog about interesting things, subscribed :-D
-
comment
Comment #27687734
Replied in another branch: https://news.ycombinator.com/item?id=27687724
-
comment
Comment #27687724
I started a repository for it: https://github.com/ainzzorl/goodcode . Please follow! It's empty for now, but I included a few examples [1] of what I'm going to annotate and add the…
-
comment
Comment #27686977
> "There are so many projects on GitHub – pick one you like and see how they did it." But most successful projects are quite large; where do you start from? I'm working on a slight…