Marek Vospěl

15 Followers
26 Following
70 Posts

FIT Mentoring je nový projekt klubu FIT++ primárně cílený jako one-on-one pomoc (nejen) prvákům, ve kterém se studenti budou moct obracet na zaběhlejší studenty s jakýmikoliv dotazy.

Chceš pomáhat nastupujícím fiťákům a ulehčit jim tak přestup ze střední na vysokou? Máš nějaký tip jak zvládnou DML, PA1 nebo jenom trik jak to všechno stihnout a nevyhořet? Právě tebe hledáme!

Více informací a registraci nalezneš zde: https://klubfitpp.cz/mentoring

Yet again had an opportunity to lead an open study session. I have no idea why teaching feels so scary even though I understand the topic well... Organising my thoughts so that my explanations make sense is difficult in itself. I hope I made it interesting enough to watch in full.

Gotta compliment all public speakers, who do this regularly! 😆

Ironic how eventhough I absolutely love IT, the only lectures I pay attention is math.
Slowly, but surely gaining appreciation towards public speakers. (especially proffesors) Saying everything you wanted to say without repeating stuff or getting ahead of yourself is much harder than I thought.

New Mozilla TOS diff. This is what they just removed:

* Does Firefox sell your personal data?

> Nope. Never have, never will. And we protect you from many of the advertisers who do. Firefox products are designed to protect your privacy. That’s a promise.

The purpose of the new TOS appears to be to enable them to do this - such as for their advertising and AI sidelines.

https://github.com/mozilla/bedrock/commit/d459addab846d8144b61939b7f4310eb80c5470e

Tos copy updates (fix #16016) (#16018) · mozilla/bedrock@d459add

* ToS copy updates (fix #16016) * Apply suggestions from code review - copy change Co-authored-by: maureenlholland <[email protected]> --------- Co-authored-by: maureenlholland &lt...

GitHub
Got called a gentleman by a professor today. I'll be satisfied with my education even if I drop out now.
Why are all networking lectures so not straight forward? Why bother explaining colision detection if people don't even know the difference between individual network layers and haven't seen a layer 2 network. #networking #education #computers
Mezi partnery Deníku N patří třeba Yandex, mail.ru nebo Xiaomi. A 288 dalších kamarádů. Tak jo.
New Junior Developers Can’t Actually Code

Something’s been bugging me about how new devs learn and I need to talk about it. We’re at this weird inflection point in software development. Every junior dev I talk to has Copilot or Claude or GPT running 24/7. They’re shipping code faster than ever. But when I dig deeper into their understanding of what they’re shipping? That’s where things get concerning. Sure, the code works, but ask why it works that way instead of another way? Crickets. Ask about edge cases? Blank stares. The foundational knowledge that used to come from struggling through problems is just… missing. We’re trading deep understanding for quick fixes, and while it feels great in the moment, we’re going to pay for this later.

N’s Blog

Note that tests can be wrong too. The fact that last release it tested the app correctly doesn't mean it will all the time.

I've been debugging an issue for past 2 weeks just to find out the e2e test doesn't await till a request is complete.