Anton | LeetCode → FAANG

244 posts

Anton | LeetCode → FAANG banner
Anton | LeetCode → FAANG

Anton | LeetCode → FAANG

@AntonHashTry

Building HashTry — tracks how well you know LeetCode problems, not just how many. Prepping for FAANG, documenting the journey.

Katılım Aralık 2013
755 Takip Edilen349 Takipçiler
Anton | LeetCode → FAANG
@Cloudflare my old raspberry pi 2 from 2015 is still chugging along, outlasted three laptops. guess reliability isnt a feature you pay for anymore.
English
0
0
0
66
Cloudflare
Cloudflare@Cloudflare·
Home lab enthusiasts assemble. What is the oldest piece of hardware currently running in your home network setup? #CloudflareChat
English
12
0
7
2.2K
Ujjwal Chadha
Ujjwal Chadha@ujjwalscript·
Stop wasting your time learning to be a "Prompt Engineer." It is a dead-end skill. The entire tech industry is obsessing over how to perfectly word queries to Large Language Models. We are treating it like a dark art, with people selling courses on "megaprompts" and optimal phrasing. Here is the uncomfortable truth: Models are rapidly getting good enough to write their own prompts. The UI is already abstracting the raw prompt away. If your only career moat is "knowing how to ask the chatbot nicely," you are going to be out of a job very soon. The real 10x skill for 2026 isn't prompting. It is AI Orchestration and Agentic Workflows. We don't need more people who know how to chat with AI. We need engineers who know how to integrate AI into complex system designs, manage state between agents, and handle the inevitable API failures.
English
4
3
18
802
Gergely Orosz
Gergely Orosz@GergelyOrosz·
Damning evidence suggesting that compliance certificates issued by Delve (a startup founded in 2023) are fraudlent + worthless I never understood how eg Cluely could be GDPR, SOC2, HIPAA compliant in ~a week. Now we know: they probably aren't. Just wild substack.com/home/post/p-19…
Gergely Orosz tweet media
English
20
28
315
19.8K
Anton | LeetCode → FAANG
@SumitM_X I'd pick based on which office has the best coffee machine, honestly. The job titles are just fancy ways to say 'debugging all day' anyway.
English
0
0
4
451
SumitM
SumitM@SumitM_X·
Same salary, same location. What job are you picking? 1. SDE 2 at Netflix 2. SDE 3 at Flipkart 3. Tech Lead at Swiggy 4. EM at Zomato
English
11
0
60
7.7K
Anton | LeetCode → FAANG
Anton | LeetCode → FAANG@AntonHashTry·
@thdxr the opacity is a feature not a bug. it creates jobs for people who guess what the model did. we're all prompt engineers now, congrats
English
0
0
1
962
Anton | LeetCode → FAANG
Anton | LeetCode → FAANG@AntonHashTry·
@thdxr I tried an AI password manager once. It generated passwords so secure even I couldnt remember them, then suggested I write them down.
English
0
0
4
971
dax
dax@thdxr·
ai password manager is that anything?
English
138
1
343
49.1K
Anton | LeetCode → FAANG
Anton | LeetCode → FAANG@AntonHashTry·
@svpino next step: AI writes code so clean it looks human-made, then we pretend we're geniuses. the ultimate career hack.
English
0
0
0
236
Santiago
Santiago@svpino·
I didn't know you could disable Claude Code attribution when committing code. To fix it, I asked Claude Code to disable attribution, and it updated the global settings. json file. No more "Co-Authored-By: AI <ai@example.com>" comments.
Santiago@svpino

@Yuchenj_UW I really hate that Claude does this. I had to write my own skill + hook to prevent it from doing this.

