JustEnoughDucks

joined 2 years ago
[–] JustEnoughDucks@feddit.nl 14 points 4 days ago (1 children)

The few things I don't like about flatpaks (which become a problem on atomic distros that use almost all flatpak by design):

  • Some types of embedded development is essentially impossible with flatpaks. Try getting the J-link software connected with nrftools and then everything linked to VScodium/codeoss

  • Digital signing simply doesn't work, won't work for the foreseeable future, and is not planned to get working,

  • Flatpaks sometimes have bugs for no reasons when their package-manager counterparts don't (e.g. in KiCAD 8.0, the upper 20% or so of dialog boxes were unclickable with the mouse, but I could select and modify them with the keyboard, only the flatpak version)

  • The status on whether it is still being actively developed or not (at least I hear a fair amount of drama surrounding it)

But besides those small things, it seem great to me.

[–] JustEnoughDucks@feddit.nl 1 points 6 days ago* (last edited 6 days ago)

Some drives are worse than others and higher capacities get worse and worse, in my experience, Seagate drives are extremely loud.

If you get helium drives (like wd red plus > 8TB i think),or 2nd hand hgst/ WD enterprise drives) they are significantly quieter.

But, having an ssd is cheaper probably. I have an SSD for the boot drive and all databases, configuration folders, etc... In docker so general IO is fast, then media, documents, pictures, etc... On the big HDDs.

[–] JustEnoughDucks@feddit.nl 20 points 1 week ago (4 children)

I'm sorry. There are people who go to an adult hardcore porn site and then type in "Suitable for work"??? Like do you think the site wouldn't get flagged at your work?

[–] JustEnoughDucks@feddit.nl 2 points 1 week ago* (last edited 1 week ago)

KNX.

Everything is decentrally programmed, and you can do extra automations and stuff from home assistant, but KNX devices are wired (generally) and will always Just Work™. More expensive that the cheaper retrofit options, but if you factor in manual overrides or getting the "better" wireless smart devices it is comparable. They generally also have a manual override at the panel. For core functions like lights, HVAC, roll shutters or blinds, etc... That is honestly the best option (unless you want every light to be an RGB light for some reason, then you still need smart bulbs)

[–] JustEnoughDucks@feddit.nl 1 points 2 weeks ago* (last edited 2 weeks ago)

You can also look at the MKBHD 2024 smartphone camera comparison test with the FP5. I would suggest taking the test yourself if that is still possible.

I would guess that the camera will be comparable. (Everything below if FP5 assuming about the same performance with the FP6)

For me, daylight pics were after all of the pixels but before anything else. I like the more neutral not supremely over-saturated over-sharpened/smoothed pictures that many phones take nowadays.

For me, it was middle of the pack for dimly lit photos.

For the overall ELO with everyone, FP5 was on the mid-lower end (of a comparison of all flagships + pixel A series), but perfectly usable for people who aren't doing social media as a job.

[–] JustEnoughDucks@feddit.nl 1 points 3 weeks ago

This is similar to what I do.

I have a USB drive with the whole bootloader + decryption keyfiles on it. I remove it while it is running as everything is stored in RAM and already booted.

Downside being it has to be plugged in to update the boot partition during an upgrade.

[–] JustEnoughDucks@feddit.nl 8 points 3 weeks ago (4 children)

And you are often paying 140-200 for a pi nowadays to make it have the same usability as a laptop (pi, power supply, sata hat, data drive because SD cards simply fail after a while under server IO) while you can get cheap used laptops for 0-100.

So unless you are running it for more than half a decade (which rarely happens with selfhosters for a main server), you are probably spending more in total on the pi.

[–] JustEnoughDucks@feddit.nl 4 points 1 month ago

Yep, you can get an m.2 NVMe to USB3 converter very cheap and stick any m.2 nvme drive in it. (Also sata versions exist for m.2 sata)

Much safer solution for your data.

[–] JustEnoughDucks@feddit.nl 1 points 1 month ago* (last edited 1 month ago)

I had the same thing on Bazzite just with the local network, not a VPN.

I believe it has to do with the firewall. You have to open the port both incoming and outgoing for 53317.

