/dpt/ - Daily Programming Thread

Anime edition

Previous thread: W-What are you working on senpai?

Attached: sister_reading_sicp.jpg (2236x1600, 730K)

Other urls found in this thread:

fortinet.com/blog/threat-research/satori-adds-known-exploit-chain-to-slave-wireless-ip-cameras.html
en.wikipedia.org/wiki/Number
en.wikipedia.org/wiki/Unit_testing
github.com/tuckerpo/real-time-cv-filters
paulgraham.com/avg.html
doc.rust-lang.org/rust-by-example/variable_bindings/mut.html
doc.rust-lang.org/rust-by-example/variable_bindings/scope.html
mitpress.mit.edu/sites/default/files/sicp/full-text/book/book.html
youtube.com/watch?v=CtbckFw0pJs
youtube.com/watch?v=eTXd89t8ngI
twitter.com/NSFWRedditImage

NEW /DPT/ RULES

>no windows
>no oop
>no nvidia

making a new nvidia driver for windows using sepples, lads.
wish me luck.

get out

Kek

what's satori?

I'm supposed to implement a Gender data type for my company's Haskell system... will this work?
data BodyType = Male | Female | Androgynous deriving (Eq, Show)
data Gender = Boy BodyType | Girl BodyType deriving (Eq, Show)
astolfo = Girl (Male)

>two genders
it isn't the fucking fifties any more user

>says two genders when there are clearly six possibilities
csgrad.jpg

gender is independent of "body type", whatever that is