HackerTrans
TopNewTrendsCommentsPastAskShowJobs

darcien

116 karmajoined 9 yıl önce
[ my public key: https://keybase.io/yosua; my proof: https://keybase.io/yosua/sigs/VTf17OoFWpiHGct6apFeAF4FPayi8cLA4P7_ZFxvk4w ]

Submissions

Eternal Terminal v7.0.0

github.com
2 points·by darcien·3 gün önce·1 comments

comments

darcien
·3 gün önce·discuss
Almost a year since last et release.
darcien
·geçen ay·discuss
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
·geçen ay·discuss
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 ay önce·discuss
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 ay önce·discuss
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 ay önce·discuss
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 ay önce·discuss
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 ay önce·discuss
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
·geçen yıl·discuss
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-...