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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Ask HN: How do you use computers faster?

6 点作者 Phileosopher超过 2 年前
I noticed something weird today by websearching &quot;world&#x27;s fastest computer user&quot;. I had to search &quot;fast computer use&quot;, &quot;how to interface computers faster&quot;, and a few others.<p>There appears to be absolutely nothing mainstream about the slowest part of the computer experience: the users.<p>This leaves me with so many questions:<p>* why does everyone want computers to be faster when their sludgy brains are the weak point in the process? * how DO you get faster at computers? my theory is that the faster you are, the more you get done, so what does it take? * how come FAMGA isn&#x27;t on this beyond brain interfacing? isn&#x27;t there an easier way that uses present technology and just a teensy bit of education?<p>Not really sure where I&#x27;m going with this, but just wanted to throw that idea here.

5 条评论

ksaj超过 2 年前
It&#x27;s actually a good question because the average user won&#x27;t really ever see where the speed and additional memory capacity gets used.<p>The faster the computer is, and the more memory it has at hand, the more technology can be abstracted away from the users and developers.<p>Ease of use is the Operating System&#x27;s job. If you boot up a DOS with Windows 3.1 disk, you&#x27;ll find it runs pretty fast. BUT it is also lacking a lot of the comfort features that make computing easier. As speed and memory constraints get dealt with in <i>many</i> ways (price, new tech, etc) more of those ease-of-use functions start to appear.<p>To a lot of regular &quot;desktop&quot; users, this may not be very visible. But for example, look at graphic apps. Try to duplicate what you can do on a modern graphic app on a Windows 3.1 computer. How about something as simple to use as Blender? If you can do it, it&#x27;ll take you a very long time, because without the memory and speed, you can&#x27;t abstract enough of the hard work away.<p>The only thing that trumps clock speed are features (&quot;tricks&quot; in some cases perhaps) like hyperthreading, super computing, multiple cores, etc.<p>We can&#x27;t speed our brains up. We can make a gentler learning curve, and make all the functionality of the software faster, smoother, easier. And that requires memory, speed and multiple threads.<p>It&#x27;s worth noting that early QNX and Amiga operating systems actually did extraordinarily well with very few resources. However, maintaining them as the hardware improved was very intensive and expensive.
eitland超过 2 年前
&gt; why does everyone want computers to be faster when their sludgy brains are the weak point in the process?<p>Because unless I program in PHP or Quarkus, half of the time my brain isn&#x27;t the weak spot.<p>Also, waiting for my computer to finish of what it is doing is an insane distraction.<p>And stopping my brain from going on tangents while I&#x27;m waiting for Spring Boot or React or whatever, that is often an actual job (although I am good at it and have a lot of tricks).<p>That said, I don&#x27;t look for faster computers, I&#x27;m on plenty fast hardware.<p>But I do get somewhat mad at Windows for making git (or even a plain - but well optimized - HelloWorld in C#) use several hundreds of milliseconds (!) to complete.<p>So I use WSL now, but often I just install Linux so I don&#x27;t have to deal with this enourmous waste.<p>How everyone else lives happily with systems that routinely use hundreds of milliseconds extra many times an hour, that is something I can&#x27;t really understand.<p>Maybe it is easier to tolerate it if one hasn&#x27;t experienced anything else?<p>Edit: and don&#x27;t get me started on modern web browsers and modern web applications, even modern web applications from what is supposedly the smartest people on this planet. It is amazing how a few of them can bog down my i7 - even if I haven&#x27;t used them for a long time and even if they are all in background tabs.
eimrine超过 2 年前
&gt; why does everyone want computers to be faster when their sludgy brains are the weak point in the process?<p>Maybe because you can buy faster computer today and save few second per compilation right now. Also you can learn some new skill and get +&#x2F;- same result but... later, after accomplishing some learning.<p><i>upd:</i><p>&gt; how DO you get faster at computers? my theory is that the faster you are, the more you get done, so what does it take?<p>learn touchtyping + vim to get faster typer and stop distruction into keyboard which may be slower than all compilation I have ever experienced (I did it and I promise it works).<p>learn some magic utils like: grep, regexp, sed, awk, etc for never searching that can be searched by machine (I am having this as future goal).
favourable超过 2 年前
Brain interfacing reduces latency for sure, but until then the office-seat-parked-beside-a-workstation is the default, and hasn&#x27;t changed. Phones reduce latency, but I&#x27;ve found they only really shine as consumption devices and I can&#x27;t code or do anything super productive with them, apart from taking photos, typing tweets etc<p>VR headsets look promising and may reduce latency but will probably come with their own caveats too, so there is no golden solution to this apart from physically wiring a computer to your brain which will probably be our last good invention.
epirogov超过 2 年前
still a lot of calculation tasks for workday, so that I go to another computer to do not wait, than to another and another. breadth-first-search to find solutions reqires multiple computers to do fast