The collected works of PymbleSoftware - Page 2

Bonjour et bienvenue :lol:

While waiting for the video cable, you could also try using it via the serial port:

http://www.nekochan.net/wiki/Headless



All the best.
死の神はりんごだけ食べる

開いた括弧は必ず閉じる -- あるプログラマー

:Tezro: :Tezro: :Onyx2R: :Onyx2RE: :Onyx2: :O3x04R: :O3x0: :O200: :Octane: :Octane2: :O2: :O2: :Indigo2IMP: :PI: :PI: :1600SW: :1600SW: :Indy: :Indy: :Indy: :Indy: :Indy:
:hpserv: J5600, 2 x Mac, 3 x SUN, Alpha DS20E, Alpha 800 5/550, 3 x RS/6000, Amiga 4000 VideoToaster, Amiga4000 -030, 733MHz Sam440 AmigaOS 4.1 update 1.

Sold: :Indy: :Indy: :Indy: :Indigo: Tandem Himalaya S-Series Nonstop S72000 ServerNet.

Twitter @PymbleSoftware
Current Apps (iOS) -> https://itunes.apple.com/au/artist/pymb ... d553990081
(Android) https://play.google.com/store/apps/deve ... +Ltd&hl=en
(Onyx2) Cortex ---> http://www.facebook.com/pages/Cortex-th ... 11?sk=info
(0300s) Minnie ---> http://www.facebook.com/pages/Minnie-th ... 02?sk=info
Github ---> https://github.com/pymblesoftware
I would love the NeXT stuff but shipping from Europe kills the deal.
死の神はりんごだけ食べる

開いた括弧は必ず閉じる -- あるプログラマー

:Tezro: :Tezro: :Onyx2R: :Onyx2RE: :Onyx2: :O3x04R: :O3x0: :O200: :Octane: :Octane2: :O2: :O2: :Indigo2IMP: :PI: :PI: :1600SW: :1600SW: :Indy: :Indy: :Indy: :Indy: :Indy:
:hpserv: J5600, 2 x Mac, 3 x SUN, Alpha DS20E, Alpha 800 5/550, 3 x RS/6000, Amiga 4000 VideoToaster, Amiga4000 -030, 733MHz Sam440 AmigaOS 4.1 update 1.

Sold: :Indy: :Indy: :Indy: :Indigo: Tandem Himalaya S-Series Nonstop S72000 ServerNet.

Twitter @PymbleSoftware
Current Apps (iOS) -> https://itunes.apple.com/au/artist/pymb ... d553990081
(Android) https://play.google.com/store/apps/deve ... +Ltd&hl=en
(Onyx2) Cortex ---> http://www.facebook.com/pages/Cortex-th ... 11?sk=info
(0300s) Minnie ---> http://www.facebook.com/pages/Minnie-th ... 02?sk=info
Github ---> https://github.com/pymblesoftware
dennisjunior wrote:
Please port libtorrent/rtorrent!

I tried to compile with neko_gcc 4.3.1, but no success.
I need a torrent client can do encrypted connections.


I have started porting libtorrent.
I have made subtle changes where MIPS Pro doesn't like things..
I have to make one or two line changes on most files.
For example, I have had to alloc mem on the heap rather than the stack which should make little difference. auto_ptr<> would have been better but I can't be bothered.
gcc allows:
Code:
char buf[ new_request ];

Whereas MIPSPro whines about new_request not being constant.
If have had to translate those as char *buf = new char[ new_request ]; and remember to put a delete[] buf at all the method exit points.
... and cast away const where gcc allows it but MIPS Pro has a cow. Stuff like that.

templates although powerful are hell..

I am emailing the original author about some of the more interesting function pointer template code of his.
If I build it and ftp a patch file of my changes could someone else package it as nekoware, k thanks....?

_________________
死の神はりんごだけ食べる

開いた括弧は必ず閉じる -- あるプログラマー

