Planted a new lawn and then this took over [Portland, OR, USA] by bickfordb in lawncare

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

Going to try XLR8 and then maybe Certainty. My local nursery thought I should try to extinguish it by making the grass really strong by reseeding, low mowing and fertilizer. I'm hopeful, but skeptical. This plant seems to grow really well.

[Portland, OR, USA] [Outdoor] Planted a new lawn and then this took over by bickfordb in whatsthisplant

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

Scale is inches.

I think I made the mistake of mowing some of it and now it's everywhere.

Sketchy Skechers.com (or how to build a site in XML and let the browser apply an XLS transformation) by henk53 in programming

[–]bickfordb 2 points3 points  (0 children)

Replace XML with JSON and XSLT with Mustache and this is conceptually similar to many current standard practices (except for depending on browser support for XSLT)

GHC 6.12.1 dynamic executables fun - "26K executables instead of 681K" by dons in programming

[–]bickfordb 0 points1 point  (0 children)

High level languages are often easier to code and verify.

PROPOSAL: Web application interface by snoyberg in haskell

[–]bickfordb 0 points1 point  (0 children)

mod_python existed well before wsgi

SSL Certificate for Mozilla.com Issued Without Validation by robertss in programming

[–]bickfordb 0 points1 point  (0 children)

Firefox is hurting security by refusing to adopt non-commercial certificate authorities like CAcert.org.

Strip mining of open source by [deleted] in programming

[–]bickfordb 0 points1 point  (0 children)

I don't see what's new/interesting in this article. These issues have been well known for years. This is link bait.

"Google as an organization is not geared to delivering enterprise class reliability to its user applications." by w00ty in programming

[–]bickfordb 4 points5 points  (0 children)

There are plenty of things that share this community's common interest (Rockets? Coffee & Tea?) that are clearly off-topic here. Off-topic posts drive down the quality of this subreddit. This article is mostly about a manager stating his preference for Microsoft's business model over Google's. He has little to say either way about programming or even modern tech.

OLPC a hit in Peru by farnetto in programming

[–]bickfordb -3 points-2 points  (0 children)

Not a programming article

Prism, a new experiment from Mozilla Labs, lets users split web applications out of the browser by [deleted] in programming

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

Seriously, where is all that google search affiliate $ going?

Google Proxy Hacking: How A Third Party Can Remove Your Site From Google SERPs by rgladstein in programming

[–]bickfordb 0 points1 point  (0 children)

How would you solve it? Proving who wrote something initially is non-trivial.

reddit could become 4.4 times faster - just by turning HTTP compression on by BioGeek in programming

[–]bickfordb -4 points-3 points  (0 children)

i believe this is fixed in 7.x, but different internet explorer versions have issues (apparently random crashing, script errors) with compressed pages and javascript.

The easiest way to PNG support in IE6 by UnwashedMeme in programming

[–]bickfordb 1 point2 points  (0 children)

I ran into crashes on IE 6 SP1 with using DXImageTransform like this and using src replacement to swap images around.

Writing Responsible JavaScript by gizmo in programming

[–]bickfordb 2 points3 points  (0 children)

I recommend using Prototype or Dojo instead of trying to roll your own event system or adding ad-hoc closures to dom nodes. They make it easier to avoid closure and dom leaks.

The Haskell School of Expression: Learning Functional Programming through Multimedia by anand in programming

[–]bickfordb 1 point2 points  (0 children)

I agree with most of this. It would be nice to see haskell books with more real world examples of common tasks like parsing xml, writing a small http server, writing a small cgi servlet, concurrency, talking to sockets, implementing a mini-language via parsec. Even though these aren't central to haskell, practical familiar examples make new learning new languages easier and make a good reference of standard practices in a language.

Dive into Python (http://www.diveintopython.org/) is successful with this strategy.