Slashdot Mirror


User: TD-Linux

TD-Linux's activity in the archive.

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

Comments · 94

  1. Re:Turtles all the way down on 'Inexact' Chips Save Power By Fudging the Math · · Score: 2

    Large safety factors are bad engineering in a lot of fields. Maybe not for architecture and bridges, but for airplanes, the safety factor is as close to 1 as possible (and there are certainly lives on the line). The weight savings are always worth it. In fact, in aerospace, safety factors down to 0.9 are common, meaning the part _will_ more than likely fail at some point, and so it is inspected regularly for signs of fatigue failure.

  2. Re:Lack of standards, quality. on The Wretched State of GPU Transcoding · · Score: 3, Interesting

    Because behind the scenes your "encoder" program is actually using several different encoders. Generally the encoder has to be custom written specifically for the specialized GPU hardware it is targeting.

  3. Re:Wasn't Chrome supposed to drop H264 support!? on Mozilla Debates Supporting H.264 In Firefox Via System Codecs · · Score: 2, Insightful

    I view h.264 as another tie in to expensive tools that force you to pirate and not update your own pc just be job competitive. That is against the spirit of the web. No free tool can exist because h.264 is licensed and proprietary.

    The hell kind of reasoning is that? Have you ever actually tried creating a webpage? H.264 is not proprietary. The only thing that even touches H.264 is your video encoder. You probably already have one, and if not, there are plenty of good ones out there that you can use.

    What is H.264 forcing you to pirate, exactly? How is H.264 preventing you from updating your PC? Why can no free tools exist? Have you read the actual license on MPEG-LA's website?

  4. Re:The patent fees will expire soon. on Mozilla Debates Supporting H.264 In Firefox Via System Codecs · · Score: 2
    H.264 is not copyrighted. It is patented.

    DRM has nothing to do with it. XP does not include a software H.264 decoder because it didn't exist at the time XP was released.

  5. Re:Wasn't Chrome supposed to drop H264 support!? on Mozilla Debates Supporting H.264 In Firefox Via System Codecs · · Score: 1

    You don't. The vast majority of systems today already include a decoder, you don't need to include one in the web browser. This actually makes a lot of sense. What business does the web browser have decoding the video? If you offload it to the system, it'll often be done by dedicated hardware that's a lot faster and consumes a lot less power.

  6. Re:This isn't nearly as bad as the division bug on AMD Confirms CPU Bug Found By DragonFly BSD's Matt Dillon · · Score: 1

    Can you even get an ARM chip with less than 1MB RAM anymore?

    Quite easily. Cortex-M series microcontrollers often have 8KB of RAM or less. See the STM32 for an example. NXP also has some extremely small Cortex-M0 chips.

  7. Re:This isn't nearly as bad as the division bug on AMD Confirms CPU Bug Found By DragonFly BSD's Matt Dillon · · Score: 1

    On an embedded system with just a few kbytes of memory, like say an ARM-powered gadget, self-modifying code is still relevant, even in 2012.

    I work on embedded systems and can tell you that this is not the case. Generally on a system that is very limited in RAM (talking in the range 128 bytes to 128KB), the programs are stored and executed on flash ROM and are never copied into RAM, preventing the use of self-modifying code. Even on a system that could, you never write self-modifying code. The tiny performance gains you might see just aren't worth the incredible pain and risk. The exception being JIT compilers, which usually only run on machines with a lot of RAM anyway.

  8. Re:Sick of pi - Retarded Comment on MIT App Inventor Back Online · · Score: 1

    No your NOT! It's target is education and "third-world" countries

    Right, because the most effective way to give students computers is to buy a HDMI monitor, USB keyboard, mouse, and power adapter for your $25 computer (oh wait, you want internet? $35)

    Never mind that that it's an even worse idea in third world countries. As much flak as the OLPC gets, it solves far more problems than this board does - very low power consumption, a battery, mesh networking for internet, a durable case, and a complete GUI software stack with Python and Logo built in.

    It has potential to be "game-changing" because IT education in the UK is a joke - technical ability is shunned in favour of teaching Microsoft products instead.

    Oh, right. It's for the "third world country" that is the UK. No, actually, the UK's schools are already well equipped with computers. Why add another lower piece of hardware in just to run open source code? Why can't you do that on a Windows box? How about installing Visual Studio? It seems the real problem is not offering classes, not the lack of hardware.

    The Pi project is an attempt to start a similar UK computer culture as seen in the 1980s.

    An interesting proposition. By allowing the students full access to a computer, rather than a limited login environment, they can start hacking away at the hardware. However, why would students do that if they already have a fully working Linux kernel? In the 1980's, part of the attraction was working close to the bare metal. It's too bad you can't do that with the Raspberry Pi, due to its Broadcom chip. Broadcom chips are notorious for having zero documentation, and the one on the Pi is no exception. Aside from a GPIO reference document they released recently, most of the chip is shrouded in mystery and binary blobs. For example, the entire video subsection of the chip is undocumented - the only thing Broadcom provides is the area that it takes on the memory map.

    At the current price - no, not really a 700mhz cpu AND gpu with 256mb ram, 2xusb and ethernet for $25?

    Actually that's the $35 model. The $25 model only has one USB port and no ethernet.

    No the stupid thing is, you're stupid for not checking your facts first.

    ...

    The parent comment is retarded. How is it moderated insightful?

    How do comments that start out with sentences like these get moderated insightful?

    I'll briefly mention that the point about this being targeted at EE's and hobbyists is in fact somewhat true. Why else would it have a header for a bunch of GPIOs, I2C, etc, and why else would they pressure Broadcom into writing documentation for it? There is also a theory that Broadcom is subsidizing the chips (based on the total cost of components on the board), with the intention of it being a sort of evaluation / demo board / PR combo. But the rest is speculation, I'll leave it at that.

  9. Re:Software GPU Emulation on GNOME Shell No Longer Requires GPU Acceleration · · Score: 5, Informative
    Meh, the compositor has to draw the pixels, one way or another. KDE has two backends, XRender and OpenGL. If acceleration isn't available, the XRender backend can still run in software, and is pretty fast. KDE also supports no compositing at all, but with software compositing it's becoming irrelevant.

    Note that compositing != GPU acceleration. Mac OS X has always used compositing, but it was entirely software. There are still good reasons to do so. I'll compare for you:

    No compositing, one frontbuffer: You don't get your own pixmap to draw onto. You have to send drawing commands to the display server to draw on your behalf, to prevent you from drawing wherever you want on the frontbuffer. Unfortunately, if you have something complicated to draw, the user gets to watch as the drawing happens. When drawing a new object, generally the algorithm used is to draw the background, and then draw the objects in order from back to front. This means whenever the screen is updated, the user will see flicker whenever any objects are updated because they may briefly flicker to the background color. To work around this most modern toolkits (Qt 4, GTK 3) render to a pixmap, and then just tell X to draw their pixmap when they are done. This avoids the flicker but uses a bit more RAM.

    With a compositor, the application still draws to the pixmap, but instead of requesting the X server to immediately draw their pixmap to the screen, they pass it a handle to the pixmap and the display server can draw it whenever. This makes a lot of things easier, like vertical sync and effects, as well as things like color format and color space conversion.

    Drawing the pixmap on the screen is really the same operations, no matter if compositing is on or off. And the API your compositor uses shouldn't matter too much either if the underlying implementation is optimized. The highly optimized Gallium3D blitter is going to just as good as the traditional X blitter, if not better. The only thing slowing it down in this case is the fact that OpenGL API is rather overkill for blitting, but hopefully the llvmpipe backend is optimized for this use case. And it's probably not worth it to make the compositor support two drawing APIs, like KDE, as they both end up doing the same thing anyway.

  10. Re:Slashdot on Demystifying UEFI, the Overdue BIOS Replacement · · Score: 1

    This isn't going to happen. The initial boot HAS to happen off word-addressable memory. So it's not like you can brick your PC by losing that partition.

  11. Re:Javascript as assembly on Announcing Opa: Making Web Programming Transparent · · Score: 1

    I think you missed what the parent was talking about. He didn't mean implementing more things in Javascript, he meant allowing developers to use non-Javascript languages to generate Javascript. It's so people don't have to use Javascript or learn it, not the other way around.

    What you mention, the pattern of generating pages using AJAX, is still fairly new. I use it a lot for data that is updated in real time, and some websites are using it for static data as well. I very much like it for cleanly separating the presentation from the backend server side code, even though some NoScript using purists hate it.

  12. Re:Already open sourced on HP's Shift On PCs Could Boost Acer, Dell and Lenovo · · Score: 1

    So what you're saying is the only thing of value in WebOS and Android is the Linux kernel?

  13. Re:E-Ink on Solar Powered Laptops · · Score: 1

    Probably because they add weight and thickness (the encapsulant especially - a cell itself is thin and light). That's probably a more competitive aspect than battery life.

  14. Re:But what happens to the laptop life? on Solar Powered Laptops · · Score: 1

    They only get as hot as my black Thinkpad gets in the sun. I think laptops will live.
    Durability will be interesting. Solar cells are extremely fragile. However, there are a number of strong encapsulants out there, so it shouldn't be too much of a problem.

  15. Re:You can actually play games on linux? on GNOME Shell Hurts Gaming Performance · · Score: 1

    no, extremetuxracer ftw. Yay for 4 forks!

  16. Re:Great! on Pixel Qi Demos 10" 1280x800 Pixel Screens · · Score: 4, Insightful

    Or 640x400, at the rate that laptop resolution is going.

  17. Re:Progress on Doom Ported To the Web · · Score: 1

    Well, let's see: 640x480, 16bpp = 614 400 bytes of RAM 1680x1050, 32bpp = 7 056 000 bytes of RAM That's over a tenfold increase, not counting newer OSes which that spec usually does. Also don't forget music. The Worms CD games I have had 500MB of audio tracks on them - are you counting that?

  18. Re:Time for a GTK wrapper on Free Software Faces a Test With Qt · · Score: 1

    GTK as a library is big, but not horribly big. If you aren't too tight on disk space or RAM, using a theme available for both (i.e. Oxygen) works well enough for me.

  19. Re:How About ... on Amazon and Barnes & Noble Jostle Over Battery Life Figures for Nook, Kindle · · Score: 4, Insightful

    On eInk based readers, it's actually harder than that. How many times do you flip the page in an hour? The number of pageflips per charge seems like a better metric.

  20. Re:The obligatory BSOD post on The Future of In-Car Computing · · Score: 1

    You do realize that your car is already driven by a computer? That there is nothing but a CAN bus between the accelerator and the fuel injection nowadays? That various valves and operating parameters are adjusted by control loops running thousands of times per second?

    Admittedly, an autopilot of sorts would be much more complicated. However, there's no reason to believe that it wouldn't be written well enough to not crash. And it would certainly not impede manual control of the car, which would probably be a different system and have higher priority on the bus so that a misbehaving autopilot could do no harm.

  21. Re:Up to a Watt of power on Researchers Build Wearable Generators · · Score: 3, Insightful

    One watt and then if you want another watt you have to buy some more shoes? I can't see it catching on.

    A watt is a unit of power, not energy. The lifetime of the shoes is unspecified. Speaking of a watt, that's a lot of power for an energy harvester like this, and sounds too good to be true - because it is. The article only shows a 10mW generator, though that is still enough for periodic radio transmissions. Also, I would guess because it is electrostatic in operation, it would also work as a fairly large capacitor for temporarily storing the energy.

  22. Re:Quality on RIM Confirms Android Apps Will Run On Playbook, Through Intermediate Players · · Score: 5, Informative

    No, when they support the 2.3 API (revision 10), they also support all API versions below that. In fact, Google encourages developers to target the lowest possible API level to support needed features, to maximize compatibility.

  23. Re:Dumb question... on A New Class of Nuclear Reactors · · Score: 1

    You are exactly right. The Fukushima plant actually had steam-powered water pumps that could have kept the core cool during operation. But the reactor was automatically (or procedurally?) SCRAM'd at the first sign of the earthquake, which means that the reactor wasn't putting out close to enough steam to power the pumps.

  24. Re:I don't understand on Goodbye, HD Component Video · · Score: 2

    Yes and no. The copy protection of a blu-ray disk depends on a special region of a disk which can't be burned by commercial blu-ray burners (in fact it's prerecorded with a serial number). So if you had special hardware, yes, a bit-by-bit copy including that region would work, but most people don't have access to that hardware.

  25. Re:Rest in piece, hacker friendly mobile future on Nokia and Microsoft Make Smartphone Alliance · · Score: 1, Informative

    You seem to assume that the only point of sharing code and APIs is to run desktop applications. This is not the case. If you look at Maemo, Meego, and webOS, you'll find they share many things in common with the Linux desktop - Pulseaudio, d-bus (maemo), libpurple (webOS), SDL (webOS), bluez, WebKit, and many more drivers, services, daemons, and libraries that can be used for both desktop systems and phones. The point of these APIs isn't so that you, as the end user, can run applications written for the API. It's so that developers already familiar with one API can easily write for both platforms. In addition, the many pieces of software used by webOS, etc are sent upstream.