Slashdot Mirror


User: smallfries

smallfries's activity in the archive.

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

Comments · 2,506

  1. Re:Good news in disguise on NASA Releases Orbital Photos of Beijing's Air Pollution · · Score: 2

    The atmosphere (which the smog is within) is part of the earth so by the time the sunlight reaches the smog it has already arrived. The real question would be if the particles in the smog reflect the light or absorb it as heat.

  2. Re:You asked for it. on Doom 3 Source Code: Beautiful · · Score: 1

    You haven't actually represented it as a switch-case. As the other commenter points out you have tacked a redundant switch-case onto the code:

      sides[i] = dot < -LIGHT_CLIP_EPSILON ? SIDE_BACK : dot > LIGHT_CLIP_EPSILSON ? SIDE_FRONT : SIDE_ON;

    CS instructor eh?, wouldn't let you cover my class for me... :)

  3. Re:Alibaba.com pointer to such a device on Smartphones: Life's Remote Control · · Score: 1

    Thank you. That is exactly what I was looking for, and so with a straight face I must admit that your googling skills are somewhat superior to mine. Cheers for the link.

  4. Re:You're just too lazy to use google on Smartphones: Life's Remote Control · · Score: 1

    I have used google. I've looked at the results. Hence the list of criteria that they don't match. Feel free to try and prove me wrong by posting a link to something that does match what I listed...

  5. Re:Link doesn't work on Smartphones: Life's Remote Control · · Score: 1

    About the size of an RFID. The temperature sensor was an off the shelf MEMS in an IC package, there was the main PIC as a processor and some other odds and ends to link it to the bus. We weren't using Ziggbee, but that is a single package now so I'm thinking the whole thing could be a lot smaller than a cell phone. The battery was just a watch battery (don't know what they are called, the little circular ones). The power draw from the processor, sensor and bus was practically zero. Essentially it is a question of how big a battery is needed to fire up the wireless once a minute and squirt out a packet.

  6. Re:Link doesn't work on Smartphones: Life's Remote Control · · Score: 2

    The link is still broken so here are some semi-random thoughts on what kind of remote control I was looking for a few days ago. I want a reasonably accurate temperature sensor, not +- 1 or even 2 degrees C. I want +-0.1 degrees with a update frequency of about once a minute. Wireless with a 50-100m range to a base-station that can then log the data. I don't want some kind of "cloud service" where the base-station uploads my data to the maker's server. I don't want a closed proprietary interface. I want the battery in the sensor to last at least a year, and the sensors should be dirt cheap (less than $20) so that I can put one in every room in the house and map heat flow through the rooms.

    Why does this not exist? We were building these kinds of devices in a lab ten years ago, I assumed they would have been commercialised by now. Instead the home automation products that I found were outrageously expensive and limited (proprietary interface to a private server, all access via web). There are no technical limitations, and the parts are cheap enough to make a decent margin on $20 for a PIC microchip, a Zigbee controller and an IC for temperature. It does seem weird that the market that exists for home automation is so distorted.

  7. Re:two choices on Ask Slashdot: Keeping Your Media Library Safe From Kids? · · Score: 1

    Are you assuming that Schrodinger never watched his collection?

  8. Re:Why? on Running a Linux Live KDE Desktop In 210MB · · Score: 1

    Making the install size of the system smaller enables new applications and ways of using the system. At the moment an operating system is a giant monolithic install tied to a signle machine. I would prefer a single install shared across all of my devices. To make this work the OS would need to be synchronised / reconciled across a network connection on demand. Like a cloud OS but not running on public hardware - just migrating between devices that I own. As size as a direct impact on performance (time to start up, to reconcile) the install size could never be small enough.

    There are smaller devices than you acknowledge. Memory and storage are the dominant costs in those devices and reducing the need for both enables cheaper classes of device. The Pi is an interesting machine for $25, but what happens when a desktop-capable machine costs $5, or $1?

    Lastly, flash is nice but it still is not as fast as DRAM. Having an entire OS install cached in memory has advantages for performance.

  9. Re:Can we get a real Linux filesystem, please? on Denial-of-Service Attack Found In Btrfs File-System · · Score: 1

    When you have a filesystem that understands hard links, deduplication is still required to find files that have the same content and link them together. You are possibly thinking of a filesystem that hashes contents to decide on storage locations.

  10. Re:Surprising number on Earth Avoids Collisions With Pair of Asteroids · · Score: 1

    You keep talking about a large asteroid that is definitely on a collision course with earth. This is an error. There have been large asteroids that been on collision courses before. There may be more, but it is not certain. Because it is not 100% probable that an unknown large asteroid is currently on a collision course with earth none of your argument is valid, and your arguments about increasing probabilities are incorrect.

    Your argument would be valid (but pointless) if you said: "if there is at least one more asteroid on a collision course with earth then the probabillty of impact on a particular day increases with each day it does not strike". Of all the asteroids that strike earth of a given size, one of them is the last.

  11. Re:fuzzy shit on A.I. Advances Through Deep Learning · · Score: 1

    If you think fuzzy is bad look at anything called quazi-something in maths. It may as well read not-actually-anything-at-all-like-something. That one is my pet peeve

  12. Re:deep shit on A.I. Advances Through Deep Learning · · Score: 1

    When people write a paper for publication they have to differentiate their approach from previous approaches. You seem to have latched onto deep as an imprecise description of the number of layers. It is not. It is an accurate distinction in comparison to previous approaches. Because previous approaches were limited to about (not exactly) two layers it makes the definition of the label a little fuzzy, but the partition into shallow / deep approaches is crisp.

  13. Re:Sources of improvements? on A.I. Advances Through Deep Learning · · Score: 2, Insightful

    The problem comes when you try larger inputs. Regardless of constant factors if you are playing with O(2^n) algorithms then n will not increase above about 30. If you start looking at really weird stuff (optimal circuit design and layout) then the core algorithms are O(2^2^n) and then if you are really lucky n will reach 5. Back in the 80s it only went to 4, buts thats Moore's law for you.

  14. Re:"Troll"? EXCUSE ME? on Valve's Big Picture Could Be a Linux Game Console · · Score: 1

    When you refer to this hypothetical steambox as open, what makes you assume that it will be? If it is custom hardware there is no reason to assume that it will be any more open than competing consoles. Linux on the inside doesn't guarantee root access, and if they drop bios for a signed bootloader it would be difficult to get into. The DRM in the system will be derived from steam, so I would assume that online activation will be mandatory. The piracy rate could actually be lower than the currently existing consoles as none of them enforce mandatory online activiation. It could also completely kill the second-hand game market for this device, so the economics of the market would quite new. As you wrote ealier, it would be up to Value to prove that gamers would buy into this market, although I assume the studios would love it.

  15. Re:Delivery on Ask Slashdot: How To Make a DVD-Rental Store More Relevant? · · Score: 1

    Was about to post this. Also steal a part of ringbring's business model and pick up other supplies on route: popcorn, chocolate, soda, pizza etc.

  16. Re:Let Hans Reiser work on Reiser4 File System Still In Development · · Score: 1

    Probably more showers... But they are less fun.

  17. obvious question on W3C Releases First Working Draft of Web Crypto API · · Score: -1

    (that I'm too lazy to read the article for) is does this mean an end to passwords, and the beginning of proper identity management in the browser. I would love to authenticate myself once to the browser, and then have it negotiate identities with each website.

  18. Re:Why cardboard? on Ask Slashdot: What's Your Take On Stand-Up Desks? · · Score: 1

    We have motorised desks at work. There is a pair of push switches on the front and they raise and lower maybe 1.5m (3-4ft). As long as you have fairly long cables on everything these make the transition very easy. It does make quite a difference as you can stretch your legs for an hour or two and then switch back. Oddly enough I've ended up in a weird slouched position with the chair reclined and the desk close to the floor, meh, the broken ergonomics are probably more to do with me than the office.

  19. Re:Be as nasty as you want to the Baby Boomers... on Astronaut Neil Armstrong Has Died · · Score: 1

    Fair enough, I think that I skipped over your penultimate paragraph. I'm not the poster that you were replying to though...

  20. Re:A hero, but without the hype please on Astronaut Neil Armstrong Has Died · · Score: 1

    Yes, "among". Mankind taking a step off of this rock for the first time is a huge deal. It is as big as the other achievements that you list. Although Armstrong did not achieve it alone, most of the rest of your list are not solo endeavours either.

  21. Re:Be as nasty as you want to the Baby Boomers... on Astronaut Neil Armstrong Has Died · · Score: 0

    No. You are taking an extremely superficial view of the problems and claiming that we know the solutions. If you take your points together then they claim that we can build a viable closed eco-system. The experiments that have been conducted so far show that we cannot. We still do not know how to engineer a closed-loop that can survive for more than a few months and every experiment so far has had to shut down or risk killing the participants.

    Sure we know how to build bunkers - do we know how to do large scale construction in a hard vacuum? Can we build a fission reactor large enough for a small city, launch it by rocket and land it on another orbital body? Or is it so easy to assemble it over there using our well-developed space construction skills?

    It must be some utopian blend of crack in that pipe that you are smoking. Nobody is claiming that we can't learn how to do these things given the will and the experience, but to claim that they are already solved problems is just ridiculous.

  22. Re:Revert back to what worked on GNOME: Possible Recovery Strategies · · Score: 1

    Indeed, just because binary was good enough for the first few millenia of civilisation did not stop the invention of octal in the 19th century. It did not stop the widespread adoption of decimal across the world in the '60s (apart from america), and hexadecimal is currently being established as an international standard. Who knows? By the mid-century we may have progressed as far as a base-25 system.

  23. Re:Prediction on Ask Slashdot: Should Valve Start Their Own Steam Linux Distro? · · Score: 1

    What do you mean focus on playlists rather than albums? The only thing that I use playlists for in iTunes is overlapping sets of genres, I use albums the rest of the time.

  24. Re:Who cares... on Windows 8 Graphics: Microsoft Has Hardware-Accelerated Everything · · Score: 1

    Oh dear, you don't seem to grasp the point so well. If I replace a single processor that performs a task with a set of parallel processors then I cannot claim the power is reduced just because the time is shorter. The energy consumed depends on both the time and the power use of the set of processors. Given the discussion that followed in that thread it is quite clear that understanding the distinction would have added something.

  25. Re:Who cares... on Windows 8 Graphics: Microsoft Has Hardware-Accelerated Everything · · Score: 1

    Your logic is flawed:

    the less time the machine spends active the more time it can spend in idle which quite obviously results in less heat and power consumption.

    The caveat is that power consumption must not increase during the shorter period of operation for this to be true. In the case that we are offloading work from the CPU to the GPU then it is not only the length of time that is important, but the relative power consumption of the two devices while drawing the text. It may be that offloading the text rendering to the GPU reduces power consumption (Microsoft claim that in the article), but it does not logically follow from the claim that the operation can be performed in less time.