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
Good old Rich Hickey and his "Maybe Not" talk. He reflects on all these Optional<String> and String? thingies and comes up with a rather interesting solution for Clojure: we need to use the same User entity with optional fields in different contexts with different requirements - sometimes we want a firstName + lastName User, and sometimes we need only id + address.

#talk #clojure #optional
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