Viewing profile — tammerk
tammerk
HN member- Joined
- Thu, Dec 03, 2020, 12:54 AM UTC
- HN karma
- 18
- Public activity
- 19 items
- HN profile
- View on Hacker News ↗
About tammerk
No profile information was provided.
Recent public activity
- story
-
comment
Comment #26958956
I can't find in documents but does multi-threading effect consistency somehow? Is there a chance that I wouldn't read what I just wrote? I'm talking about single node, not about re…
-
comment
Comment #26936532
Difference between Go and Java, Java drives developers to write bloated code. Bunch of abstract classes, interfaces, fancy inheritance, getters/setters, OOP patterns, classes for a…
-
comment
Comment #26873431
Literally author is asking for something in the cloud which is abstracted away, fast, easy to use and easy to debug. This is not possible imho. There are always trade-offs. You can…
-
comment
Comment #26676988
I agree but I didn't consider these while saying C is the fastest. These are not "general purpose", like you don't write your db, browser, http server or game engine with these.
-
comment
Comment #26670590
I didn't mean C is not fast or not faster than other languages. It's still the fastest one I believe. What I meant is undefined behaviors allow compilers to optimize in a way that …
-
comment
Comment #26670489
Nowadays, it doesn't provide any performance gain. I didn't see those days but maybe it was important for performance back in 70s/80s/90s even it was risky? e.g null terminated str…
-
comment
Comment #26670436
It's more funnier that although language is full of traps, in practice it works quite well. I don't think any C developer(or let's say %95) knows all the rules mentioned in the art…
-
comment
Comment #26643915
We'll see if they are going to prevent this.
-
comment
Comment #26643326
This is way beyond being "controversial". First thing probably, HN team can investigate all China related posts and gather users who flagged these posts and take action accordingly…
-
comment
Comment #26643289
Your comment history is all about political posts. Did you flag these posts while writing comments under them?
-
comment
Comment #26643155
> Five cent army, assemble! Quick link : https://en.wikipedia.org/wiki/50_Cent_Party They also flag posts to take down from the first page. Just look how many votes do this post ha…
- comment
-
comment
Comment #26642995
https://github.com/jepsen-io/jepsen/issues/399 > Yeah! I mean, I find a lot of linearizability errors in various databases, but this was also my very first time doing this kind of …
-
comment
Comment #26637508
There are no hidden calls, mostly there is one way to do something. No exceptions, so you can see entrance and exit points of a function. There is no "abstraction" feature, so you …
- story
-
comment
Comment #26591719
I've seen in Cockroach db documents last month : https://www.cockroachlabs.com/docs/v20.2/cockroach-debug-bal... This technique even has a name : ballast file
- comment
-
comment
Comment #26110382
I remember I loved it's keyboard. I really liked feeling back then, used to type even when computer was not on :) One generation of programmers learned programming with these, I re…