Slashdot Mirror


User: Chirs

Chirs's activity in the archive.

Stories
0
Comments
2,303
First seen
Last seen
Profile
(view on slashdot.org)

Comments · 2,303

  1. fold the plane over so A and B touch on The First Universal Quantum Network · · Score: 1

    If you're allowed to use more than 2 dimensions, fold the plane over on itself so that points A and B touch. Now the distance is zero.

  2. how is that not a proof? on How Windows FreeCell Gave Rise To Online Crowdsourcing · · Score: 1

    Isn't this just a case of "proof by exhaustion"? We divide up the problem into the space of all legal moves given the initial starting point, then show that none of them lead to the desired state.

    According to Wikipedia this is how the four colour theorem was proved.

  3. may be more complicated than it seems on DoJ Files Suit Against Apple, Ebook Publishers · · Score: 1

    Sure, when doing an e-book you save the costs of the printing and shipping. However, you now need to do additional work to validate the e-book. You need to ensure it looks good on all the different readers out there, pick the best of the available fonts, check the alignment at all the different font sizes, make sure any images carry over nicely, etc.

    When doing it properly, there is additional work to prepare the e-book, and somebody has to pay for those costs.

    That said, I do think it's insane that they want to charge as much as they do.

  4. doesn't explain price fluctuations on DoJ Files Suit Against Apple, Ebook Publishers · · Score: 1

    Around here if one gas station changes their prices, all the other gas stations in the entire city change within an hour or so. Prices generally go up right before a long weekend, go up instantly if there is any bad news about the oil supply (even though they're selling from the underground tanks they filled at the old price), and drop back down very slowly compared to the speed at which the oil price drops.

  5. difficult to fill when temperatures fluctuating on Using Non-Newtonian Fluids To Fill Potholes · · Score: 1

    If it's spring and the temperatures are +10 during the day and -5 at night it can be tricky to fill the pothole properly, especially if there's still runoff from melting.

  6. actually, implantable pumps exist on McAfee Claims Successful Insulin Pump Attack · · Score: 4, Informative

    There are different kinds of pumps. The most common is the type you describe, but there are in fact implantable insulin pumps which get refilled via syringe, and this is the type described in the article:

    "The pumps hold 300 units of insulin, enough for about 45 days, and are refilled by a syringe."

  7. disagree somewhat on Copper-Graphene Nanocomposite Cools Electronics Faster & Cheaper · · Score: 1

    Personally I think that single-threaded asynchronous software gives the highest performance. However, there are cases where you want to do things that don't have async APIs. In these cases you need some way of blocking in a synchronous API while letting the server do other work--and epoll/kqueue isn't always an option. In these cases threading can give slightly higher performance than separate processes.

    In most cases though I prefer to use separate processes with explicit message-passing. It's easier to debug than using threads, and there is much less chance for one thing going crazy to cascade through and destroy everything else.

  8. consider "light" as "electromagnetic radiation" on Copper-Graphene Nanocomposite Cools Electronics Faster & Cheaper · · Score: 1

    and you'll find it does indeed travel in wires.

    In fact, it travels at

      1/ sqrt(e u)

    where

    e - is the electrical permittivity of the material
    u - is the magnetic permeability of the material

  9. it's cable...not much in the way of components on Best Buy CEO Brian Dunn Resigns After $1.7 Billion Loss · · Score: 1

    What components? You have two connectors and a length of raw cable. Just about everyone uses the same raw cable stock, and everyone gets the ends attached in China.

    In an HDMI cable you need to pass a digital signal. Even the cheapest monoprice cable will work fine for short runs, and if there's a bad connection it's obvious and you chuck it and replace it. The ONLY time the quality makes a difference is in long runs (like 40 feet or more to a projector) that are hard to replace. In that case I'd be tempted to get the Belden stuff from Blue Jeans Cable.

  10. got to disagree on Plantronics Helps Make Remote Workers' Lives Easier (Video) · · Score: 2

    I'm using a Plantronics earpiece for a regular desk phone (the kind that fits over the ear and has a long hollow voice tube). It's getting close to 10 years old, still works fine.

  11. 10000 mirrors on Self-Sustaining Solar Reactor Creates Clean Hydrogen · · Score: 2

    There are already solar towers using massive arrays of mirrors all aimed at the same point. This could presumably use something similar.

  12. job expectations on World's Creepiest iPhone App Pulled After Outcry · · Score: 1

    It is expected that individuals in certain jobs (primarily dealing with children) show standards of behaviour different from the norm.

    In some cases there is a good reason for it...I think it would be difficult for a 18 year old boy to keep their minds on schoolwork if the students were passing around links to pictures of their 22-year old teacher in clubwear at a rave.

  13. clearly you don't live where I do on Generating Alcohol Fuels From Electrical Current and CO2 · · Score: 1

    I live in the Canadian prairies. The nearest cities with over half a million people are 700km in one direction, and 900km in the other direction. I've done both multiple times.

    I've driven 3200km in three days in a 26-foot moving van. I've driven 1700km in 22hrs including a howling blizzard in the Rocky Mountains.

    For commuting electric vehicles can be great. For some trips you need energy density.

  14. iphone deficiences compared to blackberry on RIM Firing (Nearly) Everybody · · Score: 1

    1) iPhone has no native way to alert you that you missed a call without physically picking up the phone and checking the notifications. Blackberry (and some android phones) have external LEDs to indicate missed calls/texts/emails/etc.

    2) Blackberry phones will go for multiple days on a single charge. iPhone needs charging at least once a day with normal use. My mom is a midwife and may be away from home for 30hrs straight. Her work replaced her blackberry with an iphone and now she needs to have a charger in the car, at home, and at work otherwise the phone will die.

  15. quality of service on Swedish Teleco Firms Looking Into Block VoIP Claiming Losses In Earnings · · Score: 1

    There are actually international standards about quality of service that apply to voice communications but don't apply to data communications, so it's not unreasonable for voice to cost somewhat more.

    That said, it would make sense for the telco to come out with their own VoIP service that is priced similarly to Skype. They could then get some control over it while still being able to compete price-wise.

    At the very least they should price their data plans such that they cover the costs. If actual voice traffic starts dropping this may mean that they need to increase the data plans to cover a larger share of network infrastructure maintenance.

  16. Re:Why prohibit? on Swedish Teleco Firms Looking Into Block VoIP Claiming Losses In Earnings · · Score: 1

    "I'm gonna be a bit contrarian here, in part because it's an interesting issue to explore. Allow them to collude, I say!"

    The problem is that historically there are relatively few players in the telecoms market, because it is a natural monopoly. The barriers to entry are very high, so there isn't a lot of competition.

    Around here (Canadian Prairies) there are two cell networks, one run by the phone company and one by the cable company. There are then 6 other companies that lease bandwidth on their towers. Some of these companies are actually subsidiaries or partners of each other so the actual competition is even less.

  17. Quality of Service on Swedish Teleco Firms Looking Into Block VoIP Claiming Losses In Earnings · · Score: 1

    While it's true that the voice packets and data packets may be travelling over the same network, in a traditional telco situation they have very carefully designed that network to guarantee certain quality-of-service parameters for the voice packets.

    There are very strict requirements for latency and drop rate when dealing with voice packets. Those requirements are *not* there when using skype or similar.

  18. might fall under vendor gifts/bribery on Google I/O Sells Out In 20 Minutes · · Score: 1

    Technically the employer paid for the conference, so it would be ethical for any significant swag to go to the employer to distribute as they see fit. (Which might be to the developer who went, or it might be a special award for employee-of-the-month or something...). Now if it was a competition, or a draw, or something like that then it might make sense for the developer to keep it since it wasn't expected as part of the conference registration.

    In any case, I'm fairly sure that according to a strict reading of our corporate ethics policy I probably wouldn't be able to keep something like a Nexus or a Chromebook anyways if it came from a company that we do business with. Need to avoid any semblance of impropriety.

  19. actually it does make a difference on What's Not To Like About New iPad? · · Score: 1

    Holding even a small weight for hours on end gets tiring. A small increase in the weight can make a big difference in comfort over the long term.

  20. actually not a problem on Ask Slashdot: How Would Room-Temp Superconductors Affect Us? · · Score: 2

    If you use reversible logic blocks you can still run non-reversible algorithms...as i understand it you could reverse it on the CPU that ran it forwards, but when you write the result to permanent storage or put it out on the network you throw out the extra information (wasting some energy) and it becomes no longer reversible.

  21. beg to differ on GCC Turns 25 · · Score: 3, Informative

    You can have the best algorithm in the world, and a good compiler will *still* be able to make it run faster than a bad one.

    Alignment, branch probabilities, inline functions, hoisting stuff out of loops, loop unrolling, removing unused code, etc.--these sorts of things really can make a difference in code that gets called frequently.

    That said, it's not exactly clear that the Intel compiler (icc) is unconditionally better than gcc. There are some benchmarks at http://www.linuxforge.net/docs/bm/bench-gcc-icc.php of a linux-2.6.34 kernel compiled with gcc and icc. The results are close enough that it doesn't make sense for most people to use icc.

  22. NEC is available online for free on Liberating the Laws You Must Pay To Read · · Score: 3, Informative

    You can view the National Electric Code for free by going to http://www.nfpa.org/aboutthecodes/AboutTheCodes.asp?DocNum=70# and then going down to"view the document online" and clicking the link, then sign in. If you don't have a username/passwd then you can register for free.

  23. The US is a republic, not a democracy on Iran Deleted From the World's Banking Computers · · Score: 1

    The US has chosen to elect individual to represent them. Presumably those individuals should be more up-to-speed on political matters than the people that elect them, so it doesn't seem totally unreasonable for them to make decisions that the average joe wouldn't because they're not paying attention.

  24. does it matter? on Iran Deleted From the World's Banking Computers · · Score: 1

    I'm Canadian. Our government was elected with 40% of the popular vote but because of how the voting system works they have a majority in the government and can basically do whatever they want. The way my voting district boundaries are set up there's basically no chance that the candidate I vote for will be elected.

    So...am I personally responsible for what my government does or not? Given that I am politically opposed to the current ruling party, how would I have less influence on government policy if it was a dictatorship?

  25. around here you do have to call the police on Stolen iPad's Reported Location Not Enough To Warrant Search, Say Dutch Police · · Score: 1

    I live in the Canadian prairies. Around here if you have a car accident you need to call the cops if anyone was injured or if the damage is above a certain dollar amount.