HN user

yayitswei

840 karma
Posts47
Comments257
View on HN
thegustafson.com 6d ago

Holding the LLM Stack in Your Head

yayitswei
9pts5
www.gadgetreview.com 25d ago

Peppa Pig studio wants to clone child actors' voices with AI indefinitely

yayitswei
23pts16
tahigichigi.substack.com 5mo ago

/Deslop

yayitswei
28pts45
blog.redplanetlabs.com 8mo ago

Agent-o-rama: build, trace, evaluate, and monitor LLM agents in Java or Clojure

yayitswei
80pts5
twitter.com 1y ago

OpenAI real-time api, vision fine-tuning, prompt caching, model distillation

yayitswei
2pts0
www.reuters.com 1y ago

Fed unveils oversized rate cut (0.5%)

yayitswei
2pts0
www.bbc.com 1y ago

US goes big with first interest rate cut in four years

yayitswei
3pts1
www.cnbc.com 2y ago

SpaceX's Starship rocket completes test flight, successfully splashes down

yayitswei
112pts2
cointelegraph.com 2y ago

Spot Ether ETFs receive official approval from the SEC

yayitswei
5pts0
www.flightradar24.com 2y ago

1 dead, dozens injured in SQ321 turbulence (Boeing 777)

yayitswei
5pts1
tylerxhobbs.com 2y ago

Flow Fields for Generative Art

yayitswei
2pts0
www.reuters.com 2y ago

SEC approves 11 spot Bitcoin ETFs

yayitswei
52pts9
www.theguardian.com 2y ago

France bans English gaming tech jargon in push to preserve language purity

yayitswei
7pts5
www.theatlantic.com 2y ago

LLM Divergence Attack

yayitswei
1pts0
www.washingtonpost.com 2y ago

California suspends Cruise's autonomous driverless vehicle permits

yayitswei
2pts1
fortune.com 2y ago

California suspends Cruise from operating in the state

yayitswei
2pts0
news.ycombinator.com 2y ago

Discuss HN: Resources for Learning Clojure

yayitswei
3pts1
www.richardpowers.com 3y ago

Partner Dancing at Stanford

yayitswei
2pts0
nathanmarz.com 9y ago

Specter, Clojure's missing piece

yayitswei
11pts0
github.com 11y ago

Freactive, a new Clojurescript/React library

yayitswei
6pts0
blog.datomic.com 11y ago

Datomic Pull API

yayitswei
12pts0
facebook.com 11y ago

Facebook is down

yayitswei
12pts4
bpiggy.com 12y ago

Show HN: Bitcoin Piggy Bank

yayitswei
2pts1
data.sfgov.org 12y ago

City of San Francisco Data Portal

yayitswei
27pts5
www.newyorker.com 12y ago

Reddit's Satoshi Nakamoto Skeptics

yayitswei
83pts40
swannodette.github.io 12y ago

Taking off the blindfold

yayitswei
2pts0
www.bbc.co.uk 12y ago

Drones used to try to smuggle contraband into jail

yayitswei
2pts0
status.github.com 12y ago

Github is experiencing problems

yayitswei
5pts0
blog.versal.com 13y ago

Versal Launches

yayitswei
1pts0
www.youtube.com 13y ago

YouTube's year in review

yayitswei
5pts0
Codex Micro 7 days ago

If we're leaning into audio, why not always-on instead of push-to-talk?

Try a coding agent for writing and tuning the OpenCV part, and have it explain its choices. That's probably the most practical path to shipping a working system.

Speaking from experience: never used OpenCV before, recently vibe coded a tool that makes supercuts of pool videos, trimming each clip from the cue ball's first strike to when the motion stops.

Leave Me Behind 2 months ago

What if you could finish your passion project in an evening? Would that increase not the time, but capacity for deep exploring and side projects?

Prism 6 months ago

Fwiw I was going to make the same comment about the naming, but you beat me to it.

Tried it in earnest. Definitely detect some aggression, and would feel stressed if this were an exam setting. I think it was pg who said that any stress you add in an interview situation is just noise, and dilutes the signal.

Also, given that there's so many ways for LLMs to go off the rails (it just gave me the student id I was supposed to say, for example), it feels a bit unprofessional to be using this to administer real exams.

I'm cash flow positive on my SMS sales agent, it serves just one client and my revenue is at least 3x the cost of inference/hosting.

Imo the key is to serve one use case really well rather than overgeneralize.

Some of those, like horses, are 1% hobbies. But many of the others can be done very affordably. Buying used equipment, learning from YouTube and online resources, starting small and scaling gradually make most of those hobbies accessible at a fraction of the cost.

See also for related ideas: missionary/electric for frontend and rama for backend. I wish for a unified interface combining the best of all three!

Not sure how much unpacking most founders do beforehand. "We do these things not because they're easy, but because we thought they were going to be easy."

Piano Keys 1 year ago

I'm picky about layouts - I type in Dvorak, learned Janko via Chromatone, currently playing harpejji.

Coming from a classical piano background, there was definitely a learning curve, but I feel like it was worth it. Every chord shape is identical across all keys (C major and D major would be played the same way), which makes it much easier to learn jazz voicings or modulate a song.

If anyone ever builds a quality grand piano with Janko layout, I'm buying! Hacks on hacks become unnecessary if you start with the right design.

Interesting literacy regression: this newly discovered Babylonian hymn was routinely copied by schoolchildren 3,000 years ago, while yesterday's article about why English doesn't use accents showed that by 1100 AD European literacy had contracted so much that monks were essentially writing only for other monks.

If I'm interpreting this correctly, ancient Babylon had institutionalized childhood education for complex literary works. Medieval Europe treated literacy as a specialized craft. So much for exponential growth.

Early cljs/react adopter here. Found "the next react" in Hyperfiddle's Electric Clojure — it eliminates the client/server boundary entirely. Write one function that spans both sites, compiler handles the network automatically. The amount of plumbing code that just disappears is staggering.