Follow Slashdot blog updates by subscribing to our blog RSS feed

 



Forgot your password?
typodupeerror
×

Comment Re: The problem with the all robotic workforce ide (Score 1) 304

We've already tried that. Hoover after the 1929 crash let the free market work on its own. After 3 years of worsening depression, the people wanted a New Deal.

But it wasn't a free market. The FED - the very concept of which is antithetical to a free market - deliberately crashed it.

Comment Re:Getting it very wrong (Score 1) 81

Getting education is not about mastering subjects, they are frequently irrelevant to what you end up doing. It is about developing ability to independently study abstract problem outside your knowledge domain and providing you with just enough bare-minimum knowledge that it is possible to self-educate yourself.

I'm going to have to disagree with you there. Maybe other colleges are different, but I learned nothing of the sort at MIT - I didn't learn how to learn, I didn't learn how to work hard. I got in (and graduated) because I already had these traits. And when I successfully went on to very technical work, it became clear almost immediately that I could have gone there strait from of high school, save for the fact that most employers expect you to first trade a large amount of money, and years of your life, for a small piece of paper.

I think the idea of college being able to add anything beyond practical skill (if you're lucky enough to get it) is a myth.

Comment problem is using many pages for one logical form (Score 1) 278

For a multiple step data entry process that ends with a single submit to a database, I use an SPA that steps through partial views. To start I issue a URL with a new GUID, then it's all post-redirect-get to the same URL, so you have none of the forward-back state screw-ups, or the nonsense of F5 asking the user to "re-submit". I store the entered data in memory server-side, accessed via cache keyed on the URL's GUID. This way if the user hits F5, they don't lose everything. And POSTs are only what the user just entered, not the whole freakin form.

Sometimes I get a protest that you can't use the browser's back or forward buttons to navigate the data entry process, but if your UI makes doing that easy and obvious, it's really not that big of a deal.

I don't see a lot of other developers using SPA, but it's worked well for me.

Comment quantity != quality (Score 1) 421

Unless education really is just supposed to be about daycare and busywork I think we should focus on quality more than quantity. Those that actually need the extra time can ruin their summers with summer classes.

All that hand-wringing and extra effort when half the class is destined for Wall-Mart. Educate them more, it will make a difference!

Not.

Comment Re:No, school should not be year-round. (Score 1) 421

3 months off in the summer currently means that they spend the first month back getting back into the swing of schooling and relearning some of what they've forgotten.

Maybe that's true for shitty schools.

I remember always getting an ass-load of homework the first day back. You were expected to already know what you'd learned before.

For us, getting back into the swing of things took exactly 24 hours.

Comment Re:Yeah, I'm still annoyed (Score 1) 130

You don't, you really don't.

The Windows Phone Facebook app doesn't filter, it's the unadulterated feed that you claim to want. I don't have that many Facebook friends, but this feed is terrible. It includes all sorts of crap I don't want to see, like how my sister's Farmville farm is doing, and the latest "Share if you love Jesus" that my mom shared, and a boring video of my high school buddy's child playing soccer.

I like these people, I don't want to unfriend them because they genuinely do post things I want to see. But they also post crap. Facebook has figured out what I think is crap and does a good job of hiding that. And this is my definition of crap - my high school buddy's wife probably does want to see that soccer video.

I'm less sold on the chronological re-ordering that FB does. I'm glad that they're showing me just the stories that they think I care about, but it's confusing when something ten hours old shows up above something ten minutes old.

Dude. You can filter all game posts pretty easy. And I don't know how long it's been since you've used Facebook, but you don't need to unfriend people just to stop following their posts. I've found those two features perfectly adequate for my filtering needs.

Slashdot Top Deals

I've noticed several design suggestions in your code.

Working...