Slashdot Mirror


User: lindi

lindi's activity in the archive.

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

Comments · 147

  1. Re:We B OS on HP's Strange Obsession With WebOS For Printers · · Score: 1

    Offloading rasterization has great benefits though. For every postscript printer there seems to be at least one file that causes it to reboot or (worse) get stuck. Such problems are much easier to fix when the postscript interpreter runs on the PC.

  2. Re:Doesn't Matter on CarrierIQ: Most Phones Ship With "Rootkit" · · Score: 3, Informative

    cyanogenmod claims to have 745,259 users currently. I am not sure if it is completely free or not but clearly more than 10000 users are using unofficial and modified version.

  3. You have source code for java plugin? on To Stop BEAST, Mozilla Developer Proposes Blocking Java Framework · · Score: 1

    Hmm, can you give a link to the source code? Afaik we don't have source code to the sun java plugin. Openjdk's java plugin is a completely different project and does not work on many sites that are only tested with sun java.

  4. You can get 10 cm accuracy even with openmoko on CERN Experiment Indicates Faster-Than-Light Neutrinos · · Score: 1

    Indeed. Using rtklib you can get 10 cm accuracy even with two cheap openmoko phones (~200 EUR) and cheap antennas (~20 EUR): http://lindi.iki.fi/lindi/finhack/finhack2010-rtklib-lindfors.pdf -- you can read more about it on foss-gps mailing list.

  5. Openmoko missing from the list (1.05 W/kg) on Brain Cancer Worries? Look Up Your Phone's SAR · · Score: 1

    Openmoko seems to be missing from the list. According to http://people.openmoko.org/openmoko/certificate/gta/gta02/certificate/CE/EA832514_R01_CE%20SAR_FIC_GTA02.pdf the SAR is 1.05 W/kg for GSM.

  6. Re:Google can use GPL java on GPL ... not Apache on Can Android Without Dalvik Avoid Oracle's Wrath? · · Score: 1

    Says who? ;-) http://www.gnu.org/licenses/license-list.html specifically says that apache2 has some requirements that are not in gpl2: "Please note that this license is not compatible with GPL version 2, because it has some requirements that are not in the older version. These include certain patent termination and indemnification provisions."

  7. Re:We don't use sudo? on Common Traits of the Veteran Unix Admin · · Score: 1

    You can adjust the duration of the password caching in /etc/sudoers. The default is fifteen minutes -- I prefer a duration of two or three minutes, which is long enough to two a couple of commands in a row. If I actually need more than that, then I'd use sudo -i, but I rarely find that useful.

    Unfortunately that does not really improve security in typical usage patterns. If you leave your terminal unlocked (or there's a bug in your web browser / pdf reader / etc. that allows arbitrary code execution) it is easy to escalate to root by doing echo alias sudo="/usr/bin/sudo /tmp/rootkit" >> .bashrc and patiently waiting for the user to use sudo for the next time.

  8. PDF is available here on Embedded Linux 1-Second Cold Boot To QT · · Score: 3, Informative

    My thoughts exactly, I don't want to use non-free adobe flash and slideshare does not work with gnash. Fortunately a very similar looking PDF does seem to be available at

    http://elinux.org/images/f/f7/RightApproachMinimalBootTimes.pdf

  9. Re:It's not easy on The Challenge In Delivering Open Source GPU Drivers · · Score: 1

    I admit that I don't know much about this either but currently at http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=608428 we are wondering if it is possible to support mount paths longer than 80 characters with breaking the freebsd kernel ABI.

  10. Re:Because it's impossible to install from sources on Fedora Project Drops SQLNinja 'Hacker' Tool · · Score: 1

    That's kind of the point. Distributions make installing software easier since you don't need to figure it out yourself.

    (If you look at sqlninja-0.2.5.tgz you see you can just run the perl script with "./sqlninja".)

  11. Re:Because it's impossible to install from sources on Fedora Project Drops SQLNinja 'Hacker' Tool · · Score: 1

    Doesn't work in this case since they don't ship a makefile.

  12. Re:Reverse engineering a driver ? on Strong Contender Already For Adafruit's Kinect Challenge · · Score: 1

    http://iki.fi/lindi/usb/usbsnoop.txt has my step-by-step instructions for getting started with usb reverse engineering. It uses a perl script that reads a traffic dump and generates a C program that reproduces the traffic by calling libusb appropriately.

  13. Re:what the user sees should be hidden from progra on Safari Privacy Bug May Be Leaking Your Data · · Score: 1

    Of course it is a challenge to educate users but at least this gives you the possibility to access a trusted path if you care? I don't use Windows but as I understood it this is one of the features that gnu/linux systems really should support, at least as an option.

  14. Re:MP3 patent enforcement in Europe on Firefox With H.264 HTML 5 Support = Wild Fox · · Score: 1

    Doesn't "hardware-related" also forbid you from selling preinstalled computers that can decode MP3? Or what do you exactly mean? Openmoko has no hardware acceleration for MP3 decoding.

  15. MP3 patent enforcement in Europe on Firefox With H.264 HTML 5 Support = Wild Fox · · Score: 1

    "A shipment to a German distributor was accidently mislabel with "MP3" (The Openmoko can't play MP3's unless modified). That was enough for the German customs to seize it according to European piracy protection laws."

    -- http://info.openmoko.se/Home/mp3

    "The Linux-based phone, OpenMoko is currently in a patent dispute with Sisvel, as known as Società Italiana per lo Sviluppo dell'Elettronica."

    -- http://www.infoq.com/news/2008/11/OpenMoko-MPEG

  16. Re:End of Firefox? on Firefox With H.264 HTML 5 Support = Wild Fox · · Score: 1

    Enabling all codecs by default is not a good idea. Think security vulnerabilities in ffmpeg:

    http://www.debian.org/security/2010/dsa-2000
    http://www.debian.org/security/2009/dsa-1781

  17. bash's DEBUG trap will easily defeat that on Critical Flaw Found In Virtually All AV Software · · Score: 1

    That isn't enough. In bash you can use DEBUG traps to override any command:

    lindi@sauna:~$ function f() {
    > echo executing evil sudo...
    > }
    lindi@sauna:~$ trap f DEBUG
    lindi@sauna:~$ sudo iptraf
    executing evil sudo...
    [sudo] password for lindi:

  18. Re:Switching kernels for one install or? on Debian Gets FreeBSD Kernel Support · · Score: 1

    Syscall "emulation" is a very interesting idea since it will spare us from the archive rebuild and will let the user to just reboot to switch kernels without having to touch userland.

    However, last time I tried this I couldn't get gnu screen run. I guess some terminal magic is not implemented in the syscall emulation properly? Can you run gnu screen?

  19. Re:Your Goal: One Second or Less on Ubuntu 9.04 Daily Build Boots In 21.4 Seconds · · Score: 5, Interesting

    My desktop uses nfs as its root filesystem so it is easy to measure how much data it will need to read on boot by measuring network traffic. A complete reboot with "shutdown -r now" generated only 44 megabytes of traffic (including both read/written data and ethernet overhead) so there is clearly no need to read a GB. The system runs debian gnu/linux 3.0 with linux 2.6.18-4-486.

  20. bash -x style tracing for perl, python on (Useful) Stupid Unix Tricks? · · Score: 1

    "bash -x foo.sh" produces nice execution trace of a shell script. To debug perl and python I thus have wrapper scripts "perl-x":

    PERLDB_OPTS="NonStop=1 AutoTrace=1 frame=2" exec perl -dS $@

    and "python-x":

    for i in /usr/lib/python*; do if [ -e $i/trace.py ]; then python $i/trace.py --trace --ignore-dir $i "$@" exit 0; fi; done

    While these usually produce a lot of output it is usually easier to grep them than to start adding debug prints to the scripts (which may even be in read-only /usr).

  21. proxy support on GFDL 1.3 Is Out, Allows Migration To CC · · Score: 1

    FDL 1.3 also adds proxy support: "now licensors can choose a proxy who is allowed to decide whether or not a work can be licensed under the terms of future versions of the FDL." -- http://www.gnu.org/licenses/fdl-1.3-faq.html

  22. Re:Useless on NSA Open Sources Tokeneer Research Project · · Score: 1

    procedure proc
    is
    type distance_feet is new float;
    type distance_meters is new float;
      x : distance_meters := 2.0;
      y : distance_feet;
    begin
      y := x;
    end proc;

    causes GCC to print

    prog.adb:18:145: expected type "distance_feet" defined at line 18
    prog.adb:18:145: found type "distance_meters" defined at line 18

  23. Re:Great learning tool. But what else? on Debian On the Openmoko Neo FreeRunner Phone · · Score: 1

    Does wifi in N810 still require a proprietary driver to operate (something with "HAL" in its name if I recall correctly)?

  24. Re:Can it reliably make phone calls yet? on Debian On the Openmoko Neo FreeRunner Phone · · Score: 4, Informative

    I use the "zhone" package to make and receive calls (the same app has also a primitive address book). However, you are correct in that there is probably not much point in using the phone if you have already decided that you don't plan to do any development.

  25. Re:Decode the protocol? on More Skype Back Door Speculation · · Score: 5, Informative

    It has been attempted. See "Silver Needle in the Skype" presentation at http://www.blackhat.com/presentations/bh-europe-06/bh-eu-06-biondi/bh-eu-06-biondi-up.pdf -- The impression I got was that it was deliberately made difficult to understand by adding all sorts of checksums and encryption layers.