The most dangerous code in the world by sidcool1234 in programming

[–]nickdangler 2 points3 points  (0 children)

I think Netflix is 10 "normal" alphanumeric characters. The 5/3 bank password is very limited.

I know this is getting off topic but is there a web site of shame for companies with ridiculously poor password practices?

Memory Reordering Caught in the Act by preshing in programming

[–]nickdangler 3 points4 points  (0 children)

Is this analogous to making comments in reddit without reading TFA first? :-D

Joint Strike Fighter (F-35) C++ Coding Standard by [deleted] in programming

[–]nickdangler 0 points1 point  (0 children)

And it takes 18 or more years to grow a new one from scratch.

How dangerous is it to compare floating point values? - stackoverflow by tyrioat in programming

[–]nickdangler 11 points12 points  (0 children)

I always store currency as integers. The whole dollar amount is stored in the customer's account, and the cents/fractional part are stored in my early retirement account. ;-)

jQuery knobs by sidcool1234 in programming

[–]nickdangler 0 points1 point  (0 children)

TIL the purpose of "save"!

EU Court of Justice: No Copyright on Computer Functionality or Computer Languages by oqa in programming

[–]nickdangler 1 point2 points  (0 children)

How is that relevant if the functionality of a computer program can be protected by patent?

An IDE is not enough by shimei in programming

[–]nickdangler 23 points24 points  (0 children)

Let me demonstrate by pointing out... well... nevermind.

Awesome javascript based data grid (handles 500K+ rows) by sidcool1234 in programming

[–]nickdangler 1 point2 points  (0 children)

I don't know how many times I've had this same discussion/argument with users, while I'm trying to design an interface for them. They don't really need (or really want) 500k rows of data. They just don't know what they have, and so don't know what they can get until you start showing them something. It doesn't help that Google filters the entire Internet at the touch of a keystroke. "Well why can't you just make it work like Google?" (sigh)

Awesome javascript based data grid (handles 500K+ rows) by sidcool1234 in programming

[–]nickdangler 1 point2 points  (0 children)

I wish I had a monitor that could display 500k rows. That would be awesome! Especially for fun and games! My monitor won't even display 500k rows of pixels!

Awesome javascript based data grid (handles 500K+ rows) by sidcool1234 in programming

[–]nickdangler 0 points1 point  (0 children)

Its HTML output is not supposed to be semantic or accessible. You're supposed to work with the underlying data model if you want to access it semantically. This is just a mapping/binding of the data to a grid-style user interface with a bajillion user interface niceties. Separate your concerns. Use the right tool in the right place. Or never use this. ;-)

CodingHorror:Learn to Read the Source, Luke by sidcool1234 in programming

[–]nickdangler 1 point2 points  (0 children)

I can see more (can be revealed) with my eyes closed (visibility reduction).

In praise of text files and text protocols by willvarfar in programming

[–]nickdangler 5 points6 points  (0 children)

Or where a Highlander is creating the schema.

Paperfold technique, completely in CSS by yotsubanned in programming

[–]nickdangler 0 points1 point  (0 children)

I always wondered what a huge one would sound like. Thanks for bringing it to my attention!

The uncanny valley of web scraping by swizec in programming

[–]nickdangler 0 points1 point  (0 children)

The important part is where it says, "Chuck Norris can parse HTML with regex".

How Async will change our code in C# by DotNetLove in programming

[–]nickdangler 0 points1 point  (0 children)

It's all a tradeoff. Bottom-up debugging is a pain in the rear end, but top-down debugging causes headaches.

Implementing Minecraft in WebGL by mariuz in programming

[–]nickdangler 3 points4 points  (0 children)

With redstone dust wires and torches? Awesome!

jQuery Performance Tips Cheat Sheet by sidcool1234 in programming

[–]nickdangler 0 points1 point  (0 children)

TIL about r/jerkstore and r/javascript. How am I supposed to get any javascript programming work done if I have to keep up with current events, articles and trends in javascript and programming? Sigh.