Skip to main content

Questions tagged [standards]

The tag has no usage guidance.

24 votes
11 answers
9k views

Why did XML lose out to XHTML, then HTML 5, on the web?

I started my web design career back in the late 90s, and at that time web page technologies seemed to be in a state of flux. In particular, I remember a transitional period prior to widespread ...
Noel Whitemore's user avatar
4 votes
1 answer
481 views

Is there an standardised 6502 assembly syntax?

I am working on a Flex/Bison based 6502 assembler (for fun and learning) and looking around for a "standard" syntax for the assembly language. Opcodes and addressing are more or less ...
Bart Friederichs's user avatar
30 votes
3 answers
8k views

Why did 1990s-2000s LCD all use 60 Hz refresh?

In the CRT era, refresh rates ranged from 50 to 160 Hz. Some displays could barely do 65, high-end Mitsubishi and Sony tubes could run 120+; most people used 70-100 Hz. GPU DACs and monitor circuits ...
Therac's user avatar
  • 923
8 votes
1 answer
325 views

Was ∆ used in APL as a substitute for space because ECMA-17/ISO 2047 specified △ as graphical representation for space?

Wikipedia on naming conventions in programming states (without source): In APL dialects, the delta (Δ) is used between words, e.g. PERFΔSQUARE (…) This is an unusual choice, but I notice that ECMA-...
Adám's user avatar
  • 668
17 votes
2 answers
2k views

When did type punning through violating the strict aliasing rule become disallowed?

Looking at the C code from the Fast Inverse Square Root, the casting of a float to a long is done via pointer arithmetic: i = * ( long * ) &y; // evil floating point bit level hacking The ...
Adam Hyland's user avatar
  • 1,027
5 votes
0 answers
159 views

Who implemented the IEEE 855 MOSI (Microprocessor Operating System Interfaces) standard?

IEEE 855 – Standard for Microprocessor Operating Systems Interfaces (MOSI) – defines a standard API for use with microcomputer operating systems. Publication timeline: First edition (IEEE 855-1985), ...
Simon Kissane's user avatar