nousplacidus

- friends
595 link karma
806 comment karma
send messageredditor for
what's this?

TROPHY CASE


  • Three-Year Club

PHP vs Python by iritegoodin programming

[–]nousplacidus 0 points1 point ago

sorry, this has been archived and can no longer be voted on

Hiding errors vs handling errors

SproutCore per costruire web application by ZioKikoin javascript

[–]nousplacidus 0 points1 point ago

sorry, this has been archived and can no longer be voted on

nsfw adds

For those of you programmers who are self-employed and/or those who do freelance work in a single-developer arrangement, how do you know if you coded your projects "the right way"? by Arroin programming

[–]nousplacidus 0 points1 point ago

sorry, this has been archived and can no longer be voted on

Properly functioning software doesn't always correlate to software "done right".

Why I Love Currying by donsin haskell

[–]nousplacidus 0 points1 point ago*

sorry, this has been archived and can no longer be voted on

Can someone tell me if I have this strait:

The difference between currying (as explained here or otherwise) and partial function application is a matter of timing? Currying implies/means that when a function of arity n is defined or curried it actually defines n functions with one argument. Partial application is the act using an n-arity function with m arguments and receiving a function of n-m arity.

Sort of compile time or 'currytime' with the first, and runtime with the second? Even if the timing bit is wrong, is the logic behind my explanation correct?

Why Haskell? The big question by ezyangin haskell

[–]nousplacidus 0 points1 point ago*

sorry, this has been archived and can no longer be voted on

I've been thinking a lot about haskell's type system as it compares to testing (I'm a ruby dev for a living), and clearly its better for the case where you need to "get it right" the first time.

But in application domains where some bugs are acceptable (web dev) it can be a handicap because you can't dive in and debug your logic easily.

EDIT: and you should have tests either way, you just need less with Haskell.

Ask Proggit: Sinatra or Web.py for a simple webapp? by apostrophesin programming

[–]nousplacidus 3 points4 points ago

sorry, this has been archived and can no longer be voted on

you can spice it up a bit with monk.rb to save you some time in building out your tests and logging.

Hey Reddit, pastebin whatever code is currently in open in your editor! by FlySwatin programming

[–]nousplacidus 0 points1 point ago

sorry, this has been archived and can no longer be voted on

http://pastebin.com/m5ab589d7

A resource routing extension for Sinatra that I've been working on recently. Here's a sample of what it looks like in use.

http://pastebin.com/m3691cab2

A Neighborhood of Infinity: Monads are Trees with Grafting by alpheccarin haskell

[–]nousplacidus 2 points3 points ago

sorry, this has been archived and can no longer be voted on

I would prefer to see initial introductions to Monads in this form as opposed to a side effect control mechanism.

This is my first-ever release of code that I have written. I am kind of proud of it. But please, I want to know what I've done right, and what I've done wrong. by drewhensonin programming

[–]nousplacidus 11 points12 points ago

sorry, this has been archived and can no longer be voted on

nice introduction to the wonderful world of open source software development.

MongoDB Aggregation III: Map-Reduce Basics by nousplacidusin programming

[–]nousplacidus[S] 1 point2 points ago*

sorry, this has been archived and can no longer be voted on

Also check out the other articles on his site. Good stuff if you're interested in mongodb.

Erjang is a virtual machine for Erlang, which runs on Java by puzza007in erlang

[–]nousplacidus 3 points4 points ago

sorry, this has been archived and can no longer be voted on

The coolest part of Erlang is the vm (hot swapping and lightweight threads).

Have a bachelor's in biology, obtaining an Associate's in comptuter science-Am I wasting my time? by Ingenium21in programming

[–]nousplacidus 2 points3 points ago*

sorry, this has been archived and can no longer be voted on

Good companies don't care if you have a CS degree (associates or otherwise), they care that you know how to write good software. Make sure you're reading along those lines and above all make sure you're programming.

If you can demonstrate in an interview you know what good software is, you should be just fine.

edit: s/most companies/good companies/

Congrats to Graham and Erik. The "Programming in Haskell" lecture series reaches a quarter million downloads by donsin haskell

[–]nousplacidus 5 points6 points ago

sorry, this has been archived and can no longer be voted on

http://www.merriam-webster.com/dictionary/novel

You'll notice the second definition has nothing to do with newness.

Congrats to Graham and Erik. The "Programming in Haskell" lecture series reaches a quarter million downloads by donsin haskell

[–]nousplacidus 1 point2 points ago

sorry, this has been archived and can no longer be voted on

Generics?

Python Use up 45% by t0rtyin programming

[–]nousplacidus 7 points8 points ago

sorry, this has been archived and can no longer be voted on

“Python has been around since 1989, but never had many users until recently,” said Janel Garvin, founder of Evans Data, in a statement.

interesting, that has not been my perception

Ask Proggit: I need a language to marry (I'm tired of dating) by [deleted]in programming

[–]nousplacidus 0 points1 point ago

sorry, this has been archived and can no longer be voted on

LINE NOISE

Ask Proggit: I need a language to marry (I'm tired of dating) by [deleted]in programming

[–]nousplacidus 0 points1 point ago

sorry, this has been archived and can no longer be voted on

For the 10% that you need CRAZY performance when building ruby applications just write a C extension.

You will code this way and like it! by JadeNBin programming

[–]nousplacidus 1 point2 points ago

sorry, this has been archived and can no longer be voted on

same issue with erlang, or at least it was a couple of months ago

Anyone interested in starting a programming subreddit? by [deleted]in programming

[–]nousplacidus 0 points1 point ago*

sorry, this has been archived and can no longer be voted on

I know.

What I Like About vim by awbin programming

[–]nousplacidus 4 points5 points ago

sorry, this has been archived and can no longer be voted on

As I pointed out in the blog comments, I used VIM until I started working with erlang.

Etiquette: Is it acceptable to submit a link to ones own blog? by lanzkronin programming

[–]nousplacidus 1 point2 points ago

sorry, this has been archived and can no longer be voted on

do what I do, write about haskell. No more critical!

I used to be the CEO of an HMO, AMAA by HMOCEOin IAmA

[–]nousplacidus 0 points1 point ago

sorry, this has been archived and can no longer be voted on

"I think the conventional wisdom is that modern insurance companies are skimming a little too much off the top for the shareholders. Won't the differences between for-profit and not-for-profit bookkeeping be enough to offset these 'advantages'?"

This statement naively assumes that a publicly run institution is equally efficient as a private one.

Help making the case for Postgres or MySQL vs Oracle to higher-ups. by mc_in programming

[–]nousplacidus 9 points10 points ago*

sorry, this has been archived and can no longer be voted on

Without detailed information about the data in and uses for the database its hard for anyone to offer an opinion. It could be that Oracle is in fact the right choice.

view more: next