Slashdot Mirror


User: RevAaron

RevAaron's activity in the archive.

Stories
0
Comments
2,722
First seen
Last seen
Profile
(view on slashdot.org)

Comments · 2,722

  1. Re:Eat Up Martha on Handwriting Recognition on DS · · Score: 1

    Indeed- though the Newton HWR didn't get really usable until the 162 MHz Newton 2x00s. The Newton 130 was pretty good too, and it had a slower (33 MHz?) CPU. It was about quality software more than CPU speed. A 1 GHz CPU wouldn't have made the earliest Newton OMP or 100 or 110 do HWR more than half-decently; the software just was written for to make it work real well.

  2. Re:Taco? on Blizzard Made Me Change My Name · · Score: 1

    And, as you and no one else got, my reply was a toung-in-cheek attempts at humor. A pretty lame one, evidentally. :)

    Long Live the Proletarian Presentation Revolution!

  3. Re:Taco? on Blizzard Made Me Change My Name · · Score: 0, Offtopic

    Off topic question pertaining to your sig: do you know where I could get a presentation app more suitable for a worker like myself? I hate the idea of defiling myself with a capitalist tool, give me something meant for a worker's hands anyday. Thanks in advance!

  4. Re:SDK on Handwriting Recognition on DS · · Score: 2, Informative

    And this answers the parent's question how exactly?

    Seems pretty obvious to me. At the end of the post he asked:

    On a side note, are there any phones / pdas that have a Python sdk available?

    And I then told himabout Python support for two important PDA and Phone OSes, Palm and CE. Incidentally, there's also a Python SDK for Series 60 Nokia phones. So make that 3 important PDA/Phone OSes.

  5. Re:Eat Up Martha on Handwriting Recognition on DS · · Score: 4, Interesting

    The NDS main CPU is pretty slow- 66 MHz. I've used Decuma on Palm OS on a 200 MHz ARM (Sony Clie NX70v), and used Decuma fine, albeit a bit slowly, with the Clie underclocked at 100 MHz to save power. Decuma is decent HWR; it is in between the character-based stuff like Graffiti and the proper and good word-sentence based real HWR of the Newton or PocketPC's Transcriber or Calligrapher. It makes you write in a box- but you write a full word, it recognizes it letter by letter, and then you have to press a button to actually accept/write the text. Or make corrections, overwriting maybe 'e' for the misrecognized 'o'; then you press that button. On Palm OS, Decuma is about the best you're going to get if you want real HWR, but it isn't too horrible.

  6. Re:SDK on Handwriting Recognition on DS · · Score: 5, Informative

    You can code in Python for Windows CE 3.0+ (2.11+ maybe?), and specifically Pocket PC 2000, 2002, Windows Mobile 2003, 2003 SE and presumably 2005. There is a subset of Python, called Pippy, available for Palm OS. The WinCE port is pretty much a full port of Python; Pippy is very much stripped down. There are also the Zaurus Linux PDAs, which can run Python, though it's not as useful for writing full-on apps as it is on Pocket PC, at least within the Qtopia GUI last time I checked.

    Perl too on PocketPC/WinCE; there's even Perl/Tk support. Works pretty well.

  7. Re:Dell? on DrDOS Inc Breaking GPL · · Score: 1

    They could be using it on the classy diagnostics partition the dells we have here- corporate gx260-280s. It's a nice app, mouse-driven and GUI'd.

  8. addiction science on M.I.T. Explains Why Bad Habits Are Hard to Break · · Score: 2, Insightful

    addiction science is pretty interesting. what gets me is that it's pretty common for an ex-opiate addict to start "jonesing" (go through the opiate withdrawal symptoms- cold/flu like symptoms, a lot of pain and have a desire for opiate to fix that) when he gets out of prison or starts to hang around with his old crew. heroin generally can be dropped, physically, in 3 days- or rather, the worst part of the withdrawal can be done in that time. other opiates are longer, but generally you're clean after two years of not using, time spent in jail or in treatment, etc. pretty interesting stuff.

  9. Re:Give it to the UN on Why Talk About Internet Governance? · · Score: 1

    Indeed. I believe that newish film "Downfall" was pretty popular in Germany recently. It's illegal to promote a lot of nazi ideas, and rightly so people are ashamed of that part of their history, but in some ways, acknowledge that it also embodies some of their positive features. Positive features twisted to an evil end, but like anything worth discussing, it is complex. People have an interest in that period, and it's not like people pretend it didn't happen.

  10. Re:You forgot option D on Why Talk About Internet Governance? · · Score: 1

    The fruits of McD's only exist because rich, capitalist countries are able to exploit the poorer ones. If the whole world was "rich," your McDs would be a lot more expensive and harder to come by, in comparison.

  11. Re:If Bush Administration Lied About WMD, on Why Talk About Internet Governance? · · Score: 2, Insightful

    All the bourgeois parties are pro-war. If your post is supposed to convince us that the Democrats are as bad as the Republicans- congradulations, we knew that already.

  12. Re:gaim works for me, but loses ground from here on Linux Instant Messengers · · Score: 1

    What do you define as IM? I sit on IRC all day, and a lot of the other folks who are on Freenode are wage slaves who are on IRC all day. I use IRC for my IMing as well as group-chat-type stuff. I also sit on AIM all day so that a couple people who I know who does use IRC can get a hold of me. I sit on Jabber, as a few co-workers use it- the Univ of Minnesota runs their own jabber server (chat.umn.edu). my girlfriend's place of employment has a proprietary secure IM server for everyone at her workplace, who are spread among many buildings/houses. I use IRC/IM to communicate with my girlfriend those sorts of "bring home some milk and bread" messages, rather than email or the phone. I'm relatively young, 25. But I don't use IMing like the 18 year olds I see coming into the University system...

    So yeah, it's not just for 13 year olds.

  13. Re:Good on U.S. Insists On Keeping Control Of Internet · · Score: 1

    I don't bring the quote up to say that the USA is just like China, rather to say basically what Zinn does: "This leaves the First Amendment much less than the stone wall of protection it seems at first glance." People still went convicted, and it went unturned by the Supreme Court.

  14. Re:Argh! on LispM Source Released Under 'BSD Like' License · · Score: 2, Funny

    Out of that 3%, how much is emacs?

    I'm surprised no one has brought up emacs as an example of a lisp app...

  15. Re:Argh! on LispM Source Released Under 'BSD Like' License · · Score: 1

    the "paren hell" makes restructuring code a lot easier- not harder- than most other languages. an exception is something like smalltalk, which has a leg up on a lot of other languages as a virtue of the IDE. in lisp, moving some chunk of code out into a new meth of or function, then calling that method/func instead, is pretty easy, and again, with a half-decent editor, it's all taken care of for you.

    you don't *need* a paren-matching editor with lisp. you don't with c either. but it's a lot nicer to have in c than not when you're trying to figure out how many }s or )s you need to close. nothing different in lisp; you can dilleniate it with tabbing, etc, just like folks do in c-like languages.

  16. Re:Good on U.S. Insists On Keeping Control Of Internet · · Score: 2, Interesting
    That idea of an unwritten article is alive in the USA as well. To quote Howard Zinn, in _The People's History of the United States_:

    The First Amendment of the Bill of Rights shows that quality of interest hiding behind innocence. Passed in 1791 by Congress, it provided that "Congress shall make no law . . . abridging the freedom of speech, or of the press. . . ." Yet, seven years after the First Amendment became part of the Constitution, Congress passed a law very clearly abridging the freedom of speech.

    This was the Sedition Act of 1798, passed under John Adams's administration, at a time when Irishmen and Frenchmen in the United States were looked on as dangerous revolutionaries because of the recent French Revolution and the Irish rebellions. The Sedition Act made it a crime to say or write anything "false, scandalous and malicious" against the government, Congress, or the President, with intent to defame them, bring them into disrepute, or excite popular hatreds against them.

    This act seemed to directly violate the First Amendment. Yet, it was enforced. Ten Americans were put in prison for utterances against the government, and every member of the Supreme Court in 1798-1800, sitting as an appellate judge, held it constitutional.

    There was a legal basis for this, one known to legal experts, but not to the ordinary American, who would read the First Amendment and feel confident that he or she was protected in the exercise of free speech. That basis has been explained by historian Leonard Levy. Levy points out that it was generally understood (not in the population, but in higher circles) that, despite the First Amendment, the British common law of "seditious libel" still ruled in America. This meant that while the government could not exercise "prior restraint"that is, prevent an utterance or publication in advanceit could legally punish the speaker or writer afterward. Thus, Congress has a convenient legal basis for the laws it has enacted since that time, making certain kinds of speech a crime. And, since punishment after the fact is an excellent deterrent to the exercise of free expression, the claim of "no prior restraint" itself is destroyed. This leaves the First Amendment much less than the stone wall of protection it seems at first glance.


    USA! USA! USA!
  17. Re:Boots not shoes. on Hurricane Relief - What Would You Bring? · · Score: 1

    New houses are pretty much never made of anything but wood in the US and Canada. The other stuff is too expensive. It's not rustic; perhaps you are cofusing wood-framed with log-cabin?

  18. Re:trillion ... zillion on 'Starquake' Cracks Star · · Score: 3, Funny

    a googolplex is 10^googol (if you wrote this down in its expanded form, the paper would not fit into the volume of the solar system)

    What if you got one of those Japanese rice-writers to do the writing on paper? I mean, we're talking about a font size like 0.01 points. We should get someone on that.

  19. Re:Does time travel as well on 6.8GHz 1TB RAM and 2TB HDD Laptop? · · Score: 4, Funny

    I hope we have something more than 6.8 GHz by 2021.

  20. Re:What do libraries do? on Where New Tech Should Libraries Try Next? · · Score: 1

    But what do you do when more and more knowledge is available online and not in print? At the acdemic library where I work, there are a number of journals- closer to a true "repository of knowledge," more so than books- that we can only get online. I haven't been in a public library much over the last 10 years, but in our university library, all of our PCs are in just about constant use. Granted, we have 50 PCs and 300 SunRays, and SunRays get a lot less use. On a campus with 10k students... But the campus has oodles of other computer labs. So computers are plentiful, but the library is still where people go.

  21. Re:Self Check-in Check-out with RFID Tags on Where New Tech Should Libraries Try Next? · · Score: 1

    Sweden isn't the only coutnry with self-check in and out. I've seen those in the USA (Dakota County, MN, USA) since at least 1996 or so. No RFID, barcode, but still.

  22. Virtual Reference on Where New Tech Should Libraries Try Next? · · Score: 1

    I work at an acedemic library that serves a mid-sized (10k students) University. The next big thing with a lot of libraries, public and acedemic, is Virtual Reference. In it's simplest form, it is nothing more than a chat/IM system where someone can contact a ref librarian over the web or some other IM system, ask questions and get answers. That could be implemented by you pretty easily with a Jabber server, a web client, and a jabber client running on the librarian's desktops. With other systems, you get this chat setup, a knowledge base for common ref questions, the ability to come back and look up transcripts of questions, and the ability to co-browse- that is, the librarian and patron are sharing one browser window, they both see the same thing and have the ability to point things out to eachother.

    This is interestingly timed, since we just had an all-day, all-staff meeting yesterday about what the future of our library will be, where we will be in 5 to 10 years... So I hope you get some good answers, because I could certainly use them!

    Aaron

  23. Re:uh-oh on Which PHP5 Framework is Your Favorite? · · Score: 1

    Yeah. Or learn Smalltalk, where you have all the power of Ruby, in it's pure, mature and untainted form. Or, maybe a Ruby user could try to learn it. FUN! Actually put the fun back in coding...

  24. Re:Very clean syntax on Django: Python's Rapid Web Development Framework · · Score: 1

    I saw Woz surfing PORN on the Woz Cam [woz.org], now it's disabled!

    And you didn't take a screenshot?

  25. Re:Maybe I'm just oldschool... on Apple Releases Multi-Button "Mighty Mouse" · · Score: 1

    Also, it may be set to one-button mode by default, so that for n00bs, it isn't much different than the current pill mouse.

    Doesn't seem all that weird to me, as long as there is some feedback.