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.

Show HN: Alacritty, a GPU-accelerated terminal emulator written in Rust

1170 pointsby jwilmover 8 years ago

66 comments

brandurover 8 years ago
I just want to say that this project is amazing. At the risk of sounding hyperbolic, I think Rust is the most exciting thing that&#x27;s happening in computing today. This sort of project that plausibly replaces software traditionally written only in C&#x2F;C++ with something that has performance parity, but is in a language where contributions are relatively accessible and safe, is the most exciting thing even within the bounds of an intriguing ecosystem.<p>As someone who is especially concerned about the performance of my tooling these days due to what seems to be a generally infinite willingness to accept web apps that are slower than desktop apps from decades ago, and which seem to continually demand more resources year over year, I really appreciate that such a distinguishing eye has been given to Alacritty&#x27;s speed and resource usage. Some contemporary alternatives like Electron-based terminals are academically interesting, but are programs I&#x27;d never want to use due to the huge step backwards in these areas.<p>One question: do you have any plans to use Alacritty to try and advance the state of terminal emulators more generally? e.g. Displaying images, richer interfaces that don&#x27;t depend on ASCII bar characters, graphs, properly tabulated results, etc. This is a direction that I wish we were going, but it&#x27;s not clear to me how to get there without many sacrifices.
评论 #13342063 未加载
评论 #13339358 未加载
评论 #13339521 未加载
评论 #13339690 未加载
评论 #13342791 未加载
评论 #13342164 未加载
评论 #13393362 未加载
WhatIsDukkhaover 8 years ago
I really disagree with the authors definition of minimal.<p>Terminal emulators have such a minimal user interface as it is it&#x27;s a bit boggling that I have to make the case for the following &quot;bloat&quot; that other terminal emulators have.<p>I need scrollback because I do occasionally pick up my mouse and grab things that have scrolled off the screen. Tmux doesn&#x27;t help with this but maybe there is some magic that I don&#x27;t know these days.<p>I need tabs. At any given time many of those tabs might have instances of tmux somewhere in their multiply nested depths, generally on remote hosts.<p>I&#x27;m not going to start tmux on every local prompt just so I can use Alacritty and thus intentionally starting a tmux in tmux funshow.<p>I use &quot;Monitor for Silence&quot; &quot;Monitor for Activity&quot; pretty consistently.<p>It&#x27;s free software so I glad the author is making something and hopefully enjoying the process. I can&#x27;t really use this or consider it until he reconsiders. Maybe he&#x27;ll get some collaborators that will argue him around on this.<p>Cool project otherwise.
评论 #13340048 未加载
评论 #13339661 未加载
评论 #13340874 未加载
评论 #13339700 未加载
评论 #13340516 未加载
评论 #13340156 未加载
评论 #13339666 未加载
评论 #13344003 未加载
评论 #13342025 未加载
评论 #13343459 未加载
评论 #13340493 未加载
评论 #13345240 未加载
评论 #13340079 未加载
jwilmover 8 years ago
I&#x27;m the author of Alacritty, and I&#x27;m here to answer any questions!
评论 #13339034 未加载
评论 #13338889 未加载
评论 #13339202 未加载
评论 #13342260 未加载
评论 #13338661 未加载
评论 #13338864 未加载
评论 #13341363 未加载
评论 #13346289 未加载
评论 #13341635 未加载
评论 #13341632 未加载
评论 #13339197 未加载
评论 #13341498 未加载
评论 #13338763 未加载
评论 #13339978 未加载
评论 #13340064 未加载
评论 #13338823 未加载
评论 #13339085 未加载
评论 #13342819 未加载
评论 #13339688 未加载
评论 #13339204 未加载
评论 #13339012 未加载
评论 #13339870 未加载
评论 #13339651 未加载
评论 #13342261 未加载
skybrianover 8 years ago
It sounds like a fun project, but I don&#x27;t really understand what performance issues this solves? I don&#x27;t think I&#x27;ve ever had an issue with slow terminal rendering using the default terminals on Ubuntu or Mac OS. What sort of applications do you run where it becomes an issue?<p>On the other hand, something like mosh [1] seems like it could be really useful on slow network connections. But that&#x27;s not about <i>rendering</i> faster.<p>[1] <a href="https:&#x2F;&#x2F;mosh.org&#x2F;" rel="nofollow">https:&#x2F;&#x2F;mosh.org&#x2F;</a>
评论 #13341790 未加载
评论 #13341567 未加载
评论 #13342826 未加载
评论 #13345612 未加载
评论 #13342031 未加载
llimllibover 8 years ago
&gt; Make sure you have the right Rust compiler installed. Alacritty is currently pinned to a certain Rust nightly<p>Ok, I&#x27;ll... um not do that. Hope you publish a build soon though!<p>edit: more seriously, the nightly compiler situation on rust is going to become a problem as it gets more developer use. I really hope they&#x27;re able to stabilize it.<p>edit 2: I&#x27;m really sorry if I derailed the conversation in a not useful way, @jwilm
评论 #13339902 未加载
评论 #13341681 未加载
评论 #13339069 未加载
评论 #13339042 未加载
cyberpunkover 8 years ago
Jwilm: This is great, and I&#x27;m really looking forward to following this project; beers on me and thanks for the effort!<p>A few findings from my side if you want some feedback, I generally work mosh&#x27;d into some beefy servers with a long running tmux I resume -- so I&#x27;m probably the use case this is aimed at (client: xps13, archlinux).<p>1) If I create a vertical split view (tmux_key+v) while I already have some output in the left side of the split, and have nothing but my prompt in the right side; then resizing the split is instant&#x2F;snappy.. However, if I then do a find &#x2F; in the &#x27;new&#x27; (right) split, ctrl+c it after a moment and then resize it lags&#x2F;judders hugely -- I&#x27;m not sure what&#x27;s going on there but let me know if you&#x27;d like me to try and explain that more if you can&#x27;t reproduce from that.. This doesn&#x27;t happen in termite..<p>2) I had to set offsets and use a giant font to make it look reasonable on my (highdpi) lappy:<p>font:<p><pre><code> normal: family: SourceCodePro # should be &quot;Menlo&quot; or something on macOS. style: Regular bold: family: SourceCodePro # should be &quot;Menlo&quot; or something on macOS. italic: family: SourceCodePro # should be &quot;Menlo&quot; or something on macOS. size: 26.0 offset: x: 4.0 y: -30.0 </code></pre> Otherwise:<p>+100 :}
评论 #13341826 未加载
Asookaover 8 years ago
Hm, if we&#x27;re doing GPU rendering for speed, I&#x27;d suggest uploading vector glyph data to the GPU and rasterising on the GPU in the pixel shader, rather than using FreeType. See here: <a href="http:&#x2F;&#x2F;wdobbie.com&#x2F;post&#x2F;gpu-text-rendering-with-vector-textures&#x2F;" rel="nofollow">http:&#x2F;&#x2F;wdobbie.com&#x2F;post&#x2F;gpu-text-rendering-with-vector-textu...</a> . The WebGL Demo is really impressive - it lets you zoom in and out on a multi-page PDF at speeds I haven&#x27;t seen anywhere else.
评论 #13341651 未加载
评论 #13341418 未加载
评论 #13340446 未加载
coldteaover 8 years ago
&gt;<i>tabs and scrollback are unnecessary. The latter features are better provided by a terminal multiplexer like tmux.</i><p>I beg to differ. I don&#x27;t really know whenever there&#x27;s a project that&#x27;s almost perfect, there&#x27;s some braindead decision that cripples it with no good reason.<p>I&#x27;d understand it if some more advanced or exotic feature wasn&#x27;t available, but scrolling?
shmerlover 8 years ago
A pity you can&#x27;t use Vulkan on MacOS. Otherwise you could have used vulkano[1] instead of OpenGL.<p>1. <a href="https:&#x2F;&#x2F;github.com&#x2F;tomaka&#x2F;vulkano" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;tomaka&#x2F;vulkano</a>
评论 #13341079 未加载
Anilm3over 8 years ago
This is a very interesting concept and another example of what can be done with Rust. However and without the intention of discouraging the author, I did not find any performance improvement from Alacritty using Ubuntu 16.04 on an i7-4500U (using integrated graphics HD 4400). Here are some numbers, simply printing the contents of 446 files:<p>At 80x24:<p>gnome-terminal:<p><pre><code> real 0m0.848s user 0m0.032s sys 0m0.072s </code></pre> Alacritty:<p><pre><code> real 0m6.832s user 0m0.032s sys 0m0.164s </code></pre> At fullscreen:<p>gnome-terminal:<p><pre><code> real 0m0.819s user 0m0.020s sys 0m0.088s </code></pre> Alacritty:<p><pre><code> real 0m8.972s user 0m0.064s sys 0m0.164s </code></pre> The font was a tad smaller by default on Alacritty, changing it made no significant difference in the numbers. Since the difference in performance was quite noticeable I decided not to test other possible configurations, but I could do so if it might help.<p>My graphics card has a pretty poor performance in general so that might be an indication that, since the performance of Alacritty is directly impacted by the graphics card, it might be useful for the author to determine the &quot;minimum requirements&quot; for Alacritty to outperform the competition.<p>In any case, it might not be a fair comparison as the author has stated that this is a pre-alpha release, but maybe he can find it helpful in some way, as he suggests he hasn&#x27;t been able to find a test in which Alacritty didn&#x27;t perform as well as another terminal.
评论 #13353669 未加载
garaetjjteover 8 years ago
Nice, but:<p><pre><code> thread &#x27;pty reader&#x27; panicked at &#x27;index out of bounds: the len is 24 but the index is 24&#x27;, &#x2F;buildslave&#x2F;rust-buildbot&#x2F;slave&#x2F;nightly-dist-rustc-linux&#x2F;build&#x2F;src&#x2F;libcollections&#x2F;vec.rs:1371 </code></pre> or<p><pre><code> thread &#x27;pty reader&#x27; panicked at &#x27;cursor fell off grid&#x27;, src&#x2F;term&#x2F;mod.rs:634</code></pre>
lngnmnover 8 years ago
While GPU accelerated 3D interfaces (like it in 3D games) is a good idea (at least one could mix data visualization and with controls - the way WebGL guys do it) a terminal emulator does not require any acceleration, leave alone having a Nvidia drivers or Cuda as a dependency.<p>What a decent terminal emulator should have is standard compliance and decent font rendering (and freetype is good-enough).<p>Lousy engineering will lead to lousy code, especially when the main objective is to show off (engineering is, obviously, not an objective.) Btw, using Rust is <i>not</i> an engineering.
评论 #13345007 未加载
ggameover 8 years ago
I&#x27;d like to host this terminal in a 3D environment. Any plans to enable this? Perhaps with a signed distance field texture.<p>I&#x27;m building a 3D game in Rust and would like to be able to drop this in.
评论 #13339186 未加载
richdoughertyover 8 years ago
&gt; Both the utf8parse and vte crates that were written for Alacritty use table-driven parsers. The cool thing about these is that they have very little branching; utf8parse only has one branch in the entire library!<p>From a simplicity point of view table-driven parsing is pretty neat. However, it does mean you&#x27;ll be getting a lot of branch misprediction in your single branch, since it&#x27;s harder for the CPU to predict where it will branch to. You could probably go faster with some handcoding in the parser.
评论 #13339308 未加载
Arubisover 8 years ago
I didn&#x27;t even realize my (iTerm2) terminal emulator wasn&#x27;t fast until I tried Alacritty. When doing non-intensive tasks, the difference is less one of vision and more a &quot;feel&quot;. And it feels SNAPPY. And, as a heavy tmux user, I&#x27;m definitely your target audience.<p>But...the font rendering doesn&#x27;t look as good as iTerm&#x27;s, at least not yet.<p>I suspect I&#x27;ll be swapping once you&#x27;re at a public build release.
评论 #13341024 未加载
epberryover 8 years ago
I really like this. It combines my love of tmux and vim with my interest in rust, system software, terminals, and my eternal quest for the fastest, simplest, most cross platform terminal development environment. Great job - looking forward to running nightly builds of this.<p>EDIT: Ah, after a little sleuthing, the recent post from OneSignal on why they chose rust for one of their services makes sense :).
评论 #13340157 未加载
sigi45over 8 years ago
Less repeating that it is fast and more benchmarks instead!
评论 #13341463 未加载
010aover 8 years ago
Installation was surprisingly easy.<p>And performance was surprisingly good. `find &#x2F;Applications` results in...<p>- Unrecoverably crashing Hyper - 1:28 iTerm2 - 0:32 Terminal - 0:20 Alacritty<p>Very impressive stuff. I&#x27;ll be keeping an eye on this project.<p>And performance was surprisingly good; a `find &#x2F;Applications` on my computer crashes Hyper, takes 1:28 on iTerm2,
评论 #13341859 未加载
xedracover 8 years ago
Looks great so far. Other than scrolling support, the one thing I miss the most is the use of the up arrow to scroll through history. Ctrl+R is great, but sometimes I just want to scroll through my most recent commands.
botverseover 8 years ago
Like 58% faster than iTerm2 in my Late 2013 MBP retina.<p><pre><code> find ~ iTerm2 1m20s alacritty 47s </code></pre> where the find command itself uses between 40% and 50% of a core, the TERM emulator process uses is 5x in iTerm2<p><pre><code> iTerm 130% (peak up to 140%) alacritty 25% (peak up to 29%) </code></pre> I&#x27;m very excited with this and I&#x27;m going to follow the development of alacritty :)
ejpover 8 years ago
Wow, I am definitely the target for this. I often have tmux panes watching fast-scrolling log files while trying to continue to work in another pane. I&#x27;ve been trying to tweak tmux to perform better, but it really is the rendering speed that&#x27;s holding it back.<p>The lack of scrollback&#x2F;tabs&#x2F;etc doesn&#x27;t bother me at all - I use tmux for this exactly as suggested.<p>Thank you for this!
anootherover 8 years ago
Very interesting use of vsync.. using it to cap redraw time and allow more time for processing...
__ddd__over 8 years ago
I really, really like this so far. Interestingly, it&#x27;s dependence on tmux (which I really like overall) for &#x27;extra&#x27; terminal features presents some problems for performance and usability.<p>Tmux has its own non-trivial rendering bottlenecks, the most significant of which comes into play when you have multiple clients attached to a session. As a test, I went into a notes folder and did `grep -r e .`. When Alacritty was sized larger than mate&#x27;s default terminal, mate&#x27;s default terminal finished rendering first. When Alacritty was sized smaller than mate&#x27;s terminal, Alacritty finished first. Also of note was that Alacritty running tmux rendered slower than mate&#x27;s default terminal without tmux. This was an uncontrolled experiment, especially since this was a tmux session with a couple windows with a couple panes per window, on a tmux server with 2 other sessions (with a lot of vim windows etc), but something tells me the results would be the same if I used a tmux server with one session&#x2F;window&#x2F;pane. As a tmux user, this isn&#x27;t a huge deal to me, but it should be concerning the the Alacritty devs since Alacritty requires a multiplexer to be usable.<p>My biggest concern, however, is not performance related, but usability related. Consider this use case: Alacritty -&gt; ssh into remote server -&gt; run tmux on remote server. How am I supposed to paste anything into that remote tmux session now? Am I supposed to nest my remote tmux session in a local tmux session? That sounds awful! I&#x27;ve found satisfactory workarounds to the lack of copy&#x2F;paste when working locally, but it falls apart when I can&#x27;t rely on duplicating the tmux register to the clipboard (and vice versa) because the clipboard is remote.<p>If I can find a workaround to the remote paste issue, I will probably use Alacritty exclusively. Otherwise, I can&#x27;t use this terminal for remote work, and I&#x27;d rather not run two different terminals just so that rendering is faster _sometimes_
评论 #13347817 未加载
Philipp__over 8 years ago
Oh thank you so much!!! I am right now in dire need of light terminal (read st&#x27;s equivalent) for macOS, since iTerm2 felt bloated since few years ago and font rendering is kinda meh, and it is slow, and it has many many features I really do not need, and Terminal.app simply doesn&#x27;t make the cut (no true color support for example). I need speed, true colors, and minimalistic terminal as possible, since I use tmux (tabs and gui not needed) for anything if I need more than one terminal screen. Not sure if this is worth the hassle to set up right now, I might just wait for alpha release. But I am watching this on GitHub and can&#x27;t wait to try it! (plus it&#x27;s Rust which almost made me dance in my room)
dvcrnover 8 years ago
As a tmux+vim user, this hits right home for me. I never use terminal tabs and do almost everything inside tmux.<p>The only time during development I use a other app is when I start neovim-qt, just so I have faster rendering and squeeze even more performance out of it. If Alacritty is giving me the same speed without me having to spawn a graphical vim for it, sign me up!<p>I&#x27;m going to try this as my main tool for a couple of days and collect some feedback :)
callumprenticeover 8 years ago
<a href="https:&#x2F;&#x2F;github.com&#x2F;unconed&#x2F;TermKit" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;unconed&#x2F;TermKit</a> or <a href="https:&#x2F;&#x2F;acko.net&#x2F;blog&#x2F;on-termkit&#x2F;" rel="nofollow">https:&#x2F;&#x2F;acko.net&#x2F;blog&#x2F;on-termkit&#x2F;</a><p>TermKit is another terminal app from 2011 designed to modernize the command line experience.<p>Sadly, I don&#x27;t think it&#x27;s being worked on anymore.
dorianmover 8 years ago
Also, Cathode is a terminal made with OpenGl and it&#x27;s really fast: <a href="https:&#x2F;&#x2F;www.jwz.org&#x2F;blog&#x2F;2011&#x2F;01&#x2F;cathode-vintage-terminal-emulator&#x2F;" rel="nofollow">https:&#x2F;&#x2F;www.jwz.org&#x2F;blog&#x2F;2011&#x2F;01&#x2F;cathode-vintage-terminal-em...</a>
评论 #13340820 未加载
sakabaroover 8 years ago
Very impressive. I am manipulating huge amount of text data on a regular basis directly in the terminal, smoother exhaust experiment is a huge win. I wish I can give you some money right now to support the development.
koyoteover 8 years ago
Having never thought my current terminal emulator was slow I was surprised to immediately see a difference with Alacritty!<p>That being said, every time I install a package useing apt-get (Xubuntu) Alacritty crashes with the following: thread &#x27;pty reader&#x27; panicked at &#x27;index out of bounds: the len is 24 but the index is 18446744073709551615&#x27;, &#x2F;buildslave&#x2F;rust-buildbot&#x2F;slave&#x2F;nightly-dist-rustc-linux&#x2F;build&#x2F;src&#x2F;libcollections&#x2F;vec.rs:1371<p>I guess we&#x27;re not quite at 1.0 yet but looking good otherwise!
malensekover 8 years ago
Awesome! This is exactly what I&#x27;ve been hoping for. The state of terminal emulators on macOS is particularly bad, at least when it comes to speed. Both the built-in term and iTerm have a lot of features, but really start to lag on big screens with a lot of text. I used to run urvxt under XQuartz for this reason, but there&#x27;s scaling problems with retina screens these days.<p>Nice work. Hopefully this can fill a particular void for folks that want no-frills fast terminal emulation.
评论 #13339603 未加载
readittwiceover 8 years ago
so this uses GPU-accelerated rendering with OpenGL. TBH I have never used OpenGL and when I read &quot;GPU-accelerated XYZ&quot; this still sounds like magic to me because I&#x27;ve know idea how this works. Could you point me to some resources where I can read up on this stuff? if this helps you: I am not a newbie, I already know C, C++ and Rust, but I haven&#x27;t done any graphics programming at all yet. For example I only have a very rough idea what shaders do.
评论 #13341444 未加载
GrinningFoolover 8 years ago
Thanks for making this and posting it. This is a thing I&#x27;ve been looking for (simple accelerated terminal that performs well) for a very long time.
fvargasover 8 years ago
&gt; Welcome to nginx!<p>&gt; If you see this page, the nginx web server is successfully installed and working. Further configuration is required.<p>On jwilm.io -- Just wanted to let you know
评论 #13339653 未加载
uvestenover 8 years ago
Wow. I just installed this on macOS, and the difference in speed compared to iTerm 3 is huge!<p>I always assumed that it was my bloated vim and tmux configs that made it feel a bit sluggish sometimes, but it turns out i was the terminal. Now everything feels instantaneous.<p>After some color bugs have been ironed out I&#x27;ll switch full-time.
hl5over 8 years ago
Great idea and I hope Alacritty continues to evolve because it should eventually be the fastest given the GPU integration. However, st is faster on my system, supports bitmap fonts like SGI screen, handles true color, works when no GPU is present, has half the LoC, and has less dependencies.
评论 #13342968 未加载
greenspotover 8 years ago
Excited and happy to see such a project!<p>I am using iTerm2 on a maxed-out MBP 15 Retina quad core and Xshell on a $150 Asus Cherry Trail netbook. You won&#x27;t believe it but Xshell on the crappy netbook feels light-years faster and more responsive than iTerm2 on the MBP.<p>Wondering how Alacritty will perform, looking forward.
vectorpushover 8 years ago
For those who rely on tabs, one great advantage of relying on the multiplexer instead is that your &quot;tabs&quot; live within the terminal, so when you ssh into your session, the machine has all your &quot;tabs&quot; ready and waiting instead of tied up in a non-accessible GUI.
conradkover 8 years ago
Not sure why they rebuilt a clipboard library when &quot;clipboard&quot; exists (I think it might even be used within Servo, not sure): <a href="https:&#x2F;&#x2F;crates.io&#x2F;crates&#x2F;clipboard" rel="nofollow">https:&#x2F;&#x2F;crates.io&#x2F;crates&#x2F;clipboard</a>
评论 #13342480 未加载
rocky1138over 8 years ago
Why OpenGL instead of Vulkan since that&#x27;s where everything seems to be going these days.
评论 #13341943 未加载
nitemiceover 8 years ago
A relevant Destroy All Software talk: <a href="https:&#x2F;&#x2F;www.destroyallsoftware.com&#x2F;talks&#x2F;a-whole-new-world" rel="nofollow">https:&#x2F;&#x2F;www.destroyallsoftware.com&#x2F;talks&#x2F;a-whole-new-world</a>
davesqueover 8 years ago
I added support for Alacritty in my iTerm color scheme conversion tool:<p><a href="https:&#x2F;&#x2F;github.com&#x2F;davesque&#x2F;iterm_convert" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;davesque&#x2F;iterm_convert</a>
psheetsover 8 years ago
Does this support crossfire?
aoeu345over 8 years ago
Just installed on Linux Mint. The installation was quick and painless from the instructions, and it is noticeably faster than my previous MATE terminal. We&#x27;ll see if I notice a lack of scrollback.<p>Thanks!
Gonzihover 8 years ago
Love the project! Completely agree with minimalistic philosophy. I can see why some people feel like scrollback would be needed, I personally myself always work in tmux sessions, but still.
anthkover 8 years ago
<a href="http:&#x2F;&#x2F;www.bbspot.com&#x2F;News&#x2F;2003&#x2F;02&#x2F;ati_ascii.html" rel="nofollow">http:&#x2F;&#x2F;www.bbspot.com&#x2F;News&#x2F;2003&#x2F;02&#x2F;ati_ascii.html</a><p>Seriously.
simlevesqueover 8 years ago
It really is the fastest one I ever used. Font rendering is great.
d_kolover 8 years ago
Impressive! I run <a href="https:&#x2F;&#x2F;github.com&#x2F;slash-hq&#x2F;slash" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;slash-hq&#x2F;slash</a> and it just works.
gigatexalover 8 years ago
This is really cool though I can&#x27;t seem to get it to build on my mac. Though the stock OSX terminal is plenty fast for me. Maybe I don&#x27;t do enough intensive work
ninjakeyboardover 8 years ago
Cool project for learning and exploration and congrats on making a fast term. I&#x27;m not sure that this solves a problem that I have personally.
Bromsklossover 8 years ago
&gt; Using vim inside tmux in many terminals was a particularly bad experience. None of them were ever quite fast enough.<p>When does this slowness show itself?
评论 #13342395 未加载
sdegutisover 8 years ago
How much unsafe code was needed to make this work?
评论 #13341112 未加载
评论 #13340480 未加载
jxyover 8 years ago
Buzzwords aside, why do we need GPU-accelerated terminal emulators? What is the real speed constraint in a terminal emulator?
dvtover 8 years ago
Pretty awesome, but I&#x27;m not sure if I want my GPU fans spinning if all I&#x27;m doing is looking at a terminal :P
评论 #13339682 未加载
评论 #13342010 未加载
steeveover 8 years ago
I love iTerm3, but the speed compared to Terminal.app sometimes makes me jealous.<p>So I guess we all need a faster term emulator :)
评论 #13339126 未加载
yeasayerover 8 years ago
In terms of speed, Alacritty to Hyper is like Sublime to Atom?
评论 #13338951 未加载
sssilverover 8 years ago
How do they define performance, and how do they measure it?
评论 #13344450 未加载
elventearover 8 years ago
cat &#x2F;dev&#x2F;random on macOS Sierra crashes for me.
DavideNLover 8 years ago
heh just fyi, my F-secure reports:<p>&quot;Harmful web site blocked. blog.jwilm.io<p>This web site has been reported as harmful. We recommend that you do not visit this web site.&quot;
Aissenover 8 years ago
So, like terminology, but with less features ?
rafinhaover 8 years ago
Why does one need 500fps on terminal ? I don&#x27;t understand the need for the GPU.
评论 #13342573 未加载
评论 #13341334 未加载
0x445442over 8 years ago
Projects like this are so so close but fall just short of the ideal. I&#x27;ve been thinking about this for years but I have not been at the point in my life where I could implement my ideas which are these:<p>1.) A UI which is just a line&#x2F;text field to enter commands. Something like the command prompt but which fuzzy matches commands like the mini-buffer in emacs or the omni text field in Chrome or Firefox or even Enso from a few years back.<p>2.) Each command is name spaced to an &quot;agent&quot; to avoid command collisions. For example agent &#x27;jarvis&#x27; would have a set of commands it response to like jarvis&#x2F;foo, jarvis&#x2F;bar or jarvis&#x2F;baz.<p>3.) The output of each command is a list of 0..N items&#x2F;objects rendered in a master&#x2F;detail view where navigation over the list shows a detailed view of each object&#x2F;item in the list.<p>4.) An item&#x2F;object can be anything from an email, rss entry, web page, graphic, tweet, contents from a text file. Basically anything that is renderable.<p>5.) The output of any command can be piped to any other command which is able to parse the list of items&#x2F;objects from the prior command and render its own new list.<p>This UI paradigm seems to cover an incredibly large set of use cases. The only use cases I can think of which are not covered are those where the keyboard input device is not sufficient; such things as graphics manipulation where a mouse or pen &amp; tablet are needed.<p>The frustrating thing for me has been to witness the vast number of systems over the years that have nibbled at the edges of this paradigm but have not gone all the way. What I&#x27;m talking about mostly here are the numerous launcher systems like Enso or Quick Silver or dMenu. All these systems have UIs very similar to what I&#x27;m talking about but they&#x27;re restricted to launching existing apps and controlling the options exposed in menus of existing apps.<p>The other class of applications I&#x27;ve seen that come close are the ones like that mentioned in this topic. Applications like notty where the effort is spent trying to shoehorn extra rendering capabilities into a terminal emulator.<p>What I want is essentially a Grand Unified User Interface (GUUI) such that applications as we know them are done away with and we only deal with commands and output.<p>A system where I can type web&#x2F;news.ycombinator.com and a one item list comes back with that first item selected by default in the details view. And that item is the front page of Hacker News. Then I could next type email&#x2F;inbox and a list of emails in my inbox are rendered. And of course while viewing one of the items in my email&#x2F;inbox I could type email&#x2F;reply which would render a text area to reply to my previously selected email.<p>As I said earlier, the use cases seem endless and this paradigm seems like it would be incredibly efficient for those who can type well.
plgover 8 years ago
iOS version?
scott_sover 8 years ago
This could definitely be tagged as a Show HN (<a href="https:&#x2F;&#x2F;news.ycombinator.com&#x2F;showhn.html" rel="nofollow">https:&#x2F;&#x2F;news.ycombinator.com&#x2F;showhn.html</a>).
评论 #13338975 未加载
jackmottover 8 years ago
Awww hell yeah.
teenover 8 years ago
Wex wex exort!
jbverschoorover 8 years ago
Very cool.
评论 #13338923 未加载