But you literally have to be on the same network, so for example if both devices are on the same local network (hence local in the name) and your phone is on a VPN but your computer is not on a VPN, then it won't work.

It should work if you VPN into your local network remotely so that both devices are on the same LAN, however, then that won't work anyway because you have to have physical access to the device to accept the transfer (you could probably use a remote desktop to do that, but then it is getting complicated)

[–] JustEnoughDucks@feddit.nl 34 points 1 month ago* (last edited 1 month ago) (2 children)

LocalSend.

No more USBs ever (outside of install media). So so simple, fast, and works on all devices and FOSS.

It is really the best UX of any file sharing app I have experienced (outside of airdrop I guess, but obvious problems there)

Okular is also a favorite of mine.

[–] JustEnoughDucks@feddit.nl 2 points 1 month ago* (last edited 1 month ago)

There is also leantime.io that I have been hosting for 5 years or so. It is a bit more than planka or tarallo as far as scope I think, but it has integrated kanban, gannt charts, and hour logging which is all I need for my personal projects.

 

Hey everyone,

I am completely stripping my house and am currently thinking about how to set up the home network.

This is my usecase:

  • home server that can access the internet + homeassistant that can access IoT devices

  • KNX that I want to have access to home assistant and vice versa

  • IoT devices over WiFi (maybe thread in the future) that are the vast majority homemade via ESPHome. I want them to be able to access the server and the other way around. (Sending data updates and in the future, sending voice commands)

  • 3 PoE cameras through a PoE 4 port switch

  • a Chromecast & nintendo switch that need internet access

Every router worth anything already has a guest network, so I don't see much value in separating out a VLAN in a home use case.

My IoT devices work locally, not through the cloud. I want them to work functionally flawless with Home assistant, especially anything on battery so it doesn't kill its battery retrying until home assistant polls.

The PoE cameras can easily have their internet access blocked on most routers via parental controls or similar and I want them to be able to send data to the on-server NVR

I already have PiHole blocking most phone homes from the chromecast or guest devices.

So far it seems like a VLAN is not too useful for me because I would want bidirectional access to the server which in turn should have access from the LAN and WiFi. And vice versa.

Maybe I am not thinking of the access control capability of VLANs correctly (I am thinking in terms of port based iptables: port X has only incoming+established and no outgoing for example).

I figure if my network is already penetrated, it would most likely be via the WiFi or internet so the attack vector seems to not protect from much in my specific use case.

Am I completely wrong on this?

 

I got immich with SSO up and running. It runs like a dream compared to Photoprism and is simple enough for me, but also has necessary features like user accounts.

There is one thing I couldn't find in the docs:

I already have a library of 5000 photos and 150 videos on my server that sync to my phone with Syncthing to 4 different directories (one for each phone I took the photos on) in Immich. Right now I have that directory as an external library, but I don't think this is the "right way."

My goal:

  • No duplicates between phone app and desktop app
  • Don't have to re-upload every image from my phone as my network is 100/30 mbps
  • Am able to manage my photos from the Immich app and web app (deleting photos that will propagate between devices)

Can I just map the "Upload" folder to that syncthing photo base folder and get parity between my phone and my server? Or do I have to re-upload everything from my phone? Or am I waiting for a feature that doesn't quite exist yet? I noticed some feature discussions about photo hashing and de-duplication.

I tried asking in a discussion on the repo, but nobody answers those much.

 

Hey lemmings,

I have a headless server that works beautifully. B450 with 2700X and 32GB of micron 3200MHz RAM.

I am currently running Debian 12 Bookworm on it. I am at kernel 6.1, but in preparation for 6.2 or 6.3 being backlogged, I want to buy an Arc A380 for transcoding since they are only 150€ here. Software was fine for a single video stream, but I bought a new house and will have 4 camera streams running. Plus I want to dabble in AV1 transcoding for media or storage of my camera streams

Currently there is neither X nor Wayland installed since it is exclusively with SSH that I do all of my work on it. After I install the GPU, I was wondering if it is possible to not even install X or Wayland since I will literally never use a display on it?

Would I still be able to do Jellyfin and Frigate transcoding without an X server? If I have to get one, does it matter if I choose X or Wayland for hardware transcoding?

Thanks!

view more: next ›