LainNet BBS

Name(*)
E-mail
Title(*)
Sentience test(*)
Content type Line breaks on Line breaks off Figure/Table mode (good for ASCII art)Has link
Deletion key(*) Remember me

[Reload] [Homepage]


Number of visits since 2022/12/21: 18193
Viewing posts 1 → 50 Max post count: 5000

New! rE: re: Re: weird irc bot

 Post date: 2024/9/2 (Mon) 18:44 Poster: t^_^ Delete

owner of 0chan.vip 'archduke' sez it's a bouncer on their vps


New! vkCmdDrawIndexedIndirect

 Post date: 2024/9/1 (Sun) 05:52 Poster: realweezerfan93 Delete

Now I am become draw indexed indirect command. Destroyer of command buffers and drivers.


re: Re: weird irc bot

 Post date: 2024/8/30 (Fri) 08:41 Poster: me Delete

it was me austin! it was me, all along~


Re: weird irc bot

 Post date: 2024/8/13 (Tue) 00:09 Poster: spaztron64 Delete

I honestly thought it was you all along, doing tests with your custom IRC script thingy.


weird irc bot

 Post date: 2024/8/12 (Mon) 07:32 Poster: t^_^ Delete

a user named 'test' is sitting in the irc, it's weird because the addr
resolves from a textboard 0chan.vip.
anyway, surprised to see you on modarchive spaz, small wired.


Re: An official NEC PC-9800 Central Community webs

 Post date: 2024/8/9 (Fri) 11:22 Poster: t^_^ Delete

hardware manuals are 404 :<
the banner is cool though


An official NEC PC-9800 Central Community website

 Post date: 2024/8/8 (Thu) 11:57 Poster: spaztron64 Delete

As explained in the title, I am currently in the process of designing and writing content for the PC-9800 Central Community website, in an effort to reduce dependencies on Discord and it's bullshit.

It's still a heavy work in progress, but you can follow along on http://pc98.ne.jp


Re: QR code kid

 Post date: 2024/8/5 (Mon) 05:16 Poster: Quintuplicate Delete

Dude that was me! The room is now at #los-angeles:matrix.netho.tk


Re: QR code kid

 Post date: 2024/8/4 (Sun) 21:28 Poster: spaztron64 Delete

Truth be told, I didn't participate in any of the chatrooms previously tied to this domain.


QR code kid

 Post date: 2024/7/31 (Wed) 19:09 Poster: Not You Delete

I finally checked the QR code some chink showed me during a SeL themed panel at Anime Expo 2022.
The "Matrix" chatroom is gone now but all this was left.
Seeing that kid's face as I pulled out a flip phone to take a picture of his QR code was priceless. I still think about it.


small tcl irc client

 Post date: 2024/7/19 (Fri) 21:41 Poster: t^_^ Delete

# use in a tclsh, best with tclreadline or eltclsh
set tirc_sock stdout

proc / { command args } {
if {[ llength $args ] > 0 } {
set last_i [ llength $args ]; incr last_i -1
lset args $last_i :[ lindex $args $last_i ]
}
puts $::tirc_sock "$command [ join $args ]"
}

proc : { recipients message } {
/ PRIVMSG [ join $recipients , ] $message
}

proc processLine { line } {
if {[ string equal [ string range $line 0 3 ] PING ]} {
set pong_back [ string replace $line 0 3 PONG ]
puts $::tirc_sock $pong_back
puts $pong_back
}
puts $line
}

proc recvLine {} {
if {[ gets $::tirc_sock line ] >= 0 } {
processLine $line
}
if {[ eof $::tirc_sock ]} {
puts "remote host closed socket"
close $::tirc_sock
}
}

proc connect { nick addr { port 6667 } { socket_cmd socket }} {
set ::tirc_sock [ $socket_cmd $addr $port ]
fconfigure $::tirc_sock -translation crlf -buffering line -blocking 0
/ NICK $nick
/ USER $nick - - $nick
fileevent $::tirc_sock readable recvLine
}


Re: lelenium

 Post date: 2024/7/18 (Thu) 13:36 Poster: spaztron64 Delete

Lele's doing other things now. He had no interest in renewing the domain after I asked him, so I said fuck it and took it for myself, reason being that I wanted a neat gTLD .net domain.


RE lelnium

 Post date: 2024/7/17 (Wed) 23:53 Poster: Khaludy_503 Delete

hmmmm I personally have never heared of that name before or of a matrix server on this domain, maybe spaztron64 knows about it.


lelenium

 Post date: 2024/7/14 (Sun) 20:49 Poster: James Delete

hi. does anyone know what happened to lelenium? last i remember he ran a matrix server on this domain.


a greeting

 Post date: 2024/7/7 (Sun) 23:59 Poster: Sarah Delete

hope you're doing well -r12freon


Re:Hello

 Post date: 2024/7/7 (Sun) 02:59 Poster: spaztron64 Delete

No problem Khaludy, I myself am pretty busy these days too, but I try to check in whenever possible.


