HackerTrans
TopNewTrendsCommentsPastAskShowJobs

iamjackg

782 karmajoined 5 yıl önce

Submissions

Skapa, a parametric 3D printing app like an IKEA manual (2025)

nmattia.com
30 points·by iamjackg·6 ay önce·8 comments

comments

iamjackg
·5 gün önce·discuss
I realized just a couple weeks ago that I've had my Brother laser printer for 10 years, and I've only changed the toner once -- so long ago that I don't remember when that was.
iamjackg
·8 gün önce·discuss
You're right. I should have included Google in the list!
iamjackg
·8 gün önce·discuss
How many of those are "the exact same product, but better" though? Definitely the iPhone, and possibly Slack. Everything else you listed was a drastic change in the way an existing service (taxis, home media, backups) was delivered or priced, to the point where they feel like either an entirely different product (or an unsustainably priced one that wins by virtue of being cheaper at first, see Uber and Airbnb).

I'm not fundamentally disagreeing with you -- but I think there are some things where "everybody has clearly been doing this wrong the whole time" doesn't pass the smell test: ovens have been around for millennia, including through the whole industrial revolution and recent exponential modernization of technology.
iamjackg
·28 gün önce·discuss
I take that back! It seems to be happening to multiple people using VPNs. My bad. I should have been more charitable.
iamjackg
·28 gün önce·discuss
It's probably a bot account that tried to read the article to come up with a reasonable comment, but TCRF likely serves a "you're a bot, go away" static response page when it's accessed by bots. Pretty funny.
iamjackg
·geçen ay·discuss
"More up-to-date" meaning more sources that are also up to date like the OP, or meaning that the OP is not up to date? Silly English language!
iamjackg
·geçen ay·discuss
It would be cool to use something like this or openfov to control OBS to automatically switch between different cameras/scenes when you turn your head. Either multiple cameras, or switching between screenshare/camera if you look directly into the camera.
iamjackg
·geçen ay·discuss
The same thing happened to me with Opus 4.8 just a few days ago. I was testing a script in a docker container which created a bunch of root-owned files, so Claude couldn't delete them. It tried sudo, but when that didn't work it just spun up an alpine docker container and deleted them through that.
iamjackg
·geçen ay·discuss
Bots doing what? How would the poster being a bot influence why the post itself makes it to the front page with just 10 points?
iamjackg
·2 ay önce·discuss
That seems like a false equivalence to me, even if we ignore the fact that only 21% of that revenue came from non-US countries. There are enormous chunks of the world where the local equivalent of $1500 is a life-changing amount of money.
iamjackg
·2 ay önce·discuss
The C64 sold "between 12.5 and 17 million units" in its lifetime [0], vs. worldwide PC shipments of "71.5 million units in the fourth quarter of 2025." (emphasis mine) [1] It's truly an apples (hehe) to oranges comparison, and in my opinion it only reinforces the point that "normal people" will no longer be able to purchase computers, just like the C64 was not a mainstream product.

[0] https://web.archive.org/web/20160306232450/http://www.pageta... [1] https://www.gartner.com/en/newsroom/press-releases/2026-1-20...
iamjackg
·2 ay önce·discuss
I think the comment's saying that they leave the phone at home, and the watch works by itself as long as it was connected to the phone before leaving the house.
iamjackg
·3 ay önce·discuss
I know, it looks incredible. It popped up on my YouTube feed and I got super excited, but then I thought "I bet this is going to be at least $800." I was wrong in the worst possible way.
iamjackg
·3 ay önce·discuss
I actually thought of this (or a previous similar project? The one posted here seems more recent...) just a few days ago while watching the announcement video for this new DJ device, since it seems to use a 5x5 font: https://driftdj.com/dj-hybrid
iamjackg
·3 ay önce·discuss
The problem, unfortunately, is the scale. It's always scale. Humans make all the kinds of mistakes that we ascribe to LLMs, but LLMs can make them much faster and at much larger scale.

Models have gotten ridiculously better, they really have, but the scale has increased too, and I don't think we're ready to deal with the onslaught.
iamjackg
·3 ay önce·discuss
Scott's work is amazing.

Another related project that builds on a similar foundation: https://github.com/ledfx/ledfx
iamjackg
·3 ay önce·discuss
All it means is that the PO-32 is not a sampler, it's a synthesizer, so it receives a "preset" for the synth rather than an audio sample.
iamjackg
·4 ay önce·discuss
You might like https://github.com/tomnomnom/gron
iamjackg
·4 ay önce·discuss
It depends on what your "currency" is: inference cost vs. models getting dumber/slower with a fuller context.
iamjackg
·4 ay önce·discuss
I find the concept of LLM "brain surgery" fascinating, precisely because of how opaque the network is. One of the first things I did back when llama.cpp first got vision model support was hack the code to zero out (or otherwise modify) random numbers in the image embedding generated by the projector and then ask the LLM to describe the image. It was absolutely fascinating.

It would go from a normal description of the item in the picture to suddenly seeing people clapping in the background that were not there, or making up some other stuff. I kinda stopped after a while, but I should pick that back up and do a more coherent experiment to see if I can find any correlation between vector dimensions and "meaning."