andreyka26_se
This is brilliant. Yes, it is a tradeoff as in basic computer science: - you have quick writes but long reads - you have slow writes but long reads That's it. And I was always respecting people and projects that respect other's time and make bigger effort…
this is exactly what happened with our AI proj at Snowflake.
The code was pushed quicker than people can track it and save it to brain.
Now the complexity is too high to comprehend. And now human either asks LLM to fix the error and prays, or needs 2 weeks to understand how shit works (still with ai, cause you fucking cannot read 2-3k lines of rust function)
The code was pushed quicker than people can track it and save it to brain.
Now the complexity is too high to comprehend. And now human either asks LLM to fix the error and prays, or needs 2 weeks to understand how shit works (still with ai, cause you fucking cannot read 2-3k lines of rust function)
😁5❤1
andreyka26_se
this is exactly what happened with our AI proj at Snowflake. The code was pushed quicker than people can track it and save it to brain. Now the complexity is too high to comprehend. And now human either asks LLM to fix the error and prays, or needs 2 weeks…
I'm not joking about 2 weeks.
I had to do knowledge share about our CRAZY COMPLICATED THE HARDEST TO COMPREHEND IN MY LIFE custom PKI/Certificates.
took me 2 weeks to draw down the excalidraw diagrams. It was seen during the meeting people didn't understand shit out of my talk about certs (however it was crazy distilled, easy-to-read-hard-to-write snapshot of things).
I already see how beautiful the oncall will be for that thing😁
I had to do knowledge share about our CRAZY COMPLICATED THE HARDEST TO COMPREHEND IN MY LIFE custom PKI/Certificates.
took me 2 weeks to draw down the excalidraw diagrams. It was seen during the meeting people didn't understand shit out of my talk about certs (however it was crazy distilled, easy-to-read-hard-to-write snapshot of things).
I already see how beautiful the oncall will be for that thing😁
😁5❤1
btw we are 2.5k on YouTube!!
LeetCode cap did its work xDDD skyrocketing
Thank you for being with me. Hope it is fun/interesting/useful for you at least sometimes
LeetCode cap did its work xDDD skyrocketing
Thank you for being with me. Hope it is fun/interesting/useful for you at least sometimes
🔥13❤1
Daily 365th day streak
Good problem for Game theory, we had bunch of them few days ago. Definitely recommended, it is "subbranch" of DP problems. And it is not that hard, harder than prev ones, but doable
https://leetcode.com/problems/stone-game-ii/description/?envType=daily-question&envId=2026-08-09
#daily #medium #pattern
Good problem for Game theory, we had bunch of them few days ago. Definitely recommended, it is "subbranch" of DP problems. And it is not that hard, harder than prev ones, but doable
https://leetcode.com/problems/stone-game-ii/description/?envType=daily-question&envId=2026-08-09
#daily #medium #pattern
🔥3❤1
This media is not supported in your browser
VIEW IN TELEGRAM
I FUCKING SOLVED AI PUZZLE, just sat calmly and microstep by microstep investigated.
Now waiting for tests to confirm, and solve daily for tomorrow. Amazing feeling, amazing vibe 3am.
Not all would understand, but this is fun for me😁
Now waiting for tests to confirm, and solve daily for tomorrow. Amazing feeling, amazing vibe 3am.
Not all would understand, but this is fun for me😁
🔥12❤1
I will never stay if I dont want to. I cannot make myself usually😁😁
I got a right vibe, I got involved and felt challenge I wanted to solve for myself. Tbh I didnt really care about Snowflake yesterday, it was personal😁
Side thing, manager understands and I will get 1 vacation day for that.
In general people very strict about employees to BE on vacation and TAKE vacation, it is EU. But, I am the guy who goes office every day, cause I like it. Aaand, I am usually starting late, during working days (you cannot find me in the office before 11:30). And they are somehow okay with that, therefore I am staying late. If anyone would tell me “you must come before 10”. I would stop doing that for sure
I got a right vibe, I got involved and felt challenge I wanted to solve for myself. Tbh I didnt really care about Snowflake yesterday, it was personal😁
Side thing, manager understands and I will get 1 vacation day for that.
In general people very strict about employees to BE on vacation and TAKE vacation, it is EU. But, I am the guy who goes office every day, cause I like it. Aaand, I am usually starting late, during working days (you cannot find me in the office before 11:30). And they are somehow okay with that, therefore I am staying late. If anyone would tell me “you must come before 10”. I would stop doing that for sure
❤7
andreyka26_se
Daily 365th day streak Good problem for Game theory, we had bunch of them few days ago. Definitely recommended, it is "subbranch" of DP problems. And it is not that hard, harder than prev ones, but doable https://leetcode.com/problems/stone-game-ii/desc…
Btw, is it a YEAR OF SOLVING DAILY NOW???😎
🔥13🤯3❤1
This media is not supported in your browser
VIEW IN TELEGRAM
He had something to say.
They are so cute here, and at the same time mafia style birds. They can steal your burger from hand (I have heard stories)
They are so cute here, and at the same time mafia style birds. They can steal your burger from hand (I have heard stories)
❤9
Ooooh my god. Sorry, but I agree with that guy. Moreover I believe that people that say “code is never a hard thing” never actually did anything except printing html button or putting json from one storage to another storage.
Go and try write low level kernel networks thingy with rust or c. Let’s see how “coding is not hard part” 🤡.
Maybe they think code is just syntax, which confirms my above’s point, cause if you try multiple langs, you will see how at least thread model and async/await model is different. How memory management is different (AND IT IS NOT EVEN INCLUDING NON-IMPERATIVE LANGS LIKE SCALA, F#)
Go and try write low level kernel networks thingy with rust or c. Let’s see how “coding is not hard part” 🤡.
Maybe they think code is just syntax, which confirms my above’s point, cause if you try multiple langs, you will see how at least thread model and async/await model is different. How memory management is different (AND IT IS NOT EVEN INCLUDING NON-IMPERATIVE LANGS LIKE SCALA, F#)
❤9
andreyka26_se
Ooooh my god. Sorry, but I agree with that guy. Moreover I believe that people that say “code is never a hard thing” never actually did anything except printing html button or putting json from one storage to another storage. Go and try write low level kernel…
Really like go check almost any open source thing: nginx, envoy, postgres, redis, sqllite. And tell me fucking code is easy part🤡🤡🤡 and it is only networks/storage. Lets see game engines, lets see microcontrollers and embedded systems. Lets see LLMs inference code, any machine learning engine essentially. Lets see any compiler or interpreter
❤8
You know I'm a bit addicted to sharing knowledge with people, and it is unbelievable feeling, when you can share something you have been working and studying for long time and see it helps people.
BUT
Seeing people contributing and using your software - IS DIFFERENT LEVEL of dopamines/endorphins🥰
BUT
Seeing people contributing and using your software - IS DIFFERENT LEVEL of dopamines/endorphins🥰
👍7❤2
Daily 366th day streak
Don't be scared. The problem is essentially easy-mid (if you have solved 3-4 game theory daily before).
Good problem, has pattern, I recommend.
https://leetcode.com/problems/stone-game-iv/description/?envType=daily-question&envId=2026-08-10
#daily #hard #pattern
Don't be scared. The problem is essentially easy-mid (if you have solved 3-4 game theory daily before).
Good problem, has pattern, I recommend.
https://leetcode.com/problems/stone-game-iv/description/?envType=daily-question&envId=2026-08-10
#daily #hard #pattern
❤3
andreyka26_se
Daily 366th day streak Don't be scared. The problem is essentially easy-mid (if you have solved 3-4 game theory daily before). Good problem, has pattern, I recommend. https://leetcode.com/problems/stone-game-iv/description/?envType=daily-question&envId=2026…
We haven't done that for long time. But for new people: if you want to learn how to convert top-down dynamic programming solution to bottom up -> I have designed "template" with instructions that you can blindly follow and get the right solution in 99%
Check comments in today's daily.
https://t.me/programming_space/2033?comment=5430
Check comments in today's daily.
https://t.me/programming_space/2033?comment=5430
Telegram
andreyka26_se in andreyka26-se
Then you imagine stack trace, we start from larger stones variable and go down to smaller. So our for loop should be reversed: from the smaller to the larger.
All the base cases (we don't have them here honestly) we represent as default values,e.g. cache[0]…
All the base cases (we don't have them here honestly) we represent as default values,e.g. cache[0]…
❤5
andreyka26_se
So, for new people, I'm doing leetcode for a long time. And sometimes I'm pasting here useful templates / approaches for leetcode questions (as they are needed for interview). Today given good 2dp problem we will see how to convert top-down to bottom up (without…
A bit more detailed
top-down dp => bottom-up dp instructions for other daily problem (with base cases)❤3
Hahaha, I want to be more toxic, but it will be inappropriate.
Yes,
Writing a poem or book - is easy, it is just words.
Writing a song or music is easy - it is just notes
Writing new formula in math is easy - it is just numbers and letters
Writing a newly found dna, or element - is easy - again, just letters
“Yes communicating with people and agree on design and architecture is the hardest”
Dude, from the same argument it is easy - it is just saying words, and drawing rectangles.
Fuck my life. I dont know, but I legit have feeling these folks never wrote anything than 2 get endpoints.
===
Ofc the problem lies in definition, I literally cannot decouple writing code from what it means. Because writing is the operating over ideas and underlying hardware which is implied you should know. And the lower you go - the more you know , and the more it becomes fucking “coding is NOT easy”
I wish to see them doing “coding is easy” on random opensource issue in 1 hour. It is just code, cmmon
Yes,
Writing a poem or book - is easy, it is just words.
Writing a song or music is easy - it is just notes
Writing new formula in math is easy - it is just numbers and letters
Writing a newly found dna, or element - is easy - again, just letters
“Yes communicating with people and agree on design and architecture is the hardest”
Dude, from the same argument it is easy - it is just saying words, and drawing rectangles.
Fuck my life. I dont know, but I legit have feeling these folks never wrote anything than 2 get endpoints.
===
Ofc the problem lies in definition, I literally cannot decouple writing code from what it means. Because writing is the operating over ideas and underlying hardware which is implied you should know. And the lower you go - the more you know , and the more it becomes fucking “coding is NOT easy”
I wish to see them doing “coding is easy” on random opensource issue in 1 hour. It is just code, cmmon
3🔥3❤1👍1