HackerTrans
トップ新着トレンドコメント過去質問紹介求人

j03b

no profile record

投稿

In praise of memcached

jchri.st
265 ポイント·投稿者 j03b·23 日前·102 コメント

Can We Measure Software Slop? An Experiment

pscanf.com
2 ポイント·投稿者 j03b·3 か月前·0 コメント

All of the String Types

lambdalemon.gay
3 ポイント·投稿者 j03b·3 か月前·0 コメント

Verifying Human Authorship with Human.json

joelchrono.xyz
6 ポイント·投稿者 j03b·3 か月前·0 コメント

Two Years of Valkey

redmonk.com
2 ポイント·投稿者 j03b·3 か月前·0 コメント

OpenSSH to warn for non post-quantum key agreement scheme

openssh.org
2 ポイント·投稿者 j03b·3 か月前·0 コメント

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

community.ntppool.org
5 ポイント·投稿者 j03b·3 か月前·0 コメント

The usability of open source operating systems

posixcafe.org
2 ポイント·投稿者 j03b·3 か月前·0 コメント

Building a DIY OpenClaw

ben.page
2 ポイント·投稿者 j03b·3 か月前·0 コメント

High Availability Alertmanager on Kubernetes: No Alerts Left Behind

jb3.dev
2 ポイント·投稿者 j03b·2 年前·0 コメント

Installing Debian on a MacBook Air Early 2014

jchri.st
2 ポイント·投稿者 j03b·3 年前·1 コメント

The Curious Case of String.slice/3

adworse.codes
1 ポイント·投稿者 j03b·4 年前·0 コメント

FizzBuzz as a Kernel Module

github.com
3 ポイント·投稿者 j03b·4 年前·0 コメント

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

blog.cloudflare.com
3 ポイント·投稿者 j03b·5 年前·0 コメント

Burkina Faso Internet Shutdown

blog.cloudflare.com
2 ポイント·投稿者 j03b·5 年前·0 コメント

Sudan was cut off from the Internet for 25 days

blog.cloudflare.com
2 ポイント·投稿者 j03b·5 年前·0 コメント

Launching a Startup on Cloudflare Workers

blog.cloudflare.com
17 ポイント·投稿者 j03b·5 年前·1 コメント

ConstitutionDAO’s bold crypto bid for US Constitution falls short

techcrunch.com
5 ポイント·投稿者 j03b·5 年前·2 コメント

Reflections on Trusting Trust (Ken Thompson) [pdf]

cs.cmu.edu
2 ポイント·投稿者 j03b·5 年前·0 コメント

Building a full stack application with Cloudflare Pages

blog.cloudflare.com
10 ポイント·投稿者 j03b·5 年前·0 コメント

コメント

j03b
·5 年前·議論
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 年前·議論
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 年前·議論
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 年前·議論
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 年前·議論
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 年前·議論
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 年前·議論
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 年前·議論
Cloudflare Workers are billed separately, 100k requests/day on their free plan.

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