paequ2

joined 9 months ago
[–] paequ2@lemmy.today 5 points 19 hours ago

Check out the live instance at vert.sh

https://github.com/VERT-sh/VERT

Interesting! It can convert images, audio, docs, video. Normally I would just use CLIs for this type of thing, but actually I could see this being handy for non-techies in the household.

[–] paequ2@lemmy.today 2 points 21 hours ago

energy-efficient mainboard

How did you go about selecting one of these?

[–] paequ2@lemmy.today 1 points 1 day ago

Nice! Just what I was looking for! My old server would idle at 60W (with 4 HDD). My new server seems to be idling at around 45W. I haven't looked into any tweaks I could make yet. This will be a good starting point.

*where "idle" means it's running a bunch of Docker containers, but they're not being actively used.

[–] paequ2@lemmy.today 1 points 1 day ago

Ah sí. Claro perdón. 👍

[–] paequ2@lemmy.today 9 points 2 days ago (1 children)

Looks cool. Good job!

I know the MIT license tends to be the default... buuuuutttt..... there are other licenses too like AGPLv3 or others.

 

cross-posted from: https://lemmy.world/post/37632776

publicado de forma cruzada desde: https://lemmy.world/post/37610966

Hey everyone 👋 I’m Darío, a teacher and developer from Argentina 🇦🇷. Over the last few months I’ve been building MultiIdeasWeb — a free educational platform for learning and practising math and logic in Spanish.

It includes:

🧮 Printable math worksheets (addition, fractions, powers, etc.)

🧠 Logic games like Sudoku and KenKen

🎯 Online exercises that give instant feedback

🏆 XP and streak system to keep motivation high

Everything is built with PHP + Bootstrap + vanilla JS, fully responsive, lightweight and ad-supported to stay online for free.

I’d love to get your thoughts on:

The user experience (is the layout clear enough?)

Ideas to expand it globally (multilingual support)

Sustainability suggestions (currently using AdSense + donations)

👉 Visit: https://www.multiideasweb.com/

Any feedback or ideas are super welcome 🙌 #education #opensource #edtech #math #logic #bootstrap #selfpromotion

[–] paequ2@lemmy.today 2 points 3 days ago

I just bought some recertified Western Digital drives on eBay. First time.

3 out of 4 of the drives weren't detected by the OS.... I'm in the middle of RMA right now. They received my broken drives last week, but I haven't heard anything back yet...

[–] paequ2@lemmy.today 3 points 3 days ago

Oye, esa oración no tiene sen—ooooooh. 🙈

[–] paequ2@lemmy.today 51 points 3 days ago (1 children)

Today my wife realized that all this random computer shit I do is actually kinda useful. 😆

 

cross-posted from: https://awful.systems/post/6008914

A while back I played a round with the HASS Voice Assistant, and pretty easily got to a point where STT and TTS were working really well on my local installation. Also got the hardware to build wyoming satellites with wakeword recognition.

However, what kept me from going through the effort of setting everything up properly (and finally getting fucking Alexa out of my house) was the "all or nothing" approach HASS seemingly has to intent recognition. You either:

  • use the build in Assistant conversation agent, which is a pain in the ass because it matches what your STT recognized 1:1, letter by letter, so it's almost impossible to actually get it to do something unless you spoke perfectly (and forget, for example, about putting something on your ToDo list; Todo, todo, To-Do,... are all not recognized, and have fun getting your STT to reliably generate the ToDo spelling!), or
  • you slap a full-blown LLM behind it, either forcing you to again rely on a shitty company, or host the LLM locally; but even in the latter case and on decent (not H100, of course, but with a GPU at least) hardware, the results were slow and shit, and due to context size limitations, you can just forget about exposing all your entities to the LLM Agent.
  • You also have the option of combining the two approaches; match exactly first, if no intent recognized, forward to LLM; but in practice, that just means that sometimes, you get what you wanted ("all lights off" with a 70% success rate, I'd say), and still a lot of the time you have to wait for ages for a response that may be correct, but often isn't from the LLM.

What I'd like is a third option, doing fuzzy matching on what the STT generated. Indeed, there seems to have been multiple options for that through rhasspy, but that project appears to be dead? The HASS integration has not been updated in over 4 years, and the rhasspy repos are archived as of earlier this month.

Besides, it was not entirely clear to me if you could just use the intent recognition part of the project, forgoing the rest in favor of what HASS already brings to the table.

At this point, I am willing to implement a custom conversation agent, but wanted to make sure first that I haven't simply missed an obvious setting/addon/... for HASS.

My questions are:

  • are you using the HASS Voice Assistant without an LLM?
  • if so, how do you get your intents to be recognized reliably?
  • do you know of any setting/project/addon helping with that?

Cheers! Have a good start into the working week...!

[–] paequ2@lemmy.today 2 points 4 days ago

I built a virtual thermostat in home assistant and tied it to a Shelly e-paper temperature sensor.

This is interesting... I hadn't even considered that possibility...

[–] paequ2@lemmy.today 38 points 4 days ago (5 children)

In Spanish you can see EEUU for «Estados Unidos». The letters are doubled because they're plural.

 

What are people on Lemmy using for their home thermostats?

I'm in the US with a packaged HVAC system (cool+heat) and was looking to buy a new thermostat, but I wanted to make sure it's highly compatible with Home Assistant.

Ideally, I'm looking for something that speaks Matter over WiFi or Thread. I would like to mainly control it via HA. Everyone in my household are Android users (not totally sure if that's important?). Also, it would be nice if I didn't have to connect it to the cloud.

