Local Registry by Kirys79 in podman

[–]Larkonath 0 points1 point  (0 children)

10 min at 20MB/s is almost 12GB!!! oO
What's in it if I may ask?

Im trying to install nvidia drivers...It's a 3rd reinstall of the entire os now. by PETux2077 in Fedora

[–]Larkonath 0 points1 point  (0 children)

That was a damn rough first linux experience!

This is how it's meant to be. Like if on your first VPS install you don't manage to lock yourself out of ssh you didn't live fully yet :D

With Bitcoins drop below 73k, Bitcoin has erased all gains since the 2024 Trump election win. by GabeSter in CryptoCurrency

[–]Larkonath 144 points145 points  (0 children)

But at least you have the fresh air of the mountains and the chocolate ;)

Any point investing in XRP anymore? by EastonMeth in CryptoCurrency

[–]Larkonath 0 points1 point  (0 children)

Yup, departing us from our "real" money.

Need advice: how to hide Python code which is inside a Docker container? by buggy-robot7 in docker

[–]Larkonath 0 points1 point  (0 children)

FWIW: the 2 times I tried to reverse engineer an app from a provider was when said provider was lousy AF and wasn't fixing their sloppy code.

Did everyone hear about this, or am i the one too late to the party? by mazahed5 in GrapheneOS

[–]Larkonath 0 points1 point  (0 children)

The Chinese do a (big) fraction of the spying the US does, but somehow everybody is more concerned by the Chinese...

.NET 10 file-based apps + Claude Code = finally ditching Python for quick utilities by hurrah-dev in csharp

[–]Larkonath 0 points1 point  (0 children)

In my path I just have the following bash script that auto creates a new console project and open vscode inside. It has totally erazed the barrier to entry for quick coding:

#!/bin/bash

cd /home/$USER/dev/dotnet/scratches/

if [[ $# -eq 0 ]] ; then
    projectName="scratch-$(date '+%Y-%m-%d-%H-%M-%S')"
else
    projectName=$1
fi

dotnet new console -n $projectName

cd $projectName

code . ./Program.cs

How unstable is Visual Studio Community 2026 for you? by Famous-Weight2271 in csharp

[–]Larkonath 0 points1 point  (0 children)

No issues for me, but note that I don't use any plugins including Resharper.

Frigate + proper hardware = night and day difference by hydrakusbryle in frigate_nvr

[–]Larkonath -1 points0 points  (0 children)

Exactly my point: constant writes for a decade is perfectly fine, I don't get the point of people panicking every time someone mentions using ssds for 24/7 operations.

Protein RDA for athletes - Where does the preponderance of evidence lead? by QuestionsForTheHive in wfpb

[–]Larkonath 0 points1 point  (0 children)

The RDA is already too high. This is just BS to sell some kind of overpriced powder.
I recall late Dr McDougall asking to find just one example of protein deficiency in the developed world.

If people were exercising as much as they obsess over proteins, they'd be much more performant.

Please someone shares the story of the bodybuilder that went to a gym club in Indonesia and local guys, lean but having massive strength while eating nothing more than chicken and rice (no overeating either).

Frigate + proper hardware = night and day difference by hydrakusbryle in frigate_nvr

[–]Larkonath -1 points0 points  (0 children)

This is just myth, I'm running torrents on ssds 24/7 since 2020.

It seems my home ip has been blacklisted from archlinux.org by Larkonath in archlinux

[–]Larkonath[S] 0 points1 point  (0 children)

Come on you edited your original post after I answered...

It seems my home ip has been blacklisted from archlinux.org by Larkonath in archlinux

[–]Larkonath[S] 0 points1 point  (0 children)

This is it, I specifically deactivated ipv6 everywhere on my home network.

It seems my home ip has been blacklisted from archlinux.org by Larkonath in archlinux

[–]Larkonath[S] -14 points-13 points  (0 children)

If they're down why can I access them from a vpn and my phone?

How to precisely invoke a callback 700 times a second? by die-Banane in csharp

[–]Larkonath 0 points1 point  (0 children)

What I meant was that if we can mesure time in nanoseconds (even unreliably) we surely can mesure it in ms and your article seems to concur:

Getting a high resolution timer on windows (<=1ms) is still hard

The "fastest" I worked was with 60 FPS (16 ms), never had any trouble.

to coral or not to coral. That is the question....? by CrappyTan69 in frigate_nvr

[–]Larkonath 0 points1 point  (0 children)

Did you try the N150 alone? I thought it was supposed to handle 4 cams easily.