

That commenter was using an example of something very bad that could happen if the fork got handed off to someone else again but worse, not something that actually happened


That commenter was using an example of something very bad that could happen if the fork got handed off to someone else again but worse, not something that actually happened


That is it I think. I don’t consider internet/water/electricity subscriptions as much as utilities.
Can’t really afford anything else right now because my girlfriend as a cafe owner only brings in around 1200€/month or so working >60hr/week and we have a full renovation to pay for.
I want to dedicate like 10-20€/month to FOSS I use once the situation is better.


Oh yeah those E-inks have like a 10 second refresh timem they are meant for static art, images, signage, etc…
That is why for clocks and dashboards, I think RLCDs like the https://www.waveshare.com/esp32-s3-rlcd-4.2.htm which is an older tech, but nowadays much better reflection to be closer to e-paper, 60Hz and none of the epaper downsides, but much higher power use.
(They probably don’t exist)
The product companies may have European owners but I believe pretty much all if their electronics and plastics manufacturing will be in China. For those small motors probably also in China. Europe has mostly industrial motors and industrial/medical electronics fab/assembly and plastics (maybe some of the chips would be infineon/stm/NXP though).


For this application, I am hoping reflective LCDs make a comeback or transreflective LCDs. They are much better for typing than e-ink and still easy on the eyes.
Early apple devices were quite decent out in the sun with the glass screen and transreflective LCDs. I remember my old devices were quite usable even with the not great brightness if I angled it to reflect the sun nicely.
Waveshare just released a fully reflective monochrome small one with an integrated ESP32 so I am hoping that catches on in the hobbyist communities and people can start building tech decks with bigger screens that aren’t 800€ and a 1Hz refresh rate.
E-paper is amazing for static text, images (see pimorino screens with E-Ink 6color), labels, and status things, but fast typing and drawing makes them outrageously expensive for hobbyists and even very expensive at large scale like Boox and Remarkable.


How is this different than Nearby Glasses except the license is less copyleft?
We print with PC at work because we need the best resistance (inside a hot motor). It has significantly better heat resistance than ABS/ASA (113°C heat deflection or higher sometimes vs ASA 93°) and not crazy expensive.
It also doesn’t warp nearly as much as ABS just in a little tent or enclosure. Glue stick for release on a smooth bed.


Does Plex? Have they ever been security audited or are we just taking the word of closed source software because they make it easier? Like Microsoft who just got caught adding backdoors into billions of computers and (pick one) closed source software company who has had major security breaches in the last decade.
Also good to note: RiscV is not open hardware, it is an open architecture.
The CPU’s/MCUs made with RiscV are still 99% proprietary and they can put just aa many backdoors into the devices as they want with little no no oversight, arguably less because you have orders of magnitude less external bug and penatration testers.
Definitely in support of RISC-V because like AV1, open standards are the first big step, but it is good to note that “security” may or may not be better as well as the company behind it.


I completely overlooked the android app in the readme, thanks! I have a server set up so can I start local to try it out and migrate to a server later?
Also is there support for mealie through an authentication platform like authelia?
Any plans for releasing on F-droid?
Edit: Oof, you can’t search for foods when making a recipe or meal, hopefully that comes because otherwise it is a huge process to make any custom meal or recipe…


Damn, I was hoping that it would be an android app with Health Connect support 😅
Looks very nice though!


FUTO is a bit problematic
Rossman left FUTO (unclear if it was because of their practices) anyway. Best to contribute to projects directly.


Every discussion I have seen on the subject says that docker ipv6 is pretty busted from a security perspective and you have to implement a bunch of workarounds.
I don’t have to time both to migrate to podman (and maybe have to run dual stacks for what isn’t available) AND migrate to ipv6. But apparently the way podman does it is also kind of a hacky way (I am far from a networking expert) so I will sit with my pretty decent, secure, and working ipv4 lol


One thing that people often forget is TVs / stream boxes and Alexa/google assistants.
Smart TVs all have microphones that are recording (for “voice commands”) and the same with the remotes for stream devices (though probably not unless asked because of battery life), also google and Alexa’s are constantly always listening. They are simply spyware devices that parse everything you say and hand it to advertisers, insurance, governments, etc…
Phones also suffer from the battery life problem, so jury is still out on whether they listen to you because constantly recording audio would degrade battery life quite a bit (though maybe it is factored in). Phones absolutely do share location data and any phones discovered on the same WiFi network or in the same location if that data was available and from there will share entire search history of devices on the same network (well, that is on the data center end, phones likely just send what devices and for how long they were together). From there it is quite easy to advertised based on search history, unencrypted text data, etc…
For example in OP, OP had likely searched around about cars and checked out manufacturers websites and such before meeting with the parents (unless they were going in completely blind to dealerships), so it would have shared exactly the cars that they were looking at and linked it to the parents for advertising.
Still fucked, ethically wrong and legally grey, but “listening” is a bit of an inefficient way to do it, generally.


Can you provide one or elaborate on it?
Embedded developers have tried all manner or wizardry to simply track speed, not even position based just on an accelerometer/gyro, but the sample rate error drift is so large that putting a GPS module in there is 100x more accurate for deriving speed.
I would be interested to see how a browser, which almost certainly doesn’t get the full serialized data, is able to track just based on that which the wearables industry have been trying for decades with bad results.


And is promised to be open, but their hardware is still proprietary closed source just like bambu and they use a proprietary hotend and nozzle that you can’t replace 3rd party, so if anything breaks and they decide not to help you, good luck fixing it.
Almost exactly how bambu started. Seemed to get better once 3rd parties cloned their proprietary parts (not of their own doing), then nosedived.
Looks like an amazing printer at a great price, but so did Bambu in the beginning.


Been using it (not often beyond basics for home server container administration) for years but I always get confused with searching vs search and replace vs global search
/<search> (n for next instances)
:%s/<search>/<replace>
:g/<search>/p (grep was named after this one IIRC, Global Regular Expression Print)
And often I just use :%s to search and highlight all instances and don’t press enter because I forget the others and I often have to search and replace for docker comppse snippets.
Personally I have only a hundred notes or so and really only the basic plugins and it still takes up to 10 seconds to load and become usable on my phone.
It is definitely not fast loading up but it is very fast in most other use cases I have seen. At work I use it with getting more towards 1000 notes and it works fine there usually, though there is some windows+ electron weirdness