HackerTrans
TopNewTrendsCommentsPastAskShowJobs

j03b

no profile record

Submissions

In praise of memcached

jchri.st
265 points·by j03b·23 hari yang lalu·102 comments

Can We Measure Software Slop? An Experiment

pscanf.com
2 points·by j03b·3 bulan yang lalu·0 comments

All of the String Types

lambdalemon.gay
3 points·by j03b·3 bulan yang lalu·0 comments

Verifying Human Authorship with Human.json

joelchrono.xyz
6 points·by j03b·3 bulan yang lalu·0 comments

Two Years of Valkey

redmonk.com
2 points·by j03b·3 bulan yang lalu·0 comments

OpenSSH to warn for non post-quantum key agreement scheme

openssh.org
2 points·by j03b·3 bulan yang lalu·0 comments

DNS configuration tampering on a pool.ntp.org GeoDNS server

community.ntppool.org
5 points·by j03b·3 bulan yang lalu·0 comments

The usability of open source operating systems

posixcafe.org
2 points·by j03b·3 bulan yang lalu·0 comments

Building a DIY OpenClaw

ben.page
2 points·by j03b·3 bulan yang lalu·0 comments

High Availability Alertmanager on Kubernetes: No Alerts Left Behind

jb3.dev
2 points·by j03b·2 tahun yang lalu·0 comments

Installing Debian on a MacBook Air Early 2014

jchri.st
2 points·by j03b·3 tahun yang lalu·1 comments

The Curious Case of String.slice/3

adworse.codes
1 points·by j03b·4 tahun yang lalu·0 comments

FizzBuzz as a Kernel Module

github.com
3 points·by j03b·4 tahun yang lalu·0 comments

Thanksgiving’s biggest shopping day was Cyber Monday, other days were close

blog.cloudflare.com
3 points·by j03b·5 tahun yang lalu·0 comments

Burkina Faso Internet Shutdown

blog.cloudflare.com
2 points·by j03b·5 tahun yang lalu·0 comments

Sudan was cut off from the Internet for 25 days

blog.cloudflare.com
2 points·by j03b·5 tahun yang lalu·0 comments

Launching a Startup on Cloudflare Workers

blog.cloudflare.com
17 points·by j03b·5 tahun yang lalu·1 comments

ConstitutionDAO’s bold crypto bid for US Constitution falls short

techcrunch.com
5 points·by j03b·5 tahun yang lalu·2 comments

Reflections on Trusting Trust (Ken Thompson) [pdf]

cs.cmu.edu
2 points·by j03b·5 tahun yang lalu·0 comments

Building a full stack application with Cloudflare Pages

blog.cloudflare.com
10 points·by j03b·5 tahun yang lalu·0 comments

comments

j03b
·5 tahun yang lalu·discuss
The takeaways in this article are much more why Go's memory model becomes difficult at scale. When you're dealing with memory at Discord scale garbage collection is hard, for example on the mentioned Discord microservice:

> 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.
j03b
·5 tahun yang lalu·discuss
They're focusing on Ethereum as far as I'm aware because NFTs are pretty popular on the Ethereum blockchain, and the two providers are both for Ethereum (MetaMask solely, and WalletConnect supports a lot as far as I understand)
j03b
·5 tahun yang lalu·discuss
While waiting for my query to generate, I was graced with "Hacker News", felt it was worth sharing back to this thread :)

https://imgur.com/a/OKW411E
j03b
·5 tahun yang lalu·discuss
You can request a copy from ICANN through the Centralized Zone Data Service (CZDS). It's a pretty neat service and will give you access to zone files for a few months, you just need to file a request to one/multiple TLDs you are interested in seeing.

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
·5 tahun yang lalu·discuss
Significantly better, yes, I've never felt like String methods were missing while using Elixir, they've also got some goodies like Jaro distance right in the stdlib. Docs on Elixir strings are here, plenty of methods: https://hexdocs.pm/elixir/1.12/String.html

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
·5 tahun yang lalu·discuss
This tool is great! Ran through all these checks and deployed them to our cluster the other day.

Immutable fs & non-root is easier than I thought to deploy with k8s, going to be looking into privilege drops this week too.
j03b
·5 tahun yang lalu·discuss
Seems to be using the same format as https://qifi.org/, which lists supported devices, but of course due to the lack of native QR on most Android devices it's per-app rather than per-phone.
j03b
·5 tahun yang lalu·discuss
Cloudflare Workers are billed separately, 100k requests/day on their free plan.

https://developers.cloudflare.com/workers/platform/limits#wo...