RE :RE HELLO.:

 Post date: 2024/7/5 (Fri) 12:09 Poster: Khaludy_503 Delete

spaztron64, glad its still active, and EVE burst error actually peaks my interest, i am planning on playing it once i get the time, and for Children of Belgrade Metro, i might check it out though my japanese is a bit rough, sorry for the late reply i had been on travel for the past few weeks so its not everyday when i am free to open this forum,
thank you for the cool recommendations. :))


lain iwakura soking a blount and having depressive

 Post date: 2024/7/3 (Wed) 11:34 Poster: lain iwakura soking Delete

lain iwakura soking a blount and having depressive psychosis fro the weed


Exchange Chat Service Test

 Post date: 2024/6/24 (Mon) 23:30 Poster: spaztron64 Delete

An Exchange 5.5 Chat Service (IRC) is now available at arcesia.net:6667.


Re:Futaba clone

 Post date: 2024/6/24 (Mon) 12:12 Poster: spaztron64 Delete

I should note that it's only a deployment, Midori.
The source code is available at https://github.com/spaztron64/jesenbbs
Do know that it's pretty bad and I simply haven't had the time to refactor most of the rubbish as of late.


Futaba clone

 Post date: 2024/6/23 (Sun) 20:37 Poster: Midori Delete

Holy shit I've been looking for a Futaba clone for ages. Thanks Spaz ^_^


Re:Re:

 Post date: 2024/6/23 (Sun) 07:53 Poster: spaztron64 Delete

Lainon:
Yes, this is powered by miniBBS, a popular Japanese single-thread bulletin board Perl script.
I've also written my own Futaba clone entirely from scratch, which you can check out at lainnet.arcesia.net/akichannel/.
Redirects are a bit screwed up though, so don't be surprised if POST requests look like they'll never end.

Space Cowboy:
That's the name of the game here! Old is gold.


"minibbs"

 Post date: 2024/6/23 (Sun) 06:15 Poster: Space Cowboy Delete

Based 20 year old Japanese CGI script enjoyer.

vichan / jschan / lynxchan niggers tongue my anus


Re:Hello

 Post date: 2024/6/23 (Sun) 04:36 Poster: Lainon Delete

I'm not into VN's but I liked Ryu Umemoto's music on EVE B.E. ^_^
cgi-bin, is this board using "slow" cgi? What scripting language?


NVIDIA Setup Error

 Post date: 2024/6/19 (Wed) 09:14 Poster: space master Delete

+------------------------------------------------------------------+
| NVIDIA Setup Error                                         [ X ] |
|-------------------------------------------------------------------
| WARNING: Setup detected that the operating system in use         |
| is not Windows 2000 or XP. This setup program and its            |
| associated drivers are only designed to run only on Windows      |
| 2000 or XP. The installation will now be terminated.             |
|------------------------------------------------------------------|
| [ OK ]                                                           |
+------------------------------------------------------------------+


Re:Hello.

 Post date: 2024/6/17 (Mon) 10:01 Poster: spaztron64 Delete

Khaludy, hi! It's far from dead, I monitor this place and I've just finished deploying an Exchange 5.5 mail server.
As I mentioned below, EVE Burst Error is a personal recommendation of mine. The official English localization for Windows 95 is... not the greatest, but it'll do.
There's also Children of Belgrade Metro if you can read Japanese.


Hello.

 Post date: 2024/6/17 (Mon) 00:44 Poster: Khaludy_503 Delete

Hello.
new to this, hope this is not dead, if not then i see you guys are fans of VN's so i would like to see if any of you know of any cool and obscure VN's that you guys enjoy.


Re:Old Games

 Post date: 2024/6/7 (Fri) 12:00 Poster: Midori Delete

>it sent me down an occult rabbit hole
Don't mess with the occult. Don't play with fire.


Re:Old Games

 Post date: 2024/5/23 (Thu) 07:23 Poster: spaztron64 Delete

EVE Burst Error


Old games

 Post date: 2024/5/23 (Thu) 01:39 Poster: Anonymouse Delete

I've begun playing the original Bible Black game. Its interesting but it sent me down an occult rabbit hole. Can anyone recommend some good VNs and Japanese PC titles from the 90s early 2000s? Just Japanese stuff.


Re:agoraphobia

 Post date: 2024/5/14 (Tue) 10:21 Poster: spaztron64 Delete

No no, you should take the sun in!


agoraphobia???? outside = bad

 Post date: 2024/5/12 (Sun) 16:05 Poster: Anonymouse Delete

I hate daylight for some reason. I've blocked up all the windows in my apartment and avoid going outside. Its too scary.


Hello again!

 Post date: 2024/4/27 (Sat) 08:32 Poster: realweezerfan93 Delete

10 HELLO
20 GOODBYE
30 GOTO 10
RUN


RE: Possible Wiki

 Post date: 2024/4/11 (Thu) 14:40 Poster: spaztron64 Delete

