/retro/ - Y2K

1990s and 2000s Nostalgia


New Thread
Name
×
Email
Subject
Message*
Files* Max 5 files50MB total
Password
Captcha*
[New Thread]


Wanna watch some /retro/ TV? Check out https://www.my00stv.com/

RULES

BUNKER


Roy.jpg
[Hide] (21KB, 320x311)
Alright, this is meant to be a successor to /y2k/ on the old 8chan, however I have expanded it to include both the 1990's and the 2000's and NSFW content is allowed, provided it's actually related to the purpose of this board and doesn't violate any of the site's core rules.
182 replies and 39 files omitted. View the full thread
>>5053
>i think it's worth the hassle to see a small pond of shitposting as long as a couple anons swim through it and post their efforts
I've felt ambivalently about this in recent years. Alt boards like this one and boards dedicated to productive stuff like /agdg/ can have a fair amount of signal in all the noise, but more general boards like /v/ have used up whatever good juice they had from 2015-2020.

/tg/ has managed to be the exception to all this, being a board of not-as-productive-as-they-used-to-be anons that just keep to themselves and talk about things they like. Even being attached to the tumorous mass of /a/ hasn't affected them beyond a couple of yaoifags shitting things up.

win98install.png
[Hide] (264.9KB, 1600x1200)
1499369920054.jpg
[Hide] (619.5KB, 2000x2152)
Anyone else here /retro/maxxing? I've realized there is no point in denying myself happiness and gigacoziness and I may as well go all in on my retro obsessions even if it's a bit weird. 

I could list a bunch of things I'm doing but I'll start with just a couple here

>film photography
I have never bought a digital camera and I have stopped being a NEET lately. I have a small comfy job so I have some money and I buy rolls of film on occasion and I carry a late '90s point and shoot camera with me almost everywhere I go. It's fun and super comfy. I also started developing black and white film myself, at home.

