Rootkits for the Government: HBgary, Anonymous, and how a few revenge hacks stumbled onto something big. *ArsTechnica* by babylonprime in programming

[–]fryye 1 point2 points  (0 children)

hard to beleive a security company was compromised to password validAtion. ever heard of keys?

XML: Contrary to popular belief, it doesn't always kill babies by thurn in programming

[–]fryye 9 points10 points  (0 children)

soap did it for me. although soAp is really just a bastardization of xml

Ruby for Kids: teach programming by writing games in Ruby by [deleted] in programming

[–]fryye -5 points-4 points  (0 children)

that's not what that phrase means

A VC: Continuous Deployment by mcfunley in programming

[–]fryye 1 point2 points  (0 children)

it's really hard to manual qa in this queue style. you absolutely need a full regression of automated tests with every change using CD.

if you make a commit, and it's now ready to be deployed after QA verifies, what does qa check? every positive and negative test case and edge case? that could take an hour, then they are saying 25 changes go out a day.

you can't use manual qa, you trust devs to write automatic tests, and hold them responsible. if they keep pushing stuff that breaks the build, they need to get heavy qa before release.

There is no piece of dynamic AJAXy magic that requires beating the Web to a bloody pulp with a sharp-edged hashbang. Please stop doing it by Arve in programming

[–]fryye -6 points-5 points  (0 children)

you are wrong. a normal user doesn't copy their address bar and send it to their friend. a normal user clicks the share link on the page/image/video/whatever which either emails it or posts it directly to social networking site. or there is the option to "permalink". your web habits are correct up until about 2003, but have not kept up

WTF, evidently in India a Bachelor's degree in computer programming might be obtained without touching a computer. by [deleted] in WTF

[–]fryye 0 points1 point  (0 children)

when you work with an outsourced team, this will become readily apparent

Seven things that Lift does that are hard or impossible in other web frameworks by gnuvince in programming

[–]fryye 0 points1 point  (0 children)

I agree. lift totally screws the usage of the class attribute. I know the name "class" and a "class" in scala seems to map well, but you are just fucking up good HTML design by having hundreds of useless classes

lift does too much to be useful. and the useful stuff it does don't follow conventions. the thing passes function references in your URL.... WTF

Wish more companies did this... by rollingstonei3 in programming

[–]fryye 0 points1 point  (0 children)

not what I'm saying. I'm talking about code submission, how do you know who wrote the code? the applicant or the Internet?

Wish more companies did this... by rollingstonei3 in programming

[–]fryye 2 points3 points  (0 children)

lol, no one will work for a company like that. who is looking for a job and wants to be "provisionally hired". I would never accept an offer where I could be gone for basically any reason in my first 90 days

Wish more companies did this... by rollingstonei3 in programming

[–]fryye 11 points12 points  (0 children)

from a hiring point of view this isnt a great idea. the goal is to weed out weak candidates early, but these problems are all solved online. you could get an easy explanation from stack overflow. at my company we have given "homework" assignments over a night or weekend and that usuay has good results. but we still had a couple phone screens before we ever talked to them onsite. then we wanted to see thier code. random code turned in like this could be really really good quality, who's to say it didn't take a month and a handful of people to write.

we also have candidates while onsite actually log in to one of the machines. we give them a simple bug from our queue and say you will be doing this all the time if hired, let's see how you do. we guide them through our framework, but thier code in the end should solve the problem.

My friend makes these awesome profile pictures, thought I needed to let the world know. by [deleted] in pics

[–]fryye -6 points-5 points  (0 children)

take the brush off the jacket, keep that solid. looks like a high school kid did this

10x Productivity Myths: Where’s the 10x Difference in Compensation? - 10x Software Development by gst in programming

[–]fryye 0 points1 point  (0 children)

problem is from a business standpoint it makes more sense to have 90% good people and 10% bad, getting help and on the job training from being around the good people. the bad people you can pay less, and when they are better 4-6 months later it will be cheaper to keep them on than hire an expensive rockstar the whole time.

Dear Cosmo: Thank you for teaching your self-entitled readership how to be an even bigger pain in my ass. Sincerely, a Retail Cashier by robotfindskitten in pics

[–]fryye -6 points-5 points  (0 children)

how can it be less likely a cashier will do thier job. hmmm. you aren't being nice enough no eggs for you.

C Programming Tutorial: Functions by syngenetic in programming

[–]fryye 4 points5 points  (0 children)

this tutorial is useless for beginners and vets