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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Ask HN: What's a tool that has made your life 10x easier?

10 点作者 samrohn777超过 3 年前

10 条评论

karmakaze超过 3 年前
I was going to put functional programming, even though I don&#x27;t specifically use FP languages. But this is just one example of &#x27;clearer thinking&#x27; being the tool that saves so much time <i>not</i> going down unrewarding paths.<p><pre><code> - immutable data, pure functions, stateless objects&#x2F;classes - separation of mechanism and policy - distinct understandings of why, what, and how - thinking of code as maintaining rules or logic invariants - knowing the &#x27;factor&#x27; when refactoring (I prefer the verb factoring) - getting better at naming and organizing things - getting a feel for the &#x27;shape&#x27; of a problem or solutions without distracting names of things - fine-grain understanding of why things work or don&#x27;t e.g. transaction isolation + large nested transactions vs microservices </code></pre> That last one came up in a discussion of alternate datastores like ScyllaDB or CockroachDB (which I really like). But the problem wasn&#x27;t really a limit of sharded MySQL which works really well, but how transactions are scoped and different domains of data are being written into the same db with the same connection and tx.<p>This kind of understanding lets you solve bigger problems with smaller solutions (i.e. less effort and risk).
martyalain超过 3 年前
For me it was the web browser on which I could install a tiny wiki with a Lisp-like language, which I use 99% of my time. For instance :<p><a href="http:&#x2F;&#x2F;lambdaway.free.fr&#x2F;lambdawalks&#x2F;?view=coding" rel="nofollow">http:&#x2F;&#x2F;lambdaway.free.fr&#x2F;lambdawalks&#x2F;?view=coding</a><p><a href="http:&#x2F;&#x2F;lambdaway.free.fr&#x2F;lambdawalks&#x2F;?view=oops" rel="nofollow">http:&#x2F;&#x2F;lambdaway.free.fr&#x2F;lambdawalks&#x2F;?view=oops</a><p><a href="http:&#x2F;&#x2F;lambdaway.free.fr&#x2F;lambdawalks&#x2F;?view=oops5" rel="nofollow">http:&#x2F;&#x2F;lambdaway.free.fr&#x2F;lambdawalks&#x2F;?view=oops5</a><p>Thanks
learningmore超过 3 年前
Somewhat standard ones: Copy &#x2F; paste Alt + Tab Control + Shift left arrow : control + left to delete the whole word.<p>On a Mac, I frequently use Spotlight- simple math, finding files, launching apps. (Yes, I’m familiar with Alfred…but I’m frequently switching computers and having something already installed is great).
jguzmanjr超过 3 年前
This extension to search anything Rust on Rirefix: <a href="https:&#x2F;&#x2F;addons.mozilla.org&#x2F;en-US&#x2F;firefox&#x2F;addon&#x2F;rust-search-extension&#x2F;" rel="nofollow">https:&#x2F;&#x2F;addons.mozilla.org&#x2F;en-US&#x2F;firefox&#x2F;addon&#x2F;rust-search-e...</a>
readonthegoapp超过 3 年前
I got some cheap ($50) ottomans that I can sit on when I&#x27;m sweaty -- so I don&#x27;t have to sit on the floor, which I can&#x27;t get up from.
brunooliv超过 3 年前
I think a variant of things question was asked before, but my answer remains: SourceTree for version control. IntelliJ for coding. These 2 are literally game changing for me
helph67超过 3 年前
Using aliases with similarly named folders to organise incoming emails by source. Examples: financial statements; alias = box123F, Google emails; alias = box666
vaidhy超过 3 年前
Do search engines count? If so, that is the one for me.
mvind超过 3 年前
working out and eating plant based.
yesenadam超过 3 年前
(bash +) AWK