placeholder

placeholder

Hasnain says:

"Artery chokes after 70 copies of Visual Studio"

I wonder what kind of person it takes to actually file such a good/reproducible bug report and investigate something like this.

Posted on 2014-04-24T17:10:18+0000

placeholder

click — click

click is a Python package for creating beautiful command line interfaces in a composable way with as little amount of code as necessary. It’s the “Command Line Interface Creation Kit”. It’s highly configurable but comes with good defaults out of the box.

Click to view the original at click.pocoo.org

Hasnain says:

This is really exciting and I can't wait for a release to come out. Especially since this is from the guy that wrote flask/werkzeug/jinja2

Posted on 2014-04-24T17:08:55+0000

placeholder

main is usually a function: x86 is Turing-complete with no registers

The fiendish complexity of the x86 instruction set means that even bizarrely restricted subsets are capable of arbitrary computation. As others have shown, we can compute using alphanumeric machine code or English sentences, using only the mov instruction, or using the MMU as it handles a never-endi…

Click to view the original at mainisusuallyafunction.blogspot.com

Hasnain says:

This is just ... I'm not sure what to say, really. Showing x86 is turing-complete with no registers by compiling brainfuck down to assembly code that uses no registers.

Posted on 2014-04-24T17:04:25+0000

placeholder

What I Wish I Knew When Learning Haskell ( Stephen Diehl )

Since I wrote these slides for a little user group talk I gave two years ago they have become a surprisingly popular reference. I decided to actually turn them into a proper skimmable reference for intermediate level Haskell topics that don't necessarily have great coverage or that tend be somewhat…

Click to view the original at dev.stephendiehl.com

Hasnain says:

This is version 2.0 of this amazing guide. Took me an 75 minutes to go through; will take me about 75 years to fully understand. Explains a lot of things in great detail, easily and succinctly.

My favourite parts include: Automatically deriving instances/code, quickcheck, the lens+aeson example, and the yoneda lemma.

Posted on 2014-04-24T04:48:20+0000

placeholder

placeholder

Segfaulting atop and another trip down the rabbit hole

Let's say you're writing a program which is intended to take a snapshot of your system's status every minute or so. The idea is to grab whatever data you might have looked at directly had you been on the box at that moment. You might have the results of an all-encompassing call to "ps", "netstat", "…

Click to view the original at rachelbythebay.com

placeholder

placeholder

Hasnain says:

"We had a good thing, you ruined it. We had an escape route from that ridiculous enterprise hand-holding bullshit and instead of learning how to fucking code you've just brought your factory provider providers with you into what was once an okay place to get stuff done."

Posted on 2014-04-23T17:12:27+0000

placeholder

TDD is dead. Long live testing. (DHH)

Test-first fundamentalism is like abstinence-only sex ed: An unrealistic, ineffective morality campaign for self-loathing and shaming.It didn't start out like that. When I first discovered TDD, it was like a courteous invitation to a better world of writing software. A mind hack to get you going wit…

Click to view the original at david.heinemeierhansson.com