Dran_Arcana

joined 1 year ago
[–] Dran_Arcana@lemmy.world 2 points 5 days ago* (last edited 5 days ago)

I run ubuntu's server base headless install with a self-curated minimal set of gui packages on top of that (X11, awesome, pulse, thunar) but there's no reason you couldn't install kde with wayland. Building the system yourself gets you really far in the anti-bloatware dept, and the breadth of wiki/google/gpt based around Debian/Ubuntu means you can figure just about any issues out. I do this on a ~$200 eBay random old Dell + a 3050 6gb (slot power only).

For lighter gaming I'll use the Ubuntu PC directly, but for anything heavier I have a win11 PC in the basement that has no other task than to pipe steam over sunshine/moonlight

It is the best of both worlds.

[–] Dran_Arcana@lemmy.world 3 points 6 days ago

the best way to learn is by doing!

[–] Dran_Arcana@lemmy.world 2 points 6 days ago* (last edited 6 days ago)
[–] Dran_Arcana@lemmy.world 2 points 1 week ago (2 children)

vyatta and vyatta-based (edgerouter, etc) I would say are good enough for the average consumer. If we're deep enough in the weeds to be arguing the pros and cons of wireguard raw vs talescale; I think we're certainly passed accepting a budget consumer router as acceptably meeting these and other needs.

Also you don't need port forwarding and ddns for internal routing. My phone and laptop both have automation in place for switching wireguard profiles based on network SSID. At home, all traffic is routed locally; outside of my network everything goes through ddns/port forwarding.

If you're really paranoid about it, you could always skip the port-forward route, and set up a wireguard-based mesh yourself using an external vps as a relay. That way you don't have to open anything directly, and internal traffic still routes when you don't have an internet connection at home. It's basically what talescale is, except in this case you control the keys and have better insight into who is using them, and you reverse the authentication paradigm from external to internal.

[–] Dran_Arcana@lemmy.world 26 points 1 week ago (7 children)

Talescale proper gives you an external dependency (and a lot of security risk), but the underlying technology (wireguard) does not have the same limitation. You should just deploy wireguard yourself; it's not as scary as it sounds.

[–] Dran_Arcana@lemmy.world 8 points 1 week ago (4 children)

Fail2ban and containers can be tricky, because under the hood, you'll often have container policies automatically inserting themselves above host policies in iptables. The docker documentation has a good write-up on how to solve it for their implementation

https://docs.docker.com/engine/network/packet-filtering-firewalls/

For your usecase specifically: If you're using VMs only, you could run it within any VM that is exposing traffic, but for containers you'll have to run fail2ban on the host itself. I'm not sure how LXC handles this, but I assume it's probably similar to docker.

The simplest solution would be to just put something between your hypervisor and the Internet physically (a raspberry-pi-based firewall, etc)

[–] Dran_Arcana@lemmy.world 8 points 1 week ago (1 children)

Devil's Advocate:

How do we know that our brains don't work the same way?

Why would it matter that we learn differently than a program learns?

Suppose someone has a photographic memory, should it be illegal for them to consume copyrighted works?

[–] Dran_Arcana@lemmy.world 15 points 2 weeks ago* (last edited 2 weeks ago)

It's fuckin' art though

[–] Dran_Arcana@lemmy.world 6 points 3 weeks ago

Oracle, SAP, Redhat, all of their customer portals require it for SSO. I'm not saying it should be that way, but it is.

[–] Dran_Arcana@lemmy.world 14 points 1 month ago

In a world of good-faith, rational actors, it is reasonable to consult experts in the industry you're about to regulate. In theory, a good-faith adversarial discussion will root out inconsistencies and logical fallacies within the regulation.

Obviously that's usually not the case in modern politics, but I think the system was designed when it was thought that the average person would be operating in good faith, and in that context it makes sense.

[–] Dran_Arcana@lemmy.world 6 points 1 month ago

I think you go about it the other way: break data analytics and advertising off from everything else. If every unit has to be self-sufficient without reliance on data collection and first-party advertising I think you fix most of the major issues.

[–] Dran_Arcana@lemmy.world 3 points 1 month ago

I'm actually working on a vector DB RAG system for my own documentation. Even in its rudimentary stages, it's been very helpful for finding functions in my own code that I don't remember exactly what project I implemented it in, but have a vague idea what it did.

E.g

Have I ever written a bash function that orders non-symver GitHub branches?

Yes! In your 'webwork automation' project, starting on line 234, you wrote a function that sorts Git branches based on WebWork's versioning conventions.

view more: next ›