I saw his body thrashing 'round
I saw his pulse rate going down
I saw him in convulsive throes
I said "I'll have one of those"
-- (He'll never be) an Ol' Man River.

:Tezro: :Tezro: :Onyx2R: :Onyx2RE: :Onyx2: :O3x04R: :O3x0: :O200: :Octane: :Octane2: :O2: :O2: :Indigo2IMP: :PI: :PI: :1600SW: :1600SW: :Indy: :Indy: :Indy: :Indy: :Indy:
:hpserv: J5600, 2 x Mac, 3 x SUN, Alpha DS20E, Alpha 800 5/550, 3 x RS/6000, Amiga 4000 VideoToaster, Amiga4000 -030, 733MHz Sam440 AmigaOS 4.1 update 1.

Sold: :Indy: :Indy: :Indy: :Indigo: Tandem Himalaya S-Series Nonstop S72000 ServerNet.

@PymbleSoftware
Cortex ---> http://www.facebook.com/pages/Cortex-th ... 11?sk=info
Minnie ---> http://www.facebook.com/pages/Minnie-th ... 02?sk=info
Book ----> http://pymblesoftware.com/book/
Github ---> https://github.com/pymblesoftware
Visit http://www.pymblesoftware.com
Search for "Pymble", "InstaElf", "CryWhy" or "Cricket Score Sheet" in the iPad App store or search for "Pymble" or "CryWhy" in the iPhone App store.
hamei wrote:
PymbleSoftware wrote:
... could someone else package it as nekoware, k thanks....?

I believe the official stance of nekochan on p2p is you two can have sex all you want but not in this house, please. it's easier to avoid trouble upfront, rather than fight it later.


libtorrent is just a library if you use it to build programs that download stuff than that is you own look out.
libtorrent itself is not commercial software and no-one will issue a take down notice to Pete over it.
I don't see it as a threat to nekochan and no one said anything when dennisjunior asked for it twice..

I have built it, ... It is a bit ugly at the moment and I am messing about with subversion and talking to the original developer.

Using your sex metaphor it is more like a condom, handcuffs or lubricant and than the act itself. If nekonoko or the mods think otherwise, I'll shut the fuck up then.

I have built libtorrent as a gcc build...
I have built a MIPS Pro version that has a few issues remaining.

I have built my own version of libcurl and even the gcc version of rtorrent has issues.

_________________
死の神はりんごだけ食べる

開いた括弧は必ず閉じる -- あるプログラマー

I saw his body thrashing 'round
I saw his pulse rate going down
I saw him in convulsive throes
I said "I'll have one of those"
-- (He'll never be) an Ol' Man River.

:Tezro: :Tezro: :Onyx2R: :Onyx2RE: :Onyx2: :O3x04R: :O3x0: :O200: :Octane: :Octane2: :O2: :O2: :Indigo2IMP: :PI: :PI: :1600SW: :1600SW: :Indy: :Indy: :Indy: :Indy: :Indy:
:hpserv: J5600, 2 x Mac, 3 x SUN, Alpha DS20E, Alpha 800 5/550, 3 x RS/6000, Amiga 4000 VideoToaster, Amiga4000 -030, 733MHz Sam440 AmigaOS 4.1 update 1.

Sold: :Indy: :Indy: :Indy: :Indigo: Tandem Himalaya S-Series Nonstop S72000 ServerNet.

@PymbleSoftware
Cortex ---> http://www.facebook.com/pages/Cortex-th ... 11?sk=info
Minnie ---> http://www.facebook.com/pages/Minnie-th ... 02?sk=info
Book ----> http://pymblesoftware.com/book/
Github ---> https://github.com/pymblesoftware
Visit http://www.pymblesoftware.com
Search for "Pymble", "InstaElf", "CryWhy" or "Cricket Score Sheet" in the iPad App store or search for "Pymble" or "CryWhy" in the iPhone App store.
Personally, I like shake. I use it on the Mac. I have never managed to get the IRIX version working.

_________________
死の神はりんごだけ食べる

アレゲはアレゲ以上のなにものでもなさげ -- アレゲ研究家

:Onyx2R: :Onyx2RE: :0300: <-> :0300: <-> :0300: :O200: :Octane: :O2: :O2: :Indigo2IMP: :Indigo: :PI: :PI: :1600SW: :1600SW: :Indy: :Indy: :Indy: :Indy: :Indy: :Indy: :Indy: :Indy: :O2000: :hpserv: J5600,
3 x SUN, 2 x Mac, Alpha DS20E, Alpha 800 5/550, 2 x RS/6000, Amiga 4000 VideoToaster, Amiga4000 -030, 733MHz Sam440 AmigaOS 4.1 update 1. Tandem Himalaya S-Series Nonstop S72000 ServerNet.
nekonoko wrote: I bought one for my parents for Christmas - it's in the spare bedroom waiting to be wrapped. I'm not going to mess with it until I give it to them though :)


Hopefully they don't read your site before Christmas then.
死の神はりんごだけ食べる

開いた括弧は必ず閉じる -- あるプログラマー

:Tezro: :Tezro: :Onyx2R: :Onyx2RE: :Onyx2: :O3x04R: :O3x0: :O200: :Octane: :Octane2: :O2: :O2: :Indigo2IMP: :PI: :PI: :1600SW: :1600SW: :Indy: :Indy: :Indy: :Indy: :Indy:
:hpserv: J5600, 2 x Mac, 3 x SUN, Alpha DS20E, Alpha 800 5/550, 3 x RS/6000, Amiga 4000 VideoToaster, Amiga4000 -030, 733MHz Sam440 AmigaOS 4.1 update 1.

Sold: :Indy: :Indy: :Indy: :Indigo: Tandem Himalaya S-Series Nonstop S72000 ServerNet.

Twitter @PymbleSoftware
Current Apps (iOS) -> https://itunes.apple.com/au/artist/pymb ... d553990081
(Android) https://play.google.com/store/apps/deve ... +Ltd&hl=en
(Onyx2) Cortex ---> http://www.facebook.com/pages/Cortex-th ... 11?sk=info
(0300s) Minnie ---> http://www.facebook.com/pages/Minnie-th ... 02?sk=info
Github ---> https://github.com/pymblesoftware
PymbleSoftware wrote: Bonjour et bienvenue :lol:

While waiting for the video cable, you could also try using it via the serial port:

http://www.nekochan.net/wiki/Headless



All the best.



If you have another computer and null modem serial cable somewhere about you can always do the serial port thing until you get keyboards and sync on green monitors...
死の神はりんごだけ食べる

開いた括弧は必ず閉じる -- あるプログラマー

:Tezro: :Tezro: :Onyx2R: :Onyx2RE: :Onyx2: :O3x04R: :O3x0: :O200: :Octane: :Octane2: :O2: :O2: :Indigo2IMP: :PI: :PI: :1600SW: :1600SW: :Indy: :Indy: :Indy: :Indy: :Indy:
:hpserv: J5600, 2 x Mac, 3 x SUN, Alpha DS20E, Alpha 800 5/550, 3 x RS/6000, Amiga 4000 VideoToaster, Amiga4000 -030, 733MHz Sam440 AmigaOS 4.1 update 1.

Sold: :Indy: :Indy: :Indy: :Indigo: Tandem Himalaya S-Series Nonstop S72000 ServerNet.

Twitter @PymbleSoftware
Current Apps (iOS) -> https://itunes.apple.com/au/artist/pymb ... d553990081
(Android) https://play.google.com/store/apps/deve ... +Ltd&hl=en
(Onyx2) Cortex ---> http://www.facebook.com/pages/Cortex-th ... 11?sk=info
(0300s) Minnie ---> http://www.facebook.com/pages/Minnie-th ... 02?sk=info
Github ---> https://github.com/pymblesoftware
nekonoko wrote: Nope - this is completely out of their sphere.


You're lucky then.

Even my in-laws read everything I write, online or not, weather they understand it or not. That goes for academic publications too. Librarians and even people who drive tractors for a living are familiar with my writing on quantum mechanics and ray tracing, psychology software, and stereographics.
死の神はりんごだけ食べる

開いた括弧は必ず閉じる -- あるプログラマー

:Tezro: :Tezro: :Onyx2R: :Onyx2RE: :Onyx2: :O3x04R: :O3x0: :O200: :Octane: :Octane2: :O2: :O2: :Indigo2IMP: :PI: :PI: :1600SW: :1600SW: :Indy: :Indy: :Indy: :Indy: :Indy:
:hpserv: J5600, 2 x Mac, 3 x SUN, Alpha DS20E, Alpha 800 5/550, 3 x RS/6000, Amiga 4000 VideoToaster, Amiga4000 -030, 733MHz Sam440 AmigaOS 4.1 update 1.

Sold: :Indy: :Indy: :Indy: :Indigo: Tandem Himalaya S-Series Nonstop S72000 ServerNet.

Twitter @PymbleSoftware
Current Apps (iOS) -> https://itunes.apple.com/au/artist/pymb ... d553990081
(Android) https://play.google.com/store/apps/deve ... +Ltd&hl=en
(Onyx2) Cortex ---> http://www.facebook.com/pages/Cortex-th ... 11?sk=info
(0300s) Minnie ---> http://www.facebook.com/pages/Minnie-th ... 02?sk=info
Github ---> https://github.com/pymblesoftware
I am going to put up on ftp the gcc build of the library next time I fire up the 12 CPU Origin 300. I had been doing parallel builds with the machine on a local disk for speed but it is too hot to run too often, the lab becomes a furnace otherwise.
If there is still interest, I will continue with the MIPS Pro build of it and see if I can get my changes integrated back into the original developers source. I commented out a few chunks in a couple of directories to get it compile so I have crippled some of the functionality, until I nut the problems and uncomment it.

...as for rtorrent.. It doesn't even compile on Linux straight out of source control without issues.

See where I get in a few days..

_________________
死の神はりんごだけ食べる

開いた括弧は必ず閉じる -- あるプログラマー

I saw his body thrashing 'round
I saw his pulse rate going down
I saw him in convulsive throes
I said "I'll have one of those"
-- (He'll never be) an Ol' Man River.

:Tezro: :Tezro: :Onyx2R: :Onyx2RE: :Onyx2: :O3x04R: :O3x0: :O200: :Octane: :Octane2: :O2: :O2: :Indigo2IMP: :PI: :PI: :1600SW: :1600SW: :Indy: :Indy: :Indy: :Indy: :Indy:
:hpserv: J5600, 2 x Mac, 3 x SUN, Alpha DS20E, Alpha 800 5/550, 3 x RS/6000, Amiga 4000 VideoToaster, Amiga4000 -030, 733MHz Sam440 AmigaOS 4.1 update 1.

Sold: :Indy: :Indy: :Indy: :Indigo: Tandem Himalaya S-Series Nonstop S72000 ServerNet.

@PymbleSoftware
Cortex ---> http://www.facebook.com/pages/Cortex-th ... 11?sk=info
Minnie ---> http://www.facebook.com/pages/Minnie-th ... 02?sk=info
Book ----> http://pymblesoftware.com/book/
Github ---> https://github.com/pymblesoftware
Visit http://www.pymblesoftware.com
Search for "Pymble", "InstaElf", "CryWhy" or "Cricket Score Sheet" in the iPad App store or search for "Pymble" or "CryWhy" in the iPhone App store.
Congradulations on getting the machine set up.
acidchrist wrote: is there a nekochan seti team?


I recall some discussions about team nekochan on seti.. Using the search button on top right of this page... I found:
search.php?keywords=seti+team+neko&terms=all&author=&sc=1&sf=all&sk=t&sd=d&sr=posts&st=0&ch=300&t=0&submit=Search
死の神はりんごだけ食べる

開いた括弧は必ず閉じる -- あるプログラマー

:Tezro: :Tezro: :Onyx2R: :Onyx2RE: :Onyx2: :O3x04R: :O3x0: :O200: :Octane: :Octane2: :O2: :O2: :Indigo2IMP: :PI: :PI: :1600SW: :1600SW: :Indy: :Indy: :Indy: :Indy: :Indy:
:hpserv: J5600, 2 x Mac, 3 x SUN, Alpha DS20E, Alpha 800 5/550, 3 x RS/6000, Amiga 4000 VideoToaster, Amiga4000 -030, 733MHz Sam440 AmigaOS 4.1 update 1.

Sold: :Indy: :Indy: :Indy: :Indigo: Tandem Himalaya S-Series Nonstop S72000 ServerNet.

Twitter @PymbleSoftware
Current Apps (iOS) -> https://itunes.apple.com/au/artist/pymb ... d553990081
(Android) https://play.google.com/store/apps/deve ... +Ltd&hl=en
(Onyx2) Cortex ---> http://www.facebook.com/pages/Cortex-th ... 11?sk=info
(0300s) Minnie ---> http://www.facebook.com/pages/Minnie-th ... 02?sk=info
Github ---> https://github.com/pymblesoftware
xeno74 wrote:
Hi Forum,

version 0.6.2a of SuperTuxKart has been released :) New in this version are improved physics and kart handling (including drifting and nitro speed boost), new powerups (plunger, bowling ball, cake, bubblegum), new and improved tracks (skyline, snow mountain, race track, space track, old mine, XR591), a new multi-player game mode (3-Strikes Battle with two special arenas), improved and new kart models with a better AI, battle map, and better support for add-on packages, fully positional audio with OpenAL, new music and sound effects (including engine, braking and skidding sounds) and much more.

Could someone port it to IRIX?

A new cover:

Image

A PDF version of SuperTuxKart cover:

supertuxkart-cover.pdf

The first STK fanpage in German is online:

http://www.supertuxkart.de

Official STK homepage in English:

http://supertuxkart.sourceforge.net/

The STK development blog:

http://supertuxkart.blogspot.com/

STK-Downloads:

http://supertuxkart.sourceforge.net/Downloads

Please port SuperTuxKart 0.6.2a to IRIX :)

Cheers,

Xeno



This version seems to require Irrlicht

Code:
checking irrlicht.h presence... no
checking for irrlicht.h... no
configure: error: Can't find irrlicht installation, use --with-irrlicht...


I didn't see irrlicht in nekoware.


Even compiling irrlicht with gcc (which is a bad option anyway)... has lots and lots of problems... It doesn't understand SGI OpenGL ...
MIPS Pro would be even more hell..

Code:

COpenGLDriver.cpp: In member function `bool irr::video::COpenGLDriver::initDriver(irr::SIrrlichtCreationParameters, irr::CIrrDeviceLinux*)':
COpenGLDriver.cpp:445: error: `glxSwapIntervalSGI' was not declared in this scope
gmake: *** [COpenGLNormalMapRenderer.o] Error 1




Someone compile irrlicht first...

_________________
死の神はりんごだけ食べる

開いた括弧は必ず閉じる -- あるプログラマー

I saw his body thrashing 'round
I saw his pulse rate going down
I saw him in convulsive throes
I said "I'll have one of those"
-- (He'll never be) an Ol' Man River.

:Tezro: :Tezro: :Onyx2R: :Onyx2RE: :Onyx2: :O3x04R: :O3x0: :O200: :Octane: :Octane2: :O2: :O2: :Indigo2IMP: :PI: :PI: :1600SW: :1600SW: :Indy: :Indy: :Indy: :Indy: :Indy:
:hpserv: J5600, 2 x Mac, 3 x SUN, Alpha DS20E, Alpha 800 5/550, 3 x RS/6000, Amiga 4000 VideoToaster, Amiga4000 -030, 733MHz Sam440 AmigaOS 4.1 update 1. Tandem Himalaya S-Series Nonstop S72000 ServerNet.

Sold: :Indy: :Indy: :Indy: :Indigo:

Cortex ---> http://www.facebook.com/pages/Cortex-th ... 11?sk=info
Minnie ---> http://www.facebook.com/pages/Minnie-th ... 02?sk=info
Book ----> http://pymblesoftware.com/book/
Github ---> https://github.com/pymblesoftware
Visit http://www.pymblesoftware.com
Search for "Pymble", "InstaElf", "CryWhy" or "Cricket Score Sheet" in the iPad App store or search for "Pymble" or "CryWhy" in the iPhone App store.
foetz wrote:
would like to read cosmos' comment on this :D


Last visited: Thu Mar 08, 2007 4:50 pm

_________________
死の神はりんごだけ食べる

開いた括弧は必ず閉じる -- あるプログラマー

I saw his body thrashing 'round
I saw his pulse rate going down
I saw him in convulsive throes
I said "I'll have one of those"
-- (He'll never be) an Ol' Man River.

:Tezro: :Tezro: :Onyx2R: :Onyx2RE: :Onyx2: :O3x04R: :O3x0: :O200: :Octane: :Octane2: :O2: :O2: :Indigo2IMP: :PI: :PI: :1600SW: :1600SW: :Indy: :Indy: :Indy: :Indy: :Indy:
:hpserv: J5600, 2 x Mac, 3 x SUN, Alpha DS20E, Alpha 800 5/550, 3 x RS/6000, Amiga 4000 VideoToaster, Amiga4000 -030, 733MHz Sam440 AmigaOS 4.1 update 1. Tandem Himalaya S-Series Nonstop S72000 ServerNet.

Sold: :Indy: :Indy: :Indy: :Indigo:

Cortex ---> http://www.facebook.com/pages/Cortex-th ... 11?sk=info
Minnie ---> http://www.facebook.com/pages/Minnie-th ... 02?sk=info
Book ----> http://pymblesoftware.com/book/
Github ---> https://github.com/pymblesoftware
Visit http://www.pymblesoftware.com
Search for "Pymble", "InstaElf", "CryWhy" or "Cricket Score Sheet" in the iPad App store or search for "Pymble" or "CryWhy" in the iPhone App store.
This is as about as far as I got...
It builds with MIPS Pro but I have taken out a couple of core pieces of functionality.

Code:

./src/download/download_info.h ./src/download/download_info.h.orig
----------------------------



207,212c207,208
< }
< #ifdef IRIX64
< ;    // MIPS Pro's #pragma packed will not work with compiler flags I am using.
< #else
< __attribute__ ((packed));
< #endif
---
> } __attribute__ ((packed));
>
./src/download/download_constructor.cc ./src/download/download_constructor.cc.orig
----------------------------



