HackerTrans
TopNewTrendsCommentsPastAskShowJobs

alexozer

no profile record

comments

alexozer
·11 месяцев назад·discuss
Wow, that is unbelievably degenerate. I'll never understand how someone can pidgeon-hole themselves into an identity like that.
alexozer
·12 месяцев назад·discuss
Wow, I was wondering if e.g. Ghostty could implement something like this but that's cool it's already proven out.

Does everything still go "through" tmux (so parsing etc. is still done twice), or does iTerm handle most of the rendering and just delegate scrollback storage/session persistence to tmux? The latter seems like the best of both worlds.
alexozer
·12 месяцев назад·discuss
So am I identifying the bottlenecks that motivate this design correctly?

1. Go FFI is slow

2. Per-proto generated code specialization is slow, because of icache pressure

I know there's more to the optimization story here, but I guess these are the primary motivations for the VM over just better code generation or implementing a parser in non-Go?
alexozer
·12 месяцев назад·discuss
Where are all of the upvotes and comments?!? I love this and 2swap's other work so much.

Btw, I believe this entire video is animated with custom C++: https://github.com/2swap/swaptube
alexozer
·12 месяцев назад·discuss
Tried starting a "run every day for a year" initiative last year. Wish it was for me, after 42 days I realized that I actually actively despise running and spend most of my time not running dreading the next one. Easiest habit I've ever dropped :(
alexozer
·7 лет назад·discuss
A couple weeks ago, one of my physical stick of RAM completely stopped working after yet another Linux out-of-memory-force-poweroff situation. No idea if that could be the proper cause, but I do find it a little funny.

I just arrived at this thread after my entire system stalling completely at yet another low memory situation.

Let's just say I'm extrememly grateful to discover some of these userspace early OOM solutions in this thread.