Slashdot Mirror


User: andrzejl

andrzejl's activity in the archive.

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

Comments · 6

  1. interesting USENET thread on ZFS For Mac OS X Source Code Available · · Score: 1

    Hi,

    you can find it here: http://tinyurl.com/2qxtrv

    I have never seen such full of flaims discussion. Enjoy! They go very deep in the harddrive and ZFS architecture to prove their points.

    A.

  2. can /. change the cell phon icon please on How Not to Build a Cellphone · · Score: 1
  3. new == "True"if new == True on TurboGears: Python on Rails? · · Score: 1

    on http://www.turbogears.org.nyud.net:8090/docs/wiki2 0/page4.html

    should not it be:

    2 def save(self, pagename, data, submit, new):
    3 hub.begin()
    4 if new == True:
    5 page = Page(pagename=pagename, data=data)
    6 else:
    7 page = Page.byPagename(pagename)
    8 page.data = data

  4. free shipment on Radio Shack Selling Subway Cars on eBay · · Score: 1

    and $5 handling fee

  5. nested hypertext on Legality Of Linking To Be Tested In Court? · · Score: 1

    What about a link to a link :-)

  6. I like SO very much, but .. on StarOffice 5.2 Released · · Score: 1

    1) I hate idea of placing all executables and configuration stuffs in just one subfolder of $HOME. Bins should be in something common for local software and all configuration should be save in "$HOME/.*". Then cloning configuration between two different host would be just trivial. 2) Possibility of running single application would be great. 3) Less number (I mean 0) of crashes is desired. 4) I do not why printing engine sends some more complex drawing as a 50MB file to printer Despite of above Sun is doing great job. A lot of functions of SO are reachable for me in much much more intuitive way than other suites.