Is your phone also made of indestructible materials so it can't break, and magnetically linked to your person so it can't be stolen? Backups exist so you don't lose precious photos/data if you lose the device. Most People™ do not have the technical knowledge to set up a self-owned backup system, and/or will not realize how badly their future selves will wish they had backups if the setup friction for a self-owned solution is too high to conveniently do it right this second.
Got any you'd recommend? I've been paying the Hue tax because they're the only bulbs I've had with zero connectivity issues ever across several years, whereas every other brand I've tried has been very unreliable.
> when you needed a charger, you'd take the one that fit the charging hole and it would charge.
I have three devices in my room right now that fit the "standard" barrel plug shape. One is 5V, one is 12V, one is 12V with inverted polarity. If I plug the wrong cable into the wrong device it will break permanently. They do have the decency to label somewhere on the device what kind of power it needs but that's something I need to check every time.
In contrast I bought a couple inexpensive 6' USB-C cables that do 100W charging, and a couple inexpensive bricks that support that too. Every USB-C device I own - my phone, my laptop, my earbuds, my portable batteries, my portable fans - every one of them can power/charge at full speed or at least very fast.
And more importantly, I know they aren't going to get fried if I'm tired or in a rush and I forgot to check the plugs. I made one purchase of some inexpensive good cables+bricks, and now I never need to think about it again.
> He didn’t try to hide that he had used AI to generate much of his assignment. Instead, he admitted his anxiety. He felt that mastering these tools was essential for his future career, yet he had no idea how—or even whether—he was allowed to use them.
I'm empathetic to the student: I'd bet a large majority of employers/careers he's researching right now are making a lot of press noise about "the importance of AI" and how "it's a necessary part of the workplace now." Can you really expect someone in his shoes to avoid it entirely?
I've noticed when I'm spacing out and staring at a single point for a while that there's some kind of "tunnel vision" that develops, where everything besides the small point I'm looking at starts to darken and if I shift my body suddenly everything that was fading will "refresh." I always thought it felt similar to when a particularly bright light "burns in" your vision for a moment. Sounds a lot like the phenomenon described in the Stabilized Image article. Neat stuff!
> People knew what you did and you wouldn't be invited to events or be hired.
I feel like this has almost never been true in big cities: it's impossible to know everyone and unless they made the news for what they did word wouldn't travel very far.
Besides that, I also haven't observed what you're describing in both the smaller communities and the cities I've lived in. People absolutely do still get socially ostracized all the time in real life.
As an average male who is ~175lbs and untrained at cycling, this is hugely validating for my terrible idea; 140 watts is the max charging speed for 16" M5 MacBooks. I can finally stop thinking for myself and have my computer do it all for me, powered by my big beefy legs.
My partner just got a rowing machine that offered "watts" as a unit of how hard you're going (like "calories" or "mph") and got me wondering if they made rowing machines that could slowly charge a battery, and how much I'd need to row to power one of them fancy newfangled M5 Max MacBooks answering prompts.
All that to say, CrankGPT, I am your target demographic and if you don't respond to my request for a demo I'll be cranking my keyboard with bad reviews online. Or cranking a rowing machine that powers an LLM to do it for me. Wait...
2. It's p2p across all my devices (which from what I understand is not how rsync operates)
So as long as my laptop and my desktop are both turned on I can trust they're always fully up-to-sync with each other, and in my experience they always are.
I'm really, really curious why though? I'm not gonna try to dig at you, I just don't understand and want to know.
Is your "writing job" one where the end goal is like short random articles on some giant aggregate, or something like instructional content for businesses or something? Where a human typing things was just a means to an end, rather than what I'd assume OP's doing where they're writing for their own joy and/or because people love their specific voice? Because that's the only way my brain can rationalize it right now.
My 2019 MacBook Pro (the last year of Intel) is now 7 years old and runs "frustratingly" well ("frustrating" in the sense that I can't justify replacing it yet, despite how badly I want to get a new one!)
In my personal and professional experience CLAUDE.md will be set up with workspace/project specific info that any agent on anyone's computer needs to know:
* what the repo actually is ("this is a rust application that does XYZ", "this is a internal tooling platform")
* how it's structured so the agent knows where to look
* code and review standards
* rules ("don't automatically run formatters/linters", "don't touch dependencies")
I admittedly haven't done a ton of research lately on AI capable PC hardware because of how nuts prices are right now, so I might be missing something...
...but all the AMD 395+ machines I can find are even more expensive than the aforementioned cheapest Mac Studio. Mac Studio starts at $2,000 (only 32GB), AMD 395+ 128GB machines seem to start at $3,000 from what I can see.
OP never said Claude made a whole game from scratch though, nor are they saying Claude is doing everything without any human contributing to the project, nor are they saying they haven't spent a lot of time and effort on it. Just that it's made it fun and more accessible and it's gotten them excited about something they abandoned.
Here's a bullet point list of the things Claude's done according to OP:
* it picked up the general path immediately
* he explicitly pushed into "lets have V0 game play loop finished, then we can compound and have fun = not giving up".
* [I gave him game design ideas,] he comes with working code.
* [I gave him papers about procedural algos,] and he comes with the implementation
* brainstorm[ed] items
* create[d] graphic assets
* he created a set of procedural 2d generators as external tools
I had a ton of fun setting up and trying it out locally (also opencode and one of the qwens.) I still don't have hardware powerful enough to feel like it's meaningfully productive, but all the learning I had to do (and all the bonus things I got curious about as the curtain peeled back) got my nerd brain all worked up, and finally seeing it work was exciting in that cool-new-experience way you don't often get to enjoy :)
I did tinker a lil with mine! RTX3080 with 10GB VRAM, 5600x with 64GB DDR4 - not very good but it was very fun and exciting to tinker with :)
My partner on the otherhand has an M3 Max 64GB which I've had way more success with. Setting up opencode and doing a tiny spec-driven Rust project and watching it kiiinda work was extraordinarily exciting!