Slashdot Mirror


User: dysprosia

dysprosia's activity in the archive.

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

Comments · 160

  1. Re:Yet another unusable pre-alpha release on Acme for Windows · · Score: 1

    Acme out of Plan 9's water perhaps isn't a good idea: everything is consistent in Plan 9, but not when you take one program out and put it into Windows, where the conventions are different. For example, your copy problem is most likely solved by performing mouse chording. This is standard in Plan 9, but obviously not in Windows. See the Wikipedia article which deals with Acme's chording.

    By the way, people have already listed the Acme paper above, which may help.

  2. Re:wouldn't it be easier ... on Wal-mart's Wikipedia War · · Score: 1

    It's called Wikinfo. It hasn't been very successful.

  3. Re:Another WRONG Slashdot article on Will MacIntel Kill Apple Open Source Efforts? · · Score: 1

    Not quite. The xnu sources are still not available.

  4. Re:recognition of contributors on Got a Question for Wikipedia Founder Jimmy Wales? · · Score: 1

    In theory, yes. But in practice people don't do this nearly enough.

  5. Re:Everyone's a criminal! on Australian Media 'Crooks' to Come in from the Cold · · Score: 2, Interesting

    They are truly a nation where everyone was once a criminal.

    No, on several counts. Do you consider the British prison guards, governors, and other administrative personnel criminals? They were not. Many "free people" also immigrated from Britain much later after transportation of criminals from Britain ceased, they were not criminals either. Many people also immigrated from elsewhere (such as neighbouring Asian countries) into Australia under multiculturalism, these were not criminals either.

  6. Re:SFU was only good for one thing on Microsoft to Stop Releasing Services for Unix · · Score: 1

    Whoops, I misread your comment.

  7. Re:SFU was only good for one thing on Microsoft to Stop Releasing Services for Unix · · Score: 1

    Apparently bits of it are free; not only is GPL software such as gcc, gdb software in SFU, but some of the utilities are taken from OpenBSD.

  8. Woo! Showdown! on The Boot Loader Showdown · · Score: 1

    My money's on GRUB! Go GRUB!

  9. Re:Google Tool of Terror!!! on Google Urged to Drop Images · · Score: 1

    Australia has no nuclear power plants. The ANSTO site is not a power-generating
    facility.

  10. Big Radio and Australia on Indie Podcasters vs. Big Radio · · Score: 3, Interesting

    Seems like some "Big Radio" stations in Australia are embracing podcasting; ABC Radio National at least is offering some of its programs as podcasts here, and it appears to be going very well for RN...

  11. It'll probably turn out... on Hidden Black Holes Discovered · · Score: 1

    It'll probably just turn out to be specks of grit on the scanner-scope.

  12. eek on Governmental Servers Wiped? Never! · · Score: 1

    for sale at an government auction for ~$20 AUD a server

    To me, a more serious problem is why I didn't make a bid myself...$20 for a server!...

  13. Re:Hobbyist OS ? on yellowTAB's Zeta 1.0 Reviewed · · Score: 3, Insightful

    Well, BeOS's target was always in high-end multimedia, and old boxes aren't always the best for that sort of thing, regardless of OS...

  14. Re:Oh for God sake on Australia's 'e-tax' Windows Only · · Score: 1

    I don't think so (though I've no idea for sure, I haven't lodged yet, or decided whether I'm going to lodge with e-tax). The download for the app checks for what level of software security and the operating system native security level (go through the download process yourself), so that may suggest it uses SSL or something.

  15. Re:It's IE only on Australia's 'e-tax' Windows Only · · Score: 1

    No, it's not IE only. If you click on the "Click here to continue" link underneath the pink box, you proceed to the download page.

  16. Re:Oh for God sake on Australia's 'e-tax' Windows Only · · Score: 1

    Writing a program to walk one through the process of getting the requisite data wouldn't be the problem. The thing is, the e-tax software lodges your return directly to the Tax Office via the Internet. Reverse-engineering that part may be much more difficult...

  17. Re:Erm... I wish: on Australia's 'e-tax' Windows Only · · Score: 1

    But does e-tax work under Project Odin?

  18. The protest on Australia's 'e-tax' Windows Only · · Score: 4, Informative

    You can apparently read the first paragraph of the protest here:

    Today I come to you with a sincere request, that should appeal to the self-confessed geeks, and to the socially aware. The Australia Gov't hosts a service known as e-tax to submit your tax return through the Internet, this service has been widely heralded as a success. However, this does not apply to everyone; the educated minority of the Internet world often choose to use alternative operating systems, such as Mac OS or Linux, this software makes claim that you must use an emulator, should you choose to use these OS's. If you know anything about software emulation, you know that it is a difficult task, and one that is preferably avoided. My request is as follows: send an email similar to the one in the furthur text, at the address given, and phone up to register your disgust at this clear favour to global monopolies.

  19. Re:Why is this news? on Microsoft's Personnel Puzzle · · Score: 1

    Convince all the atlas makers in the world to pick an adjacent mountain to call "Mount Fuji".

  20. Re:Apple learns fast? on WebObjects Now Free With Tiger · · Score: 1
    If you read my comment closely, viz.,
    When NeXT was selling NeXTSTEP/OPENSTEP, excellent software, for ridiculously expensive prices,
    I wasn't talking about OS X nor the developer kit at this point. The main point of the comment, which everybody has seemed to miss, is the inquiry that Apple may be changing the high-pricing attitude that was present at NeXT.
  21. Re:Apple learns fast? on WebObjects Now Free With Tiger · · Score: 1

    When NeXT was selling NeXTSTEP/OPENSTEP, excellent software, for ridiculously expensive prices, they got into trouble, unfortunately.

    Now Apple, are they beginning to learn?


    No, my point was that Apple might be learning from its time when NeXT sold NeXTSTEP and OPENSTEP for very high prices.

  22. Re:Apple learns fast? on WebObjects Now Free With Tiger · · Score: 1

    http://slashdot.org/comments.pl?sid=153046&cid=128 40390

    Though my point still remains, regardless.

  23. Re:Apple learns fast? on WebObjects Now Free With Tiger · · Score: 1

    Does it? I was unaware.

  24. Apple learns fast? on WebObjects Now Free With Tiger · · Score: 0

    When NeXT was selling NeXTSTEP/OPENSTEP, excellent software, for ridiculously expensive prices, they got into trouble, unfortunately.

    Now Apple, are they beginning to learn? Though $999 for a Developer Transition Kit to OS X/Intel doesn't seem to suggest it...

  25. Re:ooooh on Windows to Have Better CLI · · Score: 4, Interesting

    Monad scripts can pipe out and pipe in objects

    This is trivial to implement with a programming language that supports serialization, esp. if it can serialize to stdin/stdout.. In Objective-C, it's a simple matter of objc_open_typed_stream(stdin, OBJC_READONLY); and objc_open_typed_stream(stdout, OBJC_WRITEONLY); and read:'ing and write:'ing to the stream.