Live data from Hacker News

Bootstra.386 – A Bootstrap theme from the 1980s

kristopolous.github.io

81–90 of 114 posts

Re: Bootstra.386 – A Bootstrap theme from the 1980s

#81
First: Kudos. That is easily the coolest thing I've seen this month.

Everything "felt" like a fancy over-done BBS of the early 90s in the way that the page loaded slowly, but I'm curious why you chose the second swipe of the cursor over the screen. I don't remember my PC from 8088-80386 ever doing that. Am I misremembering and was this in reference to some platform from the 80s that I didn't use?

Re: Bootstra.386 – A Bootstrap theme from the 1980s

#82
post #81

First: Kudos. That is easily the coolest thing I've seen this month. Everything "felt" like a fancy over-done BBS of the early 90s in the way that the page loaded slowly, but I'm curious why you chose the second swipe of the cursor over the screen. I don't remember my PC from 8088-80386 ever doing that. Am I misremembering and was this in reference to some platform from the 80s that I didn't use?

Reminds me of SLMR for Fido BBS's and the X.400 MUA we used at Telecom Gold (Dialcom)

Re: Bootstra.386 – A Bootstrap theme from the 1980s

#83
post #69

I literally experienced a sense memory from viewing this. I could smell the slight smell that old, hot CRT monitors emitted -- probably some volatile mix of things that give you cancer. Wow!

You just made me remember that smell... Nostalgia in full effect

Re: Bootstra.386 – A Bootstrap theme from the 1980s

#84

Earlier quoted context omitted.

I think it's actually EGA, but it's definitely not CGA. CGA only supports 4 colours and you can tell immediately from the dark blue that it's not CGA, because that's not one of the 4. There are also at least 5 colours shown, all of which happen to be from the standard EGA palette. VGA generally used the same text modes as EGA and very few people actually had an EGA, so referring to it as a VGA mode is an understandab…

> CGA only supports 4 colours In graphics modes. In text mode it supported 16 IIRC: black, white, two greys and two shades of 6 colours.

You're right. I just looked it up, it seems I misremembered the CGA/EGA palette specs.

I'm pretty sure this is based on the standard EGA/VGA font, which is 8x14 pixels, whereas CGA only supported 8x8. Characters like A, N and M look noticeably more pixellated around the diagonals in CGA mode.

This is very much the one everyone would recognise from the VGA era, although it's actually an EGA mode.

Re: Bootstra.386 – A Bootstrap theme from the 1980s

#85
Author here. I had no idea this was posted until I just rolled out of bed. Feel free to ask any questions here or hit me up on gchat/skype/aim/facebook/yahoo with the same username as here if that's more comfortable for you. There's also the standard issue tracker and mailing list.

Thanks!

Re: Bootstra.386 – A Bootstrap theme from the 1980s

#86

This put such a huge smile on my face. I was having a shit day, but now it's awesome. Thank you! P.S. I will go build like 9 websites using this immediately.

Anyone have any advice for rendering images in a time/technology-appropriate fashion?

The only thing I was able to figure out cross-browser, and it's already in there, was this:

https://github.com/kristopolous/BOOTSTRA.386/blob/master/les...

    img {
     display: none;
     -webkit-filter: contrast(800%);
     -moz-filter: contrast(1000%);
     filter: contrast(1000%);
     -o-filter: contrast(800%);
     -ms-filter: contrast(800%);
    }
(In fact, I don't know what that display:none is doing there now ... I'll have to look into it)

There may be some brilliant visual hack to get images to look more faithful ... but this was the best I could figure out.

Re: Bootstra.386 – A Bootstrap theme from the 1980s

#87

This put such a huge smile on my face. I was having a shit day, but now it's awesome. Thank you! P.S. I will go build like 9 websites using this immediately.

Hit me up with the links and I'll put you in the gallery on the first page of the pitch. I still need 3 more screen-shots to swap out.

Re: Bootstra.386 – A Bootstrap theme from the 1980s

#88

Earlier quoted context omitted.

> CGA only supports 4 colours In graphics modes. In text mode it supported 16 IIRC: black, white, two greys and two shades of 6 colours.

You're right. I just looked it up, it seems I misremembered the CGA/EGA palette specs. I'm pretty sure this is based on the standard EGA/VGA font, which is 8x14 pixels, whereas CGA only supported 8x8. Characters like A, N and M look noticeably more pixellated around the diagonals in CGA mode. This is very much the one everyone would recognise from the VGA era, although it's actually an EGA mode.

Now we are into serious nit-picking land, but anyway:

The font used by this site is the "Fixedsys" system font from Windows, not any CGA/EGA/VGA text mode font.

Re: Bootstra.386 – A Bootstrap theme from the 1980s

#89
post #47
post #36

Earlier quoted context omitted.

Given the increasing complexity of the web plus nostalgia, I'm seriously surprised that there's no actual distributed BBS/Minitel/BTX thing going on. With API-driven backends (webapps, esp. SPA's, mobile apps), it would probably be easy enough to shoe-horn in some glorious ANSI interface...

Apparently they're still popular in Taiwan. http://en.wikipedia.org/wiki/PTT_Bulletin_Board_System

Thats pretty impressive! I mean its a BBS with more than 1.5 million registered users, for gods sake. Also there is some creative ASCII art in there, go check it out.

Re: Bootstra.386 – A Bootstrap theme from the 1980s

#90

Author here. I had no idea this was posted until I just rolled out of bed. Feel free to ask any questions here or hit me up on gchat/skype/aim/facebook/yahoo with the same username as here if that's more comfortable for you. There's also the standard issue tracker and mailing list. Thanks!

Hey, great looking theme, and it love the attention to detail, but I noticed it's Bootstrap 2x and the site I was going to put it on is bootstrap 3x at the moment.

Any plans/progress porting this or rewriting it root bootstrap 3x, or should I build anything I want this one as 2x?

Post reply on HN