HackerTrans
TopNewTrendsCommentsPastAskShowJobs

teivah

no profile record

Submissions

Probabilistic Increment: A Randomized Algorithm to Mitigate Hot Rows

thecoder.cafe
1 points·by teivah·năm ngoái·0 comments

Scalable Causal Consistency with No Slowdown Cascades

muratbuffalo.blogspot.com
2 points·by teivah·2 năm trước·0 comments

[untitled]

1 points·by teivah·2 năm trước·0 comments

Snapshot Isolation vs. Serializability

brooker.co.za
1 points·by teivah·2 năm trước·0 comments

Refactoring with Codemods to Automate API Changes

martinfowler.com
17 points·by teivah·2 năm trước·5 comments

Automated accessibility testing at Slack

slack.engineering
131 points·by teivah·2 năm trước·57 comments

Latency and User Experience

thecoder.cafe
1 points·by teivah·2 năm trước·0 comments

Keymashed: Mash your keyboard to make your internet better

github.com
1 points·by teivah·2 năm trước·0 comments

Head-of-Line Blocking in QUIC and HTTP/3: The Details

github.com
2 points·by teivah·2 năm trước·3 comments

[untitled]

1 points·by teivah·2 năm trước·0 comments

[untitled]

1 points·by teivah·2 năm trước·0 comments

[untitled]

1 points·by teivah·2 năm trước·0 comments

[untitled]

1 points·by teivah·2 năm trước·0 comments

[untitled]

1 points·by teivah·2 năm trước·0 comments

[untitled]

1 points·by teivah·2 năm trước·0 comments

[untitled]

1 points·by teivah·2 năm trước·0 comments

[untitled]

1 points·by teivah·2 năm trước·0 comments

[untitled]

1 points·by teivah·2 năm trước·0 comments

[untitled]

1 points·by teivah·2 năm trước·0 comments

[untitled]

1 points·by teivah·2 năm trước·0 comments

comments

teivah
·3 tháng trước·discuss
I used that post as a source yes, and it’s stated explicitly but it’s not the only one. One section in particular is similar since we both present the different preemption modes. However, both audiences are different. thebuild.com has an audience composed of PostgreSQL enthusiasts (if not experts) and I don’t. So a significant part of my post was about explaining things from first principles (what’s a page, a TLB, a spinlock, etc.). I explain way more “basic” things and he goes beyond me in terms of how to cope with the problem. I don’t think the posts are closed.
teivah
·năm ngoái·discuss
Sorry about that, I'm my newsletter provider (Substack) which is very buggy sometimes.
teivah
·năm ngoái·discuss
I wasn't aware of bonuses-as-a-service. Thanks for sharing.
teivah
·năm ngoái·discuss
Generics are already there.
teivah
·năm ngoái·discuss
His review contains comments annotated on a book of 300+ pages. I don't think it would have made this section any better by deep diving into his review.
teivah
·năm ngoái·discuss
Outdated I'd rather say :) I documented here https://100go.co/#not-being-careful-with-goroutines-and-loop... but you're right, it was fixed (alongside 2 other mistakes in the 100).
teivah
·năm ngoái·discuss
No worries I didn't take it as a criticism. I understand your point. I mean when we sign a contract there's a minimum number of pages to write. But personally, I never felt the pressure of having to add more stuff.

Instead, my DE multiple times told me that it's better to favor just-in-time teaching over just-in-case teaching. Meaning multiple times, he made me drop certain section because they weren't really serving the chapter. They were "perhaps helpful" and he made me drop all of those.

I guess it also depends on who you're working with and which publisher. On this aspect, Manning was fair, imo.
teivah
·năm ngoái·discuss
I said I was a source of inspiration for the mistakes in my book. Said differently, I've done a lot of mistakes myself which ended up being a section in the book.
teivah
·năm ngoái·discuss
It's your opinion, nothing wrong with it. Let me try to see if I can make you change it at least a bit.

> The first paragraph is totally pointless - we are reading a book about 100 most common mistakes, obviously this mistake is very common, how did this increased the value?

There are different levels in terms of common mistakes, and this one was probably one that all the devs did at some point. So I think highlighting the fact it's a frequent one does make sense.

> Then we have another line that explaining what happens in the code, which is totally useless because the code is super trivial.

I have a rule: always explain the intention of the code. Even if it's 5 lines of code, it helps the reader to better understand what we will want to highlight.

> Then the code, with more explanations on the side as if the previous line was not clear.

The explanations on the side do not impact the size of the book so the argument doesn't hold. I did it in many code snippets to highlight where the reader needs to focus.

> I understand that book publishers feel they need to justify the price of a book by reaching the 300p mark in some or other way

This is more about guiding the readers, making sure the expectations are crystal clear and that they can follow me throughout an explanation. You judge it as a criteria to justify the price of the book, but it's not the real reason. At least not for my book and I'm sure it's the case for many others :)
teivah
·năm ngoái·discuss
#63 isn't about the lack of execution guarantees when you execute multiple goroutines without proper synchronization; it was related to loop variables and goroutines.
teivah
·năm ngoái·discuss
That's why Manning will consider a 100 Rust Mistakes edition.
teivah
·năm ngoái·discuss
More details here: https://100go.co/#not-being-careful-with-goroutines-and-loop.... My example was probably terrible as it's one of the three mistakes in the book that aren't relevant anymore, thanks to Go's recent updates.

Thank you very much for your comment, though. It means a lot.
teivah
·năm ngoái·discuss
Agreed. That was also my point when I mentioned the book started the "100 ${LANGUAGE} Mistakes and How to Avoid Them" series at Manning.
teivah
·năm ngoái·discuss
Thank you!
teivah
·năm ngoái·discuss
I just noticed my post was on HN. Thank you very much :)
teivah
·2 năm trước·discuss
If you're focused on k8s I'd suggest K8sGPT
teivah
·2 năm trước·discuss
That's awesome!
teivah
·2 năm trước·discuss
No, not replacing documentation is a way to enrich documentation. That being said, that should have been clearer; I will update it.

Thanks, "This guy"
teivah
·2 năm trước·discuss
Is there something problematic you think about the style? It's a genuine question.

I wrote a book, and when I created my newsletter, I wanted to have a shift in terms of style because, on the Internet, people don't have time. You can't write a post the same way you write a book. So, I'm following some principles taken here and there. But happy to hear if you have some feedback about the style itself :)
teivah
·2 năm trước·discuss
As the post's author, no, it's not written by an LLM.

The Coder Cafe is a daily newsletter for coders; we go over different topics from Monday to Thursday, and on Friday, there's a recap ;)