Viewing profile — bogdan-lab
bogdan-lab
HN member- Joined
- Wed, Nov 15, 2023, 6:26 PM UTC
- HN karma
- 21
- Public activity
- 12 items
- HN profile
- View on Hacker News ↗
About bogdan-lab
Recent public activity
-
comment
Comment #43458342
The main benefit list gives you comparing to vector is a stable memory. This is often an important property. But lists are slow with an element access. This problem is solved by de…
-
comment
Comment #42507807
Ah, I see the numbers in the example are the numbers of matched rows, not a total number of rows... Make sense. I do not work with databases, did not know that you should pay atten…
-
comment
Comment #42500201
The article states that order of join matters because then nest loops differently. But we still go through entire loops everywhere. Where do those numbers in the example come from?…
-
comment
Comment #41434943
rr looks interesting. It should be useful for debugging race conditions or something "random based": once you record the issue it becomes 100% reproducible in your debugger. Will t…
-
comment
Comment #41420293
This is what I understood from this article: Manger mode is "hire good people and give them space to do their job". Founders mode is Steve Job's way " + make those good people feel…
-
comment
Comment #41217590
This TUI looks pretty, but I cannot imagine situation, when I would actually use it and be ready to pay for it. Probably I am not living in a right environment for it. But in my ex…
-
comment
Comment #41153546
I would put it differently: If you want your code to contain specific assembly instructions, code in assembly. Programming language by design is an abstraction of a higher level an…
-
comment
Comment #40961776
When I say "naturally" I imagine the situation, when you stand in a "social desert" and there are two people in front of you. They are the same age, the same profession etc. But th…
-
comment
Comment #40959728
In the article they talk so much about funding schools which will improve immigrant literacy. But I think, that funding is not the problem. When you migrate to a new country you ju…
-
comment
Comment #40954341
Yes, stack is much better than long-long log. After some time you're log becomes too big and if it contains some points you want to return to, then they are just lost. And if you l…
-
comment
Comment #40919661
Yes, I completely agree. The story sounds like fairytale: migration was announced to happen in 3 months and in 4 months it was done by removing old API. Where are all those clients…
-
comment
Comment #40896215
At large scale, when your company developed a significant tech debt (~1mln lines of code), you will especially value people who understand what is going on in all that code. I am a…