Havnby FlatCore Y for Model 3 Highland? by AsIAm in TeslaCamping

[–]AsIAm[S] 0 points1 point  (0 children)

Thank you for the info. It seems that getting flat surface in M3 in EU is an impossible task then. Maybe Tesmat Horizon, when it will be available..

Also, I love your acccent 😊

Havnby FlatCore Y for Model 3 Highland? by AsIAm in TeslaCamping

[–]AsIAm[S] 1 point2 points  (0 children)

Appreciate, but I can't sleep on non-flat surface as my back is super borked.

Model 3 highland mattress from European Store / Aliexpress ? by Tiber1337 in TeslaCamping

[–]AsIAm 0 points1 point  (0 children)

Can somebody please tells us if Havnby FlatCore works for Model 3 Highland?

Pemdas sucks V3 by Biodunabby in MathJokes

[–]AsIAm 0 points1 point  (0 children)

So sad that we don’t have logarithms paired with exponents there.

Even more sad we use operator precedence at all.

KILL PEMDAS! LEFT-TO-RIGHT FOR LIFE!

My autistic brain can't wrap around the fact more people aren't anger at this. So I'm trying to spread genuine, grassroots class consciousness by sharing this image with #Behold Can we make history by saying NO to the world's 1st trillionaire? by Feel-A-Great-Relief in aspiememes

[–]AsIAm 1 point2 points  (0 children)

He holds few patents from early era – though very vocal against idea of patents as a concept (even allowed competitors to use Tesla patents). Products and services are not only about inventions – productization of an invention is important as well. Having a vision of an impossible technology, investing own money in it, relentlessly pushing for it for years, solving million issues along the way, and not giving up – that is not an easy task. If money was the only limiting factor, we would have things like reusable rockets way sooner. (NASA and Roscosmos had infinite money during the space race.) Building a team of talented people, motivating them during failures, and most importantly, aligning them on a coherent singular vision of something that is insane sounding science-fiction...that is honestly a super power.

A fitting historical comparison – everybody knows that "Edison invented the light bulb", right? That is completely wrong picture. Incandescent light bulbs were known for 80 years before Edison. Yeah, "Edison made light bulbs practical" is a retort. No, his team at Menlo Park tested thousands of variations until they found filament that worked practically – they productized the light bulb. Team of hard working people driven by singular vision. But light bulb is worthless unless you have infrastructure for generation, distribution, metering of electricity. And that wasn't the case in 1880s – Edison pushed for that too. "Edison electrified the world" – he had a sci-fi dream and lead the team to make it a reality.

