HackerTrans
TopNewTrendsCommentsPastAskShowJobs

jonahss

no profile record

comments

jonahss
·hace 10 días·discuss
I love how this article reads similarly to articles about recent advances in the Conway's Game of Life community.

From my point of view: a team combined all the tricks in the community into one machine and we finally created a new life form to play with!
jonahss
·hace 3 meses·discuss
I feel kind of good knowing that my code, design decisions, styles, are now part of the data shaping all software now.
jonahss
·hace 5 meses·discuss
It overhauled my media server.

I hadn't set it back up after moving. I gave OpenClaw ssh credentials and it updated the OS and packages, then couldn't get back in after a restart.

I plugged in keyboard and screen and it was stuck at boot, couldn't mount a drive.

I sent OpenClaw screenshots and it told me to type in journalctl commands. Then it had me modify fstab so boot could continue.

After that, OpenClaw could get back in on its own. It found the drive I'd been using had 1300 bad sectors and was going to die. It saw that another drive was perfectly healthy. It said the bad disc sectors were all early and probably just filesystem metadata and my files were probably fine. It copied 1.5Tb to the newer drive and restored everything.

I probably would have thrown the whole box out, as I hadn't used it in a year and wasn't looking for a project like that.
jonahss
·hace 6 meses·discuss
It seemed to me that pre-llm, google had stopped surfacing stackoverflow answers in search results.
jonahss
·hace 9 meses·discuss
One thing that China has, that the US does not is a marketplace like Alibaba. It's simply incredible how you can place an order for any component with a quantity slider that goes from "three" to "three full train-cars a day".

When starting a hardware product, it's so easy to buy small quantities at commercial prices, no questions asked.

In the US, it seems all sales is relationship-based. I need to fill out forms on bad websites, wait for emails from sales reps, who sniff out immediately that I only want a small order. The overhead for processing an order isn't deemed worth the time, and any US-based small-time project ends there.
jonahss
·hace 9 meses·discuss
If anyone is interested, I know someone in San Francisco who built a full injection molding shop in their basement and is happy to take orders.

Also I know a 3d printer that can print molds for injection molding, and I know a guy with a set of printers who'd be happy to take orders.
jonahss
·hace 8 años·discuss
RedisGraph! it’s a module added to redis. very simple and performant, they supply a docker image already running it and clients exist in most languages.