SuperiorOne

joined 2 years ago
[โ€“] SuperiorOne@lemmy.ml 2 points 1 day ago

I don't think its rpi or network switch, unless you've overclocked rpi with liquid nitrogen ๐Ÿ˜…. So, I assume its TrueNas device.

If it were a significant power difference, say 20-30 watts, you could easily find the process using htop/iotop. However, 6 watt difference is a relatively small value for a device with ~25 watts of idle power . It might be a process using just 1% system resources. That's why I would look for systemd timers, cronjobs etc. to find scheduled tasks on specific times. Another possibility is automated S.M.A.R.T. self-tests. Those tests don't show up in htop or iotop.

[โ€“] SuperiorOne@lemmy.ml 5 points 1 day ago (2 children)

LinkedIn.

Imagine Twitter and Facebook teaming up for a Dragon Ball style fusion, turning into this cringe fake business guru with a Ghibli style profile picture, spitting out AI generated posts and running impression based non-sense polls.

[โ€“] SuperiorOne@lemmy.ml 4 points 1 day ago (2 children)

UPS devices normally uses wall (input) power, and switches to battery when input voltage is out of the target thresholds. So, input.load should represent the percentage of current wall power (in VA) relative to UPS's max rated input power (VA). If your devices uses more power, input power from wall should increase as well.

If it's peaking in certain times, it could be due some scheduled job temporarily increase CPU frequency, or automated tasks like file system snapshot might power-up/spin drives longer than regular usage.

[โ€“] SuperiorOne@lemmy.ml 1 points 4 months ago
  • 2x18k - mirrored ZFS pool.
  • 1x47k - 2.5" drive from an old laptop used for torrents, temp data, non-critical pod volumes, application logs etc.
  • 1x32k - automated backups from ZFS pool. It's kinda partial mirror of the main pool.
  • 1x18k - (NVME) OS drive, cache volumes for pods.

Instead of single pool, I simply split my drives into tiers: cache, storage, and trash due to limited drive counts. Most R/W goes to the cheap trash and cache disks instead of relatively new and expensive NAS drives.

[โ€“] SuperiorOne@lemmy.ml 1 points 5 months ago (1 children)

I think it's not PIxel only issue. Some Samsung S series devices also suffer from the same screen green tint issue.

[โ€“] SuperiorOne@lemmy.ml 6 points 7 months ago
[โ€“] SuperiorOne@lemmy.ml 2 points 7 months ago

I'm currently using InfluxDB + Telegraf + Grafana combination to monitor Linux systems and k3s pods. It's basically same as Prometheus, but InfluxDB uses push model, which makes it easier to develop tools for collecting custom time series data.

For alerts and dashboards, I think Grafana is the simplest and most hassle free solution available at the moment.

[โ€“] SuperiorOne@lemmy.ml 8 points 7 months ago (1 children)

I have a APC Back-UPS 1600VA. It powers two desktop PC/Server, a monitor, and router. So far, it gets the job done.

The biggest downside is; battery is not user replaceable, at least it's not straight forward like the other models. If possible, prefer a UPS with the easy battery replacement option.

[โ€“] SuperiorOne@lemmy.ml 13 points 7 months ago (1 children)

Road to success (2024 AI Hype Edition):

  1. Clone VSCode.
  2. Rename it as LSCode, squash all history, and create some random commits with --author="Linus Torvalds <torvalds@linux-foundation.org>".
  3. Add a character AI that calls your code garbage.
  4. Profit.
[โ€“] SuperiorOne@lemmy.ml 35 points 8 months ago

'Soon' is a questionable claim from a CEO who sells AI services and GPU instances. A single faulty update caused worldwide down time recently. Now, imagine all infrastructure is written with today's LLMs - which are sometimes hallucinate so bad, they claim 'C' in CRC-32C stands for 'Cool'.

I wish we could also add a "Do not hallucinate" prompt to some CEOs.

[โ€“] SuperiorOne@lemmy.ml 5 points 9 months ago

If that happens, I'll create a preemptive PR on KilledByGoogle.

[โ€“] SuperiorOne@lemmy.ml 12 points 9 months ago (2 children)

DuckDuckGo also uses Bing under the hood.

 

I want to share a self-hosted tool I developed. It's a NUT monitoring tool similar to webNUT but it has some additional features like:

  • UPS command support to remotely tell your UPS beeper to shut up.
  • Supports some uncommon and old devices like ARMv6, ARMv7 and RISC-V64.
  • It's actually light-weight, ~7MiB image size and very low memory footprint.

If anyone looking a tool like this, repo is available at https://github.com/SuperioOne/nut_webgui

view more: next โ€บ