Slashdot Mirror


User: Tadu

Tadu's activity in the archive.

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

Comments · 79

  1. Re:Isnt it funny on The Business of Instant Messaging · · Score: 1
    But rather than IM I prefer to setup internal IRC. The reason? Bots.
    mICQ can react to incoming messages.
    and yet ANOTHER key feature of all this is - LOGGING.

    mICQ logs all messages. And status changes if you want.

    But actually, pretty much all clients do so...

  2. Re:Bah. on Open Code Has Fewer Bugs · · Score: 1
    How lame. For all we know, they could have tested the Amiga OS, Mac OS 9, Windows 3.1, A/UX, and NeXTStep!
    Hehe, AmigaOS doesn't even come with a TCP/IP stack, you had to add your own...
  3. Re:Well.. on Jabber Could Get An IETF Working Group · · Score: 1
    Mirabilis ICQ grew like a Frankenstein's monster, see the procotol specs, they're scary http://www.d.kth.se/~d95-mih/icq/

    Correct, however, the current version is described here. And add to this the necessarity to have different versions of the same protocol, you really have a huge mess.

    Did I ever mention that SlashCode sucks?

  4. Re:Well.. on Jabber Could Get An IETF Working Group · · Score: 1
    Mirabilis ICQ grew like a Frankenstein's monster, see the procotol specs, they're scary http://www.d.kth.se/~d95-mih/icq/

    Correct, however, the current version is described here. And add to this the necessarity to have different versions of the same protocol, you really have a huge mess.

  5. ICQ SMS delivery (was: A problem where user pays) on FEC Permits Anonymous SMS Spam · · Score: 1
    Not that any message you ever send via ICQ ever gets delivered - none that I have tried anyway, so maybe ICQ are actually having problems with their SMS charging.

    That greatly depends on the receiver's telco. In Germany e.g., sending to T-D1 is quite reliable (other providers, on the other hand, don't work at all).

  6. Re:Slow down there. -- Mod this up! on Windows 98, Me, NT4, 2000 and XP SSL Flawed · · Score: 1

    Mod this up - I unfortunately don't have moderator access today...

  7. Re:USPS is excellent on How The Postman Almost Owned E-Mail · · Score: 1

    Which is probably also true for the German, the French and the Swiss postal service.The same is probably true for nearly every postal service in Europe. The only packages gone missing or returned after months have happened with the US postal office, so "of course" it has to be only their fault (actually, it was the US' stupid custom). If you want to look where stuff gets missing, go blame e.g. Russia or some underdeveloped countries.

  8. Re:Opera as fast alternative on Opera 6.0 for Linux Released · · Score: 1

    _Loaded_ - yes. _Rendered_ - no. If you can watch it redraw the background picture twice on loading or on resizing or on scolling (okay, not this dummy page, but similar ones), that's not instant, It takes ~1.5seconds.

  9. Re:Opera as fast alternative on Opera 6.0 for Linux Released · · Score: 1

    If you want an example of how slow Opera renders a simple page, have a look at this page.

  10. Re:Geographic IP Location on Geolocation Enables Internet Borders · · Score: 1
    Just follow that link, type in an IP (defaults to yours), and it does a reasonably good job at locating the address.

    Yeah, and that's why 129.13.64.202 (proxy2.rz.uni-karlsruhe.de) is not a proxy and located in US/California in San Francisco. Cool.

  11. Re:Beware autoconf if you are cross-compiling!! on Why Switch a Big Software Project to autoconf? · · Score: 1
    I don't know why this is rated funny...

    That's right. This macro (defined elsewhere in the autoconf package) uses AC_TRY_RUN without a default clause. So instead of recovering nicely, the configure script dies when it tries to do this test. The only way to get around this is to modify /usr/share/autoconf/acspecific.m4 or not do the test!

    Those test have been greatly improved in 2.5x, but there are of course lots of test that you just can't do on the host machine. Solution: Run those tests once on your target machine and add the result to your site-specific file. You can't expect autoconf to solve something that is impossible to solve.

  12. Re:Any way to disable that feature? on Mozilla 0.9.6 Released · · Score: 1
    I use the middle button to open links in a new window, and when I accidentally click a blank spot I end up with some random text from my clipboard in the address bar. Can this feature be turned off?
    Konqueror has a clear button beside the address bar, which seems like a better solution. You can also right-click on the address bar and select "empty contents". It shouldn't be too hard for Mozilla to implement something like this.

    Unfortunately, Konqueror supports the middle-click as well. Very annoying. Middle-clicking on the clear button to insert clipboard would be nice, as well as beeing able to move links onto it (since eg the image plugin won't recognize them).

  13. Re:Bad screenshots for showing anti-aliasing on KDE 3.0 Screenshots · · Score: 1
    Putting "Xft.core: true" into your .Xresources may help.

    Ah, now that's a good advice - now the fonts show up. Konsole just prints out a warning like QFontDatabase::font: Style not found for neep, none, iso8859-1 for most fonts that are no AA fonts, when selecting fonts, and it won't use those. Hmmm! What am I missing here? I do switch off AA for mono spaced fonts.

  14. Re:Bad screenshots for showing anti-aliasing on KDE 3.0 Screenshots · · Score: 1
    A lot of the problems come from badly configured X setups

    The point is not having AA fonts, but the disapperance of non-AA fonts. I removed all fonts except fixed and Agate, and set my konsole to fixed. Without AA, I have both, bot Agate is of course not AA'ed. When I select AA, Agate is AA'ed, but my konsole can't access fixed and uses Agate instead - which isn't even monospaced. Bingo. What do I do?

    For your other issues, you probably want an actual core KDE developer to comment (I hope that you have at least filed the problems as bugs on http://bugs.kde.org ?)

    I have to admit beeing lazy in submitting bugs, espacially if they're known or blazingly obvious. The encoding problem was possibly one of Qt. Though I'd like to hear some educated comments as wel :-)

  15. Re:Bad screenshots for showing anti-aliasing on KDE 3.0 Screenshots · · Score: 1
    Sure, if you want to run the terminal without AA'd fonts, just type in QT_XFT=0 konsole

    Ha ha ha. Very funny. I want to have all fonts available, and decide in XftConfig whether I want them to be anti-aliased or not. Now, what do I set QT_XFT to if I want my KDE fixed width font not to be AA'ed, but instead my title font? Bingo.

  16. Re:Bad screenshots for showing anti-aliasing on KDE 3.0 Screenshots · · Score: 1
    Not really -- KDE 2 does anti-aliasing very well.



    Really? Actually I tried quite a lot to get everythin working. Actually, I had anti-aliased fonts. Checking the anti-aliasing switch (ie setteing QT_XFT=1 within KDE) would give me lots of nice-looking fonts. Except - all non-anti-aliased fonts disappeared. So, if you're the expert, please tell me how to have the same set of fonts with and without anti-aliasing, because anti-aliases fonts for headlines give headaches if you want to use them in a terminal. Also, the XftConfig file is damn bad documented - it says what you can do, but there is no documentation about what actually those chaanes are applied to - request for specific fonts (with what information)? Or list of available fonts? Or...? And XFT_DEBUG=1024 isn't helpfull as well.

    Also, KDE has a big font selection problem. You can't use iso-8859-15 fonts (ie with the EUR) if you have iso-8859-1 fonts installed. Konsole for example just won't let you choose anything else than iso-8859-1, Standard or UTF8. You can't even set it in the preference file because it just doesn't contain the encoding (and the strig to identify the font is undocumented, but maybe you can shed some light on it).

  17. Re:Disney cartoon portrays music industry as evil on Disney's Anti-File Swapping Cartoon · · Score: 1

    Mod the parent up!

  18. Re:Because nobody's willing two do two things. on Has the Development of Window Managers Slowed? · · Score: 1
    True, Workbench had a CLI. But almost no one used it. Sure, it was useful, but the bulk of activity could be done via menus, and avoiding the notion of a shell entirely.

    Huh? Seems I missed something. I used it all the time - there is no better way to ssh somewhere than using ViNCed as your terminal. No to forget about mutt and micq.

    Actually, the thing I miss most from AmigaOS (not AmigaDOS, which is just - the DOS) is the differentiation between "save" and "use": In KDE, you can "Use" a preference change, but it actually means "Save"ing it to use it forever. Hence, "Revert to last saved" is also missing.

  19. Re:How about OS's that should be brought back? on Niche Operating Systems · · Score: 1
    just about everything has caught up with the Amiga.

    Not really[tm]. Look at KDE. What do you see? "Use" and "Cancel" in the preferences. What does it mean? Well, "Use" means "Save", and "Use" and "Revert to last saved" are just missing. Check out the (AmigaOS) style guide. This is a basic user interface issue that KDE fails at, and one that makes KDE suck.

  20. Re:Huge outpourings of generosity on More On Tragedy · · Score: 1
    to give aid to strangers whom they shared nothing with except the distinction of being Americans.

    Aha[tm]. Of being Americans. Like all people in WTC where Americans as well? rrrright. :-(

  21. Re:Worked for me. on Finding American Companies for Overseas Work? · · Score: 1
    The Germans most definitely have adopted English terminology albeit germanised. The resulting 'Denglish' is amusing.

    Actually, I feel I have to vomit if I see such words, though there are some words that have really made it, like "booten" for "to boot" (and although there is a pretty good native word, namely "hochfahren", with "herunterfahren" beeing the natural opposite). But I also have to vomit for constructs like "Stöberer" for "browser". There are words you need some time to find a proper translation (like "einhängen" for "to mount", I didn't come up with it!), and there are words where there just isn't a genuine translation (like for "offline", anyone?).

    The funny thing about Denglish is that there are people who can't give a description of their job in German, but use invented pseudo-English words instead... Isn't that embarrassing?

    But back to topic: There is no use going to a country, when you don't speak a word at all. At work, you say more than just a bunch of computer science terms, and life is more than just work. Besides, it is arrogant if you go to a country and expect everybody to speak your language. That's not a flame, but expect people to perceive it that way!

  22. Re:Email illegal in Auz on More Australian Insanity: Forwarding Mail Illegal (updated) · · Score: 1

    Moderators, please mod this up - this is not the usual bash-everything-blamed-in-the-article.

  23. Re:Not just for local CGIs on Mozilla.org Releases Protozilla · · Score: 1

    you can define your own protocols and assign program (or URLs!) to handle them!

    Cool! I always wanted that aminet: kind of url that would find a file on the mirror the user chose in the preferences... But wait, it doesn't run on my Amiga box. Too bad.

  24. Re:Most Americans don't realize how backward we ar on Stuffing Junkmail Postage-Paid Envelopes? · · Score: 1

    There is no way in hell I am giving these companies permission to withdraw their billing amounts directly from my account. I find at least one mistake on each credit card bill and my cable and utility bills screw up at least once a year each.

    Good luck you know what you're talking about. If you don't want to give them your permission, well, there are other choices. Like tranfering the money directly to their bank account, impossible in the US (I'v lived there for a year, I know what I'm talking about). That way, you can check first the bill and then pay. But it hasn't been invented in the US yet. Too bad.

    Anyway, you have 10 days after you get your account statement to undo the withdrawel if it is in error. Costs them 10DEM (so they take care their bill is ok...).

    Europeans are much more used to turning over their lives to government and then complaining that nothing gets done.

    Hello? Someone there? This has nothing, absolutely nothing to do with government.

    This is another example of that and another reason that Silicon Valley did not and could not have happened there. [bla bla bla]

    Get on topic again. Stop phantasizing. Thanx.

  25. Re:Anti-Spam technique on Spambot Poisoner · · Score: 1

    I do see 12 DEM per year pretty reasonable...