322,327d321
<
< #ifdef IRIX64   // I give up.. !!!
< /*
< cc-1278 CC: ERROR File = download_constructor.cc, Line = 324
<   No instance of overloaded function "std::mem_fun_ref" matches the argument
<           list.
329,337d322
<             The argument types are:  (<unknown-type>).
<     std::transform(plist.begin(), plist.end(), std::back_inserter(p), std::mem_fun_ref<const Object::string_type&>(&Object::as_string));
<                                                                       ^
<
< 1 error detected in the compilation of "download_constructor.cc".
< */
< //   std::transform(plist.begin(), plist.end(), std::back_inserter(p),  std::mem_fun_ref<const Object::string_type&>(&Object::as_string));

<
< #else
339,340c324
< #endif
<
---
>
./src/torrent/tracker_list.cc ./src/torrent/tracker_list.cc.orig
----------------------------



37,38d36
< #if 0
<
254d251
< #endif
./src/torrent/peer/connection_list.cc ./src/torrent/peer/connection_list.cc.orig----------------------------



143d142
< #ifdef IRIX64
145,149c144,145
<     erase(pos++, flags);
< #else
<   while (pos != end())
<     erase(--end(), flags);
< #endif
---
>     erase(--end(), flags);
>
./src/torrent/chunk_manager.cc ./src/torrent/chunk_manager.cc.orig
----------------------------



115,117d114
< #ifdef IRIX64
<   std::iter_swap(itr, (base_type::end() - 1));
< #else
119d115
< #endif
./src/torrent/data/file_utils.cc ./src/torrent/data/file_utils.cc.orig
----------------------------



63,66d62
<
< #ifdef IRIX64
<   char *name = new char[nameSize + 4];
< #else
68,69c64
< #endif
<
---
>
87,90c82
< #ifdef IRIX64
<   delete[] name;
< #endif
<
---
>
./src/dht/dht_server.h ./src/dht/dht_server.h.orig
----------------------------



120,125c120
<   }
< #ifdef IRIX64
< ;
< #else
<    __attribute__ ((packed));
< #endif
---
>   } __attribute__ ((packed));
./src/resource_manager.cc ./src/resource_manager.cc.orig
----------------------------



142,144d141
< #ifdef IRIX64
<   return std::for_each(begin(), end(), rak::accumulate((unsigned int)0, &value_type::first)).result;
< #else
146d142
< #endif
./src/data/hash_torrent.cc ./src/data/hash_torrent.cc.orig
----------------------------



./src/data/chunk_part.cc ./src/data/chunk_part.cc.orig
----------------------------



73,75d72
< #ifdef IRIX64
<   char *buf = new char[ touched];
< #else
77c74
< #endif
---
>
82,84d78
< #ifdef IRIX64
<   delete[] buf;
< #endif
./src/data/memory_chunk.cc ./src/data/memory_chunk.cc.orig
----------------------------



155,158d154
<
< #ifdef IRIX64
<   char *buf = new char[ size ];
< #else
160c156
< #endif
---
>
163,165d158
< #ifdef IRIX64
<   delete[] buf;
< #endif
./src/protocol/handshake.cc ./src/protocol/handshake.cc.orig
----------------------------



940,946c940,941
< #ifdef IRIX64
<     char *pad = new char[ length ];
< #else
<     char pad[length];
< #endif
<
<
---
>   char pad[length];
>
949,953d943
<
< #ifdef IRIX64
<   delete[] pad;
< #endif
<
./src/protocol/extensions.cc ./src/protocol/extensions.cc.orig
----------------------------


37,39d36
<
< #if 0
<
127c124
<   object_buffer_t result = object_write_bencode_c(object_write_to_buffer, NULL, std::make_pair((char *)buffer, (char *) buffer + sizeof(buffer)), &message);
---
>   object_buffer_t result = object_write_bencode_c(object_write_to_buffer, NULL, std::make_pair(buffer, buffer + sizeof(buffer)), &message);
312,314d308
<
<
< #endif
./rak/string_manip.h ./rak/string_manip.h.orig
----------------------------



65,68d64
< #ifdef IRIX64
<   if (seq.empty() || !std::isspace(*( --(seq.end()) )))
<     return seq;
< #else
70,71c66,67
<     return seq;
< #endif
---
>     return seq;
>
100,103d95
< #ifdef IRIX64
<   if (seq.empty() || !std::isspace(*(seq.end() -1), std::locale::classic()))
<     return seq;
< #else
105,106c97,98
<     return seq;
< #endif
---
>     return seq;
>
./rak/ranges.h ./rak/ranges.h.orig
----------------------------



86,93c86,87
< #ifdef IRIX64
< //  iterator first = std::find_if(begin(), end(), rak::less_equal(r.first,  &value_type::second ));
<     iterator first = begin();
< #else
<     iterator first = std::find_if(begin(), end(), rak::less_equal(r.first, rak::const_mem_ref( &value_type::second)));
< #endif
<
<
---
>   iterator first = std::find_if(begin(), end(), rak::less_equal(r.first, rak::const_mem_ref(&value_type::second)));
>
103,110c97,98
< #ifdef IRIX64
< //        iterator last = std::find_if(first, end(), rak::less(first->second, &value_type::second));   // RR:
<  iterator last = end();
<
< #else
<     iterator last = std::find_if(first, end(), rak::less(first->second, rak::const_mem_ref(&value_type::second)));   // RR:
< #endif
<
---
>     iterator last = std::find_if(first, end(), rak::less(first->second, rak::const_mem_ref(&value_type::second)));
>
124,135c112,114
< #ifdef IRIX64
< //  iterator first = std::find_if(begin(), end(), rak::less(r.first, &value_type::second));  // RR:
< //  iterator last  = std::find_if(first, end(), rak::less(r.second, &value_type::second));  // RR:
<
<   iterator first = begin();   // This is a bad idea...
<   iterator last  = end();
<
< #else
<   iterator first = std::find_if(begin(), end(), rak::less(r.first, rak::const_mem_ref(&value_type::second)));
<   iterator last  = std::find_if(first, end(), rak::less(r.second, rak::const_mem_ref(&value_type::second)));
<
< #endif
---
>   iterator first = std::find_if(begin(), end(), rak::less(r.first, rak::const_mem_ref(&value_type::second)));
>   iterator last  = std::find_if(first, end(), rak::less(r.second, rak::const_mem_ref(&value_type::second)));
>
165,168d143
< #ifdef IRIX64
< //  return std::find_if(begin(), end(), rak::less(index, rak::const_mem_ref(&value_type::second)));
<       return end();
< #else
170d144
< #endif
176,178d149
< #ifdef IRIX64
<       return end();
< #else
180d150
< #endif
./rak/functional.h ./rak/functional.h.orig
----------------------------



75d74
< #ifndef IRIX64
77,81d75
< #else
<   void operator () (const Arg& a) { }
<   /**
<   cc-1108 CC: ERROR File = ../rak/functional.h, Line = 78
<   The indicated expression must have pointer-to-function type.
83,105d76
<     void operator () (const Arg& a) { result += m_f(a); }
<                                                 ^
<           A template was detected during header processing.
<             instantiation of "void rak::accumulate_t<unsigned int, uint16_t
<                       std::pair<uint16_t, torrent::DownloadMain
<                       *>::*>::operator()(const std::pair<uint16_t,
<                       torrent::DownloadMain *> &)" at line 83 of
<                       "/usr/include/CC/stl_algo.h"
<             instantiation of "rak::accumulate_t<unsigned int, uint16_t
<                       std::pair<uint16_t, torrent::DownloadMain *>::*>
<                       std::for_each(const std::vector<std::pair<uint16_t,
<                       torrent::DownloadMain *>,
<                       std::allocator<std::pair<uint16_t, torrent::DownloadMain<                       *>>>::value_type *, const
<                       std::vector<std::pair<uint16_t, torrent::DownloadMain
<                       *>, std::allocator<std::pair<uint16_t,
<                       torrent::DownloadMain *>>>::value_type *,
<                       rak::accumulate_t<unsigned int, uint16_t
<                       std::pair<uint16_t, torrent::DownloadMain *>::*>)"
<
<
<   **/
< #endif



:roll: The outright hostility you get from people if you are not using their beloveded Linux/GCC make you want to punch the open sores bigot you meet in the head :roll:


This is where I might leave it for a while unless some else wants to comment on the error messages I embedded into the comments..

I am going to shutdown now the 12 CPU build server down. Its too hot, too loud and too expensive to run and I don't have any fresh ideas.

_________________
死の神はりんごだけ食べる

開いた括弧は必ず閉じる -- あるプログラマー

