Viewing profile — andorov
andorov
HN member- Joined
- Tue, May 06, 2014, 3:10 PM UTC
- HN karma
- 133
- Public activity
- 41 items
- HN profile
- View on Hacker News ↗
About andorov
No profile information was provided.
Recent public activity
-
comment
Comment #38603627
I always remember this from the example my professor gave - 'raise the control rods by 1 inch' vs 'raise the control rods to a height of 4 inches'
-
comment
Comment #38072173
I've been using the term 'macro-services' to describe this middle ground.
-
comment
Comment #37650837
worth re-upping - postgres requests an id from the sequence for each row of the incoming data ahead of time since it doesn't know which rows are updates and which are inserts (alth…
-
comment
Comment #36637017
Similar quote from Lao Tzu. I like the inclusion of thoughts -> words -> actions. "Watch your thoughts, they become your words; watch your words, they become your actions; watch yo…
-
comment
Comment #35702235
this also matters if you do a lot of upserts on a table that are predominantly updates. postgres requests an id from the sequence for each row of the incoming data ahead of time si…
-
comment
Comment #35641156
SpinLaunch is pretty interesting too - throwing ships into space https://www.spinlaunch.com/
-
comment
Comment #35457369
Hemmingway would leave off writing for the day in the middle of a sentence for the same reason.
-
comment
Comment #35247379
In my experience people are inaccurately pessimistic, in part due to a lack of imagination. So risk assessment that's more accurate will present as more optimistic.
-
comment
Comment #35156624
DRY needs to be balanced with SRP (Single Responsibility Principle). You can legitimately have two functions that are exactly the same but they should not be DRY'd up if they are a…
-
comment
Comment #34671122
Ramanujan attributed all of his conjectures to being visited by a goddess in his dreams. https://kristinposehn.substack.com/p/ramanujan-dreams?r=feux...
-
comment
Comment #34584256
the Magic / More Magic switch is a favorite http://www.catb.org/jargon/html/magic-story.html
-
comment
Comment #34510378
Also changes to the diagram (at a certain resolution) require looping in specific senior people for review.
-
comment
Comment #34344733
I'm not presenting an argument against UBI - I am pointing out that his argument is flawed. Small tribes of humans defending hunting/foraging grounds is a state of pre-civilization…
-
comment
Comment #34343757
> Land used to exist without a monetary cost to access it. That was the natural way of things prior to the private property system and monetary system. All land / resources were st…
-
comment
Comment #34014964
What about the disk being reused by another process without being thoroughly wiped by AWS?
-
comment
Comment #32813823
We can't even fully understand chess (or even checkers), in the way that we can completely understand tic-tac-toe.
-
comment
Comment #32185269
You can buy clips that prevent the beeping. The top result is also a bottle opener... https://www.amazon.com/seat-belt-buckle-alarm-stopper/s?k=se...
-
comment
Comment #31615870
I got flagged for paying a friend back for "cuban food"...
-
comment
Comment #27394907
computer science is applied math, and software engineering is applied philosophy
-
comment
Comment #24557385
Heh also firing a stun grenade into your ship at the end of a mission. Promotions for everyone!
-
comment
Comment #24378738
Thank you for your work! Postgres is great to use and the regular release of useful features has been a very nice benefit. One unobvious (to me) but possibly necessary side effect …
-
comment
Comment #22239073
What if someone hacks it to intentionally blind you?
-
comment
Comment #21764800
I found that studying philosophy has had an extremely useful application to software development and architecture.
-
comment
Comment #21291203
I think it is also useful to be aware of the specific terms your team might need and introduce words to those more abstract concepts. This frequently happens with naming specific c…
-
comment
Comment #21218802
This one too - 10 pages of Pascal to six shell commands https://leancrew.com/all-this/2011/12/more-shell-less-egg/