>computer
I have set up my windows machine to look like windows 98 (not completely accurate but I've changed over the icons and use a classic theme, etc. 

And on my linux machine I have set it up to look like some versions of UNIX from the late 80s to early 90s.

And for my browser I use Pale Moon and I have it set to look like Netscape.

>music
Message too long. View the full text
283 replies and 75 files omitted. View the full thread
>>5063
I hope this leads to other old home computers getting a renewed version. Like the Spectrum but especially like some of the rarer ones like the SAMCoupe or the Timex Sinclair.

>>5064
>I potentially want to see some older developers and composers getting some new work because of this
That would be great.
Replies: >>5094
>>5069
The ends are just basic composite connections.
Replies: >>5093
>>5092
just get an RCA-to-whatever adapter with an end that'll fit your speakers. Probably 3.5mm, but maybe yours are weird.
Replies: >>5095
>>5063
I bought the Commodore 64x case for mitx. They're still offering it. I tried to shill (raise awareness) of it over the years. Sean who's one of the people involved with this even though Perifractic is the point man is a great guy.
>>5072
Maybe you should tell that to Leo on his forum for 'Commodore' OS.
>>5087
Spectrum was already brought back?
>>5093
Yeah, that's what I figured. I'm going to have to see what I can find.

bca0835575c50bf8309505610dab8b8c85c16d9b.jpg
[Hide] (1MB, 1024x768)
e8b11e1bea501fb9f031286062c6c4bb04b7e15e.jpg
[Hide] (1.1MB, 1024x768)
Let's have a new thread without a tonne of broken images.  Have there been any new forms of /retro/ media (could be movies, games, anime, websites, etc.) that wanted to look old and actually succeeded?

There's an artist called BlueTheBone who makes "retro"-styled animations, cheesecake, and porn.  Like any modern hack, he overdoses on visual clutter and uses filters that don't actually resemble the time period he's trying to emulate - but despite that, I think his style is consistently decent.  If he relied less on computers and filters, then I think he'd be a much better artist, but that goes without saying for most contemporary artists.

The really weird things happen when he tries to make modern character designs and media look old, like pic 2.  It isn't exactly wrong, but there is something perplexing about viewing characters and series that were developed specifically with modern aesthetics in mind.
431 replies and 444 files omitted. View the full thread
>>5083
actually i finally found someone who did an autistic benchmark
[https://www.youtube.com/watch?v=Rp6_bfZ4nuE]
its like what i already said and its really obvious when using mmx [8:00], these old programs that were heavily optimized with these now legacy instructions usually run like garbage on modern cpus where the focus on optimizing is using newer extensions instead of these old obsolete ones that really should just be removed but hey its backwards compatible.. which for intel just means it 'can' run old program, if it runs like shit thats your fault for using out dated legacy stuff

thats basically the attitude for a lot of things
Replies: >>5086
>>5085
>but hey its backwards compatible
If this is really the case, then why do game constantly show errors with trying to run "16 bit" software? I've even had this fun with trying to install some Windows 98 games where they outright refuse to work on my PC running W7 64 bit.
Replies: >>5088
>>5086
thats an os problem, im just talking about hardware, you can still run a 16bit os like dos on a modern cpu and run 16bit programs no problem, when you start using a modern os then yeah its up to how compatible the os is with your program, thats like running a linux program on windows, you either use emulation or boot linux, its not a hardware issue
Replies: >>5089
>>5088
>thats an os problem
Okay, that I get

Here's another question that I have, this is in regards to something like MMX. Now I get the fact that we have "newer processes" that are suppose to be "faster" and more efficient in regards to processing some data, but are these actually faster?

What I mean is something similar that I see with the modern ray-tracing meme. One of the biggest reasons people are pushing for the tech is that it would supposedly lessen the load on developers to make things like proper reflections and lighting in games (Among other things). However the trade-off for using such tech is that it requires far more power than games that came before, prior games which did have elements like proper lighting and reflections (Even if superficially). Is that what is going on here? Are the replacements for processes like MMX actually proven to be faster in application and usage, or are they only theoretically faster and made to seem like the "Better" option because of Intel's shenanigans.
Replies: >>5091
>>5089
mostly yes, its not really comparable to ray tracing, thats always going to be the slowest way to render
with cpus if you had to do something tedious like add 1 to 1000 32bit pixels then with mmx, which has 128bit registers, you can do 4 pixels at a time so its 4x faster than using 64bit registers, but with avx you have 256bit registers so you can 8 at a time, with avx512 you have 512bit registers so you can do 16x pixels at once, so obviously youd think more is better, since obviously if you can do more data then its faster but it gets complicated because a cpu is still a physical machine so passing electricity on gigantic 512bit registers is going to create way more heat than registers that are 1/4 its size, so while you can do more data you actually still slow the cpu down since it will thermal throttle and it does that preemptively because its guaranteed to go volcano mode when using those instructions, the instance you use a single 256bit or 512bit register the cpu immediately downclocks, i think the penalty is 20% 50% respectively but thats a small price to pay when you can process 8x-16x the amount of data, however if the programmer is stupid and only does a single avx instruction and isnt really using these for bulk data processing then you trigger the downclock penalty and effectively slowed the cpu down for nothing, and your normal instructions are running at 1/4 the speed now for a while, so nor
Message too long. View the full text

Anime_Quest_Geocities.png
[Hide] (176.5KB, 800x600)
So, what are some of your favorite memories of the old internet?


Can be websites, memes, events or any other aspect of the days of Web 1.0 and 1.5


For a quick reference, here's what I would define as Web 1.0 and Web 1.5


>Web 1.0: Usenet, Geocities and Angelfire, AOL (1991-2001)
>Web 1.5: Early YouTube, ED, 4chan in its "wild west" days, MySpace, YTMND, Newgrounds and the peak years of dA and Fanfiction.net (2001-2008)


You also had cross-generation stuff like GameFAQs and IMDB which are still around today, although sadly IMDB's infamous message boards are gone
316 replies and 160 files omitted. View the full thread
streaming_girl_vs_torrent_boy.png
[Hide] (564.7KB, 720x478)
>>5024
In hindsight, growing up with:
- infinite free emulated video games
- infinite free Flash games and animations
- wide cultural expectations of filesharing for music and movies
- the intersection of good video games made by white dudes
- geeks running the internet and having fun
was pretty much perfect.

I don't want to get lost in reminiscing, so I'll just say that the abundance of digital media and internet preservation have made it easier than ever to see how boring and lame things are. The only thing The Powers That Be have going for them is cultural inertia, and they've been digging up the corpses of 80s toy lines at an alarming rate. It can't last forever, and if we're willing to make new stuff ourselves then it'll stand out.
Replies: >>5030 >>5066
>>5029
>I don't want to get lost in reminiscing
>and if we're willing to make new stuff ourselves then it'll stand out.
Both great perspectives, Anon.
Forward!
>>5029
amen anon
>if you build it they will come
we have to create the world that we want to see, and when people see how much better it is, that movement will only grow.
https://contemporary-home-computing.org/RUE/
>I’ve been making web pages since 1995, since 2000 I’m collecting old web pages, since 2004 I’m writing about native web culture (digital folklore) and the significance of personal home pages for the web’s growth, personal growth and development of HCI.
>So I remember very well the moment when Tim O’Reilly promoted the term Web 2.0 and announced that the time of Rich User Experience has begun. This buzzword was based on Rich Internet Applications, coined by Macromedia,1 that literally meant their Flash product. O’Reilly’s RUE philosophy was also rather technical: The richness of user experiences would arise from of use of AJAX, Asynchronous Javascript and XML.
>The web was supposed to become more dynamic, fast and “awesome,” because many processes that users would have to consciously trigger before, started to run in the background. You didn’t have to submit or click or even scroll anymore, new pages, search results and pictures would appear by themselves, fast and seamless. “Rich” meant “automagic” and … as if you would be using desktop software.
>As Tim O’Reilly states in September 2005 in blogpost What is Web 2.0?:2 “We are entering an unprecedented period of user interface innovat
Message too long. View the full text
Making a Neocities page looks fun. I really loved the internet when it was full of blogs, forums and personal sites. I sure miss it.

gameboy.jpg
[Hide] (458.3KB, 1280x877)
gbp.jpg
[Hide] (97.5KB, 500x674)
Dy_4u3UVAAA_8Hd.jpg
[Hide] (198.8KB, 814x1084)
1473047913294.jpg
[Hide] (128.3KB, 500x592)
Post cool /retro/ ads and TV commercials
72 replies and 141 files omitted. View the full thread
>>5037
>>5038
Very interesting stuff, Anon. Thanks!
tony-de-peltrie.jpg
[Hide] (84.9KB, 640x431)
>>5037
>>5038
I figured there was zero CGI involved. No way they had facial animations this good in the 80s. For an interesting (and amusing) look at what "state of the art" CGI looked like back then, check out Tony de Peltrie (1985).
https://www.youtube.com/watch?v=6GHJwBL1ySE
Replies: >>5046 >>5070
>>5043
https://www.youtube.com/watch?v=5g2Ywx1mLIE
644b135a4961dde153f0357d8065340f52737bd9f80806c6414e67c1b386b74f.png
[Hide] (230.7KB, 446x301)
>>5037
>>5038
>>5043
CATCH THE WAVE
Replies: >>5071
>>5070
Funny. I don't think they ever solved that did they?

onigiri.jpg
[Hide] (16.8KB, 480x360)
There is a lot of history to 2channel, the Japanese megaBBS from 1999-2014. It now continues as 5ch and a broken copy version, neither of which capture the spirit of the old site.
Ayashii world(or strange world) preceded 2ch on the net, as a type of BBS with many instances. The original strange world lasted from about 1995-1996(maybe it was just 1996 I don't remember). They overall went out of style when 2channel came along.

That said, there is still a lifetime of threads, flash, and more from these that is worth reading and watching, as well as some instances that are still alive.


I recommend visiting the english renditions of these sites, they tend to be very easy on hardware because they are just textboards:

English 2channel, originally started by 2ch users in 2003: http://world2ch.net/

English Ayashii Warudo, started by enthusiasts of Japanese BBS: https://fukuoka.x10.bz/bbs.php
1 reply omitted. View the full thread
There should be more english 2chs
Oh, I've been using world2ch for a few months now. I have a few threads
9t.jpg
[Hide] (55.3KB, 582x640)
TEXTBOARD WASSHOI
Replies: >>5059
>>5058
Wha happen?
          Wasshoi!!
     \\    Wasshoi!    //
 +   + \\   Wasshoi!   /+
        ∬ ∬    ∬ ∬    ∬ ∬  +
   +     人      人      人     +
         (_)    (_)    (__)
  +    (__)   (__)   (__)     +
.   +   ( __ )  ( __ )  ( __ )  +
      ( ´∀`∩ (´∀`∩) ( ´∀`)
 +  (( (つ   ノ (つ  丿 (つ  つ ))  +
       ヽ  ( ノ  ( ヽノ   ) ) )
       (_)し'  し(_)  (_)_)

All_in_the_Family_(Lordz_of_Brooklyn).jpg
[Hide] (103KB, 500x480)
>These guys think they're bad because they walk slow...
https://www.youtube.com/watch?v=KRiH3jNE7OY
160 replies and 100 files omitted. View the full thread
>>5008
I've listened to it. it's not as good
Replies: >>5011
>>5009
I agree, the original is hard to beat. It's one of those things that's a perfect point in time, really captures the feeling of the emerging genre. Hard to replicate that feeling 25 years later
f5f87fa56ff4f71b02e55e23bab38b9c0874f9b99e8d33d7b50f02b5f729888f.png
[Hide] (9.3KB, 325x157)
i heard the around the world WUBWUBWUBWUB remix at the gym again today and now i'm mad
Replies: >>5013 >>5060
>>5012
I argue all remixes are terrible. I work with a guy that's too cheap to pay for a streaming service or buy albums but won't pirate, so he'll download remixes and covers as a loophole. I've heard enough butchered music to cement my opinion.
Replies: >>5060
ATC_-_Around_The_World_(La_La_La_La_La)_(RNT_Mix).ogg
[Hide] (3.1MB, 640x640, 03:08)
iiO_-_Rapture_(Armin_van_Buuren_Edit).ogg
[Hide] (3.9MB, 640x640, 04:15)
Ian_Van_Dahl_feat._Marsha_-_Castles_In_The_Sky_(De_Donatis_Radio_Edit).ogg
[Hide] (3.3MB, 640x640, 03:43)
Britney_Spears_-_Gimme_More_(Paul_Oakenfold_Mix).ogg
[Hide] (5.5MB, 640x640, 06:05)
>>4281
>>5012
>>5013
Never underestimate the power of a good remix. Ignore all the modern trash and listen to these.

Jurassic_Park.jpg
[Hide] (83.8KB, 600x450)
Is it just me or was anything related to dinosaurs really fucking huge back in the 90's and very early 2000's?


You had the original Jurassic Park trilogy, Walking With Dinosaurs, Dino Crisis, Land Before Time, the Dinosaurs TV show, Disney's Dinosaur movie from 2000, even PBS kiddie shit like Barney.


Even the shitty 1998 Godzilla movie with Matthew Broderick tried to ape Jurassic Park.


Like, this was most obvious with children's media like Land Before Time and Barney, but you even saw it elsewhere in the 90's, like the Toronto Raptors


I guess the first Jurassic Park was where it all kicked off, considering how huge that movie was in the early 90's and a lot of the craze fittingly died down with Jurassic Park III, which was the worst of the original films in a lot of people's opinions (including my own)
49 replies and 22 files omitted. View the full thread
Replies: >>4640 + 1 earlier
>>13 (OP) 
It kind of still is? Jurassic World is still out there, and there are games like  Dino Hazard: Chronos Blackout and Dinosaur Fossil Hunter, and there's band named Victorius that has at least two albums about dinosaurs and another band named Ultra Raptor, et cetera...
I mean, it might be not that mainstream, but mainstream today in general is a weird thing, as I really wonder who can even enjoy 90% of mainstream content. Yet obviously someone enjoys it, since it refuses to die out.
But among the non-mainstream stuff, dinos are still quite a big niche. You just have to dig for it.
Replies: >>5039 >>5042
I've got some dino stuff saved here and there but most of it's way earlier than from 90/2000s or even the 80s.
>>4640
I think the "feather wars" might have split a lot of people on whether dinos are cool or not. Pop culture wise people prefer dragons to big birds.
Replies: >>5041
Sydenham_studio.jpg
[Hide] (142.1KB, 669x938)
Diplodocus_by_Hay_1910.jpg
[Hide] (903.8KB, 1382x874)
gwangi.jpg
[Hide] (364.1KB, 1101x1195)
>>5039
In my own experience, it goes even further than that. I realized as I got older that I preferred the really antiquated depictions of dinosaurs over what it seems they were actually like. Especially the more fantastic versions from pop culture.
reaction_-_laughing_dinosaur.jpg
[Hide] (175.1KB, 2000x857)
>>4640
>you just have to dig for it
>>3522
Found the Prehistoric Shark doc.
https://archive.org/download/shark-week-prehistoric-sharks-dc-1998

vmware_2885WejKLn.png
[Hide] (194.2KB, 427x385)
vmware_Ls76FXIhCV.png
[Hide] (45.3KB, 477x306)
vmware_QDJ1HuT76D.png
[Hide] (29.4KB, 346x344)
vmware_rhgEpkoDUo.png
[Hide] (118.6KB, 235x377)
vmware_WcTCEtUKkZ.png
[Hide] (131.4KB, 391x282)
Started collecting these recently. I've uploaded everything I've got (160+ skins) to the Internet Archive.
https://archive.org/download/windowsmediaplayerskinscollection
Most skins were retrieved from Microsoft and The Skins Factory through the Wayback Machine, although some were obtained through other means. Enjoy.
23 replies and 13 files omitted. View the full thread
Does anyone know if its possible to retrieve the streaming radio list and station infomation from winamp/realplayer/wmp?
I want something like this for VLC. Not too many choices apparent so far.

Lol, google sucks now.
The_WMP_skin_in_question..PNG
[Hide] (75.7KB, 401x287)
I know I'm very late to this but you're missing this default skin. I remember this one but it's not on here. thanx if you add it, and it's okay if you can't :D
(Source of the image cut out: a WMP 8 ad. I used the Snipping Tool to screenshot this which is the reason why the quality probably sucks. Sorry.)
i love you
Here's some random 2hu skins I happened upon.
http://munyumunyumoo.nomaki.jp/

palmPilot.jpg
[Hide] (19.2KB, 300x450)
motorolaPager.jpg
[Hide] (118.1KB, 800x597)
nokiaBricck.jpg
[Hide] (89.1KB, 217x496)
rioMp3Player.jpg
[Hide] (131.9KB, 500x825)
Retro /tech/.
 
PDAs, pagers, old mobile phones, mp3 players.  I miss them.  They were so less intrusive to privacy.
 
It sounds really weird, but I'd love it if I could somehow still have a pager as opposed to a cell phone.
131 replies and 48 files omitted. View the full thread
asperger_king.jpg
[Hide] (90.8KB, 500x325)
>>4957
>This thread was created to discuss 90s and 2000s devices, period.
I guess you'd better sperg out at the anons from five years ago who talked about Windows 10 and modern Linux distros at length, as well as their experiences distro hopping. At least a third of the thread is 2-3 anons comparing Linux distros and desktop environments, which is fine because they're talking about modern technology with the desire to make it /retro/.

Small boards like this get by on vibes, not rules, because we're a small circle of like-minded anons with similar interests. Life goes on, man. Just stop being so butthurt about meaningless shit and you'll be a lot happier.
>>801
>I actually bought myself a whole collection of grooveboxes this year (MP7, MC505, MC307, MPC500, DR202, KO1, EM1, SP606, SP808, RM1X, SB246, QY100), and it's really taught me how expensive and how much of a hassle hardware really is in comparison to DAWs and trackers. And to add, I've since started using FLStudio 3.55 which has re-shifted my opinion on software trackers as it's a much more user friendly and intuitive software to use and to learn as a beginner in comparison to the more modern versions.
Replying to this post again, I'm on the verge of just coughing up the money for a Cirklon with the way my computer setup is. FL Studio has been my preferred way of working in the box, but I've never liked the feeling of using it in Linux. I've tried it through Wine and in a virtual machines, and it just feels off to me. I've also got it installed on my Windows partition, but the problem is that I don't like having to close everything and boot into Windows for that. And maybe it's just me, but I've never been good at finishing projects. I also never bothered learning any of the automation techniques.

I played around with Furnace a bit and really liked the workflow and bare-bones tracker interface, but there's no MIDI export function. It's also completely oriented around chip music, which is fine, but I'd like to also be able to input chords and everything. I'm a hardware syn
Message too long. View the full text
I'm going to the vintage computer festival tomorrow. There will be SGI machines there, I'm really excited.
Replies: >>5020
>>5019
How does a festival like that work? Is it a bit like the vintage car shows and model trains
Replies: >>5021
>>5020
I guess they just book a big space and then people come in and set up tables and booths with displays.

Unfortunately, it's full of weirdos and unshowered people. They're not 100% of the attendees, but a significant portion. I guess in hindsight it's stupid to expect anything else, but somehow in my mind I expected Computer Chronicles sort of people and not smelly discord people.

Nevertheless, it was still fun. I got some magazines and a couple bits of hardware as well.

Show Post Actions

Actions:

Captcha:

- news - rules - faq -
jschan 1.7.0