今日已更新 420 条资讯 | 累计 38277 条内容
关于我们

今日精选

HOT

最新资讯

共 38277 篇
第 1893/1914 页
AI 资讯 Product Hunt

Curlo

Local AI search to find SFX and music by describing it Discussion | Link

2026-05-25 14:25 5 原文
开发者 Reddit r/programming

Highest random weight in Elixir

I've had 3 weeks off work and I've used the time to rekindle my passion for coding (the old way, by hand). Stumbled upon this alternative to consistent hashing called rendezvous hashing (or highest random weight) and did a little deep dive. It ended up turning into a basic library, including the basic algorithm, a couple of variations, and the skeleton pattern for O(log n) access. It performs similar to ExHashRing for node counts <20, and with the skeleton optimization is competitive even in the tens of thousands of nodes, but it uses no NIFs or stateful processes, and the basic algorithm is essentially a one-liner. Anyway, it was fun to learn about, hope you enjoy it too! https://jola.dev/posts/highest-random-weight-in-elixir submitted by /u/joladev [link] [留言]

/u/joladev 2026-05-25 00:25 5 原文
AI 资讯 HackerNews

Ask HN: Are Tech Meetups Dead?

I work with a bunch of people that just left college and we were discussing how to avoid deskilling and I said "well, you could go to local meetups". They're in NYC (I'm in Florida right now) and said there isn't much going on and I couldn't believe it. Asked some more experienced friends that have been living there for longer and they said that it all died during COVID and never came back. I ran or helped organize meetups in multiple places, back in Brazil where I'm from, Boston and then Philad

mlinhares 2026-05-24 20:39 3 原文