Slashdot Mirror


User: fatphil

fatphil's activity in the archive.

Stories
0
Comments
4,087
First seen
Last seen
Profile
(view on slashdot.org)

Comments · 4,087

  1. Re:Try Io on Ioke Tries To Combine the Best of Lisp and Ruby · · Score: 1

    Well cried. Even the knowledgable proponents of GC (Boehm, Zorn) admit there's an overhead to it, but try to dismiss the overhead as negligible, using wording such as "typically competitive" and "only slightly higher". The quick translation of such claims into English is "yup, you got us, they are actually slower and use more memory, sorry".

  2. Re:Seems fairly obvious... on StarOffice Dropped From Google Pack · · Score: 1

    I'm not sure I really see why the following (from the summary) is an _OR_:

    Is Google trying to drive more people towards its own online suite of office applications?

    Or

    has it been stung into action by Steve Ballmer's recent comment that Microsoft Office faces stronger competition from StarOffice than it does Google Docs and Spreadsheet?"

    I'd suggest that it was an _AND_ instead. _AND_ what you said too. The overlap of the 3 is pretty complete.

  3. Re:Support on StarOffice Dropped From Google Pack · · Score: 2, Funny

    Loads of support:

    1) There's an email address or telephone number where you make your request for support.
    2) Someone will answer that within 3, or sometimes 7, working days to indicate they've received your request for support.

    What more do you want?

  4. Re:Bug on How to Search Today's Usenet For Programming Information? · · Score: 2, Interesting

    Google have been dicking around with that form in the last week or so. They _removed_ the date range search functionality, for example. They put it back again when they realised they'd been brainless idiots. However, that bug illustrates that 10000 Ph.D.s can still be appear to be brainless idiots. One thing that annoyed me was the fact that they removed the message-id search. Given that message-ids are the PRIMARY KEY of Usenet, that demonstrates google have lost the plot when it comes to Usenet.

    Feel free to bookmark, use, and suggest improvements to:
    http://theanna.org/goog.html
    http://theanna.org/goo.html
    (They're both practically the same, one's old-school 90s HTML, the other a little less-so; both will be maintained.)

  5. Re:'With Prejudice' on NYCL Responds to RIAA Accusations · · Score: 1

    Having seen some Theroux again after many years without, he also failed to live up to my memories (I remember him visiting the KKK or the US Nazi party what seems like over decades ago, that series I did enjoy). My biggest problem with the supersized NRA member's recent offerings was his horrifically unsubtle selective editing. TV Nation was acceptable, but you can't chop like that for a whole feature-length movie.

  6. Re:'With Prejudice' on NYCL Responds to RIAA Accusations · · Score: 1

    Horror of horrors - a Michael Moore documentary about it!

    (Don't get me wrong, I agree with many of MM's stances, but his documentary-making is awful.)

  7. Re:Nope, there isn't. on Good Cross-Platform Speech-Recognition Programs? · · Score: 1

    Permission requested for using the core of that anecdote as one of my usenet .sigs?

  8. Re:Easier than the iPhone on Bug In Android Passes Keystrokes To Root Shell · · Score: 1

    Me.

    lrwxrwxrwx 1 root root 15 Aug 22 16:48 initrd.img -> boot/initrd.img

  9. Re:Online banking? Sign me up!!!! on A Look At the CoreFlood Botnet · · Score: 2, Informative

    Likewise in Finland. Single-use random 4-digit ids. We've had them for 15 years or more. (So in the early 90s, Finnish banks were more security conscious than most modern-day US or UK banks.)

  10. Re:Nero on How To Verify CD-R Data Retention Over Time? · · Score: 1

    All my recent "fade to nothingness within a year" CDR's have been "high quality verbatim". I no longer think they deserve the adjective. Better than the old Traxdata gold, but even my own memory's better than those were. What was I talking about, again?

  11. Re:Keeping an eye on long installs on (Useful) Stupid Unix Tricks? · · Score: 1

    Instead of:
    ps -ef | grep -i java | grep -v grep

    just do:
    ps -ef | grep -i j[a]va

    which doesn't match the grep.

  12. Re:My personal fave on (Useful) Stupid Unix Tricks? · · Score: 1

    No!

    dc -e'[[dc -e]P39P91PP93P[dx]P39PAP]dx'

  13. Re:If you already have root... on T-Mobile G1 Rooted · · Score: 1

    So no-one's _ever_ written

                    if ((options == (__WCLONE|__WALL)) && (current->uid = 0))

    in any kernel source code then?

  14. Re:If you already have root... on T-Mobile G1 Rooted · · Score: 1

    I think I've got a guess what the problem might be:

    $ ls -l /system/bin/telnetd
    -rwxr-xr-x root shell 9752 2008-09-13 01:13 telnetd

    At 9752 bytes, I wonder if that's not the whole telnet, I wonder if it execs some other binary that _is_ setuid root.

    Does anyone have one of these devices - can they find all setuid files?

  15. Re:If you already have root... on T-Mobile G1 Rooted · · Score: 1

    Why do you not get teh whole point of this story?

    The third option is "something between telnetd and the kernel is broken - non-root users are able to do things that only root users should be able to do".

    Or in the context of the earlier either/or question - "neither".

  16. Re:I still don't get it on T-Mobile G1 Rooted · · Score: 1

    You misread or misunderstood. telnetd is not doing what it is supposed to do. telnetd's supposed to attempt to open a priveleged port (<1024), and supposed to fail if you do not have the required permissions to do so (i.e. be root). (Of course the way it's most likely to fail is by having the kernel itself reject this attempt.)

    The user running telnetd was _not_ root. The telnetd executable was not suid root. It should not have been able to open the port. The acquiring of root permissions was not supposed to happen. This is a local root exploit. The phone's been rooted.

  17. Re:No it isn't on T-Mobile G1 Rooted · · Score: 1

    Yes, you should get in the habit of only using SSH. That way when the internet cafe has a keylogger trojan installed you can have your credentials stolen without even realising you might be at risk.

  18. Re:Trojan Apps on T-Mobile G1 Rooted · · Score: 1

    Nonsense. I've got hundreds of trojans on my system. Are you claiming that I've been rooted?
    A file is just a file. Rooting is privilege escalation. It's a category error to compare them.

  19. Re:I haven't followed the whole Android business, on T-Mobile G1 Rooted · · Score: 1

    Nonsense. Rooting is someone who shouldn't be root gaining root. It can be local root exploit or a remote root exploit, it matters not. What do you claim the popular geek vernacular for a local root exploit is, if it's not rooting?

  20. Re:Rooted? on T-Mobile G1 Rooted · · Score: 1

    FTFA:

    $ ls -l /system/bin/telnetd
    -rwxr-xr-x root shell 9752 2008-09-13 01:13 telnetd

    See those last 3 characters in the perms? They say "you're wrong".

    Android misconfigured? I don't think so:

    OSX:
    $ ls -al /usr/libexec/telnetd
    -r-xr-xr-x 1 root wheel 53368 Sep 19 03:20 /usr/libexec/telnetd

    FreeBSD:
    ls -al /usr/libexec/telnetd
    -r-xr-xr-x 1 root wheel 78156 5 Mar 2004 /usr/libexec/telnetd

    SunOS:
    ls -al /usr/sbin/in.telnetd
    -r-xr-xr-x 1 root bin 28108 Mar 4 2003 /usr/sbin/in.telnetd

    Desktop Linux:
    Fucknose, haven't installed it. Wanna bet against it being 555?

  21. Re:One theory of dark matter eh? on New Type of Particle May Have Been Found · · Score: 0, Offtopic

    I'll chose to not believe that.

    http://www.cityrating.com/citytemperature.asp?City=Chicago
    http://www.cityrating.com/citytemperature.asp?City=Anchorage

    You can drive a tram between those two curves, every month of the year.

  22. Re:Define "Winning" on Discuss the US Presidential Election & the War · · Score: 1

    That wasn't a military meeting, that was a press meeting. It was PR.

  23. Re:This would be easy on Shuttleworth On Redefining File Systems · · Score: 1

    My google-fu is fed up of the topic, after reaching so many dead ends; OSX introducing new terminology not helping matters at all. It's particularly fatigued given that all of the pro-Mac people I know, who said so many positive things in the past about OSX have, time after time, been unable to provide answers to simple questions. NFS 2.0 not talking to NFS 3.0 on my heterogenous debian network? 2 minutes on the IRC channel, and I've got a solution from whoever happened to be awake at the time. (Hoping that there would be OSX users were, like you, as helpful as the debian community I even went hunting for an OSX help IRC channel, but my google-fu couldn't even find one of those.)

    Many, many thanks for that link, I will give that app a spin. However, the existance of it does not counter my original stance, that simple things ain't simple on OSX. Look at Dan Frakes own description, and see how many negative adjectives he uses when describing the underlying process. He's making my point far more eloquently than I can, because he's a Mac insider and expert. That whole page is oozing with "this trivial task is hard and potentially dangerous".

  24. Re:This would be easy on Shuttleworth On Redefining File Systems · · Score: 1

    Well, in some ways that's progress. I pulled up NetInfo Manager, and pulled up the particular user whose name I wished to change, which happens to be the admin account. I was presented with the login name as the value in about 7 different fields! Neither MacHelp nor Spotlight could provide assistance on what most of those fields were, and as you mention the help for NetInfo Manager is nothing but 3 pages with bugger all on them (and that link to themselves, gee, that's clever).

    MacHelp's pretty useless for everything, in fact. It can't tell me how to not automatically mount USB flash drives; it can't tell me how to only mount a USB flash drive read-only; it can't tell me how to stop Finder from automatically spewing files onto my USB flash drive when I open it. In fact it seems to not know anything about USB flash drives.

    So I'm still where I was 2 years ago - merily sitting at my linux (and FreeBSD) boxes, working away knowing that I know how everything I encounter day-to-day works.

  25. Re:This would be easy on Shuttleworth On Redefining File Systems · · Score: 1

    Who says that _I_ set up the account whose name I wish to change? I certainly didn't say that, as it would be false. Which is why I'm trying to change it...

    On saner unixes, if you're changing UIDs, then make sure you followup with a chown -R on the home directory. (And then a find in case that user stuck stuff in /usr/local, /opt, /tmp, or wherever.) Probably ensuring no processes were running as that user would be prudent while doing this. I don't use any GUI apps in linux that attempt to be 'clever' (most that do end up being the most stupid), so I can't imagine what problems you might have encountered.

    Anyway, The "Accounts" panel of System Preferences doesn't have "Advanced Options", and even when I unlock the panel the Short Name field remains greyed out - I can change the long name, but not the short name (and the latter is not simply the first word of the former). So, at least on 10.4, I still can't do what would be a 5 second job in linux.

    And yes, I've done web searches, but not knowing the unfamiliar jargon that OSX uses (e.g. "NetInfo", "Short Name" etc.), I've previously found nothing of use. That's why I've asked 4 self-proclaimed mac gurus instead, and even when they looked at their manuals they still couldn't help. I guess that tally's up to 5 now.
    However, I've done another search, and it has confirmed my fears... ... the only way to change username is to create a new user with the intended name, copy home directory contents over, chown them, and then trash the original. Of course - this changes the UID too, which is an unwanted side-effect. All in all, a 40-step process (plus 12 more to enable the root account) on the Apple support site: http://support.apple.com/kb/HT1428 .

    And that's why I don't use the mac. Never before has the trivial been so unnecessarily complicated.