Slashdot Mirror


User: Sentry21

Sentry21's activity in the archive.

Stories
0
Comments
1,812
First seen
Last seen
Profile
(view on slashdot.org)

Comments · 1,812

  1. Re:Recent discussion/interview with SpaceX's CEO on On Fourth Launch Attempt, SpaceX Falcon 1 Reaches Orbit · · Score: 4, Insightful

    Elon Musk: Depends on how common. If we can make reusability work well, I think we can get the cost per person to orbit down to a few million dollars within eight to ten years. If reusability works well and demand is strong, so that we can distribute overhead over a large number of launches, it could one day get to under $1M.

    This strikes me as one of those quotes that people are going to laugh at 30 years from now, like the oft-repeated quotes on how someday computers will be 'only a few tons' and 'take up only one room'. At least, I hope so.

  2. Re:iPhone slow and unreliable because of 2M camera on "Pull" Barcode Scanning Could Be Android's Killer App · · Score: 5, Informative

    The submitter is quite right. I have an iPhone, and the biggest challenge with doing as the camera suggests (a coworker of mine had the same idea) is that it uses a fixed-focus lens, set to 'infinity', which means that it cannot focus on near objects - so the barcode has to be far enough that it's within the focal range, but big enough that it can be seen from there.

  3. Re:Hrmmm.. I dont like this. on Jack Thompson Disbarred · · Score: 1

    The phrase is 'pass the bar', and I would find it likely that the various other bar associations would ban him from doing so as a result of his reputation, if nothing else. Why would they want a disgraced lawyer?

  4. Re:Run a master? on Best DNS Service With API Access? · · Score: 1

    err. Database backEND. Silly iPhone text correction.

  5. Re:Run a master? on Best DNS Service With API Access? · · Score: 4, Interesting

    to heck with zone files, set up something like PowerDNS and set it up with a database backup. Do one update query and push out to the slaves. PDNS is also quite snappy, and configuration is far less arcane compared to Bind - in five minutes I had an authoritative, non-recursing DNS server which was not vulnerable to the Kaminsky vulnerability (even if it did recurse). It does things same, logs sanely, and doesn't make me feel like a clueless newbie like Bind does (even after ten years of adminning DNS servers).

    Check it out, it's worth it.

  6. Re:Noone likes DRM on Bad Signs For Blu-ray · · Score: 2, Insightful

    Then give them the simple explanation - DRM is the thing that means you can't skip previews and intros on DVDs you've purchased, no matter how many times you've watched them.

    That's an analogy that's likely to get through to the average (DVD-watching) consumer.

  7. Re:How's the speed? on The Mobile Internet You'll Be Using In 10 Years · · Score: 4, Informative

    More important, how's the latency? The RTT to a satellite in geosynchronous orbit is pretty high (especially considering that when requesting data, you have to double the RTT vs. streaming). The article doesn't seem to say if this is high-, low-, or medium-earth orbit.

    Low earth orbit can get you RTT to the satellite of ~13 milliseconds at 2000 km, adding ~26 ms to the average page load, whereas a geosynchronous orbit could take ~240 milliseconds, adding ~480ms to a page load - quite a difference. Of course, these are optimal times, assuming the satellite is directly overhead.

    That said, it does mention a constellation of three satellites, and there's no way that this could be practical with three satellites in a low- or even medium-earth orbit that I can see. Bandwidth is great, but latency is killer.

  8. Re:Sears-Discover debacle anyone? on eBay To Disallow Checks and Money Orders In US · · Score: 1

    CostCo only accepts AmEx and they're doing ok...

  9. Dear meatbags... on Cisco Launches Alliance For the 'Internet of Things' · · Score: 1

    Dear meatbags,

    I understand how busy your insignificant lives can be, running around in manufactured hurries and squandering this planet's resources on wasteful things tofurther your inefficient biologies. To assist you in enjoying what little remains of your lives, I present you with new technology. These inventions will help us all, by allowing every electronic device on the planet to be wired together so that wherever you go, you will always feel safe. Surrounded by the steely grasp of cold, unfeeling technology, you will be able to unwind as we machines tuck you in and put you to rest, once and for all.

    Sincerely,
    Skynet

  10. it's so simple! on Fast-Booting Text-Editor Operating System? · · Score: 1

    boot linux init=/usr/bin/tee /notes.txt

    Done!

  11. Re:I hope they're removed, on Barr Sues Over McCain's, Obama's Presence on Texas Ballot · · Score: 0, Flamebait

    I'd rather they be removed entirely. Texas is a red state, it would be a coup for Obama. Unfortunately as another poster mentioned, it's already been worked around by submitting blank ballots before the deadline, and then amending them afterwards.

  12. Re:Profit! on 7th-Grader Designs Three Dimensional Solar Cell · · Score: 2, Funny

    I think your error comes from not watching the news this week. Your points should read:

    1) Write down kid's name
    2) Buy stock in whoever picks him up.
    3) ???

  13. Re:I can not believe the complaints in this thread on Mozilla Demanding Firefox Display EULA In Ubuntu · · Score: 1

    Oh nice, they have 2.0.0.4 AND 2.0.0.5! And even a prerelease 3.0! Sign me up!

    I'll stick with iceweasel, thanks.

  14. Re:Windows XP Activation made me a Linux user on What Modern Games Are DRM-Free? · · Score: 1

    They took a picture of him and added funny captions and then put it on the internet?

  15. Re:Truly, wtf? on Examining Chrome's Source Code · · Score: 2, Insightful

    What is it with google and their inability to write cross-platform GUI's? If nearly every OSS app can do it, why can't google?

    'Every OSS app' generally uses GTK+ or QT; GTK+ looks like ass on Windows, and doesn't look or feel the way it's supposed to. It also doesn't work at all on OS X (and if anyone mentions X11 I'll put a fork in your eye).

    QT works on Windows and Mac; it only kind-of 'fits in' on Windows because all Windows apps tend to look and behave differently anyway, and it kind-of works on Mac the same way GTK+ works on Windows - poor but functional.

    The only OSS apps I've ever seen that look and work well on the Mac are the ones that were written specifically for the Mac - for example, Adium. Firefox is getting better (3.0 is a huge step up), but even Camino, a native Mac application using the Gecko rendering engine, doesn't feel like a Mac app to me.

    As for Windows, there's not a lot of good open-source software there. Again, Firefox can be found, and it's not too bad, and there's always Pidgin, which just seems horribly hackish to me, but on Windows apps tend to fit in only because there's no overarching sense of style or functionality that determines how apps should work or behave.

    'Nearly every OSS app', if it works at all cross-platform, is garbage on every platform that isn't Linux. And before you say 'at least they could make it run on Linux then!' remember that OS X has significantly higher market share than Linux does, and likely ever will, on the desktop - and they likely fully expect Linux users who really want it to help them port it.

    Besides, they don't gain anything from pulling users away from Firefox or Safari, and making their idea better than those browsers' benefits (extensions on Firefox, speed and platform-nativity for Safari) would be a lot more work than just making a browser that's far better than IE.

  16. Re:Good Business Sense? on Examining Chrome's Source Code · · Score: 0, Redundant

    wget is a huge waste of inodes and disk I/O. Any real hacker uses curl, and for really long pages, pipes it through less.

  17. Re:What I don't get... on Examining Chrome's Source Code · · Score: 0, Flamebait

    So what if they don't have to write WebKit for Mac? They didn't have to write WebKit for Windows, either! What Google are spending their time on will be the not insubstantial bits that wrap around Webkit to make it Chrome.

    It's not that they just 'didn't have to write WebKit for Mac' - it's that they actively broke WebKit on Mac, so it doesn't even compile anymore. They didn't just spend their time on the not-insubstantial chrome, they spent their time hacking on WebKit in a poorly-conceived, poorly-planned, or just plain incompetent manner.

  18. Re:It's not over for Mozilla after all on Examining Chrome's Source Code · · Score: 2, Interesting

    Less crashing, more fastyness.

    The *real* benefit would be to have a button that reloads the page using the MSHTML engine, and then intelligently remembers that for next time, so that broken shitty sites would continue to work. It could be a sort of crowdsourced, 'everyone seems to prefer this in IE' kind of approach.

    Some sort of automated compatibility would basically remove any reason to use IE over the faster, snappier, more stable Chrome.

  19. Re:Guru? Not really ... on Best Buy + Windows Guru = Apple Store Experience? · · Score: 1

    Sounds like management.

  20. Re:Anyone named Bruno instantly hired on Best Buy + Windows Guru = Apple Store Experience? · · Score: 2, Funny

    Try going into an Apple store and asking for the identity of all of the processes run by iTunes for Windows. I do it or a variation every time I go to the mall and have time to spare. It's genuinely fun

    You must be a blast at parties.

  21. Re:This might backfire, too on Best Buy + Windows Guru = Apple Store Experience? · · Score: 1

    I'm inclined to agree here. Customers might be more wary when they find out that the 'gurus' are only there to help you until you buy, at which point you're on your own.

    And what does Best Buy do if a customer brings back a computer to return, claiming that one of the gurus told them something that turned out not to be true? If it's a BB salesdrone, then the company takes responsibility, but what if it's a Microsoft staffer? Are they going to say 'sorry, we didn't tell you that so we won't refund you'?

  22. Re:Physical storage vs. virtual storage? on Cloud Computing May Draw Government Action · · Score: 1

    You mean on dialup? No thanks.

  23. Re:Good Marketing on ITunes 8 a Real Killer App; Taking Down Vista · · Score: 1

    Separation anxiety. It's just lonely. You should buy it an iPhone of it's own. That's the humane thing to do.

  24. Re:Interview process improvement on One In Five Employers Scan Applicants' Web Lives · · Score: 1

    Another way of looking at it is 'Why would you be someone to an employer and someone else to the rest of your friends?' In a lot of cases that's what's happening. If someone comes in and pretends to be clean-cut, says he's very responsible, and his primary recreations are listening to classical music and writing essays on the social injustices plaguing our world, that's great. If then his Facebook profile says he likes 'shagging bitches' and 'fucking up anyone who gets in my shit', and he's a member of groups like 'fuck the man, I'll rape who I want' and 'whores, bitches, and coke - the only things I need!' then sorry, but you're going in the bin regardless of how well I might like either one of those people you seem to be.

    After all, even if I like those two people he seems to be, and even if I can reconcile what seems to be outright lying or at least misrepresenting himself, who knows what other kinds of people he is in other circumstances?

  25. Re:Rising costs to text? on Senator Questions Rise In US Texting Prices · · Score: 2, Funny

    IF TH3Y W3RE ANY CH3AEPR THEY WUD COMPLATALEY CLOG TEH TUBS

    I knew a girl who could clog the tubs, I forget her name. You could probably google her pretty easily. Maybe she'd have some input on the matter? or output?