I saw his body thrashing 'round
I saw his pulse rate going down
I saw him in convulsive throes
I said "I'll have one of those"
-- (He'll never be) an Ol' Man River.

:Tezro: :Tezro: :Onyx2R: :Onyx2RE: :Onyx2: :O3x04R: :O3x0: :O200: :Octane: :Octane2: :O2: :O2: :Indigo2IMP: :PI: :PI: :1600SW: :1600SW: :Indy: :Indy: :Indy: :Indy: :Indy:
:hpserv: J5600, 2 x Mac, 3 x SUN, Alpha DS20E, Alpha 800 5/550, 3 x RS/6000, Amiga 4000 VideoToaster, Amiga4000 -030, 733MHz Sam440 AmigaOS 4.1 update 1.

Sold: :Indy: :Indy: :Indy: :Indigo: Tandem Himalaya S-Series Nonstop S72000 ServerNet.

@PymbleSoftware
Cortex ---> http://www.facebook.com/pages/Cortex-th ... 11?sk=info
Minnie ---> http://www.facebook.com/pages/Minnie-th ... 02?sk=info
Book ----> http://pymblesoftware.com/book/
Github ---> https://github.com/pymblesoftware
Visit http://www.pymblesoftware.com
Search for "Pymble", "InstaElf", "CryWhy" or "Cricket Score Sheet" in the iPad App store or search for "Pymble" or "CryWhy" in the iPhone App store.
xeno74 wrote:
SuperTuxKart 0.6.2a sourcen:

supertuxkart-0.6.2a-src.tar.bz2

Please use the SuperTuxKart 0.6.2a sourcen :)



I have shutdown the 12 CPU o300 build server due to heat. I have been watching it build for what feels like half an hour on the dual CPU Octane which initself generates a lot of heat.... It builds cleanly out of the box except for the very first file which I inserted, the following ifdef:

Code:
2. Altered source versions must be plainly marked as such, and must not be misrepresented as being the original software.^M
3. This notice may not be removed or altered from any source distribution.^M
*/^M
^M


#ifdef IRIX64
#include <string.h>
#include <stdlib.h>
#endif

#ifndef BT_ALIGNED_ALLOCATOR^M
#define BT_ALIGNED_ALLOCATOR^M


It might be done by morning time for sleep now I guess.

_________________
死の神はりんごだけ食べる

開いた括弧は必ず閉じる -- あるプログラマー

