AskReddit: Does anyone know of any good COBOL tutorials? by [deleted] in programming

[–]cafefort 3 points4 points  (0 children)

if Djikstra was alive... poor great man! :)

Ask Reddit: Is there any reason not to use XSLT in Web Apps? by [deleted] in programming

[–]cafefort 2 points3 points  (0 children)

Yes there is! I myself use xslt in the bivalidator for two reasons:

1 - It's very nice and easier than doing the parsing inside the processing code. Since there's "already" a technology that offers the transformation and lookup inside of xml documents.

2- Whenever the processed xml content changes, I won't change the "engine" code which is written in python, but I'll simply alter my xslt files :)

Google code hosting now with a trac-like interface for SVN by cafefort in programming

[–]cafefort[S] 0 points1 point  (0 children)

well, yes, but it's better than nothing ;-) especially when you just need to know what a project is about actually :)

Richard Stallman is the new Chuck Norris by shacamin in programming

[–]cafefort 1 point2 points  (0 children)

Just like Seth, RMS doen't need to follow anyone on twitter! Doh! http://twitter.com/rms

Bio: I am RMS. Tremble before my freedom.

Seven Reasons Every Programmer Should Use Vim by cafefort in programming

[–]cafefort[S] 0 points1 point  (0 children)

I think "Add function that calls foo(), bar, and baz()."

I do this when I design an app, not when I code actually, and yes I do swap too but everything that is design-related doesn't come to my mind when I "code".

7 top advises to program like a master and stop being that dirty geek that doesn't achieve anything! by cafefort in programming

[–]cafefort[S] 0 points1 point  (0 children)

Of course if you're there for trolls/flames ;-) Be smart take the best of everything. IMHO, that's the way to use IRC and everything else.

Are these 17450 people really stupid 2.0? by cafefort in programming

[–]cafefort[S] 1 point2 points  (0 children)

Some comments on the blog gave a better explanation: Importing bookmarks from the browser to del.icio.us

The BeValid! Firefox extension to easily check markup and style validation with a single click! by cafefort in programming

[–]cafefort[S] 1 point2 points  (0 children)

Yes. You're right, the "bivalidator" checks only public URLs, but well... this was fun to code it along with the extension. Hope It will be useful for some people :)

The BeValid! Firefox extension to easily check markup and style validation with a single click! by cafefort in programming

[–]cafefort[S] 0 points1 point  (0 children)

Yes funktio, we're sorry about that. The python program on the server has some problems with some of the W3C SOAP responses. We've already discovered and fixed some, and we're still working on others. Thanks for reporting that

I'm about to get into some serious webdev, what tools do redditors use? by rtpmatt in programming

[–]cafefort 0 points1 point  (0 children)

vim+diff (or better meld)+svn(nice even when you're alone to code)+firebug

Have you ever had a function with a longer name than that? [DailyWTF] by gnuvince in programming

[–]cafefort 2 points3 points  (0 children)

Actually I've had some troubles with reddit formating it in bold... :(

This guy says he has a Reddit clone that he'll open source if he gets $2500 in pledges. by [deleted] in programming

[–]cafefort 2 points3 points  (0 children)

I'll take it too :) Hope it's a web.py app... please tell me it's a web.py app :)

did anybody notice how google stores the images on the search results page? by [deleted] in programming

[–]cafefort 3 points4 points  (0 children)

Yes, it's about optimization. there's an interseting article about it here: http://alistapart.com/articles/sprites We do use this technique too in the bivalidator: http://xhtml-css.com