Skip Navigation

InitialsDiceBearhttps://github.com/dicebear/dicebearhttps://creativecommons.org/publicdomain/zero/1.0/„Initials” (https://github.com/dicebear/dicebear) by „DiceBear”, licensed under „CC0 1.0” (https://creativecommons.org/publicdomain/zero/1.0/)ON
Posts
1
Comments
61
Joined
2 yr. ago

  • When you type in www.example.com, you request the IP of the server for that site using a DNS server. The DNS server sends you the IP and then you connect to it. If they are using https for DNS it means that your ISP or onlookers have to reverse which domain you're accessing from that IP to know that you're accessing www.example.com.

    At least I think that's what is happening.

  • I love Bevy, I made a lot of little things that I loved to program. I've never developed such deep love with a programing paradigm. But recently I moved to Godot and actually started finishing projects. When I was using Bevy, I kept making tools, loaders, engines, formats just to make it possible to load into what I envisioned but never finished anything. In about 45 minutes I made multiplayer pong in Godot with different maps and game modes, lobby screen and main menu, what took me a couple of weeks in Bevy with UDP packet design and several iterations.

    When I program in Rust, I go for perfection. When I use Godot, I actually finish stuff. Only realize this a bit late now.

    For reference, I write custom applications for Shopify, including cart extensions in Rust using Shopify Functions and maintain a block-based blog manager that integrates with Shopify in PHP as well as several micro services in Node.js for other integrations.

    If someone could tell me where it went wrong, please do, I love Bevy but I can't use it effectively.

  • Although I think duckduckgo did a better job, I still don't understand what is infuriating about this one. Google Search just wants to priorize showing you an excerpt from what you are looking for in case you are looking for a definition.

  • I'm guessing you're using opencart cuz I've been working with an old codebase for around a year and I would love if any code analysis or intelisense actually worked... on xml files... with php in them... with javascript in php variables... with calls to php inside xml files...

  • Well although it is true that my IP is always the same to the vpn, I make sure there is no logging happening since the vps is setup completely from scratch with wireguard on OpenBSD. A bigger plus for me is that the VPS is in another country rather than the UK since I don't like the way ISPs here in England sell your information. I also have another VPS for interacting with work servers which only allow whitelisted IPs and my home IP is dynamic.