Many ISPs in Denmark actually charge you 30-40 DKK (4-7 USD) extra for the ‘luxury’ of IPv6, which is the same that they charge for publicly routable IPv4 (of course). I found that quite infuriating, so I searched around and found one that had public IPv4 and IPv6 included in the price. A little more expensive all in all, but I just hated the concept of IPv6 being an “extra” in 2023.
- 0 Posts
- 19 Comments
Hetzner is affordable and way more transparent than AWS, btw
Chreutz@lemmy.worldto Open Source@lemmy.ml•Grayjay - Revolutionizing the Way We Consume Videos32·2 years agoRossmann stated that this license is to keep fake versions riddled with ads or similar scammy stuff from mudding the water. I’m sure he agrees that this is not optimal.
Chreutz@lemmy.worldto Programmer Humor@lemmy.ml•I love it when I have to scream at a computer5·2 years agothe other
What about the third way?
Chreutz@lemmy.worldto Selfhosted@lemmy.world•Making a Simple Self-Hosted Photo Gallery With IPFSEnglish3·2 years agoYes, very much like torrents
Chreutz@lemmy.worldto Programmer Humor@programming.dev•classic configure neovim experience71·2 years agoYou freak…
Chreutz@lemmy.worldto Open Source@lemmy.ml•Terraform fork OpenTF renamed and relocated as OpenTofu4·2 years agoI don’t think there are onions in tofu
Chreutz@lemmy.worldto Programmer Humor@programming.dev•Confusing disk with /dev/null for years [2:23]5·2 years agoIt doesn’t always work. And I think it might be related to where you are in the world. For the first month when piped links started showing up, it straight up never started playing for me. It works alright now.
Chreutz@lemmy.worldto Linux@lemmy.ml•What can you do on Linux that you can't do on Windows?3·2 years agoStill not powerful enough. An autohotkey-based program called bug.n is the closest to what you can get with tiling managers on Linux. But it’s neither easy nor stable…
Chreutz@lemmy.worldto Programmer Humor@lemmy.ml•When you have a domain but never leave your house2·2 years agoYeah, I just included the DNS part for completion’s sake 🙂
Chreutz@lemmy.worldto Programmer Humor@lemmy.ml•When you have a domain but never leave your house1·2 years agoI changed my local subnet to 10.1.2.0, because it’s much easier to type.
Chreutz@lemmy.worldto Programmer Humor@lemmy.ml•When you have a domain but never leave your house7·2 years agoThe client will look up your domain at whatever DNS it uses. It will return your public IP.
Client will send a packet with that as destination. It will reach the router which goes ‘I know! The call is coming from inside the house!’ and sends it to the server without modification.
The server gets it and sends a response, but the response is addressed back to client’s local IP.
Client gets the response, but that packet’s origin (in the header) is server’s local IP.
Client goes ‘wtf, I didn’t call you?!’ And drops the packet, still waiting for a response with your public IP as its origin.
This can be solved with the router modifying the appropriate traffic’s headers so that the headers match the expected, called NAT Loopback, or by using IPv6 global addresses.
It might also work running a local DNS server that returns your server’s local IP for a given domain, but that might yield certificate errors, and won’t work if devices ignore the DNS coming from DHCP.
I was using straight firewall rules for some years, but lost the template when the NAT Loopback checkbox started working (OpenWRT).
Chreutz@lemmy.worldto Programmer Humor@programming.dev•Console Logs : Hello from the other side7·2 years agoI recently had an issue that happens on one out of between ten thousand and a hundred thousand interactions between two embedded processors. Thank god for logging!
Chreutz@lemmy.worldto Linux@lemmy.ml•Laptop recommendation for a cs student under $600 or in India 50,000 INR2·2 years agoT480 is a decent machine. Had one for work (embedded dev) for three years.
Unannounced changes to the Terms of Service are definitely illegal.
Chreutz@lemmy.worldto Asklemmy@lemmy.ml•Has anyone installed solar panels? What has been your experience? DIY install extra appreciated.1·2 years agoI think I need more details: are you planning on running your house completely off-grid from solar, or Install (a set of) outlets that are powered by solar?
Chreutz@lemmy.worldto Asklemmy@lemmy.ml•Has anyone installed solar panels? What has been your experience? DIY install extra appreciated.1·2 years agoI don’t think there is anything blocking that from happening, but what scale are you thinking?
Chreutz@lemmy.worldto Asklemmy@lemmy.ml•Has anyone installed solar panels? What has been your experience? DIY install extra appreciated.15·2 years agoI’m not an electrician, but an electrical engineer, and I bought a complete DIY package with everything. Electrical code here in Denmark then only needs a certified electrician to do the connection to the the grid, which includes submitting the system to the grid operator, also so we can be paid for the surplus production.
If you know how to read the instructions, and plan your work, it’s quite fun, and I’m pretty sure my panels are better secured (likely overkill) and more straight than 80% of the professional installs here, just because we took the time to do it thoroughly.
If you feel have the ability and you have the time, I would highly recommend it. But as another pointed out, try to find a kit with the mounting hardware!
Exactly! I wrote the same thing to them when that became clear.