Hacker Newsnew | past | comments | ask | show | jobs | submit | alexpotato's commentslogin

I've been using GLM-5.3-Flash on Ollama Cloud's $20/mo plan and using OpenCode's free models (mostly Muse Spark 1.3) to do a LOT of work and I would say that I hit a daily or weekly limit MAYBE once a month.

My usage plus reading about how tokens just keep getting cheaper and cheaper sounds like a great thing for "the rest of us" but not sure how the frontier AI labs are going to pay back all of their debt if this is the case.

(I get the inference is currently very profitable but if it's a race to the bottom on token pricing, even that won't last much longer)


There is a tweet doing numbers on Twitter right now which is effectively:

"Do the reading b/c you would be amazed how many people don't do the reading"


So many people treat git commands like magic words, and then are terrified when they mess up their repo (example in this xkcd... https://xkcd.com/1597/)

Reading documentation is a superpower


I'd wager a small sum that git is the tool most of us learned by accident, some of them fortunate, some less so. Thankfully, this one was the former.

Yeah, but Git is a tool, that in the face of an accident shoves you it's manual in the face.

I'm definitely the friend in the alt-text of this comic. What do you mean you haven't read gitcore-tutorial(7)??

Do the reading b/c there's a machine that has done all the reading so it's hard to add value if you maintain the anti-intellectualism of 2010s software dev.

So this is anecdotal but lines up with the points of the article:

- texting has given me the ability to stay in touch with lots of my friends

- being a suburban dad with 3 kids who have activities has made it VERY difficult to see other dads in person

Couple this with a lot of the other families having two working parents, spontaneous "let's go hang out, dude" is effectively zero.

What's more common is having to either:

- have a routine scheduled "dads hang out" event

- scheduling a hang out 2-3 weeks in advance (which also sometimes gets cancelled due to "sick kid", "wife got stuck in traffic" etc)


> She ended up flirting with her GoPro cameras, hallucinating the sound of shamans beating drums, and accusing her electrical equipment of poisoning her with sound waves.

There is an interesting phenomenon called "the Firehouse Effect" that is similar but on a group level.

The idea is that if you take a group of humans and isolate them, they will begin to believe wilder and wilder ideas and communicate those ideas amongst themselves. This happens because the group is not routinely "reconciling" with broader society which in turn is slower to adopt new ideas.

It's named after firemen who would spend a lot of time together in firehouses.

https://absoluteengagement.com/blog/are-you-stuck-in-the-fir...


Interesting. I wonder if that also applies to small groups of people on social media?

Gwern has a great article [0] about commoditizing your complements as a strategy to both boost demand for your product and keep competitors at bay. (this was originally an idea put forth by Joel Spolsky).

He points out that Sun, a hardware company, was smart to work on open source window managers to make it easier to use their hardware.

In turn, they were dumb to create an open source language (Java) that could run on any hardware. This was a strange move as it dramatically reduced the need for Sun's specific machines.

Highly recommend the article as it has lots of other examples of this.

0 - https://gwern.net/complement


So I ended up doing something similar:

- Create a Git Hub project board for issues

- Connect Grok to the above

- Use Grok voice mode to take ideas, have Grok refine them with me and then save them as issues

- Created slash commands in OpenCode like /ni (new issue), /do (do an issue), /curr (what is the current issue), /done (self explanatory)

- I generally tell the OpenCode instance to /do <number> and then off it goes

This give me several benefits:

- I can use Grok Voice while walking or driving to develop and test ideas

- I can lose my entire local OpenCode setup but still have relevant data in the issues

- multiple machines can read from GitHub

- I could go even further and have separate user accounts for each of my bots.

Having been both a PM, dev, SRE and manager, this really does feel like managing a team of devs.


and do you ever look at the code afterwards? The 'software factory' gets exponentially nastier the longer it is kept running without someone with actual experience 'shoving it' back in shape ever so often ... and even then.

Sounds like token burn maxing to me. Ie end up with a lot of “not quite” prototypes soooo try again?

Someone who thinks doing this while driving hardly resonates as someone who cares about safety or quality

I've done the same but using Notion, and I've found really interesting to let the agents write a small "Dev Blog" post on a Notion page with what they built in the sessions, with screenshots, videos etc.

Also working with parallel sandboxes is a must: I use a manger session that read/write the issues from Notion and dispatch them to workers, it handles similar work to the same box to minimize merge conflicts.

PS: I'm using AgentBox for this (discl: I'm the author, free OSS): npm -g i @madarco/agentbox but now also Claude is releasing Projects (still rolling out) and Cursor had cloud agents for a while


don't work while driving, you're putting other people at risk by being distracted

It's not really that different from talking with a coworker about something, whether if they were on the phone or in the passenger seat.

[flagged]


Do all that, when you arent operating a vehicle that can kill me and my family

[flagged]


trying to code while driving is a terrible idea, and it is not changed by whether complaining it about it is virtue signalling

"is a lot higher than the chances" - you killing people due to such stupid idea is far far worse, so that despite it being less likely it has far greater negative impact


