Chris Oakman

1.5K posts

Chris Oakman banner
Chris Oakman

Chris Oakman

@oakmac1

I like making things with software.

The Woodlands, TX Katılım Ağustos 2013
390 Takip Edilen638 Takipçiler
Sabitlenmiş Tweet
Chris Oakman
Chris Oakman@oakmac1·
Tactical Advice for New Dads 🧵
English
1
0
3
397
Chris Oakman retweetledi
Dr. Dominic Ng
Dr. Dominic Ng@DrDominicNg·
Health advice comes in two forms: switches and dials. Switches go viral - cut seed oils, try fasting, run barefoot. One fix for everything. Unfortunately, most of being healthy is dials: - Move more - Eat a bit better - Sleep a bit more - Connect a bit more
English
15
50
435
16.6K
Chris Oakman retweetledi
Nornal Guy 🧙‍♂️
Nornal Guy 🧙‍♂️@theralkia·
The stronger your spirit gets, the worse the pain of living a misaligned life will become
English
36
833
5.2K
345.9K
Corey Hoffstein 🏴‍☠️
made some chili this weekend. beyond the standard ingredients, it includes 3 types of chilis, fermented chili paste, fire roasted tomatoes, dark chocolate, dark beer, dried porcini mushrooms, soy sauce, fish sauce, cinnamon... i'm going to honest: my taste palate isn't sophisticated enough to appreciate my own effort.
English
12
0
49
10.1K
Chris Oakman retweetledi
Arnold Schwarzenegger
Arnold Schwarzenegger@Schwarzenegger·
The number of pushups won’t matter until you change how you see yourself. If you see yourself as a lazy person, you’ll always quit. If you start to change who you are, and become someone who trains and doesn’t give up, that’s what matters. Identity change requires action. It’s the proof for your mind that you are someone different than it thinks right now. So start small. Prove to yourself that you’re someone who does 10 pushups and 10 squats right when you wake up every day. You can grow from there, but first we have to change who you think you are.
🧘🏾‍♂️🧘🏾@gtagmemes

@Schwarzenegger How many pushups a day for a lazy person

English
424
3.5K
31.8K
1.2M
Chris Oakman retweetledi
Object Zero
Object Zero@Object_Zero_·
This is how AI is going to revolutionise industry in the near term. Industry is just a collection of 5 million extremely niche problems. You can try and build AGI, generalise with a monolithic world model embodied in generalised hardware. Or… You can solve 1-2 million of those problems TODAY with a cheap and “good enough” specialist. Capitalism is not going to wait for AGI, when a $12 webcam + Raspberry Pi can add 1,000 basis points of productivity to a $10m manufacturing line. Intelligent productivity gains are the first boom wave, and the value will probably be captured by glorified IT consultants, and productive asset owners. SOTA foundation models not required We’re still 5 years away from ubiquitous self driving cars, robotification is at least 5 years after that. But “intelligent systems” is here today.
Ilir Aliu@IlirAliu_

AI in robotics gets all the attention right now, but sometimes the most interesting work is very practical. Viet built a small vision system that counts potatoes on a conveyor belt. No giant dataset. No huge model. Just a clear problem and a smart setup. He used Ultralytics’ ObjectCounter, trained a tiny YOLO11 nano model, and because there was no potato dataset, he annotated a single frame with SAM 2 and trained from that. One frame. Still works across the whole video. It is a good reminder that useful AI in industry often looks like this. Focused. Lightweight. Solves a real task. If you work in manufacturing or robotics, these small systems are usually the fastest wins. They save time, reduce errors, and do not need massive infrastructure. Nice work, Viet. His projects: github.com/vietnh1009 —- Weekly robotics and AI insights. Subscribe free: scalingdeep.tech

