TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Ask HN: What engineering trivia earned you the most cred

5 点作者 porkbrain3 天前
Is there a specific piece of engineering knowledge that powered you to substantially contribute?<p>A software engineering example: knowing that Postgres FK doesn&#x27;t implicitly create an index. Three different projects I joined weren&#x27;t aware of this and we managed to improve the performance with a negligible amount of effort.<p>Keen to hear your wins (and make them mine ^^

3 条评论

deanmoriarty1 天前
Every time I start doing some network packet-based troubleshooting, for example firing up tcpdump to debug a tcp window size improperly tuned that caused a performance degradation over a high latency link (this is a random example I did last week), coworkers look at me like I pulled off some sort of wizardry. I feel it’s knowledge that most SWEs working on distributed systems should have acquired early and routinely use, but clearly that’s not the case.
austin-cheney2 天前
Deeper internal knowledge of WebSockets and HTTP got me my current job.
catlover763 天前
&gt; knowing that Postgres FK doesn&#x27;t implicitly create an index.<p>Damn really lol<p>What does it do then, just block &quot;breaking&quot; deletes?
评论 #43918708 未加载