I am, of course, an environmental storytelling toilet skeleton in a European bathroom.
I am, of course, an environmental storytelling toilet skeleton in a European bathroom.
As with all systematic changes like that, the point is more about the impact on the future generations.
Thought to be honest, hexadecimal doesn’t feel weird to me as someone who frequently analyzes hexdumps. I’d wager it’s totally something you can learn.
I recommend Kagi. It is a search engine with absolutely no tracking or ads, AI slop filter, an in-house index and a cute doggo. It’s a paid search engine (which means you pay with money not with data), but you can give it a try with 300 free searches with no strings attached.
I’ll do you one better. Do you know what a windows update killed on my multi boot system? It killed the windows bootloader. I’m working on a permanent solution to fixing this bootloader fudgery.
Finally, a drive that will last me longer than one week.
Did your bootloader ever fail you? Now how do you debug that?
Narrator: They did in fact go and fact check.
Do you have examples of things you don’t pay as much mind to anymore? I am having a hard time picturing that from just the two comments.
You are confusing morality and copyright with user privacy.
You also failed to access if you’ve actually tried the search engine that you are no quick to spit nonsense about.
I wish people would just write clear and detailed LLM prompts when they want something from me.
Privacy company offers privacy focused LLMs for users that would’ve otherwise paid for ChatGPT. Unbelievable
Did you actually ever try Kagi or do you just want to spit uninformed delusions?
If apocalypse is another word for thursday…
I explained why. Misconfiguration and caching.
You would also need to clear your device’s DNS cache.
It’s the Cypherpunk’s Manifesto all over again.
Not two A records. From what I understand, OP has an A record pointing to their public IP address (which Nginx is listening on behind a NAT). Then, on the local network, OP uses their own DNS server to ignore that entry and instead always serve the local IP when a host on the LAN queries it.
Aside from OP’s devices potentially using a different DNS server (I was only able to solve it for my stock Android by dropping outgoing DNS in my firewall), this solution is a nightmare for roaming devices like mobile phones. Such a device might cache the DNS answer while on LAN or WAN respectively and then try to continue using that address when the device moves to the other network segment.
These are the most likely scenarios in my opinion - OP’s devices are ignoring the hacky DNS rewrite (either due to using a different DNS server or due to caching) and try to access the server via the public IP. This is supported by the connection timeout, which is exactly what you would see when your gateway doesn’t do loopback.
TCP over IP as a protocol is an “open standard”. Network implementations are nearly always strictly proprietary.
The “protocols” behind browsers are public. HTML, CSS, and ECMAScript are all well defined on sites like the Mozilla documentation. You are free to implement your own browser that follows these standards.
Never point your DNS at two different IP addresses like this. It will only cause you pain and unexpected behaviour.
What you are experiencing is solved by so-called “NAT reflection” or “NAT loopback”. It’s a setting that - in the optimal case - you should just be able to activate on the appropriate interface on your gateway.
If you do not have that setting or do not have access to the edge router, but only some intermediate router, you can do a nasty hack. You can point static routes to your public IP address to point at your local IP address instead. In that case, you also need to tell your server to accept packets with your public IP address as the destination.
Is the Euro bad because it’s only accepted within the Eurozone?
I instantly disliked that when I joined Lemmy. This could totally be solved in the frontend by storing hashes of pictures I’ve seen before.