Pas de Code – Telegram
Pas de Code
76 subscribers
106 photos
1 file
402 links
What I cannot create, I do not understand.

DM: @alexey_mileev
Original channel in RU: @devballet
Twitter: twitter.com/pasdecode_
Download Telegram
I haven't given a thorough inspection to this Insetter library just yet, but looks very promising. We specify which system bars should be handled with paddings and which - with margins, and it handles the rest.

#library #insets
In this post author dives into Telegram's approach to resizing images before uploading them.

#image #optimize
Yet another talk by Rich Hickey. He discusses the difference between simple and easy, why simplicity is important and how to spot the lack of it in your tools and systems.

#talk #programming
I love everything about this "Jonathan Blow tries Razer BlackWidow TE Chroma v2 keyboard" video.
A couple of quotes:
- "I don't want a user experience. My preferred keyboard is one that doesn't have a user experience."
- "I don't want to sign in, what is this bullshit?"

#humor #keyboard #talk
A short post on history of programming languages, systems' simplicity, and, surprise-surprise, Go.

"Somewhere between Objective-C and Swift you ended up with one framework from the past, one framework from the future, and one tangled mess in the present."

#programming #golang
A short post from our JS neighbors: Angular is too complex, it's harder to use it than not to use it, let's just switch to vanilla JS with a little bit of jQuery.

#programming #fragmework
Outstanding bug! Someone has spotted a ~49.7 days period in the count of used CPU cores. Spoiler: integer overflow. Go read what has actually happenned!

#time #programming #bug