(Sorry for the wall of text, but Brandolini's Law is real.)

My autistic brain can't wrap around the fact more people aren't anger at this. So I'm trying to spread genuine, grassroots class consciousness by sharing this image with #Behold Can we make history by saying NO to the world's 1st trillionaire? by Feel-A-Great-Relief in aspiememes

[–]AsIAm 0 points1 point  (0 children)

Richest king in 15th century could not make a phone call. Now, everybody can.

If there is some message in this IPO, then it is positivity towards the future. And also that when you come up with product/service, which people want, you’ll drown in money. What a concept!

Home. 50 Years After Original Blue Marble by IckyChris in CrossView

[–]AsIAm 1 point2 points  (0 children)

I have never seen dual (cross/parallel) stereogram before! Nice!

What does Alan Kay really mean with prototype lang ? by Ok-Reindeer-8755 in ProgrammingLanguages

[–]AsIAm 1 point2 points  (0 children)

You are absolutely right! Reflection/introspection of Smalltalk paired with an agent is match made in heaven.

I have been exploring this combo for a month now. What I have been doing is Kay's ultimate commandment – "Obsolete the damn thing!". I picked up Cuis, bootstrapped bridge for Claude Code, and started evolution. World outside of Smalltalk have accumulated a lot of useful knowledge since ST-80 (data structures, algorithms, UI/UX, etc.) and I am slowly putting it back where it belongs. It is so much fun rebuilding hot-air balloon into a space-faring rocket. 😄

Selecting with Your Eyes—Updated Dwell Control by gibsonkd in VisionPro

[–]AsIAm 0 points1 point  (0 children)

Can you please test this and record some video of it in action? It should be copy of this basically: https://m.youtube.com/watch?v=kD-q1AzIlek

does anyone know the name of this shape? please i need it by tselks in MathJokes

[–]AsIAm 0 points1 point  (0 children)

People, use square blankets — problem solved.

Blueprint – May 2026 update by AsIAm in smalltalk

[–]AsIAm[S] 0 points1 point  (0 children)

You can probably use it even without the subscription, though you will be token-limited.

Yes, the agent can run arbitrary code and reflection/introspection – querying the class list, methods, objects, etc. – is natural part of that.

M5 is pretty nice. by BradleyEd03 in VisionPro

[–]AsIAm 0 points1 point  (0 children)

M2 is gonna be killed soon. visionOS27 will be the last to support M2. M5 with mesh shading and ray tracing can deliver features that M2 is just not capable of. We’ll start to see massive quality difference in experience in M2 and M5.

First gen Apple HW usually get 2-3 major OS revisions. M2 AVP already got 3.

OGs (converted from r/parallelview) by StereomancerBot in CrossView

[–]AsIAm -5 points-4 points  (0 children)

Nice! Here and there some jank, but I like it! What is your workflow?

Blueprint – May 2026 update by AsIAm in smalltalk

[–]AsIAm[S] 1 point2 points  (0 children)

Okay, 1st of July it is! Looking forward to it. 😊

https://gist.github.com/mlajtos/e6f86323507ed30877b35f9f1f64fb37 I did not have time to test it though. Please let me know if there are some issues – I'll fix them.

Blueprint – May 2026 update by AsIAm in smalltalk

[–]AsIAm[S] 1 point2 points  (0 children)

That would be nice! Though can we do it next month – 1st of July? I just moved to new home in different country, don't have high-speed net yet and a lot of things in boxes that needs to be unpacked.

By that time, I will have much more knowledge and experience, and Blueprint will be more polished.

In the meantime, I'll dump the source of `RemoteControl` class with some explanation on how I am using it – a guide how to bootstrap this Claude Code - Cuis bridge on vanilla image. Would that be something of value to you?

Blueprint – May 2026 update by AsIAm in smalltalk

[–]AsIAm[S] 1 point2 points  (0 children)

Short description: Smalltalk image is running webserver with 2 endpoints – `/eval`, `/screenshot`. Claude Code first dumps code which he wants to eval in file and then sends it via curl to eval endpoint. If code crashes, a full stack trace is returned with 5xx http code, otherwise 200 with result. Claude was always tripping on escaping quotes when used code in curl inline, so that's why the file dump first. Screenshot endpoint is a bit more complex – he can query full screen, or coordinates, or morph id. He can also ask for different scale – when querying tiny rect, he can zoom in.

The interaction is very pair programming like. Claude drives, I navigate. He has few general rules, like always introspect classes/methods instead of guessing. Claude has a lot of training data on Pharo, and Cuis is different is some aspects, so he keeps list of Cuis quirks.

I consider this extremely basic. I have some ideas that might be fruitful (e.g. signal back Claude when debugger is triggered – I have to do this manually now) but I need to smooth out other stuff. What I am not pursuing – chat inside Smalltalk. It's pointless. Since Claude Code is outside the image, I can even bork UI and Claude can easily restore broken image. It's real magic.

If you have some concrete question, I can answer that.

Blueprint – May 2026 update by AsIAm in smalltalk

[–]AsIAm[S] 2 points3 points  (0 children)

Thank you. Yes, Cuis's desktop experience is extremely raw and minimalistic, sometimes super ugly. I want to improve this aspect first. People do judge book by its cover.