• 0 Posts
  • 99 Comments
Joined 1 year ago
cake
Cake day: June 13th, 2023

help-circle









  • You could just about play speech using one bit output using pulse-width-modulation. But it was almost unrecognizable. And would take a lot of memory for the time.

    It was usual to have different numbers of beeps for POST errors.

    But this was an age when a PC would say “Keyboard error. Press any key to continue”, so things were not thought out that well.








  • I find it really frustrating to not have a touchscreen on a laptop (e.g. scrolling and zooming Google maps).

    I don’t understand what I’m getting for the price difference compared to a similar windows laptop.

    I don’t like how the Ctrl/Fn/Alt/Cmd keys are used, but that’s just because I’m used to Windows. (Remapping then doesn’t help because commands are divided differently been those modifiers).

    I do like that it has a native bash shell instead of having WSL with its separate filesystem. But I doubt that that is a common reason people choose macs.



  • Not everyone knew C.

    Lack of trust: what was it doing behind the scenes? What’s if it just went and … allocated memory all by itself!!

    Optimization wasn’t so good back then. People believed that they could write better assembly. For speed and size.

    Memory was tight. C would include big libraries even if only one function was needed. If “hello world” was several k in size, that added to the suspicion (even though that was a fixed overhead in practice).