I see in this one of the competetive advantages of the US at work. I don't believe any patch of land that size, that you could build on in the UK is available for $105k, or about £78k. Let alone one with a partially functioning business installed
You can buy land in Northern England or Wales at £10k per acre. Even a large bowling centre wouldn't need more than a few acres. But you're right in general. Looks like this former bowling centre in Inverness is asking for £1.5m: https://uk.businessesforsale.com/uk/for-sale-leisure-develop...
Show HN: I replaced a $120k bowling center system with $1,600 in ESP32s
361–370 of 375 posts
Re: Show HN: I replaced a $120k bowling center system with $1,600 in ESP32s
#362Heh - do you have a "blog" (ala jwz's DNA Lounge)? (This is the kind of retiring from IT tale that I love to read and follow the trials and tribulations of over the years - good luck, thanks for open-sourcing your work!)
That one was perhaps more of a cautionary tale, given the economics.
Re: Show HN: I replaced a $120k bowling center system with $1,600 in ESP32s
#363Re: Show HN: I replaced a $120k bowling center system with $1,600 in ESP32s
#364Earlier quoted context omitted.
That sounds quite hazardous to anyone who happens to be epileptic.
Dunno where you live, but according to this ( https://www.epilepsy.com/stories/shedding-light-photosensiti... ) from a US charity: About 3 to 5 percent of the 2.7 million Americans with epilepsy (approximately 100,000 individuals) are photosensitive. That's a lot, but the chances of one walking in to that bowling alley are likely negligible. Photosensitive epileptics are highly likely to be aware of their condition a…
Re: Show HN: I replaced a $120k bowling center system with $1,600 in ESP32s
#365Earlier quoted context omitted.
yeah feels like you can only target end consumers or hobby business people as any real business would just reinvest capital in equipment that is modern and can compete or get rid of the business if it's not worth the $$$
I think you might be surprised to find out how many "real businesses" can't "just reinvest capital" and have to keep struggling on with what they have.
Re: Show HN: I replaced a $120k bowling center system with $1,600 in ESP32s
#366Re: Show HN: I replaced a $120k bowling center system with $1,600 in ESP32s
#367[dead]
Sorry, I'll have a blog up soon. Wasn't sure there'd be any interest! That link is so weird... it's definitely referencing this HN post, but those codeblocks in there... That's an interesting piece. Looks like their blog generator vibe-coded what it thought my firmware would look like.
There are a lot of site that are republishing your show HN but this one is the only one that actually extended it...
Re: Show HN: I replaced a $120k bowling center system with $1,600 in ESP32s
#368Earlier quoted context omitted.
This is interesting, i built similar for retail environments, oneoffs for events or windows or whatnot. I'm sure you could probably get away with a few terrible webcams per lane for ball tracking it's pretty much a perfect environment. A totally flat level lit are with very little noise with one circular blob moving through it. Might be an issue if you do the ever popular blacklight lanes night bowl thing, maybe just…
Have you ever written online about your projects? This stuff is endlessly fascinating to me. And your suggestion about a webcam makes me think about a problem a client and I had a couple of years ago that was never solved. It would be a completely controlled visual environment, so an ESP-cam just be the ticket if he's still interested.
Re: Show HN: I replaced a $120k bowling center system with $1,600 in ESP32s
#369Earlier quoted context omitted.
This is arguably a dangerous fallacy, particularly for anything critical. When the person doesn't know programming, it becomes harder to guide agents and do reviews, leading to overlooking issues and accepting mistakes. This gets amplified for any creative solutions or fixing future problems, where it is something the LLM was not trained on or has limited data about the subject. Plus add how much money spent on token…
Better still, the llms are easier to get on with than real developers. You explain to a real developer what you want, after a few weeks you find every word you said has been understood in the frankly weirdest way possible and every grey area, instead of asking, has gone way off piste. The same goes for the LLM, but it replies in minutes and costs next to nothing, so you can correct it quickly, and you don't even have…
True, LLMs can spit things out faster, but often in context to needing greater specificity and giving cookie cutter results. In regards to that, humans can copy and paste too. The time saved on the front end, can be lost by needing to come up with tighter specifications or the need for human review, to ensure quality.