HackerTrans
トップ新着トレンドコメント過去質問紹介求人

darcien

116 カルマ登録 9 年前
[ my public key: https://keybase.io/yosua; my proof: https://keybase.io/yosua/sigs/VTf17OoFWpiHGct6apFeAF4FPayi8cLA4P7_ZFxvk4w ]

投稿

Eternal Terminal v7.0.0

github.com
2 ポイント·投稿者 darcien·3 日前·1 コメント

コメント

darcien
·3 日前·議論
Almost a year since last et release.
darcien
·先月·議論
Anyone have context on why this announcement from 2025 is shared? Seems like it's delayed and have not been released yet?

https://blog.podman.io/2026/05/podman-6-release-delayed/
darcien
·先月·議論
This reminds me of another HRV training from few years back shared here.

- https://news.ycombinator.com/item?id=37538028

- https://github.com/kieranabrennan/every-breath-you-take
darcien
·6 か月前·議論
I also can recommend fooyin[0]. I really miss foobar2000 after switching away from Windows, and fooyin fills that hole in my heart.

Technically fooyin also builds on macOS, but it's not officially supported yet, there's some works here[1] and there[2].

[0]: https://github.com/fooyin/fooyin

[1]: https://github.com/fooyin/fooyin/pull/476

[2]: https://github.com/fooyin/fooyin/pull/579
darcien
·6 か月前·議論
Nice, I wonder how the banner would work for menu or any complex screen that's not a single sentence.

In the past, I've used MORT to play some Japanese MMO game. In-place overlay makes it easier to actually play the game instead of doing dictionary lookup on the side.

These days I stopped using realtime translator and just embrace the slow pace of learning these languages while enjoying the game story.

MORT: https://github.com/killkimno/MORT
darcien
·7 か月前·議論
Oops you're right, I was searching the docs and couldn't find it, maybe it's time to snoop around in their repo...
darcien
·7 か月前·議論
Recently I learned about CachyOS, it has custom scheduler to run things smoothly, including games. And SteamOS is also doing the custom scheduler for games. From what I can find, Bazzite doesn't seem to use custom scheduler.

Does these custom scheduler bring noticeable gains during usage? My previous linux desktop was a non-gaming distro, so I'm a bit curious on these fancy stuffs.

- BORE, CachyOS scheduler: https://wiki.cachyos.org/cachyos_basic/why_cachyos/#advanced...

- LAVD, SteamOS scheduler: https://www.igalia.com/2025/11/helpingvalve.html
darcien
·10 か月前·議論
I get where you're coming from but React Native(RN) is a bad example. RN is actually native and uses native components. So any native view will be supported, including Liquid Glass. e.g. https://expo.dev/changelog/sdk-54-beta#ios-26-and-liquid-gla... or https://github.com/callstack/liquid-glass
darcien
·昨年·議論
I haven't checked the DOOM one, but for the Pong example, the keyboard input is prerecorded. As in the sequence of the keyboard key press are sequenced in a TS array[0].

[0]: https://github.com/MichiganTypeScript/typescript-types-only-...