Forgot your password?

typodupeerror

Comment: Re:I believe I speak for a dozen people when I say (Score 1) 163

by Octorian (#43760007) Attached to: Amtrak Upgrades Wi-Fi

Everywhere that this statement is false, the train system is actually useful.
But where this statement is true, the train system is a joke.

Or in other words, a train system is only useful if people who can easily afford a car still choose to ride the train.

I think what gets missed in parts of the country, is that a well developed public transit system needs to get you from where you are, to where you're going. Not 10 miles away from either point. Walking distance. Its not just about the main route, but its also about the local connecting routes. This isn't practical everywhere, but it might be in more places than the option exists.

Comment: Re:Forcing strong passwords in the first place. (Score 4, Informative) 211

by Octorian (#43573821) Attached to: Mitigating Password Re-Use From the Other End

KeePass and all its related implementations (KeePassX, etc, etc.).
This is the only family of password management apps I've found that both share a common database format, and have functional implementations even if your platform-of-the-moment isn't "hip enough" for a more polished solution to care about supporting.

Comment: Re: Dump the Visa/MC-debit! (Score 3, Informative) 195

by Octorian (#42872387) Attached to: Everything You Know About Password-Stealing Is Wrong

This is a big reason why I outright refuse to carry a debit card, even to the point of insisting to the bank that they give me a plain old ATM card for my account.

I just feel more comfortable having a buffer between my transactions and my actual accounts, where I have to take active action for so much as a dime to go from one to the other.

And as said above, the fraud argument happens with their money, not mine.

Comment: Re:Therewhile ... (Score 1) 322

by Octorian (#42398303) Attached to: World's Longest High-Speed Rail Line Opens In China

Heck, just ask Florida. They voted in a high-speed rail. Then somebody lead a campaign to do what? End it. Why? Do you believe he was really concerned about the fiscal interests, or was he thinking of his own?

And here's the other thing that's often forgotten... Every time something like this gets proposed in Florida, it seems to parallel whatever the major inter-city highway is, while blatantly ignoring the sprawl. If a rail system is 10 miles from your home, and 20 miles from your destination, what good is it exactly? Places that do this right, tend to have some sort of light-rail system to help pick up the slack. However, the density is probably too low for such a system to be worthwhile. I suppose this is what the bus system is for, but those often seem implemented as a "barely acceptable solution" that you'd only consider if you had no other options.

IMHO, public transit is only good when those who can easily afford to drive would opt to use it instead.

Comment: Re:Not again... (Score 3, Insightful) 1110

by Octorian (#42354691) Attached to: 30 Days Is Too Long: Animated Rant About Windows 8

There are two fundamental problem with the "just install XYZ add-on and it becomes tolerable" perspective.

1) Every time you have to use the computer of someone not savvy enough to want/install such a thing, you're stuck with the horrible stock configuration.
2) Every time you have to use a locked-down/policy-controlled computer, you're stuck with the horrible stock configuration.

#1 kinda reminds me of having to use the Gentoo or Ubuntu machine of someone who has different command-line needs from install-to-that-point.
#2 is a tad less of a short-term concern, since many of those are just moving from XP to 7, but a serious long-term concern if things aren't fixed in 9.

Comment: Re:So fucking what? (Score 1) 349

by Octorian (#41728397) Attached to: Black Sheep Blackberry Blackballed By Business

Except BlackBerry actually has pretty good Facebook and Twitter support. (and there's a decent 3rd party Google+ app) The only main one missing is Linkedin, and they used to have that. (But like many mobile projects, it got abandoned shortly after it was released and promoted.)

Where it fails, is the "Whoopdie do! We just invented a startup last week to leech off FB and do something stupid! We even have an iPhone app!" market.

Comment: Re:80% of people .... (Score 4, Informative) 39

by Octorian (#41649829) Attached to: Flip This App: Secondary Mobile App Market Quietly Taking Off

Except somehow, scores of people have become convinced that there is a difference between "mobile app development" and "computer programming." Thus, every Tom, Dick, Harry, Web Designer, and Marketing Douchbag is now convinced that they want to and can become a "mobile app developer" even if they never learned (and have no aptitude for, or even interest in) actual programming.

Comment: Re:Inexcusable (Score 1) 135

by Octorian (#41273685) Attached to: The Struggles of Developing <em>StarCraft</em>

Macros I actually used extensively when I was in college, and wanted to use common data structures in C code. Of course I only knew about those macros because I knew people who were very involved in FreeBSD that told me about them. (Though writing common functions for linked-list implementations is something you kinda learn in FRESHMAN level CompSci classes.)

Comment: Re:So? (Score 2, Interesting) 257

by Octorian (#41271327) Attached to: For Android Users, 2012 Is Still the Year of Gingerbread

1)Too many versions too quickly.

Thus is life in the mobile world...

2)Not enough work on backwards compatibility. If I use the 4.0 features, there's no good fallback. Java doesn't help them here- in C++ I could #define in 2.x and 4.x blocks, Java requires lots of reflection aware code because there is no conditional compilation. Or you need to set up special stuff with antenna and the like, which is hard to get working nicely with all the tools.

This is something I have far too much experience with from the world of BlackBerry. I've done both preprocessor hacks (which is supported by the build tools, but Eclipse hates), and fancy crap with libraries/pseudo-reflection/design-patterns (which lesser developers might cringe at figuring out). Either way, its not fun. It basically means that you have to use any new features "by exception", versus "by design", which makes it very hard to fully leverage them if the intent is to make your life as a developer better.

3)The ratio is still out of whack with more 2.x phones sold than 4.0. This is due to so few phones being upgradeable

Or due to carriers not bothering to push updates, when the vendors have. Or due to users not knowing/caring that they should upgrade. Or due to people clinging to their ancient phones and developers having a hard time justifying cutting them off if they want to maximize adoption. Regardless, having so many players between "OS upstream source" and "end user's device", you're pretty much doomed to this problem.

4)For whatever reason, I don't see a lot of open source stepping in to help this. On the PC, there's be open source libraries galore to step into the gap. On mobiles, not so much. I think the idea of easy monetization via ads (regardless of how much you actually make) has helped to kill the open source movement on mobile phones. Plenty of free help out there, but not much in the way of quality libraries. But these are the people who generally would be jumping on new features. Without them, its mostly commercial devs and they just want to target the mass market.

On the PC, you also have continual upgrades to common libraries separate from the whole OS, and sometimes even multiple versions of libraries installed. Additionally, the upgrade cycles of the hardware are almost completely separated from the upgrade cycles of these libraries. (at least in relation to the time scales we're talking about)

I also agree that the mobile business models have greatly discouraged open source. Its quite frustrating, too, since it places far more burden on the shoulders of the platform vendor to provide everything. There's also this idea that you're supposed to try and make money off any and every mobile project. Regardless of how likely you are to actually succeed, you're looked down upon if you don't at least try. And often trying, means your effort isn't going to be open source at all. (Personally, I'd rather make something open-source and gain the community benefits than try to make an insignificant pittance off it as closed-source. If I'm closing something down, its because the monetary benefit is real and not imagined.)

Comment: Re:All of that to develop some ERP systems (Score 3, Informative) 113

by Octorian (#40801801) Attached to: 6 IT Projects, $8 Billion Over Budget At Dept. of Defense

Even if the specific example may have been blown way out of proportion, I actually see a lot of the plainly-worded outrage as a complete misunderstanding of how the whole DoD acquisition process actually works.

To this end, I once wrote up a notional piece on The Mythical $800 Hammer. :-)

What good is it if you talk in flowers, and they think in pastry? -- Ashleigh Brilliant

Working...