Tech with Mak
@techNmak
Followers
15K
Following
8K
Media
646
Statuses
4K
AI, coding, software, and whatever’s on my mind.
Joined July 2024
Built an automation that replaces 2+ hours of research, writing, and design The research quality is even better than what I'd do manually. Here's the exact system + giveaway at the end👇
83
71
165
Equations that changed the world. Every engineer owes a quiet debt to these 17 equations. 😊
2
2
10
Equations that changed the world. Every engineer owes a quiet debt to these 17 equations. 😊
2
2
10
Built an automation that replaces 2+ hours of research, writing, and design The research quality is even better than what I'd do manually. Here's the exact system + giveaway at the end👇
83
71
165
Want the full setup? Reply "WORKFLOW" and I'll send you the complete video tutorial Shows you exactly how to build this automation step-by-step
6
1
13
If you are thinking about ditching health insurance all together but are worried about going completely naked in the case something big comes up, you should give CrowdHealth a look. Here is what our CrowdHealth members have paid on average/month over the last 12 months: $143
45
50
578
You don't need design skills anymore. You don't need research expertise. You just need this system. The playing field just leveled.
2
0
16
The economics: Manual: • Research: 60 min • Writing: 30 min • Design: 45 min • Total: 2+ hours Automated: • Everything: 4 minutes 30x time multiplier.
1
0
16
Prompting isn’t just asking the AI a question. It’s a deliberate, engineered input design process, and a critical skill when working with Large Language Models (LLMs). Let's breakdown the prompting techniques. ✅ 1. Core Prompting Techniques ▪ Zero-shot - No examples provided.
14
118
502
Exactly-Once delivery is a myth. Stop Chasing It. You're building a payment system. You need to charge a user exactly once. You can't. It's impossible in a distributed system. The network will fail. You send the "charge" request. The bank's server gets it and charges the
2
2
20
Built a little Movie Night Picker app 🎥 🤓 You type who’s watching 🎞️ You pick their vibe (funny, thriller, romantic, etc.) 🍿 And it finds movies that match all moods. I built it in one go with @rork_app and connected to a real movie API. 🎬 Here’s an 80s demo of how it
3
2
24
The BobaVideo squad is on a roll - dropping fresh magic faster than you can say "anime glow-up." Today's vibe? Styles! Transform your wild ideas into stunning anime images & videos with one-tap flair: Shonen action blasts, 90s Shojo dreamy vibes, hand-drawn charm, MSPaint
4
4
9
Today, as shared by The New York Times, we’re announcing two things: >Our Series B at a $2.1B valuation led by @sarahdingwang at @a16z. >Reaching $100M ARR, profitably, with a team of just 50 people. That's $2M ARR per employee. PowerPoint was invented before the first website,
388
308
3K
Eventual Consistency - The "White Lie" of Distributed Systems When you post a photo, your like count is 0. Your friend in another country likes it. You refresh, and the like count is still 0. You refresh again 10 seconds later, and it's 1. Was the system broken? No. It was
3
4
65
Diskless Kafka isn't really diskless. And that's not even the important part. The important part is that it breaks the one thing that made Kafka so expensive in the cloud. Classic Kafka's "Original Sin" Your data and your server (broker) are married. Data lives on the
1
7
47
Diskless Kafka isn't really diskless. And that's not even the important part. The important part is that it breaks the one thing that made Kafka so expensive in the cloud. Classic Kafka's "Original Sin" Your data and your server (broker) are married. Data lives on the
1
7
47
Optimistic vs. Pessimistic Locking Two users are trying to edit the same wiki page at the same time. How do you prevent one from overwriting the other's work? This is a classic concurrency problem, solved with two main approaches. 1./ Pessimistic Locking pessimistic = "assume
6
30
203