

$200/card? What are those, legitimate western numbers?/s You can find “2TB” SD cards on AliExpress/etc for $3. Increasing the capacity to 1PT shouldn’t be much more than a minor change in the firmware.


$200/card? What are those, legitimate western numbers?/s You can find “2TB” SD cards on AliExpress/etc for $3. Increasing the capacity to 1PT shouldn’t be much more than a minor change in the firmware.


Short answer: The automobile lobby prevents it.


You can expose your stuff to the internet, that’s not inherently frivolous, but it increases your attack surface. If you use cloudflared, you can tunnel it through cloudflared, which helps not publicly exposing your IP (but your services are still publicly exposed). You might be able to use cloudflared together with gluetun, but I prefer having the reverse proxy and cloudflared outside of the gluetun network.


I haven’t tried any out-of-the-box solution or setup script, so I can’t talk about them. if you go diy or want to edit any solution to have internet access exclusively over VPN (or not at all otherwise), I can recommend gluetun. Other than that, I just have a simple docker compose file and a reverse proxy. I recommend not exposing it to the www, but to keep it only accessible in your local network, or tailscale, if your use case allows it. Note: if you set up https, you might be leaking your subdomains in permanent certificate transparency records.


I can’t speak for myself, but I’ve seen some children/young teenagers with ADHD being already too focused on what’s next. Or they go to the toilet with a handheld gaming console or smartphone to begin with, and never diverted their attention except for the bare minimum required when going to the toilet.


I attune your family has human identifiable faces? Do you have a machine learning service container running? If so and if its enabled, it should just work. Otherwise, maybe try tweaking the parameters?


That’s a interesting approach. It kind of backdoors a lot of private communication efforts. I can’t even be sure, if disabling notifications for signal would avoid them from showing up in the database anyways


I haven’t tried it, but NTH on the SmartTube telegram chat recommended https://github.com/webosbrew/youtube-webos


I don’t use such terms, but I’ll try a possible explanation: There is indeed a certain tendency. Articles are mostly written by speakers of that language. For example English articles by English-spreading editors tend to be influenced by western ideology. If you’d look at, I dunno, Russian Wikipedia, I’d assume it’s a similar situation.
It’s known that there are indeed paid government agents editing Wikipedia. But even those that are not are influenced by the Zeitgeist, which itself is informed by state propaganda. So we don’t need to assume intentional malice.
Ideally, people complaining about Wikipedia would have the time and skill to improve it. But that’s easier said than done.


the post already links to a summary, but tl;dr
the state seeks to charge Meta for supporting grooming of minors, because adding chat encryption obstructed law enforcement. Criminalizing the design decision to add encryption might deter all companies.
Some of the most damaging evidence in both trials came from internal company documents where employees raised concerns about safety risks and discussed tradeoffs. […] the rational corporate response is to stop putting anything in writing. Stop doing risk assessments. Stop asking hard questions internally. […] That makes everyone less safe.


It’s not always about the leength, but how you use it.


At work I use kubernetes and quite like that (upgrading containers without downtime FTE), but I didn’t bother trying to set up the infrastructure myself. Some argue, it’s not with the efford for self hosting, I dunno.
What I do like to use is Dockge, to keep docker but also keep your sanity. It even offers a single button for “docker compose pull”, which is great of you don’t have to many compose files / stacks. Combine with a simple shell script to batch pull/build all stacks in one go, plus some backup solution, and it’s actually nice to use and does all that I need. I love CLIs, but I’ve had situations where the GUI came in very handy.
#! /bin/bash
# note: this will update and START all dockge stacks, even if you stopped them before
shopt -s nullglob
for proj in /opt/dockge /opt/stacks/*/; do
echo "> $proj"
docker compose -f "$proj/compose.yaml" up --pull always --build --detach
echo ""
done
Hmm, this is a topic that has been debated for years, I guess instead of writing my own summaries, it’s great to link you to some resources, outlining why modern AI (“LLM”/“GPT”) is controversial:
Note that some issues apply only given certain output (e.g. hallucinations), some depend on the usage (the decision to generate and publicize AI slop is made by human operators), whereas some issues are always present (e.g. huge environmental impact).
Regarding the there being a difference between good and bad AI or not: Some people argue that it’s always bad, some are bit more nuanced, some are competely blind/ignorant to the problem. Only those in the middle camp would necessarily see a difference.