I’m using off-the shelf CT-clamps with an ESP. Obviously it’s a fair amount more work, but it’s cheaper than a commercial solution, fully offline and no subscriptions, you know exactly what you are getting, and you can build a solution that is just the right size for your application, and infinitely modifiable if your needs change.
- 0 Posts
- 60 Comments
SkyNTP@lemmy.mlto Selfhosted@lemmy.world•MAZANOKE v1.1.0: Self-hosted local image optimizer in your browser — now supports HEIC, clipboard paste, and moreEnglish1·3 months agoSurely the SVGO package can be compiled into a browser bundle.
I might look into this myself…
SkyNTP@lemmy.mlto Selfhosted@lemmy.world•MAZANOKE v1.1.0: Self-hosted local image optimizer in your browser — now supports HEIC, clipboard paste, and moreEnglish1·3 months agoDoes this support SVG, i.e. SVGOMG/SVGO? If not, that’s a glaring omission.
Tried a couple matter devices. Ended up having to create an account with the manufacturer. Was there truly a local option? Who knows. So far I haven’t been impressed.
SkyNTP@lemmy.mlto Selfhosted@lemmy.world•PSA: LetsEncrypt ending expiration notification emailsEnglish121·5 months agoI think it’s a good idea, everyone should be automating this anyway.
This is still not possible in all scenarios. For example, wildcard certificates for DNS providers with no API support.
My experience with TP-link matter devices is you need a TP-Link account authentication. Excuse me? Fuck off TP link. I only want local-first devices.
SkyNTP@lemmy.mlto Selfhosted@lemmy.world•Is Reddit going to remain the primary space for this community?English39·8 months agoI spent an unhealthy amount of time on Reddit. Getting bored of Lemmy is a feature, not a bug. Embrace it.
SkyNTP@lemmy.mlto homeassistant@lemmy.world•Why is Home Assistant an operating system and not an application installable through distro packages?English101·10 months agoBefore I understood Docker, I used to have HA installed directly on bare metal side by side with other “desktop” apps.
To be able to access devices, HA needs many different OS-level configurations (users, startup, binding serial ports, and much more I don’t have a clue about). It was a giant mess. The bare OS configuration was polluted with HA configurations. Worse, on updating HA, not only did these configurations change, the installation of HA changed enough that every update would break HA and even the bare OS would break in some ways because of configuration conflicts.
Could this be managed properly through long term migration? Yeah, probably, but this is probably a ton of work, for which a purpose-built solution already exists: Docker. Between that and the extra layer of security afforded by dedicating an OS to HA (bare metal or virtualized), discouraging the installation of HA in a non-dedicated environment was a no brainer.
SkyNTP@lemmy.mlto Programming@programming.dev•Oracle urged again to surrender JavaScript trademark232·10 months agoIf it’s such a problem, maybe we just collectively move on to ES or TypeScript nomenclature?
This is what happens when stack overflow is used for training.
The thing holding me back is multi monitor support. It’s just atrocious on Linux (and has been for a long time). I have issues with:
- can’t duplicate screens (“not supported” huh?),
- random screen not detected,
- broken layout when screen changed,
- flickering and constant layout changes
Not sure if anyone has tips? NVIDIA and Intel displays, scarred to even try VR.
SkyNTP@lemmy.mlto Linux@programming.dev•CrowdStrike broke Debian and Rocky Linux months ago, but no one noticed933·1 year agoThe software is not the problem. Software breaks all the time. The problem is monocultures and centralization. Building entire industry ecosystems all around a single point of failure. This is the just-in-time manufacturing supply chain disruptions and fragility all over again.
Who knew, a diverse ecosystem was a strength, not a weakness.
Not too surprising if the people making malware, and the people making the security software are basically the same people, just with slightly different business models.
SkyNTP@lemmy.mlto Programming@programming.dev•Why Facebook does not use Git – and why most other devs do • DEVCLASS14·1 year agoI suspect rebasing makes sequential commit IDs not really work in practice.
SkyNTP@lemmy.mlto Programmer Humor@lemmy.ml•Microsoft to Copyright Pi, Found to Contain Entire Arial Font501·1 year agoI think this is satire. Poe’s law is stronger than ever
SkyNTP@lemmy.mlto Selfhosted@lemmy.world•Anyone else get an email from Portainer?English341·1 year agoTerminals are powerful and flexible, but still slower than a dedicated UI to see states at a glance, issue routine commands, or do text editing.
Terminal absolutists are as insufferable as GUI purists. There is a place and time for both.
Can’t tell if you are joking. I know a lot of junior developers who think this is a legitimate solution.
Asking your employer for more compensation because you are exerting more effort due to inexperience isn’t so different than a AAA studio charging high fees for a crappy product because of corporate bullshit and inefficiency.
In fact, these two things tend to be two sides of the same coin.
I do OOP because it naturally encourages me to do this sort of thing: abstract complicated logic into inspectable, reusable, testable properties of an object.
Python is just distancing itself from JS.