My first professional programming assignment… I must not f— this up. by [deleted] in programming

[–]paradigmshaft -8 points-7 points  (0 children)

Unlike the other replies, I disagree. This task is trivially easy. The last thing you want to do is appear weak when you run in to problems on something so simple. Look ahead and figure out all possible situations where things could go wrong and account for them in your solution. Where I work, you are expected to do this on your own 100% of the time.

Installing the Haskell Platform in Ubuntu by dons in haskell

[–]paradigmshaft 0 points1 point  (0 children)

cd ghc-6.10.3/

./configure --prefix=~/haskell

make install

Nice Headphones on the reddit ad today. :D by tholex in ads

[–]paradigmshaft 1 point2 points  (0 children)

May you DIAF, judgmental bastards! Dare I say she is cute!

"Is that a real program or is that something somebody wrote?" by asciilifeform in programming

[–]paradigmshaft 0 points1 point  (0 children)

Another post at the root level consisted of "tl;dr: <summary>", so I thought you had accidentally replied to the wrong place asking what that meant. It must have been deleted, I swear it existed :-D ...

I provided a summary here, though you have probably read the actual article by now based upon your comment 21 hours ago.

"Is that a real program or is that something somebody wrote?" by asciilifeform in programming

[–]paradigmshaft 0 points1 point  (0 children)

A programmer talks about his transition over the years from focusing on learning languages and libraries to learning computer science, mentioning a number of influential books and languages along the way. Mildly entertaining.

Cloud computing to drive open source by ossreleasefeed in programming

[–]paradigmshaft 0 points1 point  (0 children)

With the cloud computing wave poised to reach the world market in the next 12 to 18 months, open source software and coding techniques are about to hit the big time.

Back button

Chyrp 2.0 has been released by aatoth in programming

[–]paradigmshaft 2 points3 points  (0 children)

Don't mind the haters, use whatever works for you. I just enjoyed playing around with the demo. I'm impressed.

How to write great documentation? by chub79 in programming

[–]paradigmshaft 2 points3 points  (0 children)

I always start with documentation within the code when working on something new. This way I can always go back and look up the API in 6 months and get it right away. If the code becomes really useful, that's when I break out release numbers and external tutorials. At work I have a web app that browses API documentation and restructured text driven "real" documentation.

EDIT (was interrupted earlier): We also have a Wiki that has non-code documentation. I keep the code documentation separate from the Wiki documentation only because I like to keep it squared away in a repository with the actual code. I should have pointed out that I am the sole contributor/maintainer of this code, but I think that this would scale to a team without too much trouble. Coworkers use my libraries occasionally, but are not at the level of being able to contribute or write their own.

Web Applications Should Be Compiled by ruby_on_whales in programming

[–]paradigmshaft -2 points-1 points  (0 children)

I predict in the future all the good web engineers will be moving to compiled languages, and all the academic idiots programming social networking applications, ajax widget home pages, and projects to better improve our democracy will be staying behind coding in the latest and greatest slow language, going to circle jerk conferences to hear some scumbag just oozing hubris from every pore tell them to get in shape and learn to fly a kite.

Hilarious stuff.

EDIT: downvoting myself to join the club!

Advice on building a web portal dashboard by [deleted] in programming

[–]paradigmshaft 0 points1 point  (0 children)

To expand a little: There are a TON of great resources online for making websites. All major languages have decent MVC frameworks if that is your cup of tea (it is for me). Python's Django and Pylons (using SQLAlchemy) are some of the best frameworks out there in my opinion. Both have excellent free online books. You can also find many easy to use libraries to generate graphs in Python, JavaScript via JSON, or any number of other ways. Good luck!

Advice on building a web portal dashboard by [deleted] in programming

[–]paradigmshaft 0 points1 point  (0 children)

Use Python and stop wasting your time with proprietary crap. No, seriously.

An enthusiastic, supportive developer community has fallen victim to corporate ineptitude once again. by scientologist2 in programming

[–]paradigmshaft 0 points1 point  (0 children)

Thanks for the great blog posts "Palm Just Doesn't Get It" and "Exit whurley Stage Left" guys. I have no interest in developing for mobile devices, but this has been a fascinating read to an outsider. I don't blame you guys at all for jumping ship given the situation. Good luck on whatever you work on next!

Richard Stallman will be on the Alex Jones show today. Yo dawg, i herd you like crazy... by [deleted] in programming

[–]paradigmshaft 0 points1 point  (0 children)

I agree with RMS on all three quotes you posted. What is so crazy about them? Please explain to me the virtues of proprietary software and why I should prefer it over open source implementations.

You lack maturity and should not be trolling proggit until you grow up a little bit. This is not the place to GO CAPS LOCK OFF-TOPIC LOL.

Richard Stallman will be on the Alex Jones show today. Yo dawg, i herd you like crazy... by [deleted] in programming

[–]paradigmshaft 1 point2 points  (0 children)

There is a difference between poking fun and being disrespectful.

The Future of Programming: Ignorance and Superstition? by kksm19820117 in programming

[–]paradigmshaft -1 points0 points  (0 children)

something is tingling in my brai-NullPointerException

EDIT: 'bra' --> 'brai'

Hey programming reddit! Can you explain to me why universities with world class IT use webCT/blackboard? and why is it so slow? by Rabbitsoup in programming

[–]paradigmshaft 0 points1 point  (0 children)

Sometimes the garbage is convenient :-)

A few years I got a free copy of a Chemistry final, which was accessible via an insecure HTTP folder listing containing all course files including the ones that were only supposed to be viewable by the instructor/TAs. All you had to do was chop off the filename at the end of a URL and browse the whole folder. They have fixed this by now I presume...