I saw his body thrashing 'round
I saw his pulse rate going down
I saw him in convulsive throes
I said "I'll have one of those"
-- (He'll never be) an Ol' Man River.

:Tezro: :Tezro: :Onyx2R: :Onyx2RE: :Onyx2: :O3x04R: :O3x0: :O200: :Octane: :Octane2: :O2: :O2: :Indigo2IMP: :PI: :PI: :1600SW: :1600SW: :Indy: :Indy: :Indy: :Indy: :Indy:
:hpserv: J5600, 2 x Mac, 3 x SUN, Alpha DS20E, Alpha 800 5/550, 3 x RS/6000, Amiga 4000 VideoToaster, Amiga4000 -030, 733MHz Sam440 AmigaOS 4.1 update 1. Tandem Himalaya S-Series Nonstop S72000 ServerNet.

Sold: :Indy: :Indy: :Indy: :Indigo:

Cortex ---> http://www.facebook.com/pages/Cortex-th ... 11?sk=info
Minnie ---> http://www.facebook.com/pages/Minnie-th ... 02?sk=info
Book ----> http://pymblesoftware.com/book/
Github ---> https://github.com/pymblesoftware
Visit http://www.pymblesoftware.com
Search for "Pymble", "InstaElf", "CryWhy" or "Cricket Score Sheet" in the iPad App store or search for "Pymble" or "CryWhy" in the iPhone App store.
So far the errors have been trivial...

Code:
ld32: ERROR   33 : Unresolved text symbol "gluLookAt" -- 1st referenced by scene.o.
Use linker option -v to see when and which objects, archives and dsos are loaded.
ld32: ERROR   33 : Unresolved text symbol "gluNewQuadric" -- 1st referenced by bullet/Demos/OpenGL/libbulletopenglsupport.a(GL_ShapeDrawer.o).
Use linker option -v to see when and which objects, archives and dsos are loaded.
ld32: ERROR   33 : Unresolved text symbol "gluQuadricDrawStyle" -- 1st referenced by bullet/Demos/OpenGL/libbulletopenglsupport.a(GL_ShapeDrawer.o).
Use linker option -v to see when and which objects, archives and dsos are loaded.
ld32: ERROR   33 : Unresolved text symbol "gluQuadricNormals" -- 1st referenced by bullet/Demos/OpenGL/libbulletopenglsupport.a(GL_ShapeDrawer.o).
Use linker option -v to see when and which objects, archives and dsos are loaded.
ld32: ERROR   33 : Unresolved text symbol "gluDisk" -- 1st referenced by bullet/Demos/OpenGL/libbulletopenglsupport.a(GL_ShapeDrawer.o).
Use linker option -v to see when and which objects, archives and dsos are loaded.
ld32: ERROR   33 : Unresolved text symbol "gluCylinder" -- 1st referenced by bullet/Demos/OpenGL/libbulletopenglsupport.a(GL_ShapeDrawer.o).
Use linker option -v to see when and which objects, archives and dsos are loaded.
ld32: ERROR   33 : Unresolved text symbol "gluDeleteQuadric" -- 1st referenced by bullet/Demos/OpenGL/libbulletopenglsupport.a(GL_ShapeDrawer.o).
Use linker option -v to see when and which objects, archives and dsos are loaded.
ld32: ERROR   33 : Unresolved text symbol "maxdirsterid(const btVector3*,int,const btVector3&,btAlignedObjectArray<int>&)" -- 1st referenced by bullet/src/libbulletmath.a(btConvexHull.o).
Use linker option -v to see when and which objects, archives and dsos are loaded.
ld32: ERROR   33 : Unresolved text symbol "Swap(int&,int&)" -- 1st referenced by bullet/src/libbulletmath.a(btConvexHull.o).
Use linker option -v to see when and which objects, archives and dsos are loaded.
ld32: INFO    152: Output file removed because of error.
gmake[2]: *** [supertuxkart] Error 2


I have added -L/usr/nekoware/lib -lglut -lfglut but to no avail...

_________________
死の神はりんごだけ食べる

開いた括弧は必ず閉じる -- あるプログラマー

I saw his body thrashing 'round
I saw his pulse rate going down
I saw him in convulsive throes
I said "I'll have one of those"
-- (He'll never be) an Ol' Man River.

:Tezro: :Tezro: :Onyx2R: :Onyx2RE: :Onyx2: :O3x04R: :O3x0: :O200: :Octane: :Octane2: :O2: :O2: :Indigo2IMP: :PI: :PI: :1600SW: :1600SW: :Indy: :Indy: :Indy: :Indy: :Indy:
:hpserv: J5600, 2 x Mac, 3 x SUN, Alpha DS20E, Alpha 800 5/550, 3 x RS/6000, Amiga 4000 VideoToaster, Amiga4000 -030, 733MHz Sam440 AmigaOS 4.1 update 1. Tandem Himalaya S-Series Nonstop S72000 ServerNet.

Sold: :Indy: :Indy: :Indy: :Indigo:

Cortex ---> http://www.facebook.com/pages/Cortex-th ... 11?sk=info
Minnie ---> http://www.facebook.com/pages/Minnie-th ... 02?sk=info
Book ----> http://pymblesoftware.com/book/
Github ---> https://github.com/pymblesoftware
Visit http://www.pymblesoftware.com
Search for "Pymble", "InstaElf", "CryWhy" or "Cricket Score Sheet" in the iPad App store or search for "Pymble" or "CryWhy" in the iPhone App store.
nuts wrote: Hi,
I know we can find winNT 3.x or 4.O for mips cpus. Can I install it on a SGI octane? If yes, by LAN?


No. WindowsNT requires ARC firmware. Only a limited number of machines could run WindowsNT/mips and SGI machines were not in that list.
WindowsNT 4.0 Server and Workstation versions all had alpha, mips, powerpc and x86 versions on the same CD.
Programming WindowsNT on RISC systems was painful. Thanks for dredging up nightmares I've been suppressing since the 1990s..

Machines that could run WindowsNT/mips
http://en.wikipedia.org/wiki/Jazz_(computer )

ARC vs ARCS
Endianess

For the ease of Microsoft's Windows NT effort the ARC standard defines the byte order to be little endian only. SGI systems where ARC is called ARCS violate that by being big endian.
死の神はりんごだけ食べる

開いた括弧は必ず閉じる -- あるプログラマー

:Tezro: :Tezro: :Onyx2R: :Onyx2RE: :Onyx2: :O3x04R: :O3x0: :O200: :Octane: :Octane2: :O2: :O2: :Indigo2IMP: :PI: :PI: :1600SW: :1600SW: :Indy: :Indy: :Indy: :Indy: :Indy:
:hpserv: J5600, 2 x Mac, 3 x SUN, Alpha DS20E, Alpha 800 5/550, 3 x RS/6000, Amiga 4000 VideoToaster, Amiga4000 -030, 733MHz Sam440 AmigaOS 4.1 update 1.

HP C7000 BladeSever with 16 Blades 96Gb to 144Gb RAM per blade
HP C3000 Blade Server with 8 Blades 48Gb to 144Gb RAM per blade

Sold: :Indy: :Indy: :Indy: :Indigo: Tandem Himalaya S-Series Nonstop S72000 ServerNet.

Twitter @PymbleSoftware
Current Apps (iOS) -> https://itunes.apple.com/au/artist/pymb ... d553990081
(Android) https://play.google.com/store/apps/deve ... +Ltd&hl=en
(Onyx2) Cortex ---> http://www.facebook.com/pages/Cortex-th ... 11?sk=info
(0300s) Minnie ---> http://www.facebook.com/pages/Minnie-th ... 02?sk=info
Github ---> https://github.com/pymblesoftware
nuts wrote: thanx, I'd like to try another system with a gui than IRIX


Linux/MIPS works. I have a Gentoo live CD which I can boot off an external CD-ROM connected to one of my O ctanes..
I still prefer IRIX and this site has a strong IRIX focus on SGI hardware.
死の神はりんごだけ食べる

開いた括弧は必ず閉じる -- あるプログラマー

:Tezro: :Tezro: :Onyx2R: :Onyx2RE: :Onyx2: :O3x04R: :O3x0: :O200: :Octane: :Octane2: :O2: :O2: :Indigo2IMP: :PI: :PI: :1600SW: :1600SW: :Indy: :Indy: :Indy: :Indy: :Indy:
:hpserv: J5600, 2 x Mac, 3 x SUN, Alpha DS20E, Alpha 800 5/550, 3 x RS/6000, Amiga 4000 VideoToaster, Amiga4000 -030, 733MHz Sam440 AmigaOS 4.1 update 1.

HP C7000 BladeSever with 16 Blades 96Gb to 144Gb RAM per blade
HP C3000 Blade Server with 8 Blades 48Gb to 144Gb RAM per blade

Sold: :Indy: :Indy: :Indy: :Indigo: Tandem Himalaya S-Series Nonstop S72000 ServerNet.

Twitter @PymbleSoftware
Current Apps (iOS) -> https://itunes.apple.com/au/artist/pymb ... d553990081
(Android) https://play.google.com/store/apps/deve ... +Ltd&hl=en
(Onyx2) Cortex ---> http://www.facebook.com/pages/Cortex-th ... 11?sk=info
(0300s) Minnie ---> http://www.facebook.com/pages/Minnie-th ... 02?sk=info
Github ---> https://github.com/pymblesoftware
acidchrist wrote: why would you do that? :shock:


I was thinking of writing an IRIX device driver and Linux/mips on the same hardware confirmed that the PCI card was functional.
I don't give my business the attention that it needs as it is and ran out of time for mucking about with it.
I had also considered using it as a base line to test against...
I just finished porting libtorrent to MIPS Pro, more on that later.
死の神はりんごだけ食べる

開いた括弧は必ず閉じる -- あるプログラマー

:Tezro: :Tezro: :Onyx2R: :Onyx2RE: :Onyx2: :O3x04R: :O3x0: :O200: :Octane: :Octane2: :O2: :O2: :Indigo2IMP: :PI: :PI: :1600SW: :1600SW: :Indy: :Indy: :Indy: :Indy: :Indy:
:hpserv: J5600, 2 x Mac, 3 x SUN, Alpha DS20E, Alpha 800 5/550, 3 x RS/6000, Amiga 4000 VideoToaster, Amiga4000 -030, 733MHz Sam440 AmigaOS 4.1 update 1.

HP C7000 BladeSever with 16 Blades 96Gb to 144Gb RAM per blade
HP C3000 Blade Server with 8 Blades 48Gb to 144Gb RAM per blade

Sold: :Indy: :Indy: :Indy: :Indigo: Tandem Himalaya S-Series Nonstop S72000 ServerNet.

Twitter @PymbleSoftware
Current Apps (iOS) -> https://itunes.apple.com/au/artist/pymb ... d553990081
(Android) https://play.google.com/store/apps/deve ... +Ltd&hl=en
(Onyx2) Cortex ---> http://www.facebook.com/pages/Cortex-th ... 11?sk=info
(0300s) Minnie ---> http://www.facebook.com/pages/Minnie-th ... 02?sk=info
Github ---> https://github.com/pymblesoftware
I have uploaded a file called: libtorrent-0.12.6.mips.clean.tar to incoming.

All of my changes should have "#ifdef IRIX64"

Please Could someone:
1. Peer review my code changes and see if they agree with what I have done. (get a fresh version and run a "diff -Naur" bwtween directories) or simply edit the files changed. Don't trust my changes blindly.
2. Set the install path as /usr/nekoware and do make install
3. Create a package.

Files changed:
find . -exec grep -l IRIX64 {} ";"
./config.status
./config.log
./src/tracker/Makefile
./src/download/download_info.h
./src/download/download_constructor.cc
./src/download/Makefile
./src/utils/Makefile
./src/net/Makefile
./src/torrent/tracker_list.cc
./src/torrent/peer/connection_list.cc
./src/torrent/peer/Makefile
./src/torrent/chunk_manager.cc
./src/torrent/common.h
./src/torrent/data/file_utils.cc
./src/torrent/data/Makefile
./src/torrent/Makefile
./src/dht/dht_server.h
./src/dht/Makefile
./src/resource_manager.cc
./src/data/chunk_part.cc
./src/data/memory_chunk.cc
./src/data/Makefile
./src/protocol/handshake.cc
./src/protocol/Makefile
./src/Makefile
./rak/functional.h
./rak/ranges.h
./rak/string_manip.h
./libtool
./Makefile

My build environment:

Code:
# source me.

LD_LIBRARY_PATH=/usr/nekoware/lib/
export LD_LIBRARY_PATH

export CC=c99
export CXX=CC
export CFLAGS="-O3 -mips4 -n32 -INLINE -woff 1174 -DIRIX64"
export CXXFLAGS="-O3 -mips4 -n32 -Zf,_245 -INLINE -woff 1110,1171,1201,1355,3201 -DIRIX64"
export LDFLAGS="-L/usr/nekoware/lib"
export LIBS="-lfastm -lm -lpthread"
export PERL="/usr/nekoware/bin/perl"
export BUILD_OFFICIAL=1
export MOZILLA_OFFICIAL=1
export CPPFLAGS="-I/usr/nekoware/include -I/usr/nekoware/include/glib-1.2 -I/usr/nekoware/lib/glib/include"
export PATH=/usr/nekoware/bin:$PATH


After we have an acceptable libtorrent in nekoware.. I (or someone else can) work on rtorrent.

_________________
死の神はりんごだけ食べる

開いた括弧は必ず閉じる -- あるプログラマー

I saw his body thrashing 'round
I saw his pulse rate going down
I saw him in convulsive throes
I said "I'll have one of those"
-- (He'll never be) an Ol' Man River.

:Tezro: :Tezro: :Onyx2R: :Onyx2RE: :Onyx2: :O3x04R: :O3x0: :O200: :Octane: :Octane2: :O2: :O2: :Indigo2IMP: :PI: :PI: :1600SW: :1600SW: :Indy: :Indy: :Indy: :Indy: :Indy:
:hpserv: J5600, 2 x Mac, 3 x SUN, Alpha DS20E, Alpha 800 5/550, 3 x RS/6000, Amiga 4000 VideoToaster, Amiga4000 -030, 733MHz Sam440 AmigaOS 4.1 update 1.

Sold: :Indy: :Indy: :Indy: :Indigo: Tandem Himalaya S-Series Nonstop S72000 ServerNet.

@PymbleSoftware
Cortex ---> http://www.facebook.com/pages/Cortex-th ... 11?sk=info
Minnie ---> http://www.facebook.com/pages/Minnie-th ... 02?sk=info
Book ----> http://pymblesoftware.com/book/
Github ---> https://github.com/pymblesoftware
Visit http://www.pymblesoftware.com
Search for "Pymble", "InstaElf", "CryWhy" or "Cricket Score Sheet" in the iPad App store or search for "Pymble" or "CryWhy" in the iPhone App store.
Isn't Apple releasing a new product within a month..?
A tablet or something...?

I would wait.
My toy budget has been eliminated so I can't really say but..

_________________
死の神はりんごだけ食べる

アレゲはアレゲ以上のなにものでもなさげ -- アレゲ研究家

:Onyx2R: :Onyx2RE: :0300: <-> :0300: <-> :0300: :O200: :Octane: :O2: :O2: :Indigo2IMP: :Indigo: :PI: :PI: :1600SW: :1600SW: :Indy: :Indy: :Indy: :Indy: :Indy: :Indy: :Indy: :Indy: :O2000: :hpserv: J5600,
3 x SUN, 2 x Mac, Alpha DS20E, Alpha 800 5/550, 2 x RS/6000, Amiga 4000 VideoToaster, Amiga4000 -030, 733MHz Sam440 AmigaOS 4.1 update 1. Tandem Himalaya S-Series Nonstop S72000 ServerNet.
xeno74 wrote: @PymbleSoftware: Have you added the libs -lm and -lGLU ?

bplaa.yai wrote: The missing libs are -lm and -lGLU. About Swap() and maxdirsterid(), just convert them from templates to regular functions in btConvexHull.cpp, as it always uses the same type anyway (int and btVector3) ;)


Yep. It compiles cleanly. Runs like a 3 legged dog on the dual Octane. I haven't got around to packaging it.
死の神はりんごだけ食べる

開いた括弧は必ず閉じる -- あるプログラマー

:Tezro: :Tezro: :Onyx2R: :Onyx2RE: :Onyx2: :O3x04R: :O3x0: :O200: :Octane: :Octane2: :O2: :O2: :Indigo2IMP: :PI: :PI: :1600SW: :1600SW: :Indy: :Indy: :Indy: :Indy: :Indy:
:hpserv: J5600, 2 x Mac, 3 x SUN, Alpha DS20E, Alpha 800 5/550, 3 x RS/6000, Amiga 4000 VideoToaster, Amiga4000 -030, 733MHz Sam440 AmigaOS 4.1 update 1.

Sold: :Indy: :Indy: :Indy: :Indigo: Tandem Himalaya S-Series Nonstop S72000 ServerNet.

Twitter @PymbleSoftware
Current Apps (iOS) -> https://itunes.apple.com/au/artist/pymb ... d553990081
(Android) https://play.google.com/store/apps/deve ... +Ltd&hl=en
(Onyx2) Cortex ---> http://www.facebook.com/pages/Cortex-th ... 11?sk=info
(0300s) Minnie ---> http://www.facebook.com/pages/Minnie-th ... 02?sk=info
Github ---> https://github.com/pymblesoftware
xeno74 wrote:
PymbleSoftware wrote:
xeno74 wrote: @PymbleSoftware: Have you added the libs -lm and -lGLU ?

bplaa.yai wrote: The missing libs are -lm and -lGLU. About Swap() and maxdirsterid(), just convert them from templates to regular functions in btConvexHull.cpp, as it always uses the same type anyway (int and btVector3) ;)


Yep. It compiles cleanly. Runs like a 3 legged dog on the dual Octane. I haven't got around to packaging it.


Could someone generate a tardist?


Who made you the boss...? I/we don't owe you anything. Congratulations, your attitude has just moved it a further 10 places down my personal to do list. The previous version of supertuxkart is already in nekoware anyway. libtorrent for example, does not exist in nekoware in any version. Want to try for 20 places down my to do list? What have you done on this site for me/us, other than act like a demanding brat? Thanks, and all the best.
死の神はりんごだけ食べる

開いた括弧は必ず閉じる -- あるプログラマー

:Tezro: :Tezro: :Onyx2R: :Onyx2RE: :Onyx2: :O3x04R: :O3x0: :O200: :Octane: :Octane2: :O2: :O2: :Indigo2IMP: :PI: :PI: :1600SW: :1600SW: :Indy: :Indy: :Indy: :Indy: :Indy:
:hpserv: J5600, 2 x Mac, 3 x SUN, Alpha DS20E, Alpha 800 5/550, 3 x RS/6000, Amiga 4000 VideoToaster, Amiga4000 -030, 733MHz Sam440 AmigaOS 4.1 update 1.

Sold: :Indy: :Indy: :Indy: :Indigo: Tandem Himalaya S-Series Nonstop S72000 ServerNet.

Twitter @PymbleSoftware
Current Apps (iOS) -> https://itunes.apple.com/au/artist/pymb ... d553990081
(Android) https://play.google.com/store/apps/deve ... +Ltd&hl=en
(Onyx2) Cortex ---> http://www.facebook.com/pages/Cortex-th ... 11?sk=info
(0300s) Minnie ---> http://www.facebook.com/pages/Minnie-th ... 02?sk=info
Github ---> https://github.com/pymblesoftware
magellan wrote:
Hello,

Anyone wants to give Armagetron a try? It uses SDL and the sources can be downloaded from http://www.armagetronad.net .

Regards


What is wrong with GL Tron...? Isn't one of these games enough..?
http://www.mechanics.citg.tudelft.nl/~e ... 70.tardist

Probably not me, I haven't finished the previous things I volunteered for.. and I've been waaay too distracted so far this year.. I have put together some large business deals, written more than 23,000 lines of Objective-C code, several iPhone Apps (none made it to the AppStore) .. Then there are other things that really take up my time.

... Its definitely year of the Tiger. :!: :!:

_________________
死の神はりんごだけ食べる

アレゲはアレゲ以上のなにものでもなさげ -- アレゲ研究家

:Onyx2R: :Onyx2RE: :0300: <-> :0300: <-> :0300: :O200: :Octane: :O2: :O2: :Indigo2IMP: :Indigo: :PI: :PI: :1600SW: :1600SW: :Indy: :Indy: :Indy: :Indy: :Indy: :Indy: :Indy: :Indy: :O2000: :hpserv: J5600,
3 x SUN, 2 x Mac, Alpha DS20E, Alpha 800 5/550, 2 x RS/6000, Amiga 4000 VideoToaster, Amiga4000 -030, 733MHz Sam440 AmigaOS 4.1 update 1. Tandem Himalaya S-Series Nonstop S72000 ServerNet.
Need the cash and need the space, so out it goes...

hinv here:
viewtopic.php?f=14&t=16722678&start=0

naked with the skins in the garage.
I wasn't the one who took the skins off it.

Also selling:
1) 400 MHz Octane, Xbow 1.2, lower spec graphics
2) SUN XVR-1200 128Mb Graphics card..
3) Infinite Reality Graphics module (with the deskside in a rack would be an Onyx2)...
4) DEC AlphaStation XP-1000 (dead power supply)


