This week's book giveaway is in the Raspberry Pi forum.
We're giving away four copies of Getting started with Java on the Raspberry Pi and have Frank DelPorte on-line!
See this thread for details.
Win a copy of Getting started with Java on the Raspberry Pi this week in the Raspberry Pi forum!
  • Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Ron McLeod
  • Paul Clapham
  • Tim Cooke
  • Jeanne Boyarsky
Sheriffs:
  • Rob Spoor
  • Devaka Cooray
  • Liutauras Vilda
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Tim Moores
  • Mikalai Zaikin
Bartenders:
  • Piet Souris

Disk free space 27.8MB

 
Ranch Hand
Posts: 4716
9
Scala Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
more or less depending on what i'm doing
 
Ranch Hand
Posts: 3451
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
The first computer I programmed had 8K of core (now called RAM) and a disk cartridge of around 250K. If there is one truth I have learned in almost 30 years, it's programmers will never have enough memory.
 
Randall Twede
Ranch Hand
Posts: 4716
9
Scala Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
well my first computer had 8K and an expansion pack to bring it up to 16K. it had just an audio cassette, no disk at all. but nowadays when im using 200MB and only have 64MB, thats a lot ov virtual memory, and i only have 27.8MB left...if i had any less i would be in serious trouble....well its cause i just installed a 400MB program, i will uninstall it when im done evaluating it though. and i have a 10 GB HD :roll:
 
Ranch Hand
Posts: 2823
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Almost looks like a Monty Python skit.
Tell kids of today that and they won't believe you.
 
Ranch Hand
Posts: 5399
1
Spring Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Originally posted by Michael Morris:
If there is one truth I have learned in almost 30 years, it's programmers will never have enough memory.


What is enough for you ??
 
author and jackaroo
Posts: 12200
280
Mac IntelliJ IDE Firefox Browser Oracle C++ Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Ahhh, the good old days. The first computer I owned was one I built from kit form, and it had 2K of RAM, 2K of ROM, and was programmed in hex. Later there was an expansion module to take it up to 4K of RAM. It was literrally putting one memory chip directly on top of the existing memory chip, and soldering all the pins together except for one pin which was taken to a software controlled gate. The ROM had to be upgraded to handle that too.
At the time I was working on far more advanced machines: They had 16 K of ram. Way out of my price range though
Now my home computer has 756Mb RAM, and 170Gb HDD (3 drives) and a 19" monitor. Gee how things have changed.
Regards, Andrew
 
R K Singh
Ranch Hand
Posts: 5399
1
Spring Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Originally posted by Andrew Monkhouse:
There are 10 types of people - those that understand binary and those that dont.


7/5 people of the world dont understand fraction.
 
Michael Morris
Ranch Hand
Posts: 3451
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
What is enough for you ??
The ideal machine:
  • 64 64 bit processors
  • 64 TBytes of Ram
  • 100 EByte hard drive
  • 100 GBit LAN/WAN


  • Sheer power!
     
    Rancher
    Posts: 13459
    Android Eclipse IDE Ubuntu
    • Mark post as helpful
    • send pies
      Number of slices to send:
      Optional 'thank-you' note:
    • Quote
    • Report post to moderator
    I have 1Gb DDR and a 2Gb swap, and WSAD has still managed to choke the machine on occasion...
     
    Ranch Hand
    Posts: 400
    • Mark post as helpful
    • send pies
      Number of slices to send:
      Optional 'thank-you' note:
    • Quote
    • Report post to moderator
    150 of us livin' int shoebox int middle a't road...and you tell young people of today that......
     
    Ranch Hand
    Posts: 193
    • Mark post as helpful
    • send pies
      Number of slices to send:
      Optional 'thank-you' note:
    • Quote
    • Report post to moderator
    How many people here have had to sort a box of punch-cards after dropping them?
     
    Michael Morris
    Ranch Hand
    Posts: 3451
    • Mark post as helpful
    • send pies
      Number of slices to send:
      Optional 'thank-you' note:
    • Quote
    • Report post to moderator
    How many people here have had to sort a box of punch-cards after dropping them?
    I got so frustrated that we didn't have a sorter in the engineering department in college that I wrote a sorting routine for the card reader. It took multiple passes but eventually you got your program back in order. Hey, it beat walking half a mile to the business department where they had all the fancy equipment, including a sorter.
     
    Ranch Hand
    Posts: 1907
    1
    • Mark post as helpful
    • send pies
      Number of slices to send:
      Optional 'thank-you' note:
    • Quote
    • Report post to moderator
    One of my relative was sent to Paris for getting trained on these things and the big machine 'computer'.This was in 1970.He says people used to queueup for getting their programmed compiled.
     
    reply
      Bookmark Topic Watch Topic
    • New Topic