No need to feel any pressure, we're an open community for a reason on 9800 Central.
Any and all questions are welcome, and are usually answered by somebody who is available.


RE: Possible Wiki?

 Post date: 2024/4/11 (Thu) 12:58 Poster: Saad Delete

Makes sense, I would love to fucking like, get over my intense fear of talking in new discord servers and try and get some feedback and discuss it with people, but for now i'll be lurking, and tbh joining and then instantly asking people to help me just feels shameful.
On your one person remark, yeah you're right, but I'm currently in the perfect situation to grind out and put as much information as possible over on Retro. A national strike going on is giving me all the free time in the world. And at least i got one of the admins to help me with stuff :p


RE: Possible Wiki?

 Post date: 2024/4/11 (Thu) 07:41 Poster: spaztron64 Delete

Quite frankly I've no idea anymore. It's been discussed over and over again, but nobody has an interest in really dedicating to it, and it's not like one person can cover everything since nobody in the scene can possibly know everything about the platform.


Possible Wiki?

 Post date: 2024/4/11 (Thu) 01:11 Poster: Saad Delete

found myself here through my usual web surfing, ended up on a discord server for the PC-98 which RULES. Cool place :p
The idea of having a central english language wiki that covers info about the PC-9800 Series is appealing to me so...
I started work on that NEC Retro wiki! But i wanted to check here too, is there still any plans for a PC-98 wiki or is NEC Retro still the closest thing to it?


Re: CMCG

 Post date: 2024/4/9 (Tue) 11:39 Poster: spaztron64 Delete

Alright, done the application through Edge.
It turns out that something in my browser (Waterfox) is triggering the KEEP OUT prompt.
Could be a plugin, could be Mozilla-related stuff, I've no idea.


Re: CMCG

 Post date: 2024/4/9 (Tue) 10:26 Poster: danchou Delete

I'm glad you liked it.
I've disabled the IP blacklist and you don't need to know all the answers.


Re: CMCG

 Post date: 2024/4/9 (Tue) 08:57 Poster: spaztron64 Delete

Also, it seems my home IP is still getting blocked by your server.
The work IP isn't, though some of the registration questions are beyond my level of knowledge.


Re: CMCG

 Post date: 2024/4/9 (Tue) 08:43 Poster: spaztron64 Delete

Danchou, I am absolutely floored by your amazing contribution, thank you so much!
I might put it as a site banner on random rotation at some point.

We should connect together again at some point, it's been too long.


CMCG

 Post date: 2024/4/8 (Mon) 19:58 Poster: danchou Delete

Hello, I made a CMCG for your BBS: https://magudan.helioho.st/media/REINCM.png
Best regards.


RE: Anonymouse

 Post date: 2024/4/4 (Thu) 14:26 Poster: spaztron64 Delete

Well... no, not at all. You got sexually harassed without even realizing it. Store staff is not paid to put their hands on people.


RE: Did you just say "watched you undress"?

 Post date: 2024/4/3 (Wed) 17:45 Poster: Anonymouse Delete

Yeah isn't that what fitting rooms are for? We'd pick out clothes, she'd come inside, watch me undress and put the clothes on, give me feedback. She even played with my hair to get the look and gave me some skincare recommendations.
It was super uncomfortable at first. She was touchy and I get nervous in public but I calmed down.


Re: Anonymouse

 Post date: 2024/4/3 (Wed) 09:16 Poster: spaztron64 Delete

Did you just say "watched you undress"?


Good encounter, sad realization

 Post date: 2024/4/2 (Tue) 23:32 Poster: Anonymouse Delete

I'm probably going to get flak for saying this but I went to the store today. As a hikineet I have no idea how to buy clothes. I can't even tell the difference between male and female clothes unless its blatantly obvious.
The only store worker there was a trans. I was shocked at first because I'd never seen one in person. They helped me pick out an outfit. Got me comfortable. Gave me style tips. Even watched me undress and try stuff on so I could get
feedback.But then I realized, they are paid to do this, trans or no trans. Its like we live in a world where there is no real human contact but people simulate friendship, kindness etc. like welcome to the desert of the real
where genuine human face to face encounters are faked.

I wish I never left my room.


Hello

 Post date: 2024/4/2 (Tue) 10:08 Poster: Kuskus Delete

hi, I haven't posted here in a while


IRC

 Post date: 2024/3/13 (Wed) 01:09 Poster: tsukasa Delete

I'm on IRC, but I will be offline tomorrow and maybe for a few days afterwards.
type /query ds20
It will take a while before my website is up again. I haven't been working on it lately.


tsukasa's web site

 Post date: 2024/3/10 (Sun) 09:58 Poster: Denpa Delete

tsukasa, when are you going to put up your web site?


A new domain

 Post date: 2024/3/5 (Tue) 09:22 Poster: spaztron64 Delete

Heads up, the site is now accessible over a new domain, at lainnet.arcesia.net. The current one will remain in active use, just in case.


Deletion key
Query AND OR [Reload] [Homepage]




MiniBBS v10.32