HN user

owenpalmer

1,340 karma

I love programming, science, robotics, automation, teaching.

I'm a bioengineering undergraduate student at the University of Washington, working in tissue engineering research to build functional human organs.

Website: owenpalmer.com

Email: owenpalm@uw.edu

Posts52
Comments487
View on HN
www.youtube.com 4mo ago

Jonathan Blow on the AI bubble and the dot-com boom

owenpalmer
2pts0
www.indiegogo.com 4mo ago

open_slate: A Powerful and Private 2-in-1 Tablet

owenpalmer
1pts0
www.youtube.com 5mo ago

AI Subscription vs. H100 [video]

owenpalmer
3pts0
www.youtube.com 6mo ago

We got a new Linux distro in 2026 and it's incredible [video]

owenpalmer
3pts1
en.wikipedia.org 6mo ago

Buckminsterfullerene

owenpalmer
3pts0
www.youtube.com 1y ago

Category Theory for Neuroscience

owenpalmer
1pts0
www.youtube.com 1y ago

What Everyone Gets Wrong about AI

owenpalmer
1pts0
www.youtube.com 1y ago

Creating Scenes in Godot with AI (Claude and Trellis)

owenpalmer
2pts0
dl.acm.org 1y ago

SkipWriter: LLM-Powered Abbreviated Writing on Tablets

owenpalmer
1pts0
www.youtube.com 1y ago

Gboard Double-Sided Version [video]

owenpalmer
1pts1
jeskin.net 1y ago

Getting started with VR in C++ on Meta Quest

owenpalmer
3pts0
store.steampowered.com 1y ago

Tiny Glade Now Available on Steam: Built in Rust and Bevy ECS

owenpalmer
7pts0
sunaku.github.io 1y ago

MoErgo Glove80 programmable ergonomic keyboard

owenpalmer
3pts0
leandrolinares.com 1y ago

How to build a handheld game console

owenpalmer
2pts0
news.ycombinator.com 2y ago

Shout HN: Shout-out your favorite HN user

owenpalmer
1pts0
en.wikipedia.org 2y ago

Xenolith

owenpalmer
4pts0
www.youtube.com 2y ago

How to Make a CPU [video]

owenpalmer
2pts0
wuphilipp.github.io 2y ago

Gello: A Low-Cost Teleoperation Framework for Robot Manipulators

owenpalmer
1pts0
www.youtube.com 2y ago

Lecture by Casey Muratori: Apple M-Series GoFetch Attack [video]

owenpalmer
4pts1
ascopubs.org 2y ago

Cell-Based Computational Modeling in Cancer Biology

owenpalmer
1pts0
www.youtube.com 2y ago

Steve Jobs on Virtual Reality (2005) [video]

owenpalmer
2pts0
www.youtube.com 2y ago

The PHP Song Official [video]

owenpalmer
2pts0
activities.graspablemath.com 2y ago

Solve algebraic equations interactively by dragging terms around

owenpalmer
1pts0
www.youtube.com 2y ago

Fanuc industrial robot controlled in VR

owenpalmer
1pts0
news.ycombinator.com 2y ago

Ask HN: Why is there only one widely accepted syntax for mathematics?

owenpalmer
3pts6
atroposjs.com 2y ago

Atropos: JavaScript library to create stunning 3D parallax hover effects

owenpalmer
4pts0
www.youtube.com 2y ago

Cyberbeast vs. Porsche 911 [video]

owenpalmer
1pts0
www.youtube.com 2y ago

Cybertruck Bullet Test [video]

owenpalmer
9pts11
news.ycombinator.com 3y ago

Ask HN: What is the equivalent of a shopping mall for engineers/programmers

owenpalmer
2pts5
reddit.com 3y ago

r/ProgrammerHumor will be shutting down to protest Reddit's API changes

owenpalmer
384pts321
Midjourney Medical 1 month ago

Why would you jump from an ultrasound to chemotherapy? It's not meant to be a definitive diagnosis, it's just an early screening process...

Midjourney Medical 1 month ago

I'm not so worried about the data being useful, I'm worried about the machine actually working.

I mean, with that much data, you may be able to understand under what timeframe a tumor is actually of concern. What's so bad about having some false positives?

Midjourney Medical 1 month ago

I think getting more medical data could prevent a lot of health problems, and collecting it in a relaxed and frequent environment could be interesting. This announcement is honestly just... a bit weird. They're talking about wanting to do a billion scans a month, but they haven't even mentioned what the ultrasound data can tell you about your health, nor have they showed a physical demo of the product. I think the latter is the most important part, does it actually work?

I tried to become a contributor to Canvas (it's open source), but I couldn't even get a development environment setup because of their storage space requirements.

https://github.com/instructure/canvas-lms/wiki/Quick-Start

It is recommended that you have at least 150GB of available hard drive space, 8GB of RAM, and a quad-core CPU to use this script.

As far as I can tell, this is not for running a production environment with assets. This is just the development environment.

I can't seem to tell exactly what they built. They call it a runtime, but they're using NodeJS?

Did they implement a transpiler in Rust?

They also seem to be calling Rust from JS, but not through wasm...

They seem to be doing something with Rust and http, but they're also just using "Pingora"...

Additionally, their homepage is about 20 fps while scrolling on my phone (pixel 4a, brave)

I would honestly love for someone to explain to me wtf is going on.

They're like an OS by analogy, but all of them require an actual OS to interface with the hardware. I don't think making that term fluid is a good idea. If we did, how would I refer to... "an actual OS"?

It's a game changer for reading large codebases and debugging.

Error messages were the "slop" of the pre-LLM era. This is where an LLM shines, filling in the gaps where software engineering was neglected.

As for writing code, I don't let it generate anything that I couldn't have written myself, or anything that I can't keep in my brain at once. Otherwise I get really nervous about committing.

The job of a software engineer does and always has relied upon taking responsibility for the quality of one's work. Whether it's auto-complete or a fancier auto-complete, the responsibility should rest on your shoulders.