Readit News logoReadit News
beanjuiceII commented on Ask HN: Why isn't my ISP providing AI as a service?    · Posted by u/dwa3592
dwa3592 · a day ago
ISPs do have local facilities, sometimes climate-controllled, such as offices, headends etc.
beanjuiceII · 21 hours ago
most have very little local facilities these days
beanjuiceII commented on Can Flipper Zero steal your car? (Spoiler: NO)   blog.flipper.net/can-flip... · Posted by u/LorenDB
beanjuiceII · 6 days ago
its true guns don't kill people
beanjuiceII commented on Go is still not good   blog.habets.se/2025/07/Go... · Posted by u/ustad
porridgeraisin · 7 days ago
I wrote a small explainer on the typed-vs-untyped nil issue. It is one of the things that can actually bite you in production. Easy to miss it in code review.

Here's the accompanying playground: https://go.dev/play/p/Kt93xQGAiHK

If you run the code, you will see that calling read() on ControlMessage causes a panic even though there is a nil check. However, it doesn't happen for Message. See the read() implementation for Message: we need to have a nil check inside the pointer-receiver struct methods. This is the simplest solution. We have a linter for this. The ecosystem also helps, e.g protobuf generated code also has nil checks inside pointer receivers.

beanjuiceII · 6 days ago
great example, that is indeed tricky
beanjuiceII commented on The Koka Programming Language   lwn.net/Articles/1033050/... · Posted by u/leephillips
beanjuiceII · 8 days ago
paywall?
beanjuiceII commented on GitHub capture is real – time to fork the future of open source AI    · Posted by u/alexnewman
beanjuiceII · 13 days ago
what would it take? cheaper than github, better in every way and faster. now get to work
beanjuiceII commented on This website is for humans   localghost.dev/blog/this-... · Posted by u/charles_f
beanjuiceII · 15 days ago
grok summarize this post
beanjuiceII commented on The man who gets American football players examined for CTE after death   theguardian.com/science/2... · Posted by u/bookofjoe
beanjuiceII · 15 days ago
yea i'll definitely turn off the tv the more they try to ruin the sport, its pretty bad the way it is now, on the brink of not wanting to watch. The players do speak up and a majority of them talk about how weak the game has become.
beanjuiceII commented on Lessons from 3 months vibe coding as a non-technical PM   productleadership.io/p/i-... · Posted by u/sergioschuler
sergioschuler · 23 days ago
I spent 3 months "vibe coding" with Lovable as a non-technical PM.

It's both magical and infuriating.

My conclusion is that non-technical people CAN build simple prototypes, websites and internal tools, but would struggle to build production-grade products without any technical expertise. Think of current AI as a junior dev with outstanding syntax knowledge but terrible judgment.

Here are some things I learned in the last 3 months that seem to work well:

1. Treat it like a software development intern (write PRDs, user stories, acceptance criteria)

2. Work in tiny increments—big changes confuse the hell out of it

3. Use the "Uncle Bob" persona for cleaner architecture

4. Always refactor when prompted (but test before/after)

5. Don't be afraid to revert and start over—code is now the cheap part

Insight about the future of product: When writing code becomes cheap, many experiments that would've been discarded can now be released. We're transitioning from discovery-heavy processes to rapid iteration in production. Engineers won't vanish—they'll take on more PM responsibilities. And PMs/UXers need to learn some engineering to ship independently too.

The best advice I can give you: if you're a product person still sitting on the sidelines, what are you waiting for? Start building.

beanjuiceII · 23 days ago
code is the cheap part start over? this seem naive unless we're talking todo level, surface level stuff
beanjuiceII commented on SimpleW – Web Server Library .NET Core   github.com/stratdev3/Simp... · Posted by u/prodbro
andix · 23 days ago
In total. Just compare different web frameworks by performance, flexibility, features and so on. Whatever you compare, ASP.NET Core will probably end up in the top 20%.
beanjuiceII · 23 days ago
crazy how people just dont want to believe it, but its really really good

u/beanjuiceII

KarmaCake day435November 5, 2021View Original