Slashdot Mirror


User: Honclfibr

Honclfibr's activity in the archive.

Stories
0
Comments
34
First seen
Last seen
Profile
(view on slashdot.org)

Comments · 34

  1. Truth be told, Microsoft didn't create SourceSafe. They bought it. In some cases, like SQL Server or Visio, their acquisitions have been a success, but more often than not (such as SourceSafe or Dynamics AX) they have gone downhill fast.

    VSS started at the bottom of the hill. From there, it dug a hole and buried itself.

  2. Re:It's only worth it on Will Lyft and Uber's Shared-Ride Service Hurt Public Transit? · · Score: 1

    Your definition of close is questionable:
    http://en.wikipedia.org/wiki/List_of_United_States_rapid_transit_systems_by_ridership

  3. Re:Not half as bad as videogame kickstarters on $500k "Energy-Harvesting" Kickstarter Scam Unfolding Right Now · · Score: 1

    And let's not forget the tragic story of John Videogames: http://www.penny-arcade.com/comic/2012/05/04

  4. Deregulation of the airline industry on Ugly Trends Threaten Aviation Industry · · Score: 1

    Deregulation of the airline industry occured in 1978 and the cost of commercial air travel has been plummeting (in inflation-adjusted dollars) ever since. The value proposition of owning and operating your own private aircraft vs travelling commercially has been swinging heavily in favor of commercial travel since that time. So it shouldn't come as any surprise that private aircraft ownership has been trending down since 1980.

  5. Re:What's left? on IBM Looking To Sell Its Semiconductor Business · · Score: 1

    Don't forget Typewriter manufacturer!

  6. But still crappy 1366x768 resolution screens on HP Brings Back Windows 7 'By Popular Demand' As Buyers Shun Windows 8 · · Score: 5, Insightful

    This promotion actually made me go over and check HPs website out, only to be disappointed that the two laptops offered both had 1366x768 resolution screens. Come on HP. You outfit this Envy laptop with the latest i7 and 12GB of RAM, and then hobble it with such a lousy screen? I don't care what the operating system is, no sale.

  7. Re:This is ONE EXAM, get a life on The Whole Story Behind Low AP CS Exam Stats · · Score: 1

    I disagree completely with the idea that people only take AP courses/tests for areas that are relevant to their major. In my experience, it's quite the opposite. I took one exam in high school: AP English. Passed with a 5 so I could skipd freshman english. Are I an english major? No, I are not, even though I spell really good and has good grammar. computer engineer. I took the AP English exam so I could skip freshman english. Me not need english for to engineer real good. So replace english with college class that is more good for engineer stuff.

    I avoided AP calculus for exactly the same reason. Engineering involves a lot of math courses that build on freshman calculus, so I made sure to take freshman calculus so that I'd learn calculus as my school taught it.

  8. Re:Hemingway Quote on IDC: PC Shipments Decline Worse Than Forecasted, No Recovery Expected · · Score: 1

    Stupid quote that doesn't apply. The reality is that no new PC hardware means no new PC sales.

    Did IDC Predict that the newest GPUs would focus on energy efficiency, forsaking performance improvements; and it has been well over a year since Intel broke new performance ground? Even AMD hasn't released anything worth considering, unless your in the market for a budget pc, since the middle of last year.

    You are conflating cause and effect here. The hardware manufacturers are focusing on energy efficiency and forsaking performance improvments *because* sales are down. They're trying to close the gap between traditional PCs and tablets, which people are buying in record numbers for their size and battery life. The way you close that gap is by improving energy efficiency.

  9. Re:In all seriousness.. on Amazon Reveals "Prime Air", Their Plans For 30-minute Deliveries By Drone · · Score: 1

    If private organizations can't use drones to help with natural disasters, such as those in Colorado, how do you suppose this will get approved to fly near local airports and various cities and towns won't outlaw the flying of drones?

    By money, of course. Same way everything gets approved.

    Private organizations don't have Amazon money.

  10. Re:Lots of little boards on Intel Launches 'Galileo,' an Arduino-Compatible Mini Computer · · Score: 1

    I like Linux on small devices like this, but I hate Busybox. Saving a couple of MB was a big deal back when you had 16MB of flash storage and that was it, but these days it's not unusual to have 16GB. Saving those few bytes on a version of Bash that barfs on a lot of common scripts is just dumb.

    Then compile up bash and add it to your rootfs. That's what we do, for exactly the reasons you mentioned; I wanted to run more modern shell scripts andd busybox didn't support them. But that's ok, just because you start with busybox doesn't mean you have to stop there.

  11. Re:Fork it then. on IAB Urges People To Stop "Mozilla From Hijacking the Internet" · · Score: 2

    Don't you mean Diverse-Internet-Experience-Fox?

  12. Re:To quote Einstein on Dr. Dobb's Calls BS On Obsession With Simple Code · · Score: 5, Funny

    Clearly, not taking his own advice here...

  13. Re:Who is Microsoft Will? on Will Microsoft Sell Off Its Entertainment Division? · · Score: 1

    Perhaps a distant cousin of Microsoft Bob?

  14. Re:Someone needs to tell the Linux distro creators on The True Challenges of Desktop Linux · · Score: 1

    And who would tell the distro creators this? Linus? I don't think so. If he did that, it would cease to be linux. Linux is, by definition of it's creator, open. You are free to do with it what you please. If that means fragmenting the community, so be it. Let them follow you, or not, as they see fit. Does it cause problems? Sure. But the alternative is telling people what they can or cannot do with the source code. And that would not be Linux.

    Linux may or may not converge into less distributions. You are free to argue that it should, and others are free to follow as they see fit. But somehow restricting people from creating forks of the code would be going against everything that Linux was created for. There are plenty of walled garden OS's that can offer you a consistent experience. If you want that, choose one of those. Linux will continue to be relevant and useful to many long after you're gone, regardless of whether you find it's particular use model suitable to your tastes.

  15. Three easy steps on Ask Slashdot: How Did You Become a Linux Professional? · · Score: 1

    1) Learn C/C++
    2) Learn the relevant Linux APIs (File I/O, threading, etc)
    3) Develop something useful using steps 1 + 2

    Congratulations, you are now a Linux Professional. Enjoy your new and glamorous lifestyle among the programming elite.

  16. Re:Time to stop focusing on cutting emissions on Sea Level Rise Can't Be Stopped · · Score: 1

    Indeed. We need to spend our last seconds figuring out ways to make the ocean rise to meet the cliff.

  17. Re:Think of it as standardized assembly programmin on What's To Love About C? · · Score: 1

    Doesn't have to be that old. I wrote, and am still maintaining a program written for an MSP430 that fits into 13k (ok, 12.8k) of code, as it was a 16k part and 3k was used for the bootloader + vector table. It's running right now, controlling power supplies and running PID loops. Actually, it's running about 750,000 copies right now, 24 hours a day, 365 days a year. Which is why it had to fit into 16k. Every penny counts when you multiply times 3/4 million. And yes, of course it's in C. No worries about memory leaks though, there's no heap. I do worry about the 80 byte stack though, maybe it's time to bump it up to an even 128.

  18. Re:now apple needs a real desktop or at least on Apple Transitions Hardware Leadership · · Score: 2

    Mac users know better than to open their computers. You might untangle the interwebs in there.

  19. Re:I'm confused on IP Lawfirm Sues Typosquatting Security Researcher · · Score: 1

    The summary didn't tell me who to root for so I am completely confused.

    This is one of those rare events when you are actually rooting for the lawyers.

  20. Re:Why Thailand? on SSD Prices Down 46% Since 2011 · · Score: 1

    Hard drive manufacturing started in Singapore due to an availability of high tech and has been migrating steadily north ever since to capture cheaper labor rates as hard drive margins shrank and technical competence in other countries increased. Singapore -> Malasyia -> Thailand -> China.

  21. Re:Or a third way: on Microsoft Announces 'Surface' Tablet · · Score: 1

    Surface has a USB port. Surface has an included keyboard. Surface has Windows & Active Directory & a platform supported by the vast majority of software companies.

    Surface is a laptop.

    It's a dessert topping!

  22. Re:Cooling on Apple Quietly Updates iPad 2's Processor · · Score: 1

    As reported in TFA, the die-shrunk version runs a bit cooler. Which if you know your thermodynamics, is pretty much inevitable if it has lower power consumption.

    How much thermodynamics do you need to know that things that draw less power run less hot?

  23. sigh... on Kim Peek, aka Rain Man Focus of NASA Study · · Score: 1

    In soviet Russia, Russian thinks in YOU!

  24. Trolling for attention? on Ask Internet Icon Alex Chiu · · Score: 1
    Do you honestly believe all the things you say on your website, or is the entire thing a brilliant troll?

    Honestly, you've had millions of visitors to your site looking at "immortality rings" and other nonsense which is clearly based entirely out of ideas you made up in your head with not one shred of evidence to support them (this has been exhausted by previous posts, so I won't belabor the point).

    Don't you think that now is the perfect opportunity to expose your site as a plot for attention and website hits, so we can all laugh at ourselves for being suckers and congratulate you for snookering us?

  25. Re:This reminds me... on Web Standards Project: Upgrade, Or Miss Out · · Score: 1

    It's supposed to read that way. That's the joke. ... We've upped our standards, so up yours. Am I the only one here reads "up yours" as "fuck you". (Or is the rest of slashdot different some how.) This is what people are saying to us now. "We've upped the standards, so fuck you if you've got an old browser."