I am open to offers, parting out, etc...

Pick up Sydney, Australia for the big items, the XVR-1200, etc I can post.
死の神はりんごだけ食べる

開いた括弧は必ず閉じる -- あるプログラマー

:Tezro: :Tezro: :Onyx2R: :Onyx2RE: :Onyx2: :O3x04R: :O3x0: :O200: :Octane: :Octane2: :O2: :O2: :Indigo2IMP: :PI: :PI: :1600SW: :1600SW: :Indy: :Indy: :Indy: :Indy: :Indy:
:hpserv: J5600, 2 x Mac, 3 x SUN, Alpha DS20E, Alpha 800 5/550, 3 x RS/6000, Amiga 4000 VideoToaster, Amiga4000 -030, 733MHz Sam440 AmigaOS 4.1 update 1.

Sold: :Indy: :Indy: :Indy: :Indigo: Tandem Himalaya S-Series Nonstop S72000 ServerNet.

Twitter @PymbleSoftware
Current Apps (iOS) -> https://itunes.apple.com/au/artist/pymb ... d553990081
(Android) https://play.google.com/store/apps/deve ... +Ltd&hl=en
(Onyx2) Cortex ---> http://www.facebook.com/pages/Cortex-th ... 11?sk=info
(0300s) Minnie ---> http://www.facebook.com/pages/Minnie-th ... 02?sk=info
Github ---> https://github.com/pymblesoftware
dc_v01 wrote: "Yes, this again" is right. There have been many posts about this before, I guess I should add this to the wiki or something. Maybe it's already there?


Is now..
I cobbled something together...
http://www.nekochan.net/wiki/13w3_to_VGA

Please edit the hell out of it.
死の神はりんごだけ食べる

開いた括弧は必ず閉じる -- あるプログラマー

:Tezro: :Tezro: :Onyx2R: :Onyx2RE: :Onyx2: :O3x04R: :O3x0: :O200: :Octane: :Octane2: :O2: :O2: :Indigo2IMP: :PI: :PI: :1600SW: :1600SW: :Indy: :Indy: :Indy: :Indy: :Indy:
:hpserv: J5600, 2 x Mac, 3 x SUN, Alpha DS20E, Alpha 800 5/550, 3 x RS/6000, Amiga 4000 VideoToaster, Amiga4000 -030, 733MHz Sam440 AmigaOS 4.1 update 1.

Sold: :Indy: :Indy: :Indy: :Indigo: Tandem Himalaya S-Series Nonstop S72000 ServerNet.

Twitter @PymbleSoftware
Current Apps (iOS) -> https://itunes.apple.com/au/artist/pymb ... d553990081
(Android) https://play.google.com/store/apps/deve ... +Ltd&hl=en
(Onyx2) Cortex ---> http://www.facebook.com/pages/Cortex-th ... 11?sk=info
(0300s) Minnie ---> http://www.facebook.com/pages/Minnie-th ... 02?sk=info
Github ---> https://github.com/pymblesoftware
japes wrote:
PymbleSoftware wrote:
dc_v01 wrote: "Yes, this again" is right. There have been many posts about this before, I guess I should add this to the wiki or something. Maybe it's already there?


Is now..
I cobbled something together...
http://www.nekochan.net/wiki/13w3_to_VGA

Please edit the hell out of it.


Thanks for posting something!

Funny, this actually drove me to sign up and start working on one. I had an idea where I wanted to go with my wiki article. Looks like we were working on it about the same time. I've started here...
http://www.nekochan.net/wiki/13W3


Great minds think a like but fools seldom differ ;-)
Suggest merge into my entry or do what you like.
Meh, I don't care.

PymbleSoftware wrote: Please edit the hell out of it.
死の神はりんごだけ食べる

開いた括弧は必ず閉じる -- あるプログラマー

:Tezro: :Tezro: :Onyx2R: :Onyx2RE: :Onyx2: :O3x04R: :O3x0: :O200: :Octane: :Octane2: :O2: :O2: :Indigo2IMP: :PI: :PI: :1600SW: :1600SW: :Indy: :Indy: :Indy: :Indy: :Indy:
:hpserv: J5600, 2 x Mac, 3 x SUN, Alpha DS20E, Alpha 800 5/550, 3 x RS/6000, Amiga 4000 VideoToaster, Amiga4000 -030, 733MHz Sam440 AmigaOS 4.1 update 1.

Sold: :Indy: :Indy: :Indy: :Indigo: Tandem Himalaya S-Series Nonstop S72000 ServerNet.

Twitter @PymbleSoftware
Current Apps (iOS) -> https://itunes.apple.com/au/artist/pymb ... d553990081
(Android) https://play.google.com/store/apps/deve ... +Ltd&hl=en
(Onyx2) Cortex ---> http://www.facebook.com/pages/Cortex-th ... 11?sk=info
(0300s) Minnie ---> http://www.facebook.com/pages/Minnie-th ... 02?sk=info
Github ---> https://github.com/pymblesoftware
reid wrote:
So essentially: Should I purchase this?


Well, I would.

But do you have the cash to spare..?
Are you seeing a lot of workstations coming up for sale in your area...?

If you answer yes and no, to the above questions go for it..

Here in Australia we see a lot less UNIX machines on craigslist, fleabay, trading post, etc.. then you do in the northern hemisphere..

... and since a monitor is coming with it, you won't have to hunt for a sync on green monitor...

I have had a few of those big monitors blow up.. capacitor that keeps one of the holds failed.. and another had a similar issue with a capacitor in a power supply ... but the guy I bought them from didn't store them that well either..


Regan.

_________________
死の神はりんごだけ食べる

アレゲはアレゲ以上のなにものでもなさげ -- アレゲ研究家

:Onyx2R: :Onyx2RE: :0300: <-> :0300: <-> :0300: :O200: :Octane: :O2: :O2: :Indigo2IMP: :Indigo: :PI: :PI: :1600SW: :1600SW: :Indy: :Indy: :Indy: :Indy: :Indy: :Indy: :Indy: :Indy: :O2000: :hpserv: J5600,
3 x SUN, 2 x Mac, Alpha DS20E, Alpha 800 5/550, 2 x RS/6000, Amiga 4000 VideoToaster, Amiga4000 -030, 733MHz Sam440 AmigaOS 4.1 update 1. Tandem Himalaya S-Series Nonstop S72000 ServerNet.
geo wrote:
hi guys! :)

a friend of mine will go to japan this cny for vacation and i would like to ask some favors from her hehehe
hmmm is there a good shop there for affordable sgi stuffs? like CPU and RAMs? just some lil bits coz ahem its a she :)

or hmmm if you go there what do you usually buy? something for remembrance?


Ask them to go to Akihabara Electric Town

http://en.wikipedia.org/wiki/Akihabara
http://en.akihabaranews.com//

_________________
死の神はりんごだけ食べる

アレゲはアレゲ以上のなにものでもなさげ -- アレゲ研究家

