2xsaiko

joined 1 year ago
[–] 2xsaiko@discuss.tchncs.de 3 points 12 hours ago

widget.use-xdg-desktop-portal.file-picker=1 in about:config should be the only thing you need. @projectmoon@lemm.ee

[–] 2xsaiko@discuss.tchncs.de 1 points 14 hours ago

What they suggest sounds like setting up a bridge interface between your LAN and the VPN interface to connect the VPS with your LAN. That’s actually a good idea since it would not need you to have a separate /64 for your local network. In this case I’m pretty sure that your VPN needs to be a layer 2 VPN, i.e. transports whole ethernet frames instead of TCP/UDP only, for this to work correctly. Wireguard doesn’t do this, OpenVPN can for example.

To make the VPS a gateway, you need to configure it to forward packets between networks and then set it as your default route on the clients (with IPv6, default route is usually published using router advertisements, set up radvd service on your VPS for that). That’s pretty much it IIRC except for the firewall rules. Here’s an article that’s some cloud stuff but is also applicable to your situation: https://www.linode.com/docs/guides/linux-router-and-ip-forwarding/#enable-ip-forwarding

[–] 2xsaiko@discuss.tchncs.de 1 points 14 hours ago

Yeah. For all we know they could be shipping Wine along with the Mac version themselves and use Proton on Linux…

[–] 2xsaiko@discuss.tchncs.de 2 points 14 hours ago

hostapd. I have no idea how you’re supposed to figure out the 50 or so options OpenWrt outputs for an AX card that I just ended up copying. And why doesn’t it detect those on its own?

[–] 2xsaiko@discuss.tchncs.de 3 points 15 hours ago (2 children)

Steam also supports native games and not just Windows games. And it does not have Proton on Mac.

[–] 2xsaiko@discuss.tchncs.de 1 points 1 day ago

I had the network before moving here (created it when I did have a public IPv4). Can't test creating one new since it will only allow me to make one per IP.

[–] 2xsaiko@discuss.tchncs.de 1 points 1 day ago (2 children)

Hm, it doesn't? I'm not behind CGNAT but I'm in a network I don't control (university dorm) so my gateway is just another device in the local network and I don't have a public IP which I control, which I feel like should effectively be the same thing as CGNAT, and it works for me. Maybe it isn't the same.

[–] 2xsaiko@discuss.tchncs.de 11 points 1 day ago (1 children)

Does chromebook hardware need special distros? Debian has an armv7 port, there's Arch Linux ARM, Gentoo packages build for arm (though I feel like you'll have a horrible time building anything on that piece of junk), etc.

Though ARM is notoriously horribly inconsistent when it comes to bootup so I don't know if any of these will work on this specific device.

[–] 2xsaiko@discuss.tchncs.de 4 points 1 day ago (4 children)

The easy way is to just use tunnelbroker.net, that is what I currently have (this would use one of their assigned net blocks, not the one from the VPS). Set it up on the Pi, set up IP forwarding with appropriate firewall rules, make the Pi serve RA so clients can assign themselves an IP, done (IIRC).

If you want to set up the v6/v4 gateway yourself, I would do this with a /64 you can fully route to your home network like you would get with tunnelbroker.net because then you don't have to deal with the network split and essentially two gateways for the same network (your Pi and the VPS), because otherwise your clients would assume the VPS is directly reachable since it's in the same network when in reality it would have to go through the gateway (you would have to set up an extra route in that case on every client, I think). You'd need a second network from Oracle for this.

But it's pretty much the same thing I would assume plus the setup on the VPS side, make the VPN route your /64 block (or use 6in4 which is what tunnelbroker.net uses), configure IP forwarding on the Pi and the VPS between the VPN interface and local/WAN respectively.

[–] 2xsaiko@discuss.tchncs.de 1 points 1 day ago

It’s marked as preorder (didn’t this already come out a while ago? maybe not on PC) but yeah, I can buy it too in Germany.

[–] 2xsaiko@discuss.tchncs.de 6 points 1 day ago* (last edited 1 day ago) (5 children)

What OP quoted doesn’t mention Proton at all and there is no Proton on Mac (at least built into the Steam client)

[–] 2xsaiko@discuss.tchncs.de 1 points 2 days ago

You're looking for an OAuth-compatible identity provider (personally I use Kanidm, if Keycloak does that too that works, I've never used it). And then set it up as the auth mechanism for Immich, and whatever else you want: https://immich.app/docs/administration/oauth

 

I wanted something like GIMP for iOS with which I can stitch together/overlay/crop images, add text, blank out parts, draw on the image, and so on. Nothing in the app store looked appealing, most of what I could find seems to be geared towards photo post processing, so I had the idea of trying Freeform for this, because well, it lets you place various objects on a canvas. And it works pretty well!

Create a new board with the image inside, set it to no rounded corners and no shadow, and then do whatever you want to it with Freeform’s tools.

Then, when you’re done, select Export to PDF and convert it to an image. You can use this share sheet shortcut which I made which makes an image out of it and also cuts away the white frame it generates around the PDF: https://www.icloud.com/shortcuts/fa5e2386588742b2a1f5d41401f2238e

There you go, straight forward basic image editing with a free stock app.

It unfortunately doesn’t preserve the original resolution of the image but it’s definitely good enough for me.

 

I'm looking for something like GitHub's user activity indicator that gathers information from a list of git repositories regardless of where they are hosted (as long as they are public), that I can put on my webpage, kind of as a thing to show what I'm working on at the moment.

Is this a thing that already exists? I'd started writing one a while ago but instead of reviving that it would be great if there's something that already exists and I can just use :^)

view more: next ›