mccoyc
No user record in our sample, but mccoyc has activity below (stories or comments). Likely we have partial data — the full bulk-load will fill profiles in.
No user record in our sample, but mccoyc has activity below (stories or comments). Likely we have partial data — the full bulk-load will fill profiles in.
I wonder if they'd consider implementing NTS. https://github.com/jauderho/nts-servers/tree/main
It's probably a lot of automated tooling/monitoring infrastructure that's doing reverse resolution of IPs to get hostnames. Edit: I've found that sometimes they're pretty poor at caching responses so you end up with a…
Can confirm us-east1 (and possibly us-south1) are having VPC host reachability problems.
Traceroute works by observing Internet Control Message Protocol (ICMP) time to live/hop count exceeded messages and noting the source IP of those messages. There's plenty of resources you can search on to learn more…
Yes! RF is fun for hackers. Go get licensed. 73 de KQ4RLZ.
Agreed. 48V (actually -48V) has been used across telco central offices for decades.
It works, but anytime you have custom networking or more complex cloud-init configs, you'll have to go into "snippets" territory or referring to files in a local filesystem of the host. They don't have API support for…
I agree. It absolutely is IPv4. Hosts could use DHCPv6 with prefix delegation (DHCPv6-PD), and use that delegated /64 for its internal Docker bridge and get rid of NAT. And yes, you can still have your Netfilters…
The first movement is one of the only pieces I can play on the piano. Yes indeed, anyone can learn it! I came from a musical family, but never really put the effort into learning the piano. I'm not sure where I heard…
Cisco's SiliconOne is programmable using P4 as well. I'd be curious to know if it'd work for your use cases. It certainly isn't going anywhere since we're using it in darn near all our products now. Disclaimer: I work…
Another one for the list is `--start-at-task` and `--list-tasks`, for those tasks that are statically imported. If you have a task bomb out, you can take over from where you left off. Doesn't work in all playbooks, if…