HN user

rochoa

129 karma
Posts22
Comments11
View on HN
ruurtjan.com 1mo ago

P99 0 ms* autocomplete for 240M domain names

rochoa
3pts0
ducklake.select 3mo ago

DuckLake v1.0: The Lakehouse Format Built on SQL Reaches Production-Readiness

rochoa
3pts0
github.com 3mo ago

MemPalace, the highest-scoring AI memory system ever benchmarked

rochoa
67pts17
cursor.com 3mo ago

Fast regex search: indexing text for agent tools

rochoa
2pts0
www.bitsxpages.com 6mo ago

Understanding databases tradeoffs in performance, availability and durability

rochoa
3pts0
sympathetic.ink 6mo ago

Column Storage for the AI Era

rochoa
1pts0
fjall-rs.github.io 6mo ago

Releasing Fjall 3.0, LSM-tree embeddable key-value storage engine

rochoa
1pts0
www.supermetal.io 8mo ago

Supermetal: Transactional databases data replication and CDC

rochoa
1pts0
research.google 9mo ago

Google's new AI scheduler optimizes resource usage in large cloud data centers

rochoa
2pts0
sentry.engineering 11mo ago

Sentry queries unstructured data in ClickHouse 62x faster

rochoa
1pts0
www.brendangregg.com 11mo ago

When to Hire a Computer Performance Engineering Team

rochoa
2pts0
llm-benchmark.tinybird.live 1y ago

LLM SQL Generation Benchmark: measuring accuracy and efficiency on real data

rochoa
1pts0
www.demarcken.org 1y ago

Computational Complexity of Air Travel Planning [pdf] (2003)

rochoa
76pts10
qwenlm.github.io 1y ago

Qwen2.5-Max: Exploring the intelligence of large-scale MoE model

rochoa
118pts30
twitter.com 3y ago

Runs a one-person business, pays for 25 SaaS products

rochoa
2pts1
www.techradar.com 3y ago

WhatsApp data breach sees nearly 500M user records up for sale

rochoa
3pts1
www.bloomberg.com 3y ago

FTX Was Not Careful

rochoa
6pts4
blog.eladgil.com 3y ago

Changing times (or, why is every layoff 10-15%?)

rochoa
2pts0
clickhouse.com 4y ago

Introducing ClickHouse Inc., the new home of ClickHouse

rochoa
2pts0
blog.kaspersky.com 9y ago

Tesla Model S was hacked remotely

rochoa
2pts0
amix.dk 14y ago

Reasons to pick Amazon AWS over Rackspace and dedicated hosting

rochoa
1pts1
twitter.com 14y ago

WhatsApp retired (temporarily) from App Store / IPhone

rochoa
2pts0

The timeLeft -= 1000 approach is not the best one because setTimeout doesn't guarantee when the next tick is gonna happen.

Just open the JS console and type:

  for (var i = 0; i < 1e7; i++) {}
You will block the JS execution and your next tick will happen when the loop finishes. Using new Date().getTime() should do the job.

Edited for formatting.

First: thanks a lot for coming with all this.

Now, some comments around navigation:

* Keep the left menu open for the section I'm currently viewing so I can easily go to the next subsection.

* Without JavaScript the drop down menu doesn't work.

* It would be nice to be able to have all items in navigation always displayed.

Edited for list presentation.