I was considering the Meross Smart Wi-Fi Thermostat, which seems to check all of the boxes. I was wondering if anyone here uses this thermostat.

Another one that seemed interesting was the Siterwell Smart Thermostat GS368M, although this was just announced very recently and who knows when/if it'll go on sale.

[–] paequ2@lemmy.today 6 points 5 days ago

TIL

Ensure the Home Assistant app has the Alarm Sensor enabled. (Settings > Manager Sensors)

Cool!

17
USA's Dumbest Crop (m.youtube.com)
submitted 1 week ago* (last edited 1 week ago) by paequ2@lemmy.today to c/videos@lemmy.world
84
submitted 2 weeks ago* (last edited 2 weeks ago) by paequ2@lemmy.today to c/selfhosted@lemmy.world
 

Has anyone built out a self-hosted home alarm system? Something like ADT, but entirely self-hosted?

I'm wondering if this is possible with some combination of Frigate, Home Assistant, and something called Alarmo?

Or can a simple alarm system be created with just Frigate? I was thinking something simple like putting a camera inside my house when I leave. Then if any motion is detected inside of the house, activate a siren to scare potential burglars.

 

How do y'all manage all these Docker compose apps?

First I installed Jellyfin natively on Debian, which was nice because everything just worked with the normal package manager and systemd.

Then, Navidrome wasn't in the repos, but it's a simple Go binary and provides a systemd unit file, so that was not so bad just downloading a new binary every now and then.

Then... Immich came... and forced me to use Docker compose... :|

Now I'm looking at Frigate... and it also requires Docker compose... :|

Looking through the docs, looks like Jellyfin, Navidrome, Immich, and Frigate all require/support Docker compose...

At this point, I'm wondering if I should switch everything to Docker compose so I can keep everything straight.

But, how do folks manage this mess? Is there an analogue to apt update, apt upgrade, systemctl restart, journalctl for all these Docker compose apps? Or do I have to individually manage each app? I guess I could write a bash script... but... is this what other people do?

 

Previously asked 2 years ago.

What are folks using these days? Reolink seemed to be a popular choice 2 years ago. I'll start looking here.

I've been using Eufy (yeah, I know). Apparently, Eufy has a way to transfer clips to a NAS via RTSP. However, I've been seeing users complain that the transferred clips end up with degraded quality. Not great. De-great-ed.

My home server has plenty of space on it, so it would be cool if I could save clips (or all the video footage?) directly to my ZFS pool.

What do folks' security camera setup look like?

 

I find myself downloading a lot of movies that are dubbed in latino Spanish. I've checked fmhy torrents, but unfortunately, there just isn't a lot of latino Spanish content available on torrents.

(Yes, there is a lot of Spanish Spanish content... but... meehhh...)

However, I have had better luck with fmhy streaming. It's not the best quality, 720p or 1080p if I'm lucky. But it's better than nothing.

I was recently wondering, how does dubbing actually work? Is there a video difference between English and Spanish movies? Or is there just literally an audio track being swapped out?

Could I take an audio track from a 720p stream and add it to a 4K torrented movie file and expect the audio and video to line up?

 

So I started the Google Takeout process because I want to move my photos from Google Photos to Immich.

Google emailed me saying the archives are ready... uh... I have to download 81 zip files, each 2GB big... 😬

Is there an easy way to download all of these files? Or do I have to click "download" 81 times and hope the downloads don't get interrupted?

90
ai dev vs chad dev (files.catbox.moe)
submitted 1 month ago* (last edited 1 month ago) by paequ2@lemmy.today to c/memes@lemmy.world
view more: next ›