:Tezro: :Tezro: :Onyx2R: :Onyx2RE: :Onyx2: :O3x04R: :O3x0: :O200: :Octane: :Octane2: :O2: :O2: :Indigo2IMP: :PI: :PI: :1600SW: :1600SW: :Indy: :Indy: :Indy: :Indy: :Indy:
:hpserv: J5600, 2 x Mac, 3 x SUN, Alpha DS20E, Alpha 800 5/550, 3 x RS/6000, Amiga 4000 VideoToaster, Amiga4000 -030, 733MHz Sam440 AmigaOS 4.1 update 1. Tandem Himalaya S-Series Nonstop S72000 ServerNet.

Sold: :Indy: :Indy: :Indy: :Indigo:

Cortex ---> http://www.facebook.com/pages/Cortex-th ... 11?sk=info
Minnie ---> http://www.facebook.com/pages/Minnie-th ... 02?sk=info
Book ----> http://pymblesoftware.com/book/
Github ---> https://github.com/pymblesoftware
Visit http://www.pymblesoftware.com
Search for "Pymble", "InstaElf", "CryWhy" or "Cricket Score Sheet" in the iPad App store or search for "Pymble" or "CryWhy" in the iPhone App store.
maxsleg wrote:
I doubt you will find anything SGI in Akihabara - yes you'll find loads of old PCs, some somes and lots of Apples but in 3 years I never found anything SGI like...As always, the best bet is ebay.....


I meant more like
original poster wrote:
something for remembrance?
(I have a solar powered animated mario bros key chain from aki)
... or SCSI cables, SCSI terminator blocks, um more generic stuff like that....

oh and Narita airport has an excellent range of generic non-tech, souvenirs as you are leaving, as do most of the tourist traps (Kyoto, Tokyo Disney, etc)..

_________________
死の神はりんごだけ食べる

アレゲはアレゲ以上のなにものでもなさげ -- アレゲ研究家

:Tezro: :Tezro: :Onyx2R: :Onyx2RE: :Onyx2: :O3x04R: :O3x0: :O200: :Octane: :Octane2: :O2: :O2: :Indigo2IMP: :PI: :PI: :1600SW: :1600SW: :Indy: :Indy: :Indy: :Indy: :Indy:
:hpserv: J5600, 2 x Mac, 3 x SUN, Alpha DS20E, Alpha 800 5/550, 3 x RS/6000, Amiga 4000 VideoToaster, Amiga4000 -030, 733MHz Sam440 AmigaOS 4.1 update 1. Tandem Himalaya S-Series Nonstop S72000 ServerNet.

Sold: :Indy: :Indy: :Indy: :Indigo:

Cortex ---> http://www.facebook.com/pages/Cortex-th ... 11?sk=info
Minnie ---> http://www.facebook.com/pages/Minnie-th ... 02?sk=info
Book ----> http://pymblesoftware.com/book/
Github ---> https://github.com/pymblesoftware
Visit http://www.pymblesoftware.com
Search for "Pymble", "InstaElf", "CryWhy" or "Cricket Score Sheet" in the iPad App store or search for "Pymble" or "CryWhy" in the iPhone App store.
I wonder if SGI still has the resources to go after trademarks/intellectual Property rights..
It did not save for SCO and others but that probably won't stop them.

_________________
死の神はりんごだけ食べる

アレゲはアレゲ以上のなにものでもなさげ -- アレゲ研究家

:Onyx2R: :Onyx2RE: :0300: <-> :0300: <-> :0300: :O200: :Octane: :O2: :O2: :Indigo2IMP: :Indigo: :PI: :PI: :1600SW: :1600SW: :Indy: :Indy: :Indy: :Indy: :Indy: :Indy: :Indy: :Indy: :O2000: :hpserv: J5600,
3 x SUN, 2 x Mac, Alpha DS20E, Alpha 800 5/550, 2 x RS/6000, Amiga 4000 VideoToaster, Amiga4000 -030, 733MHz Sam440 AmigaOS 4.1 update 1. Tandem Himalaya S-Series Nonstop S72000 ServerNet.
maxsleg wrote:
better going to the Meji shrine and getting something more traditional!


Respectfully, I think you mean Sensoji Temple.

You can buy stuff around Sensoji Temple as can be seen in the 3rd set of pictures down on this page..
http://www.japan-guide.com/e/e3001.html

There is nothing to buy in or near Meiji Shrine.
http://en.wikipedia.org/wiki/Meiji_Shrine
It is a special place, extremely open, vast almost, but I have not seen shops there.

I normally enter the shrine from the Shinjuku side and leave from the Shibuya side. Near the exit there are normally wannabe punk kids on the bridge with all kinds of colourful hair and there is a small cafe selling European food named aftera Benelux coountry or something (maybe "holland cafe" ??).... quite exoitic for my friends. I saw a Shinto wedding at the Shrine once.

_________________
死の神はりんごだけ食べる

アレゲはアレゲ以上のなにものでもなさげ -- アレゲ研究家

:Tezro: :Tezro: :Onyx2R: :Onyx2RE: :Onyx2: :O3x04R: :O3x0: :O200: :Octane: :Octane2: :O2: :O2: :Indigo2IMP: :PI: :PI: :1600SW: :1600SW: :Indy: :Indy: :Indy: :Indy: :Indy:
:hpserv: J5600, 2 x Mac, 3 x SUN, Alpha DS20E, Alpha 800 5/550, 3 x RS/6000, Amiga 4000 VideoToaster, Amiga4000 -030, 733MHz Sam440 AmigaOS 4.1 update 1. Tandem Himalaya S-Series Nonstop S72000 ServerNet.

Sold: :Indy: :Indy: :Indy: :Indigo:

Cortex ---> http://www.facebook.com/pages/Cortex-th ... 11?sk=info
Minnie ---> http://www.facebook.com/pages/Minnie-th ... 02?sk=info
Book ----> http://pymblesoftware.com/book/
Github ---> https://github.com/pymblesoftware
Visit http://www.pymblesoftware.com
Search for "Pymble", "InstaElf", "CryWhy" or "Cricket Score Sheet" in the iPad App store or search for "Pymble" or "CryWhy" in the iPhone App store.
reid wrote:
I might end up purchasing that Fuel. I keep trying to purchase this system, but they seem to be unable to find time to sell it. I guess I can try to find Irix discs elsewhere.


In the northern hemisphere you are spoilt for choice.

reid wrote:
Can I use a non-SGI keyboard with a fuel?


Yes.


reid wrote:
Is it difficult to find a smaller LCD SoG monitor?


I don't think it is difficult.
Search the fourms there are a lot of posts about monitors and I think a lot if not most LCDs work with SoG and fuels have DVI output in most common spec V10/V12(?).

_________________
死の神はりんごだけ食べる

アレゲはアレゲ以上のなにものでもなさげ -- アレゲ研究家

:Onyx2R: :Onyx2RE: :0300: <-> :0300: <-> :0300: :O200: :Octane: :O2: :O2: :Indigo2IMP: :Indigo: :PI: :PI: :1600SW: :1600SW: :Indy: :Indy: :Indy: :Indy: :Indy: :Indy: :Indy: :Indy: :O2000: :hpserv: J5600,
3 x SUN, 2 x Mac, Alpha DS20E, Alpha 800 5/550, 2 x RS/6000, Amiga 4000 VideoToaster, Amiga4000 -030, 733MHz Sam440 AmigaOS 4.1 update 1. Tandem Himalaya S-Series Nonstop S72000 ServerNet.
I just dragged an AlphaServer DS-20e home and I had an Elsa Gloria graphics card from out of my XP1000 with the dead power supply...

I have been following the guides from:
http://www.compaq.com/alphaserver/archi ... _tech.html

Especially
http://www.compaq.com/alphaserver/downl ... ence_d.pdf

I am getting nothing from the machine, it just sits there with that same blue SRM screen as I see in the AlphaStation 800 5/550 and a blinking white cursor... I see nothing on the serial ports either..

I get no response from either console as per figure 1.12... and yes the DEC VGA card is in slot one as per the manual...

I get no beeps... I get all the LEDs (ie "Starting console") in figure 8.1 of "Troubleshooting" of the above guide
I am running out of ideas...

It has two CPU boards in it and I don't see any empty RAM slots... So it is probably pretty nice spec, just playing possum for some reason...

_________________
死の神はりんごだけ食べる

アレゲはアレゲ以上のなにものでもなさげ -- アレゲ研究家

:Onyx2R: :Onyx2RE: :0300: <-> :0300: <-> :0300: :O200: :Octane: :O2: :O2: :Indigo2IMP: :Indigo: :PI: :PI: :1600SW: :1600SW: :Indy: :Indy: :Indy: :Indy: :Indy: :Indy: :Indy: :Indy: :O2000: :hpserv: J5600,
3 x SUN, 2 x Mac, Alpha DS20E, Alpha 800 5/550, 2 x RS/6000, Amiga 4000 VideoToaster, Amiga4000 -030, 733MHz Sam440 AmigaOS 4.1 update 1. Tandem Himalaya S-Series Nonstop S72000 ServerNet.
theinonen wrote:
Do you have your keyboard on PS/2 or USB port?

If you have a USB keyboard, try PS/2 keyboard instead. Without keyboard it will default to serial console.


Yes. I have the same PS/2 keyboard that works on the AlphaServer 800... and I waited for like 10 minutes and still nothing.. on either VGA screen or serial console...

it was wrote:
Well, you have to make absolute sure that you've set the "console=g" variable in SRM through serial console until you can find anything on the screen.


I am not seeing anything on the serial either which is what is stressing me more...

_________________
死の神はりんごだけ食べる

アレゲはアレゲ以上のなにものでもなさげ -- アレゲ研究家

:Onyx2R: :Onyx2RE: :0300: <-> :0300: <-> :0300: :O200: :Octane: :O2: :O2: :Indigo2IMP: :Indigo: :PI: :PI: :1600SW: :1600SW: :Indy: :Indy: :Indy: :Indy: :Indy: :Indy: :Indy: :Indy: :O2000: :hpserv: J5600,
3 x SUN, 2 x Mac, Alpha DS20E, Alpha 800 5/550, 2 x RS/6000, Amiga 4000 VideoToaster, Amiga4000 -030, 733MHz Sam440 AmigaOS 4.1 update 1. Tandem Himalaya S-Series Nonstop S72000 ServerNet.
:oops: :oops:
Panic over... someone had reassigned the serial port that is used as the console port in SRM (not the default one in the manual but I was sure I checked it earlier) and I pulled the graphics card out of it...

