What Were the Early Days of PF Like for Members in the Twenty-Year+ Club?

  • Thread starter Thread starter Ivan Seeking
  • Start date Start date
Click For Summary
Members reflecting on their 20+ years with PF shared nostalgic memories of the early internet, highlighting the excitement of global communication through forums. Many recounted their experiences with outdated technology, such as punch cards and early web browsers like Netscape and Mosaic. The discussions also touched on the evolution of online interactions and the transition from email and Usenet to more modern platforms. Members expressed amazement at how much the internet has changed since they first joined. Overall, the thread captures a sense of camaraderie and shared history among long-time PF members.
  • #61
Who remembers downloading pictures of pretty girls in ASCII HEX dump format, then using a local utility (???) to turn it into a picture?
 
  • Like
Likes DaveC426913
Physics news on Phys.org
  • #62
anorlunda said:
Who remembers downloading pictures of pretty girls in ASCII HEX dump format, then using a local utility (???) to turn it into a picture?
Man, the internet was the Wild West of FREE girlie pics!
1675560294142.png

Yep, We were livin' in the future!
 
Last edited:
  • Like
Likes Astronuc and anorlunda
  • #63
pinball1970 said:
The clip is


I loved that show! LOL!
 
  • Like
Likes pinball1970
  • #64
i recall writing my first (maybe last) program in machine language for a univac mark I, and joined PF about 40 years later.
 
  • #65
The last serious piece of assembler code I wrote was in 1989 or thereabouts... My employer had a successful port of our Unix variant to the Motorola 88100, but to bring it up quickly we wrote strcpy and related functions in C as
Code:
while(*s1++ = *s2++);
and let the compiler take it from there.

Once the system was running I went back, looked at the pipeline structure of the microprocessor, and rewrote the byte copy routines in assembler with unrolled loops and picking up 32-bit words whenever possible (the 64-bit load/store instructions occupied two pipeline stages, so no benefit to using them). Several hundred lines of assembler to replace the single line of C code.... and one of only two times in my life that I coded a performance improvement that everyone could feel as the system booted.
 
  • Like
Likes berkeman and Astronuc

Similar threads

  • · Replies 27 ·
Replies
27
Views
5K
  • · Replies 157 ·
6
Replies
157
Views
40K
  • · Replies 24 ·
Replies
24
Views
5K
  • · Replies 101 ·
4
Replies
101
Views
11K
Replies
2
Views
5K
  • · Replies 102 ·
4
Replies
102
Views
10K
  • · Replies 5 ·
Replies
5
Views
1K
  • · Replies 25 ·
Replies
25
Views
5K
  • · Replies 5 ·
Replies
5
Views
2K
Replies
1
Views
2K