j03b | 4 years ago | on: Rust Is the Future of JavaScript Infrastructure
j03b's comments
j03b | 4 years ago | on: Discord CEO hints at integrations with MetaMask and WalletConnect
j03b | 4 years ago | on: Hypnogram: Create an image from text
j03b | 4 years ago | on: Ask HN: Whatever happened to exploring the internet?
Sometimes larger TLDs take a bit longer to respond to requests, whereas some others automatically accept all requests.
https://www.icann.org/resources/pages/czds-2014-03-03-en https://czds.icann.org/home
j03b | 4 years ago | on: Adopting Erlang
This getting started guide also covers some more examples of working with strings (vs. charlists, the erlang string type, which are described at the end): https://elixir-lang.org/getting-started/binaries-strings-and...
j03b | 4 years ago | on: Kubescape – tool for testing if Kubernetes is deployed securely
Immutable fs & non-root is easier than I thought to deploy with k8s, going to be looking into privilege drops this week too.
j03b | 4 years ago | on: Show HN: Print a WiFi Login Card
j03b | 4 years ago | on: Real-world CSS vs. CSS-in-JS performance comparison
https://developers.cloudflare.com/workers/platform/limits#wo...
j03b | 5 years ago | on: SSHing to my Raspberry Pi 400 from a browser, with Cloudflare Tunnel
The feature that interests me is the auditable portion of it, MITM recording of SSH & RDP sessions sounds very useful.
From the blog post announcing this [2]:
> Cloudflare Zero Trust Apps will record the screen of any session, batch the recordings in intervals, and send them to a storage location you have configured. We’ll be adding structured command logging and keyboard input to this flow as well.
[1] https://github.com/shazow/ssh-chat [2] https://blog.cloudflare.com/browser-ssh-terminal-with-auditi...
j03b | 5 years ago | on: Millions of the Pentagon’s dormant IP addresses sprang to life on January 20
If you traceroute to any of the announced prefixes you'll see that you enter HE space (but as far as I know won't ever get a ping to the destination IP).
j03b | 5 years ago | on: Pylon – Your new favorite discussion platform
What tech stack are you running on the backend?
> There are millions of Users in each cache. There are tens of millions of Read States in each cache. There are hundreds of thousands of cache updates per second.
This is something that is probably never going to be hit locally in the development toolchain. You can certainly prefer the Rust memory system to Go and have that be a valid reason to use Rust over Go for something like dev toolchains, but you're not going to hit scale problems like those mentioned in the article.