Here's to hoping, but I agree one way or another one stack needs to go :-) BTW: Contact info is in my profile if anyone wants the inside scoop. The project just isn't fully ready for public launch yet, but we're well…
I would agree with you were it not for the fact that I'm personally investing my time into a FLOSS project to make sure the growth does not slow down by making “tomorrow NOT like today”, but gets a kick in the butt once…
Good news: it's 20 years, not 100, at the most :-) https://labs.apnic.net/index.php/2024/10/19/the-ipv6-transit...
I've been really impressed with Mox, an all-in-one monolithinc mail system written in go: https://www.xmox.nl Trivial to setup, guides you through configuring SPF, DKIM, DMARC, MTA-STS, DANE and DNSSEC. Handles…
> And you believe that you can scare some random scammers in some random country that doesn't recognize copyright or trademarks with a US trademark? You make my own point sir. They're not going to care about copyright…
A more appropriate solution to the problem of cloned FLOSS apps is establishing a trademark. I mean he says it right before the proprietary apologism, the problem is pointing people in the direction of the project by…
He's calling this "Open Source" but it's under a proprietary license: https://gitlab.futo.org/videostreaming/grayjay/-/blob/master... > [...] we grant you a [...] license to access and use the code solely for the…
Sad to say I'm surprised the proprietary vendors are lagging behind here, but there should be no architectural reason you can't deploy a more reasonable firewall.
Well dnsmasq has --dynamic-host for this use-case. Example: dynamic-host=cafe.dxld.at,::cafe,lan0 Firewalls tend to support DNS, use it :) I know for a fact nftables and pfSense allow this, worst case you need a cronjob…
You can use ip-token(8) on Linux to define a static interface-id, the part of the IP usually auto-generated based on MAC address when using SLAAC instead of making the whole IP static. In ifupdown I usually just add…
I found networking/switchdev.txt very approachable. It documents all those different bridge+vlan (aware/unaware) configs you can do: https://docs.kernel.org/networking/switchdev.html In particular I've learned from that…
OP's approach looks cool but a bit baroque. I'm also hacking around EDID issues and it turns out there's a nice GUI program to decode and (lightly) patch it: https://packages.debian.org/unstable/utils/wxedid I have to…
Hacking the NFC comms is fun and all, but it turns out you can just rip out the orange flatflex PCB under that metal ring with a screwdriver and the brush doesn't care :) Stops it from beeping at you when your allotted…
Sounds interesting, could you elaborate on the details? :)
I was looking into this some years back when I was considering building a high-availability IRC bouncer that can pass the TLS IRC connections around with this. There isn't anything out of the box that I could find, but…
I just use a cron job that calls openssl s_client. The trick is to use faketime to check if the certificate would be valid in the future, like so: check_tls () { # Check two weeks in the future to give us time to fix…
I use maildrop with a .mailfilter file, works fine but it's not exactly new either :)
> Art. 2 GDPR: This Regulation does not apply to the processing of personal data: [...] (c) by a natural person in the course of a purely personal or household activity
I got one too, only for one of my two servers though: The monthly prices will change for the following servers you use: Server name new price old price Starting on SB42 #xxxxxx 43.20 Euro 40.31 Euro 2022-03-15 Doesn't…
The SG:U story you mean? FYI there is a comic that continues right where the show left of: Stargate Universe: Back to Destiny.
You can actually request a /56 per-server for a one-time fee of, IIRC, 60 EUR or so. Just talk to support since it's not listed anywhere in their docs for some reason.
Ah you're right that would be pretty dangerous. I was hoping it'd be possible to avoid sending an OTP token the user has to paste but I suppose that's necessary to bind the two contexts together. Then I guess I'd have…
Crazy idea: what if you use a random room ID as an OTP and recognize the user as signed-in as soon as they join that room via an invite or matrix.to link? I'm not sure if this fits within your constraints since it would…
Could you share a link to your thesis?
Took me a while to find this again, but here you go: https://www.yepkit.com/product/300110/YKUSH3, a 3-port USB 3.1 Hub with switchable Vbus that doesn't cost an arm and a leg.
Here's to hoping, but I agree one way or another one stack needs to go :-) BTW: Contact info is in my profile if anyone wants the inside scoop. The project just isn't fully ready for public launch yet, but we're well…
I would agree with you were it not for the fact that I'm personally investing my time into a FLOSS project to make sure the growth does not slow down by making “tomorrow NOT like today”, but gets a kick in the butt once…
Good news: it's 20 years, not 100, at the most :-) https://labs.apnic.net/index.php/2024/10/19/the-ipv6-transit...
I've been really impressed with Mox, an all-in-one monolithinc mail system written in go: https://www.xmox.nl Trivial to setup, guides you through configuring SPF, DKIM, DMARC, MTA-STS, DANE and DNSSEC. Handles…
> And you believe that you can scare some random scammers in some random country that doesn't recognize copyright or trademarks with a US trademark? You make my own point sir. They're not going to care about copyright…
A more appropriate solution to the problem of cloned FLOSS apps is establishing a trademark. I mean he says it right before the proprietary apologism, the problem is pointing people in the direction of the project by…
He's calling this "Open Source" but it's under a proprietary license: https://gitlab.futo.org/videostreaming/grayjay/-/blob/master... > [...] we grant you a [...] license to access and use the code solely for the…
Sad to say I'm surprised the proprietary vendors are lagging behind here, but there should be no architectural reason you can't deploy a more reasonable firewall.
Well dnsmasq has --dynamic-host for this use-case. Example: dynamic-host=cafe.dxld.at,::cafe,lan0 Firewalls tend to support DNS, use it :) I know for a fact nftables and pfSense allow this, worst case you need a cronjob…
You can use ip-token(8) on Linux to define a static interface-id, the part of the IP usually auto-generated based on MAC address when using SLAAC instead of making the whole IP static. In ifupdown I usually just add…
I found networking/switchdev.txt very approachable. It documents all those different bridge+vlan (aware/unaware) configs you can do: https://docs.kernel.org/networking/switchdev.html In particular I've learned from that…
OP's approach looks cool but a bit baroque. I'm also hacking around EDID issues and it turns out there's a nice GUI program to decode and (lightly) patch it: https://packages.debian.org/unstable/utils/wxedid I have to…
Hacking the NFC comms is fun and all, but it turns out you can just rip out the orange flatflex PCB under that metal ring with a screwdriver and the brush doesn't care :) Stops it from beeping at you when your allotted…
Sounds interesting, could you elaborate on the details? :)
I was looking into this some years back when I was considering building a high-availability IRC bouncer that can pass the TLS IRC connections around with this. There isn't anything out of the box that I could find, but…
I just use a cron job that calls openssl s_client. The trick is to use faketime to check if the certificate would be valid in the future, like so: check_tls () { # Check two weeks in the future to give us time to fix…
I use maildrop with a .mailfilter file, works fine but it's not exactly new either :)
> Art. 2 GDPR: This Regulation does not apply to the processing of personal data: [...] (c) by a natural person in the course of a purely personal or household activity
I got one too, only for one of my two servers though: The monthly prices will change for the following servers you use: Server name new price old price Starting on SB42 #xxxxxx 43.20 Euro 40.31 Euro 2022-03-15 Doesn't…
The SG:U story you mean? FYI there is a comic that continues right where the show left of: Stargate Universe: Back to Destiny.
You can actually request a /56 per-server for a one-time fee of, IIRC, 60 EUR or so. Just talk to support since it's not listed anywhere in their docs for some reason.
Ah you're right that would be pretty dangerous. I was hoping it'd be possible to avoid sending an OTP token the user has to paste but I suppose that's necessary to bind the two contexts together. Then I guess I'd have…
Crazy idea: what if you use a random room ID as an OTP and recognize the user as signed-in as soon as they join that room via an invite or matrix.to link? I'm not sure if this fits within your constraints since it would…
Could you share a link to your thesis?
Took me a while to find this again, but here you go: https://www.yepkit.com/product/300110/YKUSH3, a 3-port USB 3.1 Hub with switchable Vbus that doesn't cost an arm and a leg.