

By “nix” do you actually mean Nix, or do you mean “*nix” as any Unix derivative?
By “nix” do you actually mean Nix, or do you mean “*nix” as any Unix derivative?
ez pz:
#!/usr/sbin/nft -f
table inet filter {
chain input {
type filter hook input priority raw; policy accept;
iif "lo" accept
ct state established,related accept
iif "enp1s0" udp dport 51820 accept
iif "enp1s0" drop
}
chain forward {
type filter hook forward priority raw; policy accept;
iif "lo" accept
ct state established,related accept
iif "enp1s0" udp dport 51820 accept
iif "enp1s0" drop
}
chain output {
type filter hook output priority raw; policy accept;
}
}
My new strategy is to block EVERY port except WireGuard. This doesn’t work for things you want to host publicly ofc, like a website, but for most self host stuff I don’t see anything better than that.
I use MXRoute, which is a similar tiny/one-person email service. Also great so far. I use it for personal stuff + a client’s professional business emails, and haven’t had any issues with either.
Supporting small businesses like these feels great!
Also the Android TV app is AWESOME!
What do you run Android TV on? Raspberry Pi? My cheapo solution has been to use an old Android phone that supports DP alt mode (USB-C to HDMI adapter) combined with a USB hub + generic air mouse/remote + customized launcher.
It actually works surprisingly well. I installed FCast on it, so it even works like a Chromecast. If I’m watching a video on my phone using Grayjay, I can just cast it to the phone and it will start playing automatically. The only thing stopping it from being perfect is that it can’t turn the TV on automatically. As a plus, since the phone has a battery, it’s always powered on so I don’t have to wait for stuff to boot, and it uses relatively little power.
… but overall it’s janky and finicky, and the OEM bloatware is probably spying on me, so I’ve been looking for alternatives that can match the good parts of this setup.
I don’t like Raspberry Pis for this because they’re overpriced. I have a couple that I could use for this, but I’m hoping to find a cheaper solution, and one that I can recommend to friends/family when they ask. (the Android phone I’m using cost me a total of $15 on ebay)
EA should split itself up or sell off some franchises. The current situation makes nobody happy: investors don’t like the profitability of single player games, players don’t like the live serviceification of single player games, and I’m sure devs don’t like that they can’t work on projects that likely inspired them to become game devs in the first place.
The Sims franchise could support a medium sized studio on its own.
I played the Sims 1&2 as a kid, and love the fuck out of them. As an adult with disposable income, I would have gladly dropped even $100 on a proper modernized rerelease of these games I love. Instead, I saved my money and downloaded them for free. Because why the hell wouldn’t I? The pirate versions are literally better. EA is squandering the potential of this and many other IPs
Any Fedora Atomic desktop, or any UBlue one.
Immutable distros are the future of the Linux desktop. They work and they never break (I dare you to try).
Unprivileged users are stuck with cancer. Life ain’t fair.
I don’t think that’s what the person you’re replying to meant, but to answer your question, yes you can via Wine (or Proton, I guess)
It may sound glib
I prefer KDE, but to each their own.
Connect a printer and have it just work.
33 people who upvoted this (as of writing) now have misinformation in their heads, which they’ll probably spread around the internet thanks to you.
#! /bin/sh
#update_everything_in_one_command.sh
set -e
apt update
apt upgrade -y
flatpak update -y
$ sudo update_everything_in_one_command
Tada!
And the cherry on top is that the article is probably AI generated garbage anyways
As always, you gotta know both so that you can pick the right tool for the job.
ChatGPT prompt
Please generate an SEO friendly article on a video game blog covering the remaster of the classic 1995 Disney game “Gargoyles”
I use podman, and the standalone tool “buildah” can build images from dockerfiles, and the tool “skopeo” can upload it to an image repository.
I’m a fan of beancount and it’s corresponding web interface fava.
Since the underlying format is human readable text, it’s easy to edit by hand, and you can send the raw file to your accountant as-is and they should have no issues understanding it.
TiddlyWiki might interest you. It’s an entire wiki stored in a single HTML file. You can even use it without a web server if you want (although a web server makes editing more convenient)
Late but I’m pretty sure it’s a byproduct of the RHLF process used to train these types of models. Basically, they have a bunch of humans look at multiple outputs from the LLM and rate the best ones, and it turns out people find lists easier to understand than other styles (alternatively, the poor souls slaving away in the AI mines rating responses all day find it faster to understand a list than a paragraph through the blurry lens of mental fatigue)