N0x0n
@N0x0n@lemmy.ml
- Comment on retiring the pigeon homelab 2 days ago:
Them probably uses a special plugin device in the outlet.
I have this bash script you can use and have a general overview but I’m not totally sure if I fully understand it and if it’s the whole system’s wattage or only the CPU 🤷♂️
#! bash time=5 sum_1=$(cat /sys/class/powercap/*/energy_uj | awk 'BEGIN { sum = 0; } { sum += $1; } END { print sum; }' "$@"); echo "before" $sum_1 sleep $time; sum_2=$(cat /sys/class/powercap/*/energy_uj | awk 'BEGIN { sum = 0; } { sum += $1; } END { print sum; }' "$@"); echo "after" $sum_2 sum_1f=$(printf "%.0f" $sum_1) sum_2f=$(printf "%.0f" $sum_2) final_sum=$(echo "(($sum_2f - $sum_1f) / 1000000) / $time" | bc -l) #echo $final_sum | bc -l | xargs printf "%.2f\n" formated=$(echo $final_sum | bc -l | xargs printf "%.2f\n") echo $formated "w"
- Comment on mkdocs for recipe catalogue 1 week ago:
Haha ! Good to keep your brain cells functioning 👍
- Comment on mkdocs for recipe catalogue 1 week ago:
Wow ! I will still try mealie /Tandoor for family purpose and ease of use. If it doesn’t work as expected, I will totally try this out !!
One question if you don’t mind,
servings Indicates how many people the recipe is for. Used for scaling quantities. Leading number is used for scaling, anything else is ignored but shown as units.
Does this function work well? I didn’t saw any examples so maybe you could tell me :)
Thanks !
- Comment on How to selfhost with a VPN 2 weeks ago:
Fair point ! Yeah sure if you host a blog online it doesn’t make sense… But if you only self-host your services for family and some friends and access them over VPN, a local CA is actually a privacy respecting choice.
Hosting something on the web (specially self-hosted) without the propre software and hardware is a bad idea in the first place anyway !
- Comment on How to selfhost with a VPN 2 weeks ago:
I also believe it’s possible to set up HTTPS encryption without a domain name, but it might result in that “we can’t verify the authenticity of this website” warning in web browsers due to using a self-signed certificate.
Just create your own rootCA and IntermediateCA and sign your certificate with those, put the CA in your trust store of your system and get rid of this self-signed warning on every device and happily access all your service via: *.home.lab or whater ever local domain pleases you.
- Comment on How to selfhost with a VPN 2 weeks ago:
In addition to that, without a secure connection you’re stuck with HTTP/1.1
That’s not entirely true. A lot of requests, even with https, are send over HTTP/1.1. And this is kinda mind blowing that in 2025 we still rely on something so old and insecure…
Same goes with SMS and the old SS7 protocol from 1970… 2FA SMS is probably the most insecure way to get access to your bank account or what ever service promotes 2FA sms login.
- Comment on What do you use for music library streaming? 3 weeks ago:
What application do you use on your phone to mount samba shares (Android)? I know Amaze can mount those but they are not easily accessible by other applications.
- Comment on What do you use for music library streaming? 3 weeks ago:
Not sure this is what you are looking for but navidrome has smart playlists, which is a small configuration file you can add to your navidrome and will automagically create a playlist in your navidrome based on your config.
- Comment on Best Practice Ideas 3 weeks ago:
Was going to say the same ! Such a cutsy nice little mini-rack/server setup !
Still fighting my spaghetti setup with cables sprouting everywhere.
- Comment on Jellyswarrm - reverse proxy all your Jellyfin servers from a single interface, presenting as a standard Jellyfin server, clients should work out of the box. 3 weeks ago:
You can already do that (somehow) with tags and libraries. There’s a plugin for that.
But yeah this looks less complicated to setup and maintain !
- Comment on Do I need the ISPs home router? 3 weeks ago:
Actually, there are ways for home customers to replace their XGS-PON to use your own hardware (Orange, Free, SFR…) And some other cool stuff and very helpful info at lafibre.info forum !
- Comment on What game sequel ruined a beloved franchise or character for you? 1 month ago:
I know the atmospheric design is doom like (aliens, weapons, paltforms…etc.) but gameplay mechanics were totally inovative and original (wall walking, portals, spirit walk) and chracter focus was also cool (native american).
I’m not saying Prey 2016 is a Bad game, I just found it sad that they totally changed the franchise spirit 😄
- Comment on What game sequel ruined a beloved franchise or character for you? 1 month ago:
Probably unpopular opinion but Prey is clearly on that list ! Not because the new game was bad, but they just took everything that was interesting and original in the first game, throw it away and just made it another doom-like game :/…
The original Prey wasn’t a GOTY or whatever, it just felt different and something new and original… Something I liked and they just made a total reboot with nothing in common on what made prey original/interesting !
- Comment on twitter 1 month ago:
You forgot the repeatedly, overused and brain wrecking sound FX ! Horrible… How can an human support those uncanny sound effects again and again… And again !!!
Yes those are not new and were already present in movies YEARS ago ! But the same sound effect every second on every tiktok? Ugh… Horrible.
- Comment on Can no longer access my old instance (lemmings.world) because I'm from the UK. I made several communities there. Is there any way I can mod them again or do I move them to this instance? 1 month ago:
To give you a concrete exemple, while it isn’t directly relates to EU laws, France enforced age verification for pornsite to protect the children !
So it seems to me they are slowly, bit by bit, enforcing those stupid laws not EU wise, but country by country ^^!
- Comment on Can no longer access my old instance (lemmings.world) because I'm from the UK. I made several communities there. Is there any way I can mod them again or do I move them to this instance? 1 month ago:
I think they are talking about age verification for something like porn ^^'!
For the chatcontrol thing, it’s only a matter of when and not if.
- Comment on romm v4.0.0 (self-hosted ROM manager/player) has been released 1 month ago:
Looks cool, bookmarket for later use !
However, the GUI looks very Discordish and is probably inspired by it. I hope it only stays at that and won’t put some shady privacy nightmare code into it !
- Comment on Anubis is awesome! Stopping (AI)crawlbots 2 months ago:
Wow, what a combo ! I guess this would reduce the tarpit’s overall power consumption?
I haven’t looked at your link yet and maybe it already contains my answer, but I wish to customize for how long they are traped into the tarpit before fail2ban kicks in so I can still poison teir AI while saving alot of ressources !!
- Comment on Outgrown my Synology NAS, time for a proper dedicated machine 2 months ago:
Thanks for sharing your experience ! I was kinda interested for my new N300 if I should install promox+LXC-docker or promox+VM-docker !
Hearing you had a lot of issues and caveats makes my choice easier wihout even giving it a try ! So thanks !
- Comment on Growing in a mango tree (more pics inside) 2 months ago:
Haha nice pictures ! High on mushrooms xD ! Never though they would eat something like a mushroom haha !
- Comment on how are my fellow peeps hosting your music collection these days? 2 months ago:
Just use AuroraStore to avoid google play account. You can even pay the Symfonium creator through a hacky workarround and get your full access without Google Play.
That’s an official way you can read it on Symfoniums forum somwhere !
- Comment on Plex has paywalled my server! 2 months ago:
Yeaaah ! Most people anyway have some kind of VPN installed on their device… Just slap in a wireguard VPN config to tunnel your traffic home… bOOm jellyfin everywhere and 99% secure !
- Comment on Docker is not available in RHEL10 2 months ago:
Doesn’t that break the whole purpose of podman (rootless containers)?
- Comment on Project resource management? Gantt charts, timelines, etc 3 months ago:
Vikunja os very good IMO ! Not sure it’s ready for small business/shop, but it does work well for a personal project management !
Givr it a try :)
- Comment on Best Free Mobile App for Streaming Self-Hosted Music? 3 months ago:
Oh yeah sorry about that here’s the GitHub repo: Tempo !
- Comment on Best Free Mobile App for Streaming Self-Hosted Music? 3 months ago:
Navidrome + Tempo is probably the best experience I ever had on mobile !
Tho Tempo hasn’t been updated for a few months now and hope the creator is doing okay?
Tried a few other alternatives but Tempo came out the best IMO !
- Comment on I 3d printed a custom sized keyboard using open source software and hardware designs. 3 months ago:
🤣 !
- Comment on I 3d printed a custom sized keyboard using open source software and hardware designs. 3 months ago:
On another note cause there are already a lot a good responses here and there :p.
How are your beavers doing? 😀
- Comment on Searchable db/Knowledge Management Software 3 months ago:
LoqSeq looks nice, but I do hate the part that everything is a bulletpoint :/ And that’s their core feature !
That’s not futur proof IMO. If logSeq disappeared, your notes become useless :/. Or maybe I did misunderstood something on how it works?
- Comment on Good experience with neko remote browser 3 months ago:
That’s not an arsehole… It’s part of the fediverse cluster !!! (The asterism ⁂).