HN user

cyanf

270 karma
Posts44
Comments58
View on HN
en.wikipedia.org 5mo ago

Advanced Inertial Reference Sphere

cyanf
1pts0
en.wikipedia.org 6mo ago

Physical Unclonable Function

cyanf
1pts0
github.com 6mo ago

Madsim: Deterministic Simulator for Distributed Systems in Rust

cyanf
1pts0
www.bellard.org 7mo ago

TS Zip

cyanf
2pts0
en.wikipedia.org 7mo ago

Don't stuff beans up your nose

cyanf
2pts0
en.wikipedia.org 8mo ago

MediaWiki: Titleblacklist

cyanf
3pts0
thinkingmachines.ai 8mo ago

On-Policy Distillation

cyanf
2pts0
acumin.typekit.com 9mo ago

A Neo-Grotesque Heritage

cyanf
5pts0
research-figure-guide.nature.com 9mo ago

Research Figures Guide

cyanf
2pts0
cognition.ai 9mo ago

Blockdiff: We built our own file format for VM disk snapshots

cyanf
91pts24
github.com 10mo ago

Garnet – A remote cache-store from Microsoft Research

cyanf
4pts0
www.lingo-db.com 10mo ago

LingoDB – Data Processing with Compiler Technology

cyanf
2pts0
www.cidrdb.org 10mo ago

Umbra: A Disk-Based System with In-Memory Performance [pdf]

cyanf
3pts0
vercel.com 10mo ago

Web Interface Guidelines

cyanf
2pts0
proebsting.cs.arizona.edu 10mo ago

Proebsting's Law

cyanf
1pts0
dbdb.io 10mo ago

Database of Databases

cyanf
3pts0
blog.gregbrockman.com 10mo ago

How I became a machine learning practitioner (2019)

cyanf
1pts0
en.wikipedia.org 10mo ago

PFM-1 Land Mine

cyanf
3pts0
specbranch.com 10mo ago

Rest in Peace, Optane (2022)

cyanf
3pts1
wiki.c2.com 10mo ago

Sufficiently Smart Compiler

cyanf
1pts0
www.modular.com 10mo ago

What about TVM, XLA, and AI compilers?

cyanf
2pts0
motioncanvas.io 10mo ago

Motion Canvas

cyanf
2pts0
github.com 1y ago

Shirt Without Stripes (2021)

cyanf
20pts4
github.com 1y ago

GPU Hunt

cyanf
2pts0
hintjens.com 1y ago

Confessions of a Necromancer

cyanf
1pts0
www.youtube.com 1y ago

Scale by the Bay 2018: Bryan Cantrill, Rust and Other Interesting Things [video]

cyanf
2pts0
www.youtube.com 1y ago

Real-Time Neural Appearance Models [video]

cyanf
5pts0
worrydream.com 2y ago

Early History of Smalltalk

cyanf
3pts0
codeplay.com 2y ago

Bringing Nvidia and AMD support to oneAPI (2022)

cyanf
2pts0
kipp.ly 2y ago

Transformer Inference Arithmetic

cyanf
4pts0

I had a strange call with a support rep recently.

They sounded a tinge strange, like they’ve almost crossed the uncanny valley, only to succumb at the final 3% stretch.

I was suspicious, but their ability to understand my complex request and the relatively low latency make an LLM -> TTS or e2e voice model unlikely.

This post finally solved the mystery.

For legged, you want high torque and backdriveability (for shock absorption).

Agricultural drone motors like the eaglepower 8308 are ideal.

They’re cost effective, (~$80 from aliexpress) & you can pair them with a 3d printed cycloidal drive to fulfill both requirements.

Industry actuators are an order of magnitude more expensive than this.

Extra: If you go down this path, you’ll need a driver. The Xdrive is frequently recommended, but there’s a clone that’s significantly cheaper: https://makerbase3d.com/product/makerbase-xdrive-mini-high-p...

On August 29, a routine load balancing change unintentionally increased the number of short-context requests routed to the 1M context servers. At the worst impacted hour on August 31, 16% of Sonnet 4 requests were affected.

Interesting, this implies that the 1M context servers performs worst at low context. Perhaps this is due to some KV cache compression, eviction or sparse attention scheme being applied on these 1M context servers?

I have the same set of requirements you’re describing and Obsidian is perfect.

You can disable the graph feature and never link any notes.

I’m confused on what this is based on the landing page.

Version control isn’t specific to A.I workflows, what does this add on top of git?

Is this a worktree type solution so you could make parallel edits?

Chatterbox TTS 1 year ago

you use a neural audio codec to encode audio into codebooks

then you could treat the codebook entries as tokens and treat audio generation as a next token prediction task

you then take the codebook entries generated and run it through the codec’s decoder and yield audio

it works surprisingly well

speech text models (tts model with an llm as backbone) is the current meta

The frontpage should make it clear which open source project corresponds to which Ory Network product.

I was confused about that for a while.

Ex:

Login & Authentication -> Kratos

Permissions & Access Control -> Keto.

You could take some cues from Grafana here.

Similarly to Ory, their product is backed by OSS.

Their frontpage’s navigation bar makes it clear which is backed by which.