Slashdot Mirror


User: bhaak1

bhaak1's activity in the archive.

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

Comments · 96

  1. Re:Encrypted? Hashed? on Gawker Source Code and Databases Compromised · · Score: 1

    Is it bad that I read that just fine, then realized that every word was messed up?

    No, you are just a victim of that fake study that claims that you can read scrambled texts as long as the first and last letter doesn't get changed.

    If you never heard of that study, you couldn't have read that text without any problems!

  2. Re:Copyright? on Porting Lemmings In 36 Hours · · Score: 1

    Although I would be concerned with his attitude about copyrighted material.

  3. I would print more if printing support didn't suck on Paper Manufacturer Launches "Print More" Campaign · · Score: 1

    Really which of the available browsers is able to make decent printouts?

    You can be happy, if the printed pages don't have large areas of white because of sidebars that make no sense in a printout. That is of course partly to web sites not providing special print pages (although if the web site designers did it right, they wouldn't need to such pages), but also simple table-less html pages look awful printed.

    I know very well that web layout and print layout differ significantly. But that makes downloading a web page and manually tweaking it so it doesn't look printed as ugly as it would unchanged less annoying.

  4. Re:Interaction on 10th Year of the International Nethack Tournament · · Score: 1

    It is indeed important that this is a computer that did this to your character. It was not a DM that fucked you up but probability and random numbers.

    Computer roleplaying is completely different from RL roleplaying. We still can't simulate a human good enough to programm a good RPG DM.

    NetHack doesn't even try this but it tries to give the player a multitude of options. Every item in the game has several uses and can even interact in different ways. Every monster has something special that is of value or a threat to the player. All this together creates *every time* you start a game a unique game session *without human creativity*. Only through the Random Number Generation mechanism.

    Nothing beats paper & pen if you're looking for real RPG. Play that for the real thing.

  5. Re:Nethack isn't hard among roguelikes on 10th Year of the International Nethack Tournament · · Score: 2, Insightful

    NetHack isn't really about being hard. It is about surviving situations that the RNG throws at you or you get yourself into by using all options available to you.

    If you want a punishing NetHack, play Slash'Em :-)

  6. Re:three four three on 10th Year of the International Nethack Tournament · · Score: 1

    Well, they still answer to bug reports. Sometimes :-)

    The last update to the bugs page has been in August.

    But what's taking them so long for a new version, nobody knows.

  7. Re:Platypus as an alternative on Modern LaTeX Replacement? · · Score: 1

    There are two things with platypus that stop me from looking further than the examples.

    [fsize:24][align:center][noindent]Its syntax is [+b]damn ugly[-b]. Even uglier thany straight [+i]TeX[-i]. And that's really something.[]

    Okay, one could maybe get used to it.

    But the real no go is that the input files are only ASCII.

    WTF? It's 2008 and platypus is written in Java and nevertheless we are expected to using [drq] for " or [a"] for ä or using some special unicode escape mechanisms instead of directly using Unicode?

    Right at the moment platypus is nothing more than a lightweight markup language for pdf.

  8. MPM - MikTeX package manager on Modern LaTeX Replacement? · · Score: 1

    You want mpm, the MikTeX package manager for unix.

  9. Learn German because of NetHack on Learn a Foreign Language As an Engineer? · · Score: 1

    You have not experienced NetHack until you have played it in the original German.

  10. Assembly in VM on Obsolete Technical Skills · · Score: 1

    Assembly skills aren't as obsolete as one might think.

    The same skills one needs to programm Assembler are needed if one programms virtual machines directly.

    Especially Java Bytecode is a good example of this. The Java VM runs Bytecode that is extremely similar to SPARK assembly.

    And what about Parrot? It is also programmed with an assembly language.

  11. Re:10 Years and still waiting on Tim Bray on the Birth of XML, 10 Years Later · · Score: 1

    LaTeX is restricted to certain types of print output.

    Last time I needed multi format output, LaTeX provided PDF, Postscript, DVI (the more or less "native" output of current LaTeX-compilers) and with minimal work HTML, Text, RTF and Palm-Doc.

    It emphatically cannot output HTML easily.

    That's just wrong.

    TeX4ht does this with "htlatex file.tex".

    Additionally it supports outputting DocBook and ODF.

  12. Re:10 Years and still waiting on Tim Bray on the Birth of XML, 10 Years Later · · Score: 1

    Do you maintain a website? XML has been a godsend for those who want to maintain web and print output side by side. By keeping your data in an XML format,

    Show me a large website that keeps its data in XML and I show you a slow website.

    For large amounts of data you need a database. Although there are now databases that have an xml datatype.

    you can use simple XSL stylesheets to generate multiple types of output. See e.g. O'Reilly's XSLT Cookbook for dozens of very real-world examples (it's probably in your library).

    "simple XSL stylesheets" LOL

    XSL is unfortunately a functional programming language done wrong.

    Most XML is parsed with real programming languages and converted to some specific output format.

    How would one convert XML to PDF? Obviously not with XSL-FO if you want more than some simple text (Wikipedia has a rather detailed paragraph about its drawbacks).

    Moreover the implementations are so lacking that I'll take LaTeXs quirks anytime (which are not that bad at all if you don't force LaTeX to do things it just can't do).

    That's just one example of how XML technology has made coding easier. Others I'm sure will point out others.

    Well, I thank $god that I don't have to mess around with binary formats generated by bad programmers. It's awful enough what they do to XML.

  13. preview-latex: (almost) WYSIWYG for LaTeX on Goodbye Cruel Word · · Score: 1

    Use LaTeX instead of plain TeX, it allows you to concentrate on content without the distraction of presentation.

    \section{Sure}
    % TODO: rewrite this paragraph
    LaTeX allows you to concentrate on content\footnote{If you are able to ignore all the clutter in your text that makes it illegible.}. There is \emph{no distraction} whatsoever.

    Don't blame the tool if you're using the wrong one instead of the one true Editor

    P.S.: Don't use TODO comments in LaTeX. The FixMe package is much better.

  14. Re:Lost out on Are You Proud of Your Code? · · Score: 2, Insightful

    Just for the record: AmigaBASIC was my first real programming language (LOGO on paper doesn't count).

    That you don't know this quote (it's from 1975 BTW) and have been to the university just shows how much CS is a science without respect for its history.

    That you don't have heard of Edsger W. Dijkstra is shame.
    http://en.wikipedia.org/wiki/Edsger_W._Dijkstra

    Tell me, do you consider the GOTO command harmful?

  15. Re:The threat... on GCC 4.2.1 Released · · Score: 1

    The pity is that it might not be possible to merge the forks down the road. That used to be one of the strengths of the GPL, the ability to merge.

    Doesn't the FSF hold the Copyright for GCC? How else could they switch easily from GPLv2 to GPLv3?

    At least the direction GPLv3 -> GPLv2 should be open as soon as the FSF realises their "mistake".

    But with EGCS there was no big merge. The official GCC branch was closed and EGCS was rebranded as the new official GCC.

  16. Re:Best of All Time is... on Ocarina of Time — Best Game Ever? · · Score: 1

    Nethack. I'm still playing the DOS version.
    And I'm a female :)
    On the Internet, Nobody Believes You're a Female
  17. Re:Very simple, and not limited to Linux on Microsoft Segments Linux "Personas" · · Score: 1

    Seriously, when was the last time MS came out with something that really got you excited, something elegant and useful?

    AmigaBASIC

    Okay, it came free with the OS, I was young and knew neither something better nor how to program, but this little programs with their circles and squares and music were impressive

  18. Re:Nice Nostalgia on AmigaOS 4 · · Score: 1

    Please get your facts straight. AmigaOS 1.x was written in BCPL(e.g. dos.library), C(e.g. intuition.library) and Assembler (e.g. exec.library).

    For AmigaOS 2.04 everything written in BCPL was rewritten in C.

    I don't know exactly how big the assembler part was. Anybody got some valid links for that?

  19. Re:Nice Nostalgia on AmigaOS 4 · · Score: 1
    The way things are now, though, the only way Amiga will have a future is if ... or B) they Open Source the entire OS and support utilities.

    You mean like this? http://aros.sourceforge.net/

    This is mostly a reengineering of AmigaOS 3.0. They didn't use the original code.

    Although I think AROS is the best way to try to save the OS part of the Amiga. The hardware part with custom chips and cool demos that use them works pretty fine on Emulation but I don't expect that this will give any new impulses.

    It is amazing how fast even AROS hosted on Linux is. Especially when you compare Amiga programs side by side to KDE programs. Makes you wonder what those programs do.

    The Amiga had a localization similar to gettext. Programs had ARexx ports that are something like DCOP for KDE. It had a clean and fast GUI (okay KDE doesn't have that :). The later GUIs could even be themed.

  20. Re:Nice Nostalgia on AmigaOS 4 · · Score: 1

    I want to thank you for the cool animations you made back then.


    They showed what could be done with this wonderful machine and were a great inspiration for a lot of people.


    After all these years "The Dream Goes Berserk" still looks good. Thank you.

  21. Re:Short memory on AmigaOS 4 · · Score: 1
    It made a clunk every few seconds as it checked for the presence of a disk. This made you stick in disks at random just to shut it up.

    Yeah, the trackdisk.device was lousy in that way. But for every AmigaOS version there were programms that could stop the clicking.

    For 2.0 upwards they were even implemented as Commodities

  22. Cease and desist letter because of name on The Birth of a FOSS Application · · Score: 2, Informative

    I find it surprising that he was very thoughtful about starting a software project - there are a lot of abandonden projects out there that don't work good enough and wouldn't exists if the programmer just had looked around if its really needed.

    But with naming his project he just used his initial and "mail". A simple google search would have shown him that this is no good name.

    When releasing something to the public I try at least to find a name that doesn't collide with existing projects (and certainly not collides with names of projects that are similar in *function*) and if possible are google unique. Helps track the distribution quite a bit.

  23. Re:Don't do what china does on Judge Says U.S. Money Violates Rights of the Blind · · Score: 1
    Hence most other currencies uses different colours for each note.
    Doesn't this discriminate against color blind people?
    Only if they can't read the numbers. Any decent design of colored money should take color blindness into account. I don't know of any that doesn't.
  24. Re:Pacifism != Passivism on New 'No Military Use' GPL For GPU · · Score: 1

    If it wasn't for the Russians, you would be typing that post in german.

    Was sind wir froh, dass das nicht passiert ist.
    Die meisten Slashdotter kriegen ja nicht einmal einen grammatikalisch korrekten englischen Satz hin.

    Let's look at history:

    • If it wasn't for the Americans all Europeans would speak Russian (but a few do - you can't save 'em all)
    • If it wasn't for the Americans and the Russians we'd all speak German (but a few do - you can't save 'em all)
    • If it wasn't for the Brits and the Germans we'd all speak French (but a few do - you can't save 'em all)
    • If it wasn't for the French we'd all speak Arabic
    • If it wasn't for the Goths we'd still all speak Latin (well that wouldn't be that bad)

    The Nazis did control a sizeable percentage of the world's landmass and could easily have annexed the majority of it had the war gone in their favour.

    That idea is as delusional as Hitler was. For Nazi Germany to conquer the world they would have needed a lot of support from Alien Space Bats.

  25. Lemmings on The Multi-Pointer X server · · Score: 3, Informative

    Lemmings also had two mice support in the two player levels.

    As did a lot of games back on the Amiga, even PD games.

    I remember an Asteroid PD clone where you moved the character with one joystick and with the other joystick you controlled the fire beam.

    Was quite an immersive feeling.