TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

An 'alt+space' launcher for Windows, built with Electron

44 pointsby gnocchiabout 9 years ago

13 comments

Mithalduabout 9 years ago
This is cute as a proof of concept, but it needs severe performance improvements if it&#x27;s intended to replace Launchy.<p>Launchy sits there with 30mb ram used and no cpu used when not in use.<p>This launcher sits there with 170mb ram used, and 1% of a core in <i>constant</i> use.
评论 #11351024 未加载
评论 #11356810 未加载
评论 #11351010 未加载
评论 #11356812 未加载
评论 #11356811 未加载
marvyabout 9 years ago
Shouldn&#x27;t the docs mention that alt-space already does something on windows? Or is it assumed that whoever doesn&#x27;t know about the default functionality won&#x27;t miss it? Or maybe everyone knows?
评论 #11350836 未加载
评论 #11350831 未加载
staticelfabout 9 years ago
As others have pointed out, there are stuff that should not be made with Electron and this is one type of app that just shouldn&#x27;t.<p>If it is platform specific anyways, why not do it in like C# or something that would make it lighter and faster?
评论 #11351834 未加载
评论 #11353198 未加载
clevernicknameabout 9 years ago
Windows Key then type. No need to create a Chrome instance just to launch a program.
评论 #11351743 未加载
konartabout 9 years ago
&gt;npm<p>&gt;JS<p>&gt;Electron<p>for a thing that should be hyper-light and -fast? With all due respect - no, thanks, but - no.
epsabout 9 years ago
Native Windows-S does nearly the same thing, does it not?
评论 #11352154 未加载
djuliusabout 9 years ago
Don&#x27;t want to be the naysayer here, but this project is yet another &#x27;I made smth already exisiting but with node.js and the original is still largely better&#x27;.<p>I think there are more interesting open source projects that should hit the HN frontpage. So let&#x27;s start with this one, that computes Wikipedia Pagerank on a single node in less than 30 minutes : <a href="https:&#x2F;&#x2F;www.nayuki.io&#x2F;page&#x2F;computing-wikipedias-internal-pageranks" rel="nofollow">https:&#x2F;&#x2F;www.nayuki.io&#x2F;page&#x2F;computing-wikipedias-internal-pag...</a>
评论 #11351446 未加载
evandrixabout 9 years ago
How does this match up to Launchy?
评论 #11350990 未加载
seqizzabout 9 years ago
&gt; The name &quot;Hain&quot; is named by Hyunseop Lee, it means &quot;a Servant&quot; in Korean.<p>Also means &quot;traitor&quot; in Turkish, cool name.
评论 #11353180 未加载
评论 #11351659 未加载
myhandyabout 9 years ago
Off topic, but does anyone know what program they used as a screen recorder in the README .gif?
评论 #11351858 未加载
mateuszfabout 9 years ago
Would be awesome if it was also working on OSX. Pity I can&#x27;t and don&#x27;t wat to program apple platform.
评论 #11351068 未加载
butzabout 9 years ago
What happened to tinyapps? I propose a challenge to create app launcher that is 100KB or less.
mc_hammerabout 9 years ago
i really love these launcher apps.<p>this one sort of illustrates the problem with developing windows apps:<p>- you either learn complicated c++ and windows api and have to write your own rendering framework for custom components<p>- or use C# and xaml and get terrible performance with systems with no gpu acceleration<p>- or use VB for terrible performance and CPU usage<p>- or use javascript and node for huge memory usage and slower rendering than c++ (VB has the same issues)
评论 #11351841 未加载