andreyka26_se
The best thing you can do to your colleagues is to select this option
2 persons asked me to do this explicitly xD
Daily (136 day streak)
Not bad problem, not that hard, but not that easy either.
https://leetcode.com/problems/two-best-non-overlapping-events/description/?envType=daily-question&envId=2025-12-23
#daily #medium
Not bad problem, not that hard, but not that easy either.
https://leetcode.com/problems/two-best-non-overlapping-events/description/?envType=daily-question&envId=2025-12-23
#daily #medium
Daily (137 day streak)
Happy Wednesday. Easy problem, go and collect the coin
https://leetcode.com/problems/apple-redistribution-into-boxes/description/?envType=daily-question&envId=2025-12-24
#daily #easy
Happy Wednesday. Easy problem, go and collect the coin
https://leetcode.com/problems/apple-redistribution-into-boxes/description/?envType=daily-question&envId=2025-12-24
#daily #easy
👍2
Daily (138 day streak)
Happy Thursday. Very good problem, pretty easy for "mid", go and collect the coin.
https://leetcode.com/problems/maximize-happiness-of-selected-children/description/?envType=daily-question&envId=2025-12-25
#daily #medium
Happy Thursday. Very good problem, pretty easy for "mid", go and collect the coin.
https://leetcode.com/problems/maximize-happiness-of-selected-children/description/?envType=daily-question&envId=2025-12-25
#daily #medium
👍2
andreyka26_se
it was third day of vibe coding....
This bitch yesterday, was using one single react component for editing and creating some entity. And it got cycled for 1 hour into same loop:
- both edit and create forms are sending “POST”, request, so edit actually creates new entity
- next cycle point, is when it just sends 2 POST requests for single create forms. Now editing form is correct
And it was for one hour.
Was using Vs code copilot, agent mode, sonnet4.
After some time, I explicitly asked to switch to 2 forms, and separately fixed them.
Besides that switched to sonnet4.5, it was much better.
Why vscode copilot? - cause for last week as Ms employee, it is free for me😁
- both edit and create forms are sending “POST”, request, so edit actually creates new entity
- next cycle point, is when it just sends 2 POST requests for single create forms. Now editing form is correct
And it was for one hour.
Was using Vs code copilot, agent mode, sonnet4.
After some time, I explicitly asked to switch to 2 forms, and separately fixed them.
Besides that switched to sonnet4.5, it was much better.
Why vscode copilot? - cause for last week as Ms employee, it is free for me😁
😁2🤯1
Daily (139 day streak)
Today is pretty easy (but medium) problem.
https://leetcode.com/problems/minimum-penalty-for-a-shop/description/?envType=daily-question&envId=2025-12-26
#daily #medium
Today is pretty easy (but medium) problem.
https://leetcode.com/problems/minimum-penalty-for-a-shop/description/?envType=daily-question&envId=2025-12-26
#daily #medium
👍3
Finally finished. Very mixed feeling. Gonna do a review soon, so far I would not recommend to any level engineers
🔥9
Daily (141 day streak)
Happy Sunday, easy problem, you can do bruteforce in 2 mins and enjoy the weekend, or you can try to come up with O(m + n), which is not that hard either.
https://leetcode.com/problems/count-negative-numbers-in-a-sorted-matrix/description/?envType=daily-question&envId=2025-12-28
#daily #easy
Happy Sunday, easy problem, you can do bruteforce in 2 mins and enjoy the weekend, or you can try to come up with O(m + n), which is not that hard either.
https://leetcode.com/problems/count-negative-numbers-in-a-sorted-matrix/description/?envType=daily-question&envId=2025-12-28
#daily #easy
👍2