HackerTrans
TopNewTrendsCommentsPastAskShowJobs

ThatGuyRaion

no profile record

Submissions

New IRIX Emulator (I am not the author)

github.com
5 points·by ThatGuyRaion·3 месяца назад·1 comments

Show HN: I Redesigned IRIXNet

irixnet.org
1 points·by ThatGuyRaion·5 месяцев назад·0 comments

The Nekonomicon – Nekochan.net Archive, Updated

nekonomicon.irixnet.org
61 points·by ThatGuyRaion·5 месяцев назад·10 comments

Show HN: Kindler: A declarative, Lua-based, build system

setsunasoftware.com
2 points·by ThatGuyRaion·5 месяцев назад·0 comments

comments

ThatGuyRaion
·5 месяцев назад·discuss
You're welcome :)
ThatGuyRaion
·5 месяцев назад·discuss
Just in time. O2 RAM sticks are probably entering reproduction (but you didnt hear that from me :) )
ThatGuyRaion
·5 месяцев назад·discuss
Wanted to ensure it was clear lol.
ThatGuyRaion
·5 месяцев назад·discuss
It's a labor of love for me.
ThatGuyRaion
·5 месяцев назад·discuss
Greetings HN,

As the current Nekonomicon steward, taking over the project from Elf, I finally added a "new section".

Let me explain

Nekochan.net was a famous SGI site that went down on May 21st 2018. Remember the day like it was yesterday. I got up, went to a restaurant to get some food and people start bombarding me while I'm eating.

Anyways, in 2019 Elf, a user of IRIXNet, decided to grab the forum posts off archive.org and reformat them as the "Nekonomicon Book of Notes"

In 2020 I manually (2104 images!) grabbed the original images and metadata off nekochan's archive.org and put it on Silicon Image.

Well, Silicon Image is getting migrated soon to a new project I built using Laravel. As part of this, I built a static site generator in python to rebuild this into a Nekonomicon book of illustrations. After 2-3 days of rapid prototyping, I got it up and running here:

http://nekonomicon.irixnet.org/gallery/index.html

The tarball will be updated soon.

Future Nekonomicon updates might include:

1. Geoman and a few other community members ganked forum backups. I might be able to eventually merge and reconcile, but I suspect that will necessitate AI assistance.

2. The Nekochan.net blog. Mostly for nostalgia.

Anyways, enjoy the memory lane trip.
ThatGuyRaion
·5 месяцев назад·discuss
Do not turn off environmental monitoring. That's for debugging only. That's how people are cooking the video cards. Please get your fuel /properly/ repaired by say weblacky on irixnet. The reason why? With env monitoring off, the system won't respond to overheating on the graphics card and it'll cook it alive. The fuel has notoriously bad airflow (air doesn't move right angles)
ThatGuyRaion
·5 месяцев назад·discuss
SGIs that matter (MIPS, etc)

IRIX only supports about OpenGL 1.2. It does have a fragment shading extension though:

https://tech-pubs.net/reputable-archive/fragment_lighting.tx...
ThatGuyRaion
·5 месяцев назад·discuss
"We weep for the blood of a bird, but not for the blood of a fish. Blessed are those with a voice."

Applies here. SGI hardware holds interest because "ooh pretty animations/GL". IBM is great stuff, but it's all workhorses.
ThatGuyRaion
·5 месяцев назад·discuss
You could use the NVME driver to load the filesystem and boot the kernel diskless...
ThatGuyRaion
·5 месяцев назад·discuss
Ummmm...

https://irixnet.org/

http://nekonomicon.irixnet.org/ -- Nekochan backup
ThatGuyRaion
·5 месяцев назад·discuss
Nay, the N64 is pretty unique hardware-wise. Conceptually it's vaguely similar to the O2, the RCP is an R4000 fixed function CPU with some extra graphics instructions IIRC.
ThatGuyRaion
·5 месяцев назад·discuss
It runs like arse though.

I'm working on some OpenGL stuff at least.
ThatGuyRaion
·5 месяцев назад·discuss
I keep my Challenge S running 24/7 :)
ThatGuyRaion
·5 месяцев назад·discuss
Your contributions to the Indy alongside Ryan's contributions were neat, truly. You plowed the road so others can navigate it. There's a rumor about a faster Indy emulator... but don't hold your breath yet. (Not a project I'm part of, but I've been told snippets)

The OS/hardware though, has serious limitations that while no problem for me, definitely pisses off people. Examples:

No atomics/Thread local support. Doesn't matter that someone ported GCC 15 -- you can't make use of many useful newer language features.

Immediate Mode OpenGL only. There's no direct hardware access. Not a problem for me, but every SGI out there is fixed function only. I've had people bitch to high hell we don't have shaders.

and in general, some people just think the OS is janky. I love it, but not everyone is me.
ThatGuyRaion
·5 месяцев назад·discuss
Where do I start?

If you want OpenGL demos, well, they exist. An example I made: https://forums.irixnet.org/thread-4796.html

You want newer FOSS?

https://nekoware.me

Every quarter I update it.
ThatGuyRaion
·5 месяцев назад·discuss
Nice work Matt.
ThatGuyRaion
·5 месяцев назад·discuss
AFAICT Cloanto is milking Amiga, and Hyperion is actually updating OS 3.1/3.2 plus their OS 4 stuff.
ThatGuyRaion
·5 месяцев назад·discuss
I suppose that makes sense -- though SIMD seems more useful for accelerating a lot of crypto?
ThatGuyRaion
·5 месяцев назад·discuss
Question for those smarter than me: What is an application for an int128 type anyways? I've never personally needed it, and I laughed at RISC-V for emphasizing that early on rather than... standardizing packed SIMD.
ThatGuyRaion
·5 месяцев назад·discuss
A lot of good FOSS folks have died too soon. Joerg Schilling (cdrecord's author). He was a quirky, if genuinely talented fella.