Viewing profile — darcien
darcien
HN member- Joined
- Thu, Sep 28, 2017, 11:30 AM UTC
- HN karma
- 116
- Public activity
- 39 items
- HN profile
- View on Hacker News ↗
About darcien
Recent public activity
-
comment
Comment #48831541
Almost a year since last et release.
- story
-
comment
Comment #48435934
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/
-
comment
Comment #48344234
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
-
comment
Comment #46777540
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'…
-
comment
Comment #46510285
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 m…
-
comment
Comment #46093104
Oops you're right, I was searching the docs and couldn't find it, maybe it's time to snoop around in their repo...
-
comment
Comment #46093012
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, B…
-
comment
Comment #45125811
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…
-
comment
Comment #44721802
There's a gear icon in the top right corner to change the settings.
-
comment
Comment #43185941
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…
-
comment
Comment #42740423
Nice game! Seems like someone already gave the feedback about the lack of time to read the explanation before the game progressed automatically. BTW something on the game is making…
-
comment
Comment #41955858
PeaZip beats 7zip by 3.4s in drag and drop extraction speed. > 7-Zip, Bandizip and Winrar are tightly packed around very similar performances of 17 seconds, while PeaZip fast drag …
-
comment
Comment #41744374
> Who is this for? Speaking with my experience with Expo, this kind of framework works great for their purpose in enabling a small team of engineers working closely with products a…
-
comment
Comment #41744207
Hi Nate and team, congrats on the launch! What an exciting time to have an Expo alternative for cross platform app! I know the project is still in beta, but do you have some though…
-
comment
Comment #41743588
Metro is the default web bundler since Expo SDK 49[1] albeit missing vital features like bundle splitting. I think web bundle splitting is there in SDK 50? And the migration path f…
-
comment
Comment #41719177
You can use Stream.unfold/2: Stream.unfold({0,1}, fn {a,b} -> {a,{b,a+b}} end) |> Enum.take(10) [0, 1, 1, 2, 3, 5, 8, 13, 21, 34] https://rosettacode.org/wiki/Fibonacci_sequence#El…
-
comment
Comment #40213335
Yeah the initial GA is for Windows 11 only. I'm also curious about the Windows 10 support release date. According to their newsletter, they plan to answer this question on their ne…
-
comment
Comment #40213256
While Arc doesn't have subscription model yet, I can see them going in that direction. From their FAQ[1]: > To do that, we’re excited about business models that align our incentive…
- story
-
comment
Comment #39541989
This is actually pretty awesome! I use KQL every few days for reading some logs from Azure App Insight. The syntax is pretty nice and you can make pretty complex stuff out of it. B…
-
comment
Comment #37201179
>Of course, you could only re-encode only the GoPs that get broken while keeping the rest intact, and I guess this would be better and a lot faster than re-encoding everything. I d…
-
comment
Comment #37053030
TIL about HSA/FAS. Like what the sibling comment said, it's not a thing in my place. Thanks anyway, I'll check out the trial first.
-
comment
Comment #37049651
Do you have plan for offering regional pricing? After finding the pricing deep inside the knowledge base, I'm shocked at the monthly price which costs 20% of the minimum monthly pa…
-
comment
Comment #36876488
I believe you could do it by writing a config plugin[1] that will apply the desired config changes to the native project files. Expo will apply the config from plugins when they ar…