This is exactly the kind of bullshit that's more signaling than anything realistic. Most people that use a headset in their car or have a chat with a LLM about system design, and sure, nowadays even push some generated code out, don't do this while speeding at insane speeds towards a family. It's 2026, some people might literally be in a self driving car.

Just horrible takes you're somehow equating using your mouth and brain in a car for any non car function to killing people.

I swear to God, you people are just amazing. I hope you never speak to your friends or family in a car. God forbid your child ask you a question. "Daddy, why are cows brown?" cause that would make you engage your brain and kill people.

Signalers... and now I'm ashamed for having posted three comments to this thread with no other contribution than agitating signalers, and myself in the process.


That’s very close to my setup. Agree it’s a massive shift that doesn’t even resemble how I used to create products before.

https://jaisenmathai.com/articles/sojourn-for-ios-was-45-one...


> I can use Grok Voice while walking or driving to develop and test ideas

Musk would be so proud. Do you by any chance drive a cybertruck too?

Seriously, don't do this while you're driving. Or even while your car is driving. Its dangerous to be distracted in that situation.


I've worked at trading firms where the "reference data master" file is usually a big json or equivalent.

To get the file out to 100s or 1000s of machine they would often use private bittorent to distribute the file out.


Same here. Inspired by both, I used to delivery videos over torrent to in door machines since at that time, there's no CDNs (or it was difficult to get one).

I've seen this used for distributing container images in networks with awkward network topologies (e.g. a lot of bandwidth within a site or sub-site but limited bandwidth to central registries)

As a private network, they have the option of multicast.

When I retire and/or get "F You" money, I'm going to publicly tell a story about multicast, bittorrent and "not invented here" syndrome.

When you combine:

- mechanizing language creation

- A/B testing

- rapid and automated iteration based on the above

You quickly realize that building propaganda engines is getting easier and easier.

If you then fold in large amounts of data on individual's likes, dislikes and general political leanings you can build targeted propaganda tailored to each individual.

Or to use an example from the late 2000s:

someone is building the "Pandora (music app) of propaganda"


"You Are Two" [0] is a video that talks about what happens when the connection between the two hemispheres of the brain is severed.

If you've never seen it I HIGHLY recommend it if only to show how weird our brains actually are.

A good chaser to the above is Peter Watts talk on hive minds [1]. He was a neurology research and the author of the famous sci-fi novel Blindgsight [2]

0 - https://www.youtube.com/watch?v=wfYbgdo8e-8&vl=en

1 - https://www.youtube.com/watch?v=v4uwaw_5Q3I

2 - https://amzn.to/4xD40td


Thank you for the link to Watts’ talk. It is a great watch and is certainly a great jumping off point for anyone writing fiction in the field.

It also could be one of the most terrifying talks I’ve ever heard, but since it is eight years old, I am going to just pretend all of the research he mentions fell through and I have nothing worry about.


While worth understanding, it's a completely different topic from the article.

A lot of small businesses use self storage facilities as mini warehouses.

e.g. let's say you are starting a painting business

You have a lot of equipment you need (ladders, sprayers, buckets, etc) but you live in a small apartment.

A self storage unit can hold all of the above and the storage price is probably tax deductible.


Not just warehouses. In one facility here in South Florida a family member who is a general contractor, uses the storage just as you described, but a couple of units over, there is a gun range, a gun smith shop, a tattoo shop running out of these "self-storage" units. It's legal too, kind of strange how it would be, but I see cops at the range often enough.

A gun range being run out of a storage unit? I realize that Florida has gun laws that people would consider nuts (you can have a gun range in your backyard and nobody can really stop you), but I'd think that the contract of the storage unit would absolutely say no gun ranges.

Without splitting hairs, essentially they are self-storage units that are zoned for multi-purpose use. I don't know the right nomenclature to describe them. Heck, I saw a Jamaican barbecue outfit there. I am sure there is some "farming" going on in more than a few of these. Some photos (these are hosted on my own domain, I can't stand Imgur):

https://i.tinkdeck.com/13eafadad46004a8b366f5d68f7c205a.png https://i.tinkdeck.com/e6204adcf7037830f8dcffab4f2d5a40.png https://i.tinkdeck.com/b8e6a18e1ebc8f056d6eaa93b85cf2bb.png


I may have expanded the definition of self-storage, apologies, but here's the place I was talking about. There is definitely storage and there are definitely guns and gunsmith shops. Crazy, hey? There are people living out of these, this part of Florida is bananas.

https://maps.app.goo.gl/iKnViouaU2inoT82A


Ah ok, this makes a lot more sense. We have places that look exactly like this near my area of Florida as well, and it's 100% in the "industrial" zoned area. No homes, only commercial businesses and small industrial setups.

>this part of Florida is bananas

All parts of Florida are bananas :)


Really I don’t mind, I wish there were more archery ranges but I can deal. People all around are nice, all walks of life. But if someone from another continent were to drop in, their eyebrows would have a heart attack.

> but I see cops at the range often enough.

If it's not legal, I'm sure the cops don't know.


Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: