In what way? For which use case? What threat models would exclude TP Link products?
- 1 Post
- 39 Comments
knfrmity@lemmygrad.mlto Programming@programming.dev•Public personal dev accounts: opinions?English1·1 year agoGood that those things are taught in some places. I can only speak from my own experience in high school - we were required to have laptops for school but were never taught how to be safe online.
knfrmity@lemmygrad.mlto Programming@programming.dev•Public personal dev accounts: opinions?English61·1 year agoSome people put their whole lives on the internet and never once stop to think if it’s a good idea. Then again, online safety and security are never taught or communicated, at least in the west, maybe by design.
It’s kinda standard but Pihole is how I got into the general realm of home labbing.
Political means more than just parties and institutions of government. Society and economy is inherently political. Who owns what is produced and the tools used to produce it is inherently political. Therefore software development, just like any other type or work or other economic interaction, is political.
I’d bet a fully functioning and safe Boeing passenger plane (rare collectors item) that this was a hit.
I like btop. It’s pretty. I just use it for checking resource usage, I rarely have the need to kill a process or anything else one may do with a system monitor.
knfrmity@lemmygrad.mlto Programming@programming.dev•Recommendations for a SSG blog template?4·1 year agoHugo with a simple theme like book or paper should do it. Alternatively Jekyll or Docusaurus, in principle they’re all the same in that they process markdown files and dump out a static site.
Astro for a more feature rich “development” experience.
knfrmity@lemmygrad.mlto Fuck Cars@lemmy.ml•Concerned about microplastics? Research shows one of the biggest sources is car tyres2·1 year agoThe forces being applied to tyres are orders of magnitude higher than the forces being applied to your clothes. Tyre plastic compounds are also designed to wear a certain amount, or in other words they must be relatively soft and therefore subject to wear, in order to provide friction sufficient to keep hundreds of kilograms safely connected to the road surface at high speed.
knfrmity@lemmygrad.mlto Fuck Cars@lemmy.ml•If you care about the planet, please make sure you sit down before you start reading this post about ExxonMobil.5·1 year agoIt’s time to bring back the corporate death penalty.
Edit: IIRC Standard Oil, the predecessor of Exxon, was instrumental in abolishing the US corporate death penalty.
That’s interesting, Hugo is the only SSG I’ve had luck with so far. I’m kind of stuck on Docusaurus at work and it’s a disaster.
On the face of things they’re all so simple, but aren’t documented well for users new to SSGs, and the build often spits out something unexpected with no way to figure out why.
knfrmity@lemmygrad.mlto Programming@programming.dev•The Unreasonable Effectiveness of Simple Websites1·1 year agoI know I’m not part of the target audience for pretty sites, but the average user gets frustrated with poor design choices and outright broken websites as well.
Just as one recent and therefore present example, I was on a pretty site the other day and nothing happened when I clicked on “About Us”. The next thing I did was close the tab. As you say, first impressions mean a lot.
I hear complaints about these kind of things at work constantly as well. As an internal product owner of sorts users think I and the devs make poor design choices on our own, but all we can do is manage the best we can with the UX garbage Microsoft comes up with.
knfrmity@lemmygrad.mlto Programming@programming.dev•The Unreasonable Effectiveness of Simple Websites3·1 year agoPretty sites are cool and all, but in my experience super simple things often just don’t work. I’m not patient anymore when it comes to stuff like that, so I’ll close the tab real quick and find the information elsewhere or move on to the next thing.
Forgejo is a git server, forked by Codeberg from Gitea after Gitea got bought up by a for-profit corporation.
Codeberg is a non-profit organization which runs a public instance of the Forgejo git server.
You can make an account on Codeberg.org, save repos there, and contribute to other repos, like on Github. Or you can run your own Forgejo instance to use either privately or open up to public use.
knfrmity@lemmygrad.mlto Linux@lemmy.ml•How can i rsync over my network without using ssh?2·1 year agoYou could rsync with directories shared on the local network, like a samba share or similar. It’s a bit slower than ssh but for regular incremental backups you probably won’t notice any difference, especially when it’s supposed to run in the background on a schedule.
Alternatively use a non-password protected ssh key, as already suggested.
You can also write rsync commands or at least a shell script that copies all of your desired directories with one command rather than one per file.
I tried migrating my personal services to Docker Swarm a while back. I have a Raspberry Pi as a 24/7 machine but some services could use a bit more power so I thought I’d try Swarm. The idea being that additional machines which are on sometimes could pick up some of the load.
Two weeks later I gave up and rolled everything back to running specific services or instances on specific machines. Making sure the right data is available on all machines all the time, plus the networking between dependencies and in some cases specifying which service should prefer which machine was far too complex and messy.
That said, if you want to learn Docker Swarm or Kubernetes and distributed filesystems, I can’t think of a better way.
knfrmity@lemmygrad.mlto Linux@lemmy.ml•I am thinking about hosting my own Mastodon server from home on a Raspberry Pi (Pi4 8GB)?3·1 year agoI’d run it with Docker. The official documentation looks sufficient to get it up and running. I’d add a database backup to the stack as well, and save those backups to a separate machine.
A Pi 4 draws maybe 5W of electricity most of the time. 24/7 operation at 5W will be your cost (approx 44 kWh per year), not including cost of the Pi, your internet connection, and any time you spend on maintenance.
knfrmity@lemmygrad.mlto Linux@lemmy.ml•How do I create a docker container with custom programs inside?2·1 year agoI didn’t even look to see if the one I linked was a fork. I’m glad it works!
A cool thing about Dockerfiles is that they’re usually architecture agnostic. I think the one I linked is as well, meaning that the architecture is only locked in when the image is built for a specific one. In this case the repo owner probably only built it for arm machines, but a build for x86_64 should work as well.
All the nice switches are already made in China, and typically cost less than Cherry.