Difference between revisions of "User:Eidolos"

From NetHackWiki
Jump to navigation Jump to search
m ("arere"? :|)
(Eidobot; typo fixes.)
Line 22: Line 22:
  
 
== Wikihack Projects ==
 
== Wikihack Projects ==
 +
 +
=== Eidobot ===
 +
 +
[[User:Eidobot]] is a bot written in Perl that adds new articles. He's released under the MIT license, so go nuts. The line breakdown is:
 +
 +
* real code: 36
 +
* blank: 25
 +
* license: 16
 +
* minor code (brackets, etc): 12
 +
* comment-only lines: 11
 +
* total: 101
 +
 +
so as you can see, he's pretty lightweight. He uses WWW::Mechanize, which isn't in the core Perl distribution; download it with:
 +
perl -MCPAN -e 'install WWW::Mechanize'
  
 
=== Annotating source code ===
 
=== Annotating source code ===
Line 28: Line 42:
  
 
* Naming [[Sting]]/[[Orcrist]] while [[twoweaponing]] the new artifact in the second hand is handled correctly.
 
* Naming [[Sting]]/[[Orcrist]] while [[twoweaponing]] the new artifact in the second hand is handled correctly.
* [[do_name.c#dist_monname]] -- apparently the DevTeam anticipated the [[Astral call trick]], but didn't handle it in all strings ([[do_name.c#line279]] should use dist_monname over Monnam, I think).
+
* [[do_name.c#distant_monnam]] -- apparently the DevTeam anticipated the [[Astral call trick]], but didn't handle it in all strings ([[do_name.c#line279]] should use dist_monnam over Monnam, I think).
 
* [[dokick.c#line9]] -- [[Sasquatch]]es get a kicking bonus!
 
* [[dokick.c#line9]] -- [[Sasquatch]]es get a kicking bonus!
 
* Overlay support is incredibly pervasive (and must be difficult to maintain).
 
* Overlay support is incredibly pervasive (and must be difficult to maintain).

Revision as of 06:54, 20 August 2006

Eidolos...

  • is rewriting from scratch FreeNode:#nethack's Rodney (bot) (and contributed a lot to the original Rodney).
  • has a lot of NetHack-related scripts and things at [1]
  • posts on RGRN as Shawn M Moore (sometimes without that M).
  • is very, very fond of Perl.

Wikihack Projects

Eidobot

User:Eidobot is a bot written in Perl that adds new articles. He's released under the MIT license, so go nuts. The line breakdown is:

  • real code: 36
  • blank: 25
  • license: 16
  • minor code (brackets, etc): 12
  • comment-only lines: 11
  • total: 101

so as you can see, he's pretty lightweight. He uses WWW::Mechanize, which isn't in the core Perl distribution; download it with:

perl -MCPAN -e 'install WWW::Mechanize'

Annotating source code

One of my unfinished projects here at Wikihack is to label each function name (and long comments and important structures) to help source divers and source annotaters. Some of the things I've learned are:

International Eidolos Day

The 13th of August is International Eidolos Day, when we all watch Eidolos on NAO. It's frowned upon for other people to ascend on NAO on this date.

A soldier ant killed me on the morning of Aug 13, ending my ascension streak (I did get three wizards in a row, though!), so International Eidolos Day is cancelled. Sorry! :)