Slashdot Mirror


User: geirt

geirt's activity in the archive.

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

Comments · 175

  1. Solution on Google Serves a Cease-and-Desist On Android Modder · · Score: 4, Insightful

    Google, please hire Cyanogen. He is clever!

  2. Re:The download link on EFF Releases Tool For Testing ISP Interference · · Score: 4, Informative

    This is going to change fast so it might be a good idea to download directly from the repository:

    svn co https://switzerland.svn.sourceforge.net/svnroot/switzerland switzerland

    Enjoy!

  3. Dual Photography on A Single Pixel Camera · · Score: 1

    These researchers are doing something similar, they are using a photo-resistor as a single pixel camera, and a video projector for illumination. Take a look at the video (63M), it is a mind blowing demo of the technology.

  4. Re:This is what pisses me off... on Schematic/PCB Design for Linux? · · Score: 1

    First of all, a full Eagle license costs $1200, but it still is a bargain for a real PCB layout package. Eagle is quite capable, the ULP (user language programs) and "scripts" rocks for advanced users with programming background. Eagle is close to bug free, I can't remember the last time I encountered a bug in Eagle. Eagle have its fair share of weak points, the user interface is quirky, and the router is unusable for serious work. The router issue can be solved by purchasing the Electra Autorouter. Connecteda have promised a linux version this year :-) Library handling have improved a lot, and I think the workflow with always consistent schematics and pcb is brilliant. (I believe you can still use the old "forward-/backannotation" workflow if you don't agree, although I have not tried this in years). I believe that if you want to create advanced PCBs on linux, Eagle is your best bet, although I would love be be proved wrong. The price ($1200) is comparable to what you will pay for a single prototype batch of boards, and if you are a productive PCB designer, you will spend 10-50 times that in a year in just prototypes.

  5. Re:The MS Version on MSIE To Adopt Firefox Feed Icon · · Score: 1

    Well, they are after all going to stick the Firefox RSS icon to MSRSS, a nonstandard version of RSS.

  6. mISDN and PBX4Linux can do this on ISDN Switch Simulator on the Cheap? · · Score: 4, Informative

    Well, you guessed right, Linux can do this!

    A few links:
    Linux 2.6 and mISDN HowTo
    PBX4Linux

    Have fun!

  7. Please fix linux support first on Skype 2.0 Adds Video · · Score: 3, Interesting

    I have been using skype on linux for a while now, but the Linux support is getting worse.

    Skype does not support ALSA, causing all kinds of weird problems. There is a bug in skype that require a restart after any voice call (it does not close /dev/dsp after use). These problems should have been fixed a long time ago.

    I am actively searching for a better solution.

  8. Re:Lossy != Degraded Sound on Barenaked USB Drive · · Score: 1

    The European Broadcast Union have done lots of these tests, google for "ebu listening tests" to find them.

    The results are very dependent on the encoding bit rate, and the selected codec. Another surprising result is that since the codcs depend on noise masking, it is easier to hear MPEG distortion with equipment with poor frequency response (e.g. a small transistor radio or a single speaker built in to a TV). The quantization noise is masked by sounds with similar (but not exactly the same) frequency content. If the sound system have a dip in the frequency response attenuating the wanted sounds, it is easier to detect the MPEG quantization noise in the same frequency range.

  9. Re:A phone *and* a GPS on Nokia's Linux Handheld · · Score: 1

    I think a phone (using a bluetooth headset) and a GPS whould be a nice addition to this (almost) perfect PDA. I want one.

  10. Re:What about Bill on Open Document Format Approved · · Score: 2, Funny

    >Imagine MS giving support for an open source project that they don't even own.

    Imagine MS giving support.

  11. Not Invented Here on CSS Support Could Be IE7's Weakest Link · · Score: 1

    MS wants Avalon to replace HTML+CSS

  12. Plain old FUD on Mike Hall on Choosing Embedded Linux over Windows · · Score: 3, Interesting
    He starts with:
    I don't want this to turn into a "Linx is better than Windows is better than Linux" discussion, no throwing of mud or Fud

    and ends with:
    Much has been written about the pitfalls of incorporating GPL software into a product. An often overlooked consideration, however, are the costs of having to even worry about these licensing issues.

  13. Re:DCE and DTE i RS232 on Worst Bug or Shortcomings in a Standard? · · Score: 1
    Luckily, RS232 is dying ;-)

    Yeah, but Ethernet repeated the same mistake and is sure to stay for a while.

    The Gigabit ethernet spec have fixed that mistake since all GigE equipment is auto MDI/MDIX

  14. DCE and DTE i RS232 on Worst Bug or Shortcomings in a Standard? · · Score: 5, Insightful

    It should have been female connectors with only one pinout (e.g DCE) on all equipment supporting RS232, and all RS232 cables should be crossed (null modems).

    Instead we have a complete mess with male and female connectors, straight and crossed cables. Is pin 2 receive or transmit? Dohhh.

    Why female connectors on boxes? Male connectors are more fragile. If the pins break, replace (or repair) the cable. The female connector on the box is OK.

    Luckily, RS232 are dying ;-)

  15. Re:gEDA is still lacking a PCB editor... on gEDA (GPL'ed Electronic Design) In EE Times · · Score: 1
    dj.delorie wrote:
    Funny you should mention that, we were recently pondering how to do that. If you've got ideas or experience with annotation files, we could use the help ;-)

    That is the one thing that Eagle does right, and that most others does wrong. Download the eagle demo and try it. In Eagle you work in the schematics and the PCB layout at once. This makes it easy to update a PCB, make component changes and fix issues with the design afterwards. This works so well in Eagle, that I usually start with an existing design to make a new product. I just strip away most of the components, and keep a few useful parts (voltage regulators, reset network, and may be the microcontroller) and works from there. I don't need to reroute those parts. I also start with layout early (long before the schematics are finished), just to check that I have enough board space, route the timing critical stuff, etc. One you have used that work methodology, you don't want to go back to the akward forward/backward annotation stuff.

    PS: Thank you for DJGPP, I used it a lot in the old DOS days. Thanks

  16. A full blown RTOS can be overkill on A comparison Of Hard Real-Time Linux Alternatives · · Score: 4, Informative

    A full blown RTOS is overkill for many RT applications.

    Many RT tasks (like the one used in this article) can be described as:

    Wait for IRQ. Do something *NOW*. Wait for IRQ

    These tasks can be supported by the rtirq-patch. rt-irq is a very small patch that allows just that (and nothing more). It would be nice to add rtirq to the comparison.

  17. My submission on Obfuscated Vote Counting Contest · · Score: 1

    Compile the provided example with:

    gcc -D "EOF=((Input=(Input=='K')?'B':Input),-1)" vote.c -o vote

  18. The latitude and longtitude of the bios writers .. on Wanna Buy a Reusable Rocket for 19k USD? · · Score: 1

    Obligatory Alan Cox quote

  19. Re:And now we are waiting for uclibc ver 1.0 on BusyBox Goes 1.0.0 · · Score: 2, Informative
    jsveiga wrote:

    ...complete linux system (without kernel)... ...is that the sound of a long-haired, bearded, GNU guy clenching his teeth?

    Very funny, smartass ;-)

    No, it's the sound of a development engineer making embedded systems with linux, uclibc and busybox. Our system uses an Intel PXA250 CPU, with 32MB RAM and 8MB flash. BusyBox gives us plenty space left, to run our own application on the system. We have tried to build the system with glibc and the standard GNU tools, but that used almost all available RAM and flash so the system was basically useless.

    No, I am not featured on the "Busybox hall of Shame".

  20. And now we are waiting for uclibc ver 1.0 on BusyBox Goes 1.0.0 · · Score: 5, Interesting

    uclibc is a tiny libc which fits BusyBox very well. A complete linux system (without kernel) can be built using less than 500kbyte with busybox and uclibc.

  21. Re:H-264? on BBC Wants Help With Dirac Codec · · Score: 1

    ... outrageously expensive to license. Huh?

    From: http://www.mpegla.com/news/n_03-11-17_avc.html

    Royalties to be paid by end product manufacturers for an encoder, a decoder or both ("unit") begin at US $0.20 per unit after the first 100,000 units each year. There are no royalties on the first 100,000 units each year. Above 5 million units per year, the royalty is US $0.10 per unit.

    I don't think it is "outrageously expensive to license". But I agree that there should not be any licensing costs at all for a video codec. Redhat refuses to add MPEG codecs to their linux distribution because of this.

  22. Re:Version control would be nice as well on Database File System · · Score: 1
    There have been a real attemt to build a versioning file system for linux: SnapFS. Think about upgrading a system from one version to the next (eg.redhat7.3 to redhat 9). If you don't like the result, you just roll back to ver 7.3 again. SnapFS does not put a version on every file, it creates "snapshots" of the whole system, on demand. I think this is a very good tradeoff between having the overhead of versioning every write, and no versioning at all. You get the additional benefit of getting a snapshot of the complete system status instead of just one file.

    More info

  23. No problem if there exists a VC-9 specification on Microsoft Codec Required For Blu-Ray Players · · Score: 0

    This isn't a problem if there exists a proper VC-9 specification/standard. I want a real specification, not a vc9.dll file.

    That would be something unusual from Microsoft.

  24. Why java ? on Open Xchange Server Source-code Released · · Score: 0, Flamebait

    Java is a nice language, but it is difficult to attract open source developers. PHP or C would have been a better choice ...

  25. 56.3 km on DefCon WiFi Distance Competition Calls For Entrants · · Score: 1