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:OK, whatever. on With Push for OS X Focus, CUPS Printing May Suffer On Other Platforms · · Score: 2

    The focus has been in PDF for quite some time: https://wiki.linuxfoundation.org/en/OpenPrinting/PDF_as_Standard_Print_Job_Format

  2. Re:UNIX/Linux password generation. on Google Working On Password Generator For Chrome · · Score: 2

    Unfortunately that does not work nicely. On a multiuser Linux system everyone can see your password by looking at the process list. Here's a proof of concept:

    testi1@lindi2:~$ wget -q http://iki.fi/lindi/watchps.c
    testi1@lindi2:~$ gcc -O2 -Wall -o watchps watchps.c
    testi1@lindi2:~$ echo /lib/x86_64-linux-gnu | ./watchps
    helper got 6738, waiting for 6739

    ...

    testi2@lindi2:~$ genpasswd
    sh88xS5MKUAiGTvk

    ...

    woke up
    cmdline: "/bin/echo sh88xS5MKUAiGTvk "
    helper got 6739, waiting for 6740

  3. Re:FreeBSD, Windows, and Android are working on IP on IPv6-Only Is Becoming Viable · · Score: 1

    No need to set it to "0.0.0.0", you can just remove all IPv4 addresses from all interfaces and only add IPv6 addresses if you want.

  4. Re:FreeBSD, Windows, and Android are working on IP on IPv6-Only Is Becoming Viable · · Score: 1

    ICMP runs on top of IP so I'd say it is a higher level protocol.

  5. Re:It would be good to have optional GUI on Windows Admins Need To Prepare For GUI-Less Server · · Score: 1

    If somebody gets root access to the remote ssh server they can take over your local desktop, at least if you use "ssh -X" and not "ssh -Y -o 'ForwardX11Trusted no'".

  6. Re:I've kind of felt that... on Employee-Owned Devices Muddy Data Privacy Rights · · Score: 4, Insightful

    Perhaps in theory but that's not very realistic today. Malware on a phone can easily leak a lot of data without anybody noticing, that won't happen with your mind.

  7. Re:Is this the "GPL plus linking exception"? on Mozilla Public License 2.0 Released · · Score: 1

    LGPLv3 4.d.0: ..."the user to recombine or relink the Application with a modified version" ..

  8. Re:Apple? on Microsoft In Talks To Buy Nokia's Smartphone Division? · · Score: 1

    One way to improve reliability is to have more than one phone tied to the same number.

  9. Re:Recommendations. on Chaos Communication Congress Releases Talks · · Score: 3, Informative

    Packets in packets was interesting idea.

  10. Re:world's largest??? on Russia Building World's Largest Li-Ion Battery Plant · · Score: 1

    How much energy can the iPad battery hold? The article talks about 200 Ah (3.7*V*200*A*3600*s = 2.6 MJ?).

  11. Re:Arch + Various on Ask Slashdot: Assembling a Linux Desktop Environment From Parts? · · Score: 1

    A while ago I had to explain how USB flash drives are mounted on desktop systems so I made a screencast that shows how you can use systemtap to figure that out: http://lindi.iki.fi/lindi/screencast/what-happens-when-you-mount-usb-stick1.ogv

  12. Re:You don't!! on Ask Slashdot: Assembling a Linux Desktop Environment From Parts? · · Score: 1

    If you run gnome programs from icewm you may experience odd problems. For example epiphany opens PDF files in GIMP http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=526958 since icewm-session does not set XDG_DATA_DIRS or know much about freedesktop.org standards.

  13. Re:KDE. on Ask Slashdot: Assembling a Linux Desktop Environment From Parts? · · Score: 1

    Isn't D-BUS an example of how the mechanism can be separated from the GUI?

  14. Re:Do you even need a DE? on Ask Slashdot: Assembling a Linux Desktop Environment From Parts? · · Score: 1

    How do you copy files to/from USB flash drives? fstab with user option, limited sudo, pmount or mcopy?

  15. Re:A panel/launcher does not a desktop make on Ask Slashdot: Assembling a Linux Desktop Environment From Parts? · · Score: 1

    If you open d-feet you can see some of the d-bus services that are offered. Here are some examples: org.freedesktop.Notifications implementing http://www.galago-project.org/specs/notification/0.9/index.html org.freedesktop.secrets implementing http://code.confuego.org/secrets-xdg-specs/ org.gnome.ScreenSaver

  16. Re:Spinrite, for crying our loud on Hard Drive Makers Slash Warranties · · Score: 1

    If it works for USB hard drives I'd like to get a pcap capture of the USB traffic.

  17. Re:Spinrite, for crying our loud on Hard Drive Makers Slash Warranties · · Score: 1

    How does it actually repair the drive? I googled around but found no clear explanation.

  18. Re:Why PCMCIA? on PCMCIA Computer Project Aims Even Higher (and Cheaper) Than Raspberry Pi · · Score: 1

    For this reason I often use a cable-style USB hub with my laptop. It means I don't need to worry about the connector nearly as much.

  19. Re:Working on it on Ask Slashdot: Best Tablet For Running a Real GNU/Linux Distribution? · · Score: 2

    Where do you get this 1.5 GB requirement? 3.4.4 seems to have an RSS of 80 MB immediately after startup.

  20. Re:Maybe on OpenMoko's FreeRunner Rises From the Ashes · · Score: 1

    I tried to do this with the meego calendar but then noticed that it doesn't come with source code. That kind of makes it impossible to port it to debian.

  21. Re:open radio? on OpenMoko's FreeRunner Rises From the Ashes · · Score: 1

    Trust isn't black and white. I can trust that if I turn the GSM part off it will stay off. I can also trust that it won't be able to record samples from the microphone when I am not making a call.

  22. Re:Free Software Baseband Please. on OpenMoko's FreeRunner Rises From the Ashes · · Score: 1

    Yep, "free phone" is always relative. There's non-free software running in the GPS and Wifi parts too.

  23. Re:we need more touchscreen friendly FOSS apps on OpenMoko's FreeRunner Rises From the Ashes · · Score: 1

    It has some bugs that I'd like to fix and I'd also like to distribute it as part of debian. Need a permission from the author to do that.

  24. Re:open radio? on OpenMoko's FreeRunner Rises From the Ashes · · Score: 2

    gta02 radio firmware was not open either.

  25. we need more touchscreen friendly FOSS apps on OpenMoko's FreeRunner Rises From the Ashes · · Score: 1

    As somebody who has used freerunner since 2008 daily I can say that for me the largest problem is the lack of stable touchscreen friendly FOSS applications. For example I'm currently using the debian "dates" package as my calendar but that is going to be removed since upstream has abandoned it ages ago. I can't take the calendar from meego since it does not come with source code. I could take the android calendar but unfortunately after that it'd be difficult to run non-android applications. Perhaps Tizen will write me an HTML5 calendar application that I can then use with chromium? Unfortunately chromium is not very touchscreen friendly either. There is the chromeTouch extension but it does not come with a free license (I mailed the author in 2010 but got no reply).