English
46
227
2.4K
233.9K
Chris Oakman retweetledi
Orange Book 🍊📖
Orange Book 🍊📖@orangebook·
If you have to sacrifice your health and your relationships to get to whatever "success" you are aiming for, the only outcome is actually failure.
English
34
68
551
18.6K
Chris Oakman
Chris Oakman@oakmac1·
@potetm “yaccl” would be a good name for this 🤓
English
0
0
1
18
Tim Pote
Tim Pote@potetm·
Welp. Ya'll made me do it. I am now the proud owner of Yet Another Clojure Component Lib. Thanks.
English
5
1
22
846
Chris Oakman retweetledi
Rumi
Rumi@rumilyrics·
Be delusional enough to believe that it's possible. Be disciplined enough to prove yourself right.
English
91
2.6K
14K
275.1K
Chris Oakman retweetledi
yuuii
yuuii@yuuiichive·
What am i scrolling for ? What do i hope to find ?
English
786
16.6K
92.6K
1.8M
Chris Oakman retweetledi
Rumi
Rumi@rumilyrics·
What a privilege to be tired from work you once begged the universe for. what a privilege to feel overwhelmed by growth you used to dream about. what a privilege to be challenged by a life you created on purpose. What a privilege to outgrow things you used to settle for.
English
165
7.5K
33.1K
744.3K
Raiza Martin
Raiza Martin@raizamrtn·
My husband and I have a deal that whenever we fight or disagree about something, the first one who notices it’s getting heated needs to speak up and say “hey just a reminder that we’re best friends” and for the last ten years this has worked remarkably well. It really snaps us out of whatever escalating path we might’ve been on and contextualizes how small the discussion is relative to the big picture. Anyway happy saturday ☀️
English
265
4.9K
60.2K
2.5M
Chris Oakman
Chris Oakman@oakmac1·
thinking is more important than typing
Geoffrey Litt@geoffreylitt

I'm trying to cultivate a practice of "calm vibe coding" 😌 It's exciting, even addictive, to push the limits with parallel coding agents... but I can't do my best UI prototyping work if I feel like an air traffic controller. Multitasked, frenetic attention is not the path to quality. My target is a smooth steady flow, efficient but methodical. Used correctly, I think AI can absolutely help rather than detract, but it does require care. I had a very nice rhythm for this back in the ancient days of single-file editing with Sonnet 3.5. The newer models are a bit trickier since they often go further out over their skis in less predictable ways; but I think they can still be an upgrade if used well. Things I'm trying out: - One main thread at a time. My mind needs hours to sink into a problem. Fine to have parallel agents doing scouting work on closely related tasks. Also OK to have background agents doing unrelated work if I'm not checking up on them, but it's tempting to check in which is a challenge. Relatedly... - Trying to be more mindful of what I do the moment after submitting a big task to an agent. Tempting moment to get distracted. Usually for UI prototyping I think the correct answer is to think ahead to the next idea: play with the current state, sketch, maybe start up an agent to do some next research. (Distraction was also a problem with manual coding, but not as bad because focus was required to make any progress.) - Calculator Construction Kits. Have the LLM produce parameterized designs that I can tweak via direct manipulation in the UI itself. The LLM is producing a scaffold/jig that I can use to dial in a design, staying in a deeper flow than if I was coding. - More batched planning upfront. I have always found planning / clarifying questions helpful with LLMs, but trying to invest even more in co-developing a very deep plan up front. There should be no major surprises after the plan is developed. And the agent is on the hook for helping me quickly develop a deep understanding of the existing context in the code. - Keep doing some edits by hand. Sometimes I fall into the trap of making small tweaks by agent, which is much slower than doing them by hand. Navigating the files also keeps me closer in touch with the structure of what's going on. At the farthest extreme, I may do a plan with the agent and then fully implement by hand--but for some things this feels inefficient now. Very much a work in progress. I'm curious for other ideas -- what are you trying?

English
0
1
0
157
Chris Oakman retweetledi
Orange Book 🍊📖
Orange Book 🍊📖@orangebook·
The more options you have, the more mental clarity you need. It's common for people who have resources and wits to waste years because they lacked decisiveness and ended up chasing everything half-heartedly. There is often no right answer in life. You need to make your choices.
English
60
171
1.4K
103.8K
Chris Oakman
Chris Oakman@oakmac1·
@wrongbutkind Have them check for sepsis: “I am concerned about sepsis and would like to rule that out.”
English
1
0
2
38