I have serial port access now and I can run diags and check the config...

_________________
死の神はりんごだけ食べる

アレゲはアレゲ以上のなにものでもなさげ -- アレゲ研究家

:Onyx2R: :Onyx2RE: :0300: <-> :0300: <-> :0300: :O200: :Octane: :O2: :O2: :Indigo2IMP: :Indigo: :PI: :PI: :1600SW: :1600SW: :Indy: :Indy: :Indy: :Indy: :Indy: :Indy: :Indy: :Indy: :O2000: :hpserv: J5600,
3 x SUN, 2 x Mac, Alpha DS20E, Alpha 800 5/550, 2 x RS/6000, Amiga 4000 VideoToaster, Amiga4000 -030, 733MHz Sam440 AmigaOS 4.1 update 1. Tandem Himalaya S-Series Nonstop S72000 ServerNet.
I have a spare MMSC..
Also you can run an Onyx2 without an MMSC: Flick all the keys within a few seconds of each other..

I would help if I could, but I could not be any further away from you and still be on the same planet..
死の神はりんごだけ食べる

開いた括弧は必ず閉じる -- あるプログラマー

:Tezro: :Tezro: :Onyx2R: :Onyx2RE: :Onyx2: :O3x04R: :O3x0: :O200: :Octane: :Octane2: :O2: :O2: :Indigo2IMP: :PI: :PI: :1600SW: :1600SW: :Indy: :Indy: :Indy: :Indy: :Indy:
:hpserv: J5600, 2 x Mac, 3 x SUN, Alpha DS20E, Alpha 800 5/550, 3 x RS/6000, Amiga 4000 VideoToaster, Amiga4000 -030, 733MHz Sam440 AmigaOS 4.1 update 1.

Sold: :Indy: :Indy: :Indy: :Indigo: Tandem Himalaya S-Series Nonstop S72000 ServerNet.

Twitter @PymbleSoftware
Current Apps (iOS) -> https://itunes.apple.com/au/artist/pymb ... d553990081
(Android) https://play.google.com/store/apps/deve ... +Ltd&hl=en
(Onyx2) Cortex ---> http://www.facebook.com/pages/Cortex-th ... 11?sk=info
(0300s) Minnie ---> http://www.facebook.com/pages/Minnie-th ... 02?sk=info
Github ---> https://github.com/pymblesoftware
I threw 12 CPUs and gcc version 3.4.6 at the hercules IBM Mainframe emulator with a gmake -j14..

The original source is from:
http://www.hercules-390.org/

Took about an hour to hack around in the code and 3 minutes to build on the 12 CPU Origin 300 and about 19 and a half minutes of CPU time...

Code: Select all

real    3m5.439s
user    19m36.003s
sys     1m6.835s


My build is attached to this thread... I don't have time to do a MIPS Pro build..
I did start messing with MIPS Pro on the dual Octane and ran out of time..
I did some minor hacking around with the code to get it to build...

I took all the functionality of SCSI tape drives out in order to get it to build..
Do not hook up tape drives and expect to be able to process mainframe tapes..


These question are answered in the FAQ ( http://www.hercules-390.org/hercfaq.html ):
2.04 Where can I obtain OS/360 ?
2.05 Where can I obtain MVS ?
2.06 Where can I obtain VM/370 ?
2.07 Where can I obtain DOS/VS ?
2.08 Where can I obtain Linux/390 ?

Enjoy.
死の神はりんごだけ食べる

開いた括弧は必ず閉じる -- あるプログラマー

:Tezro: :Tezro: :Onyx2R: :Onyx2RE: :Onyx2: :O3x04R: :O3x0: :O200: :Octane: :Octane2: :O2: :O2: :Indigo2IMP: :PI: :PI: :1600SW: :1600SW: :Indy: :Indy: :Indy: :Indy: :Indy:
:hpserv: J5600, 2 x Mac, 3 x SUN, Alpha DS20E, Alpha 800 5/550, 3 x RS/6000, Amiga 4000 VideoToaster, Amiga4000 -030, 733MHz Sam440 AmigaOS 4.1 update 1.

HP C7000 BladeSever with 16 Blades 96Gb to 144Gb RAM per blade
HP C3000 Blade Server with 8 Blades 48Gb to 144Gb RAM per blade

Sold: :Indy: :Indy: :Indy: :Indigo: Tandem Himalaya S-Series Nonstop S72000 ServerNet.

Twitter @PymbleSoftware
Current Apps (iOS) -> https://itunes.apple.com/au/artist/pymb ... d553990081
(Android) https://play.google.com/store/apps/deve ... +Ltd&hl=en
(Onyx2) Cortex ---> http://www.facebook.com/pages/Cortex-th ... 11?sk=info
(0300s) Minnie ---> http://www.facebook.com/pages/Minnie-th ... 02?sk=info
Github ---> https://github.com/pymblesoftware
porter wrote:
Do you have an RPG compiler?

It may take you a bit of time to port all the nekoware to it. :lol:


... and people call perl write only... :lol: I went back and looked at my RPG-II code I wrote on the Baby/34 (a System/34 emulator on an ISA bus card inside an original IBM PC) could never understand my own code 1 month later... "Prolog, lex, yacc, haskell...? You think thats weird, I wrote RPG before I went to university.." and no one ever believed me..

I''d love to find a System/34 emulator like the Baby/34... Probably fleabay USA...

_________________
死の神はりんごだけ食べる

アレゲはアレゲ以上のなにものでもなさげ -- アレゲ研究家

:Onyx2R: :Onyx2RE: :0300: <-> :0300: <-> :0300: :O200: :Octane: :O2: :O2: :Indigo2IMP: :Indigo: :PI: :PI: :1600SW: :1600SW: :Indy: :Indy: :Indy: :Indy: :Indy: :Indy: :Indy: :Indy: :O2000: :hpserv: J5600,
3 x SUN, 2 x Mac, Alpha DS20E, Alpha 800 5/550, 2 x RS/6000, Amiga 4000 VideoToaster, Amiga4000 -030, 733MHz Sam440 AmigaOS 4.1 update 1. Tandem Himalaya S-Series Nonstop S72000 ServerNet.
neozeed wrote:
Sorry I don't have tooooo much exciting stuff... the big thing (well for me) was the terminal server patch... you'd be amazed and annoyed to realize that just about every copy of it out there is broken.

That being said, me & a friend went 50/50 on an Alphaserver 800.... I'm installing Terminal server onto it now...!


I have an AlphaServer 800 5/550 and WindowsNT would be the last thing I would install on it..
Mine runs Tru64... and possibly OpenVMS soon.

I had to do Visual C++ 5.0 on WindowsNT on Alpha around 1995/1996 and it was just horrible.
Worse was intel emulation under NT on Alpha... It was dog slow... I had a 200 or 300 MHz Alpha and the Pentium of around the same vintage and about 1/2 to 1/3 the clock speed would just cane it. Like 50 times slower.

_________________
死の神はりんごだけ食べる

アレゲはアレゲ以上のなにものでもなさげ -- アレゲ研究家

:Onyx2R: :Onyx2RE: :0300: <-> :0300: <-> :0300: :O200: :Octane: :O2: :O2: :Indigo2IMP: :Indigo: :PI: :PI: :1600SW: :1600SW: :Indy: :Indy: :Indy: :Indy: :Indy: :Indy: :Indy: :Indy: :O2000: :hpserv: J5600,
3 x SUN, 2 x Mac, Alpha DS20E, Alpha 800 5/550, 2 x RS/6000, Amiga 4000 VideoToaster, Amiga4000 -030, 733MHz Sam440 AmigaOS 4.1 update 1. Tandem Himalaya S-Series Nonstop S72000 ServerNet.
neozeed wrote:
I have VC 4 for the Alpha and yeah, it's *TERRIBLE*... Oddly enough it works great on the MIPS. Go figure. But VC6 on the Alpha is when they finally got it right.

Take something simple like unzip, and the C compiler on the NT 3.5 SDK (vc2?) couldn't compile it unless you flagged it /OD (disable optimizations), neither could VC 4.. I'd suspect VC5 was in the same territory, but VC6 works great! Heck even F2C and Dungeon compile great!

Not to mention compared to a Pentium Pro 200 (something comparable for the time) quake1 simply flies on the Alpha..

I know I'm in the minority, but to me True64 just feels like yet another unix... Nothing all *that* exciting.... but I'm sure I'm missing something, I have a media kit for the thing, but no great sales pitch into tru64.


I did maintenance work on SCSI device drivers in the mid to late 1990s on HP-UX, Tru64, AIX, WindowsNT, and did the Solaris port... Tru64 was a multithreaded kernel and had several interesting aspects to it. WindowsNT was a nightmare and our code base at the time was even worse.

VMS ... interesting.. kinda funky with versioning of files etc...

I really really don't like Windows. I have been programming professionally on MSFT since the early 1980s... I have seen the actual Windows Source code to Server2003. My boss when I was in Japan had access to MSFT repositories and watched over his shoulder and discussed our driver code with him and the MSFT systems that were loading our code and calling release on our driver twice...

I have the source code for 3 no longer sold commercial unix implementations and I can tell you the difference in the code base.. and sheer quality of code. like wow... MSFT code base is sickening.

I enjoy peeling the MS OEM Genuine holographic label/sticker off the sides of cases and installing 733MHz Sam440s and running AmigaOS 4.1.. I really don't like Windows.

I have gotten deep enough into Windows subsystems to develop a deep and genuine dislike for it.

_________________
死の神はりんごだけ食べる

アレゲはアレゲ以上のなにものでもなさげ -- アレゲ研究家

:Onyx2R: :Onyx2RE: :0300: <-> :0300: <-> :0300: :O200: :Octane: :O2: :O2: :Indigo2IMP: :Indigo: :PI: :PI: :1600SW: :1600SW: :Indy: :Indy: :Indy: :Indy: :Indy: :Indy: :Indy: :Indy: :O2000: :hpserv: J5600,
3 x SUN, 2 x Mac, Alpha DS20E, Alpha 800 5/550, 2 x RS/6000, Amiga 4000 VideoToaster, Amiga4000 -030, 733MHz Sam440 AmigaOS 4.1 update 1. Tandem Himalaya S-Series Nonstop S72000 ServerNet.