HN user

juancampa

2,053 karma

https://membrane.io https://twitter.com/juancampa

Posts117
Comments333
View on HN
probablydance.com 1y ago

Fibonacci Hashing: The Optimization That the World Forgot

juancampa
143pts29
www.youtube.com 1y ago

DNA Break Repair [video]

juancampa
1pts0
www.nature.com 1y ago

Effects of CO2 on decision making and cognition in astronaut-like subjects

juancampa
3pts0
elasticterrain.xyz 2y ago

Elastic Terrain

juancampa
1pts0
pie6k.github.io 2y ago

Motion Blur Scrolling Demo

juancampa
6pts2
en.wikipedia.org 2y ago

The Hum

juancampa
3pts0
github.com 2y ago

Push and pull Git repos to S3, GPG encrypted

juancampa
2pts0
www.youtube.com 2y ago

Richard Hipp – Git: Just Say No (2015) [video]

juancampa
1pts0
news.ycombinator.com 2y ago

Rtz: A tool to easily work with geo lookups

juancampa
1pts0
adventure.land 2y ago

Adventure Land: Let JavaScript do the grinding

juancampa
1pts0
cloudsupport.digitalocean.com 3y ago

Digital Ocean is having an outage

juancampa
1pts3
github.com 3y ago

LangFlow: A User Interface for LangChain

juancampa
4pts1
github.com 3y ago

Bridge to Kubernetes

juancampa
7pts1
github.com 3y ago

Wezterm: A GPU-accelerated cross-platform terminal emulator and multiplexer

juancampa
2pts0
github.com 3y ago

zld: A faster version of Apple's linker

juancampa
1pts2
robert.kra.hn 3y ago

Speeding up incremental Rust compilation with dylibs

juancampa
3pts0
www.malandarras.com 3y ago

The Death of 2Advanced (2017)

juancampa
1pts0
doodad.dev 3y ago

Doodad's Pattern Generator

juancampa
2pts0
eternalterminal.dev 3y ago

Eternal Terminal: Remote terminal for the busy and impatient

juancampa
1pts0
github.com 4y ago

GitHub Packages

juancampa
4pts0
github.com 4y ago

EStargz: Lazy pull container images for faster cold starts

juancampa
2pts0
www.bloomberg.com 4y ago

What Is Code? (2015)

juancampa
1pts0
c2rust.com 4y ago

C2rust: Transpile C to Rust

juancampa
140pts87
sw.kovidgoyal.net 4y ago

Kitty terminal productivity features [video]

juancampa
4pts1
penelope.uchicago.edu 4y ago

Fasti Antiates Maiores

juancampa
1pts0
en.wikipedia.org 4y ago

G-Factor

juancampa
1pts0
ecsharp.net 4y ago

Enhanced C#

juancampa
2pts0
github.com 4y ago

Nyxt – The Internet on Your Terms

juancampa
2pts1
github.com 4y ago

Txiki.js: Tiny JavaScript runtime built with QuickJS and libuv

juancampa
96pts27
lunatic.solutions 4y ago

Lunatic is an Erlang-inspired runtime for WebAssembly

juancampa
131pts40

This quote about New Horizons is puzzling

The New Horizons spacecraft [...] reached Pluto in 2016 and is currently exploring other distant features of the system [...]. Keeping it running today by receiving its transmitted data and making sure it remains on course costs about $14.7 million a year, or less than 2% of its total price tag.

Does anyone know why this would be so expensive? A slice of Deep Space Network time must be expensive but it still sounds like an outrageous figure to me.

One more question. How does it handle large files that are frequently modified in arbitrary locations (like a SQLite file)? Will it only upload the "diffs" to S3? I'm guessing it doesn't have to scan the whole file to determine what's changed since it can keep track of what's "dirty".

I ask because last time I checked, S3 wouldn't let you "patch" an object. So you'd have to push the diff as separate objects and then "reconstruct" the original file client-side as different chunks are read, right?

Membrane | Founding Engineer | REMOTE (US Timezones) | Full-time | $150k & Equity Options

We're working on a radically easier way for programmers to automate tasks, build utilities and internal tools. More info: https://membrane.io

We're a small team looking to hire a Founding Engineer who can wear many hats (as we all do), someone who is passionate about building high-performance systems. Extra points if you're confident digging deep into large codebases like VSCode, QuickJS.

Stack: Egui, QuickJS, Wasmtime, Kubernetes, SQLite, Postgres, VSCode.

Interested? Reach out: juan <at> membrane.io

409a value is determined by an independent appraiser though, not the market. And in my (very limited) experience the actual difference can vary wildly, especially since the appraisal happens only once a year.

Beyond OpenAPI 3 years ago

The way I think about it is:

  - Tutorial: learn how the system works
  - How-to: recipes for common use-cases

Can you help me understand the utility of Daisy UI? Seems like it's the good old classes+stylesheet with extra steps (tailwind)