Slashdot Mirror


User: benthurston27

benthurston27's activity in the archive.

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

Comments · 158

  1. Re:Web Obsession on Insiders Call HP's WebOS Software Fatally Flawed · · Score: 1

    That sounds awful writing an app like that. I've been writing the app I've been working on with Python using the QT4 libraries. I use the webkit module of QT to display HTML, and it does that beautifully. And the Python basically works as a glue language to get all the modules that are written in C++ to work together. I don't know why anyone would, instead of something like that, decide to as the article was saying, use webkit and javascript to do the whole gui and program logic and everything. Anyway the way I'm doing it you get all the benefit of C++ performance, the easy programming of python, and the portability of QT without trying to build this complete inner platform where everything is running as a call to the browser instead of the operating system. What's next, the browser gets so much native app support that they program a browser within the browser for just viewing webpages securely?

  2. Re:Methane emissions not tied to modern warming on Russian Scientist Discovers Giant Arctic Methane Plumes · · Score: 2, Funny

    that's enough regards for now, Damon rgds Ben

  3. Re:What about a thumb drive? on What Microsoft Should and Shouldn't Do For the Xbox 720 · · Score: 1

    They could have just one thumb drive that comes with the system, and you go to the store and they copy a game to it, and back it up/install on the console.

  4. Re:I've Seen 'Em on What Silicon-Based Life Might Be Like · · Score: 1

    All those creatures were radish based lifeforms though.

  5. and... on Climate Panel Says To Prepare For Weird Weather · · Score: 5, Interesting

    Will it also make some places more habitable?

  6. Re:oblig xkcd on Google Upgrades WebP To Challenge PNG Image Format · · Score: 1

    I just noticed in Chrome when I right click on his link without the "a" tag it has an option to open the site in a new tab.

  7. Re:Bad example on Study Says Quantum Wavefunction Is a Real Physical Object · · Score: 1

    I wrote a computer program once that plotted the planets moving in the Copernican solar system. Then you can just subtract the Earth's coordinates from every object so the Earth stays at 0,0 and everything moves in strange ways around it. It is pretty interesting to look at but you can see why they would have a hard time mapping it out.

  8. Re:Sensible on Study Says Quantum Wavefunction Is a Real Physical Object · · Score: 1

    I've seen lactose intolerant people order the pizza without the cheese but with the other toppings.

  9. Re:Here's my post on this from Thursday on Engineers Create World's Lightest Material · · Score: 1

    If you just enlarged this structure in every direction a thousand fold it wouldn't support it's own weight because the volume and thus the weight of the beams is going up cubically while the lengths only go up linearly. This is the explanation I've heard for why you couldn't have an ant the size of a dinosaur the spindly legs only work at very small sizes.

  10. Re:But how cheap can they get it? on Engineers Create World's Lightest Material · · Score: 1

    Well to stop convective you could just sandwich it between two layers of plastic, right?

  11. Re:Google Example on Tough Tests Flunk Good Programming Job Candidates · · Score: 1

    Yeah, but not knowing how to make a linked list in C++ because you spend all your time doing all this other stuff is like an engineer saying he spends all his time using a plotter and autocad so he can't remember how to use a screwdriver.

  12. Re:Mathematics of Ramsey on Mathematically Pattern-Free Music · · Score: 2

    One easy one to just use a different length between every consecutive note is the pattern 1,88,2,87,3,86...44,45. At first i thought you meant the length between every pairwise combination of notes but that would be impossible as if you had used 3 and 9 you could never use note 15 because the length between 15 and 9 would be the same as between 3 and 9. This pattern I'm suggesting is very regular though, so I guess maybe there is another condition beyond using a different length between consecutive notes? Also I think very repetitive music and too simple of a pattern in music is worse to listen to than what you demonstrated.

  13. Re:Daily user thanks Bram on Vim Turns 20 · · Score: 1

    I'm always wishing my web browser had something similar for the back button.

  14. Re:Good. on Antitrust Case Over, Microsoft Ties IE 10 To Win 8 · · Score: 1

    You misspelled Metro 10 times in your post.

  15. Re:GP/CPU on AMD 'Bulldozer' FX CPU Reviews Arrive · · Score: 1

    Oh my bad, I was thinking of the sequel to Bulldozer: Pile-driver.

  16. GP/CPU on AMD 'Bulldozer' FX CPU Reviews Arrive · · Score: 1

    I think testing AMD's FX chip and Intel's by pairing them with powerful graphics cards kind of misses the point of Bulldozer, which would be how well it does without the additional graphics card. I think the best comparison would be $235 for the AMD chip and $225 for the Intel chip but add to the Intel price the price of a mediocre graphics card that you would need to add to it to do the stuff the AMD chip does by itself.

  17. Re:This is an INPUT device on Thin Film Transforms Any Surface Into Touchscreen · · Score: 1

    I was thinking you could put it over a picture of a keyboard, or over a picture of various controls like slider looking things and so on.

  18. elusive on Origins of Lager Found In Argentina · · Score: 1

    I hate when yeast are being all elusive making scientists search for decades like that.

  19. Re:Who cares about TVs? Give me HUXGA instead on Beyond HDTV · · Score: 1

    I see now I guess with lenses DPI would be better but is that a limiting factor when they build projectors, or are they always able to focus a 1080p image at as small an area as they want?

  20. Re:Who cares about TVs? Give me HUXGA instead on Beyond HDTV · · Score: 1

    Could you buy a 100" 1080p projector and use a lens to make it a 25" 4320p projector?

  21. Re:Every Student? on Raspberry Pi $25 PC Goes Into Alpha Production · · Score: 1

    Hi, I was looking at my desktop behemoth here and I was thinking what if instead of the motherboard you have your Rasperry Pi board, and instead of the power supply a DC brick and instead of the cd-rom drive the sd card slot... I'm imagining included in this tiny tower would be the usb hub components with wi-fi and blue tooth adapters so that you could just have this little tower that just had an hdmi and power plug coming out of it... I wonder how small this tower could be?

  22. Re:Optical media replication on GE Bets On Holographic Optical Storage · · Score: 1

    It's interesting I don't disagree that DVD-r is cheaper, but look how cheap flash memory has gotten, here are 8gb microsdhc for 2 dollars a piece: http://www.newegg.com/Product/Product.aspx?Item=N82E16820220493&SortField=0&SummaryType=0&PageSize=10&SelectedRating=-1&VideoOnlyMark=False&IsFeedbackTab=true#scrollFullInfo And they are smaller than the stamp needed to send a DVD through the mail.

  23. Re:Design by commitee vs. design by guru on JavaScript Creator Talks About the Future · · Score: 1

    Well, Python is much faster than it was a decade ago because computers have doubled in speed 6 times since then. That's more than the 60 fold that Python is slower than C by. I think all the nice features of Python make it so you can write a complex program much faster and easier but you take an admittedly pretty severe performance penalty as it is right now, but imagine if as much time had gone into JIT Python as has gone into JIT javascript where it would be.

  24. Re:There are several problems here on Online-Only Currency BitCoin Reaches Dollar Parity · · Score: 1

    If people ever begin trading for things with a billionth of a bitcoin, like say some alpaca socks, wouldn't that mean that a bitcoin I buy today will be in the future worth a billion alpaca socks? Isn't that the definition of deflation that I don't want to spend bitcoins but hoard them?

  25. Re:In other words on Online-Only Currency BitCoin Reaches Dollar Parity · · Score: 1

    And someone would shine shoes back then for a nickel whereas now they might charge 2.50. So what people are making has gone up 50 fold as well, negating the 50 fold devaluation of currency.