HackerTrans
TopNewTrendsCommentsPastAskShowJobs

kroolik

no profile record

comments

kroolik
·il y a 2 mois·discuss
> (...) that I might get a couple of times

> email alerts when GitHub, (...), go down

bold statements when the Missing Github Status Page shows 87% availability.
kroolik
·il y a 3 mois·discuss
I didnt mean Google, but there are those we pages that, for example, scraped Stackoverflow.com just to provide the very same content
kroolik
·il y a 3 mois·discuss
It first gives you a page of ads, then a scraped version of the solution that steals content for ads, and then the amp version of the solution that doesnt work because js or what not.
kroolik
·il y a 4 mois·discuss
Build with what pieces you can find, rather than plan the perfect structure ahead. Improvising keeps the creativity going! Wheres fun if sorting legos sucks all the Joy from it
kroolik
·il y a 7 mois·discuss
Horridly inefficient. Just unfold the loop.
kroolik
·il y a 9 mois·discuss
Those FAANG devs have milions of (social) lives on the line, though. Every day.
kroolik
·il y a 6 ans·discuss
I wonder what made the authors of the language make the pattern matching statement keyword `mat`. Like... they were 2 characters away from a perfectly readable name, yet they've settled up on something that's confusing (took me a while to grasp it). Guess the time and space savings are worth it, though.
kroolik
·il y a 6 ans·discuss
I call this property "an accidental complexity" - when changing one piece of code causes failures in other, seemingly unrelated parts of the system. The property causes fear of introducing changes, and is usually a sign of tight coupling.