English
25
3
96
36.5K
Anton | LeetCode → FAANG
Anton | LeetCode → FAANG@AntonHashTry·
House Robber. Four attempts, the weirdest graph yet — 24, 9, 4, 7. Got to A tier two weeks ago and thought I had it locked. Came back after 16 days and dropped to B. Turns out "I understand this" has an expiration date. How long before a problem you "mastered" starts fading? #leetcode #dsa
Anton | LeetCode → FAANG tweet media
English
0
0
4
273
Addy Osmani
Addy Osmani@addyosmani·
@AntonHashTry I think of it like a mirror. If the spec/prompt/vision is messy or super flawed, it just scales that mess faster.
English
1
0
1
208
Addy Osmani
Addy Osmani@addyosmani·
AI doesn't replace taste. It multiplies whatever taste you already have.
English
79
38
290
22.7K
Anton | LeetCode → FAANG
Anton | LeetCode → FAANG@AntonHashTry·
@simonw So OpenAI will now write, lint, and package my code. Guess I'll just watch Netflix while the AI does my job. What's next, AI interviewing AI?
English
0
0
1
666
Anton | LeetCode → FAANG
Anton | LeetCode → FAANG@AntonHashTry·
@SumitM_X I actualy think about this every time my app freezes. It's like the disk is on a coffee break while memory's sprinting.
English
0
0
0
150
SumitM
SumitM@SumitM_X·
As a developer, Have you ever thought : WHY disk access is so slow compared to memory access?
English
15
0
53
8.4K
Anton | LeetCode → FAANG
Anton | LeetCode → FAANG@AntonHashTry·
@aakashgupta ngl, if it can't handle dependency hell yet, it's just like a junior dev who can write code but breaks the build every time.
English
0
0
0
504
Aakash Gupta
Aakash Gupta@aakashgupta·
The real story is what Codex couldn’t do until today. OpenAI’s coding agent has 2 million weekly active users and 5x usage growth since January. It can write functions, fix bugs, and run tests. What it could not do is install the right Python version, resolve dependency conflicts, lint its own output, or enforce type safety. The four tasks that consume more developer time than writing code. Astral solved all four. Ruff lints 250,000 lines of code in 0.4 seconds. uv installs packages 10 to 100x faster than pip. ty type-checks faster than Mypy by orders of magnitude. 81,000 GitHub stars on uv. 46,000 on Ruff. Tens of millions of monthly downloads. The company raised $4 million. A seed round and nothing else. This is the second open source developer tools acquisition in ten days. Promptfoo on March 9 for AI security testing. Astral on March 19 for the Python development lifecycle. Both companies had millions of users. Both promised to keep the open source open. Both teams are joining specific OpenAI product divisions. The pattern is clear. Every AI coding agent hits the same wall: generating code is the easy part. The hard part is everything around the code. Environment setup, dependency resolution, linting, formatting, type checking, security scanning. Astral and Promptfoo were the best companies in the world at those specific problems. OpenAI just bought the wall.
OpenAI Newsroom@OpenAINewsroom

We've reached an agreement to acquire Astral. After we close, OpenAI plans for @astral_sh to join our Codex team, with a continued focus on building great tools and advancing the shared mission of making developers more productive. openai.com/index/openai-t…

English
33
30
472
94.7K
Anton | LeetCode → FAANG
Anton | LeetCode → FAANG@AntonHashTry·
@ThePrimeagen the real feature isnt webp support, its the hidden puzzle where you rename files to make things work. adds a fun challenge to daily tasks.
English
1
0
39
2.4K
ThePrimeagen
ThePrimeagen@ThePrimeagen·
google is one of the most advanced and most inept companies at the same > buy the original company and develop webp in 2010 > in 2026 still do not support it in youtube thumbnails > if user literally renames *.webp -> *.png it works > same thing in google docs
English
62
63
3.6K
123.9K
Anton | LeetCode → FAANG
Anton | LeetCode → FAANG@AntonHashTry·
@SumitM_X step one: realize you're querying 6 years of data. step two: declare it a climate change initiative and request a bigger server budget.
English
1
0
117
6.9K
SumitM
SumitM@SumitM_X·
As a backend dev, You see: GET /api/v1/reports?from=2020-01-01&to=2026-01-01 Table size: 70M rows What are your next steps?
English
65
10
610
111.5K
Kritika
Kritika@kritikakodes·
As a developer, have you ever wondered: You scroll Instagram for hours and never run out of content. How does it keep selecting the “next best post” every time?
English
10
0
17
1.4K
Arpit Bhayani
Arpit Bhayani@arpit_bhayani·
I dug deeper into API clients like Requestly and tried to model their database and low-level design. One realization - they are way more than just simple curl wrappers. I just published a video dissecting the low-level design of building a full-fledged API client from scratch and the exact database models you need to make it all work. I spoke about features like variable interpolation, request chaining, test assertions, etc. The video will help you peek into the hidden mechanics of the developer tools we use every day. Give it a watch.
English
7
7
361
18.2K
Anton | LeetCode → FAANG
Anton | LeetCode → FAANG@AntonHashTry·
@SumitM_X in practice you just let both book and then send one a 'sorry, sold out' email. the user experience is the real concurrency test.
English
0
0
2
838
SumitM
SumitM@SumitM_X·
Two users hit "Book Now" at the exact same millisecond on Booking and Expedia. Only 1 seat left. Both requests reach your system. How do you make sure ONLY ONE ticket gets booked?
SumitM tweet media
English
25
4
105
23.7K