MaskedNybbles
- 0 Posts
- 8 Comments
MaskedNybbles@piefed.socialto
Programmer Humor@programming.dev•These heroes are the real onesEnglish
0·8 days agodeleted by creator
MaskedNybbles@piefed.socialto
Fuck AI@lemmy.world•The No-AI list - A list of projects that pledged not to use AI or are disrupting itEnglish
1·18 days agodeleted by creator
MaskedNybbles@piefed.socialto
Technology@beehaw.org•QUIC will soon be as important as TCPEnglish
4·1 month agoMy fuzzy memory wants to say it uses/is based atop UDP, and makes it more reliable.
Just checked before posting, and that seems to be the case on a cursory glance of its wiki article: https://en.wikipedia.org/wiki/QUIC
[EDIT] Should have read the article first—and it does mention UDP by the end.
MaskedNybbles@piefed.socialto
You Should Know@lemmy.world•YSK: thisismyip.com (website to display your IP) had inserted new code to its website that is detected by Kaspersky antivirus and Fortinet as malicious; Here are some alternatives to use insteadEnglish
1·1 month agoThis is a service provided by some DNS hosts, with their own special subdomains, and is not universal. They may also require slightly different options.
Other options include:
-
Google (query for txt record):
@ns1.google.com o-o.myaddr.l.google.com -
Akaimai (query for txt record):
@ns1-1.akamaitech.net whoami.akamai.net -
Cloudflare:
@1.1.1.1 whoami.cloudflare -
Cisco (there are four, as far as can tell):
@resolver[1-4].opendns.com myip.opendns.com
…and likely others.
-
MaskedNybbles@piefed.socialto
You Should Know@lemmy.world•YSK: thisismyip.com (website to display your IP) had inserted new code to its website that is detected by Kaspersky antivirus and Fortinet as malicious; Here are some alternatives to use insteadEnglish
2·1 month agodig -6 +short .opendns.com myip.opendns.com AAAANote: You have to ensure you are actually contacting the server with IPv6.
MaskedNybbles@piefed.socialto
You Should Know@lemmy.world•YSK: thisismyip.com (website to display your IP) had inserted new code to its website that is detected by Kaspersky antivirus and Fortinet as malicious; Here are some alternatives to use insteadEnglish
3·1 month agoI worry less about the service breaking, changing, or otherwise disappearing, over a random website.
EDIT: Also what was said in a sibling comment.
MaskedNybbles@piefed.socialto
You Should Know@lemmy.world•YSK: thisismyip.com (website to display your IP) had inserted new code to its website that is detected by Kaspersky antivirus and Fortinet as malicious; Here are some alternatives to use insteadEnglish
1·1 month agoI saw it used in another comment, and am already aware of the use of curl for such a task, but choose to query DNS services instead—especially in scripts.
MaskedNybbles@piefed.socialto
You Should Know@lemmy.world•YSK: thisismyip.com (website to display your IP) had inserted new code to its website that is detected by Kaspersky antivirus and Fortinet as malicious; Here are some alternatives to use insteadEnglish
3·1 month ago#!/usr/bin/sh dig -4 +short @resolver2.opendns.com myip.opendns.com#!/usr/bin/pwsh Resolve-DnsName -Server resolver2.opendns.com -Name myip.opendns.com -Type A | % { echo $_.IPAddress }There should be an IPv6 resolver, but I don’t remember and am currently unable to test. My PowerShell skills are also effectively non-existent.

Kind of stuck with Discord for the moment, but I’ve just been using a separate Firefox profile dedicated to the service. It’s nice seeing multiple accounts at once and having easy access to extensions.