Recent content by rcgldr

  1. rcgldr

    Learning Assembly and computer architecture for x86

    Do web search for "banks required to use decimal math in the US", and you will find explanations. I'm aware that the government institutions that monitor the banks have matching calculations that require the rounding of decimal numbers be consistent between banks and the monitors, but can't find...
  2. rcgldr

    Learning Assembly and computer architecture for x86

    In 2001, the U.S. Securities and Exchange Commission (SEC) mandated "decimalization" for all U.S. stock markets (xx 3/4 becomes xx.75). In the US in 1792 the coinage act established decimal currency. The main issue is decimal fractions like 0.1 can't represented exactly with binary floating...
  3. rcgldr

    Learning Assembly and computer architecture for x86

    Current Macs are using ARM M1 and M2 processors (an ARM processor is essentially VHDL that becomes part of the main chip that also includes the GPU (graphics processing unit) and other stuff). Apple no longer makes desktops. They make all in ones that include the main board in the monitor and...
  4. rcgldr

    Learning Assembly and computer architecture for x86

    Financial institutions are required by law to perform the math in decimal. Cobol typically does this using packed decimal (BCD). This dates back to the days when Grace Hopper and team developed the Cobol language. Prior to that was plugboard programming (unit record processing) that was also...
  5. rcgldr

    Learning Assembly and computer architecture for x86

    I have about 25 Windows console mode X86 64 bit assembly only programs, generally math oriented stuff.
  6. rcgldr

    Learning Assembly and computer architecture for x86

    In the case of RISC-V, they've added Galois field instructions to speed up erasure code (RVV), and some have pre-fetch instructions. This is a currently active project at github Intel ISA-L: Intel ISA-L riscv64
  7. rcgldr

    Learning Assembly and computer architecture for x86

    X86 instruction set is a moving target. As suggested by others, start off with what a C compiler generates. Advanced stuff like AVX512 + GFNI (Galois Field New Instructions) isn't something most programmers will ever get involved with.
  8. rcgldr

    When should a beginner programmer learn vims/emacs?

    I started programming in 1968, using punched cards. There were several batch editors for text files stored on a disk drive at the companies I worked for. The first well known text editor I used for programming was WordStar, which was popular for CP/M programmers...
  9. rcgldr

    I Explain Bernoulli at the molecular level?

    Getting back on topic, in the case of a static Venturi, as the tube diameter decreases, pressure energy decreases while kinetic energy increases. In a real world situation, the total energy decreases due to losses, but kinetic energy can be increased. Indy and Formula 1 race cars use Venturi...
  10. rcgldr

    I Explain Bernoulli at the molecular level?

    I agree. I'm waiting to see if someone wants to move all the glider related posts to another thread. If they just want to delete them, I wouldn't have an issue with that either, but don't know about the others involved. I did go through and did strike-through on my prior posts.
  11. rcgldr

    I Explain Bernoulli at the molecular level?

    I'm still wondering about the horizontal component, especially if you consider the earth's surface to be frictionless, in which case, there could be a continuous change in the horizontal component of air velocity until the glider lands. If the earth's surface is not frictionless, then a...
  12. rcgldr

    I Explain Bernoulli at the molecular level?

    I agree with this, if someone is willing to take the time to do this. I wouldn't mind a restart on the earth glider system, especially for a glider based frame of reference versus gravitational potential energy. I'm also thinking that the best example of Bernoulli at the molecular level would...
  13. rcgldr

    I Explain Bernoulli at the molecular level?

    You're correct. I deleted that post (brain fade on my part). I don't recall where I got those images from. There would be a decrease in energy: Δ v would be angled more forwards, and | v + Δ v | < | v | (using | ... | for magnitude). Getting back to the glider in a steady descent, using the...
  14. rcgldr

    I Explain Bernoulli at the molecular level?

    Example, XFOIL is a 2D model, XFLR5 includes 3D panel modeling. High end simulators use full 3D CFD tools.
  15. rcgldr

    I Explain Bernoulli at the molecular level?

    The caveat brought up there is a time dependent force. This isn't an issue for the earth + air + glider example I've been using. For example, the gravitational potential energy between the earth and a satellite circularly orbiting the earth remains constant, even if the earth is moving with...
Back
Top