Skip to content
  • Categories
  • Recent
  • Tags
  • All Topics
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Brite
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Caint logo. It's just text.
πŸ‡ΊπŸ‡¦ haxadecimalB

brouhaha@mastodon.social

@brouhaha@mastodon.social
About
Posts
16
Topics
1
Shares
0
Groups
0
Followers
0
Following
0

View Original

Posts

Recent Best Controversial

  • The party of Germany's Chancellor Friedrich Merz, CDU, is projected to win the NRW municipal vote, with the far-right AfD making major gains.
    πŸ‡ΊπŸ‡¦ haxadecimalB πŸ‡ΊπŸ‡¦ haxadecimal

    @alex_p_roe
    Like the Air Canada incident, but bigger.
    https://www.bbc.com/travel/article/20240222-air-canada-chatbot-misinformation-what-travellers-should-know

    Uncategorized

  • The party of Germany's Chancellor Friedrich Merz, CDU, is projected to win the NRW municipal vote, with the far-right AfD making major gains.
    πŸ‡ΊπŸ‡¦ haxadecimalB πŸ‡ΊπŸ‡¦ haxadecimal

    @alex_p_roe
    Yes, AI companies keep claiming that they will remove the "hallucinations" from their LLMs, but it's bullshit. An LLM is, by definition and by construction, a hallucination machine. If you could remove the hallucinations, there would be nothing left.
    People are fooled easily into thinking there is intelligence in an LLM because the hallucinations often seem quite plausible on the surface, and they are stated in such a seemingly authoritative way, as if they were solid facts.

    Uncategorized

  • The party of Germany's Chancellor Friedrich Merz, CDU, is projected to win the NRW municipal vote, with the far-right AfD making major gains.
    πŸ‡ΊπŸ‡¦ haxadecimalB πŸ‡ΊπŸ‡¦ haxadecimal

    @alex_p_roe
    The fly in their ointment is that they're not going to get AGI for a very long time, if ever. Most of the money is going to LLMs, which are not on a path that leads to any intelligence, let alone AGI. Sam Altman promises otherwise, so they keep throwing money at it, and accelerating the destruction of the ecosphere in the process.

    Uncategorized

  • The party of Germany's Chancellor Friedrich Merz, CDU, is projected to win the NRW municipal vote, with the far-right AfD making major gains.
    πŸ‡ΊπŸ‡¦ haxadecimalB πŸ‡ΊπŸ‡¦ haxadecimal

    @alex_p_roe
    The billionaires believe that by investing hundreds of billions of dollars into AI research, that they will get AGI that eliminates their dependence on human labor. They want the science fiction post-scarcity economy, but only for themselves. Once the billionaires have AGI, they have no interest in the rest of us, and would gladly eliminate us if we get uppity.

    Uncategorized

  • The party of Germany's Chancellor Friedrich Merz, CDU, is projected to win the NRW municipal vote, with the far-right AfD making major gains.
    πŸ‡ΊπŸ‡¦ haxadecimalB πŸ‡ΊπŸ‡¦ haxadecimal

    @alex_p_roe
    The American Dream, 21st century style.
    A dream for billionaires, a living nightmare for others.

    Uncategorized

  • I want something sun3-ish, but I'm afraid that, just like any proper serial terminal that has a proprietary detachable keyboard, these have become unobtainiumMaybe I could find an HP 700/96 in good condition (the one that takes a PS/2 keyboard)
    πŸ‡ΊπŸ‡¦ haxadecimalB πŸ‡ΊπŸ‡¦ haxadecimal

    @yakkoj
    If you really want a Sun and can't find a matching Sun keyboard, you can make a PS/2 to Sun keyboard adapter. I'm pretty sure a design has been published.

    Uncategorized

  • There's a famous computer joke that goes along the lines of "we needed 4K of RAM to send people to the Moon, and now we need <e.g.
    πŸ‡ΊπŸ‡¦ haxadecimalB πŸ‡ΊπŸ‡¦ haxadecimal

    @AnachronistJohn @nina_kali_nina @tomjennings
    That worked because it wasn't running any graphical interface. Just serial terminals. A current Linux kernel, even if you configured out absolutely everything not needed for that, probably wouldn't fit in 1 MiB, though I haven't tried. However, even stripped to a minimum configuration, a current Linux kernel provides a lot of features that BSD 4.2 did not.

    Uncategorized permacomputing

  • There's a famous computer joke that goes along the lines of "we needed 4K of RAM to send people to the Moon, and now we need <e.g.
    πŸ‡ΊπŸ‡¦ haxadecimalB πŸ‡ΊπŸ‡¦ haxadecimal

    @AnachronistJohn @nina_kali_nina @tomjennings
    BSD 4.2 ran fairly well in 1 MiB on the VAX 11/780.

    Uncategorized permacomputing

  • If I were superstitious, I'd avoid mentioning it for fear of jinxing it, but since it's bad luck to be superstitious:It looks like I'll have a new development contract for VHDL FPGA code starting later this week
    πŸ‡ΊπŸ‡¦ haxadecimalB πŸ‡ΊπŸ‡¦ haxadecimal

    @phloggen
    An example is when a DMA controller has to be programmed with a start address of a C object,, and so a pointer value has to be convered to an integer, to be programmed into a DMA controller register. Technically doing that is UB, yet it works on pretty much any real-world compiler used for embedded programming.

    Uncategorized

  • If I were superstitious, I'd avoid mentioning it for fear of jinxing it, but since it's bad luck to be superstitious:It looks like I'll have a new development contract for VHDL FPGA code starting later this week
    πŸ‡ΊπŸ‡¦ haxadecimalB πŸ‡ΊπŸ‡¦ haxadecimal

    @phloggen
    I need to study the actual C standard (now C23, which is ISO/IEC 9899:2024) to learn more detail about the magicness of char*.
    I with some reluctance admit that in programming small embedded systems (microcontrollers), I do (very rarely) deliberately use some C code that depends on deterministic implementation of what is technically UB, when there is no practical alternative. Usually this is limited to the lowest level hardware interfaces, and I comment the fact that it is known UB.

    Uncategorized

  • If I were superstitious, I'd avoid mentioning it for fear of jinxing it, but since it's bad luck to be superstitious:It looks like I'll have a new development contract for VHDL FPGA code starting later this week
    πŸ‡ΊπŸ‡¦ haxadecimalB πŸ‡ΊπŸ‡¦ haxadecimal

    @phloggen
    Also, in C and C++, the ONLY valid values for a pointer are to an object, or (if an array), any existing element of an array object, or the nonexistent element just one past the end of the array.
    Doing any other pointer arithmetic is UNDEFINED BEHAVIOR.
    If you have a pointer to the first element of an array, decrement the pointer, and then increment the pointer again, that is UB. You're not guaranteed to get the original pointer value back. Because it's UB, it could do ANYTHING!

    Uncategorized

  • If I were superstitious, I'd avoid mentioning it for fear of jinxing it, but since it's bad luck to be superstitious:It looks like I'll have a new development contract for VHDL FPGA code starting later this week
    πŸ‡ΊπŸ‡¦ haxadecimalB πŸ‡ΊπŸ‡¦ haxadecimal

    @phloggen
    For the benefit of those playing along at home, C and C++ allow you to cast a pointer type to a void*, and cast it back to the ORIGINAL pointer type, but casting it to any other pointer type is UNDEFINED BEHAVIOR.
    Similarly, you can store a pointer in an intptr_t, and extract it back to the ORIGINAL pointer type.
    Sadly, much C and C++ code does depend on other pointer casts which technically have UB.

    Uncategorized

  • If I were superstitious, I'd avoid mentioning it for fear of jinxing it, but since it's bad luck to be superstitious:It looks like I'll have a new development contract for VHDL FPGA code starting later this week
    πŸ‡ΊπŸ‡¦ haxadecimalB πŸ‡ΊπŸ‡¦ haxadecimal

    @phloggen
    Agreed. The problem with the vast majority of segmented memory architectures (e.g., x86) was not the segmentation per se, but the limitation on segment size.
    That said, too much C software (and some C++ software) depends on what is technically undefined behavior, assuming a flat memory space so that they can abuse pointers. The pre-standard C language didn't say that you couldn't, so many programmers did, and still do.

    Uncategorized

  • If I were superstitious, I'd avoid mentioning it for fear of jinxing it, but since it's bad luck to be superstitious:It looks like I'll have a new development contract for VHDL FPGA code starting later this week
    πŸ‡ΊπŸ‡¦ haxadecimalB πŸ‡ΊπŸ‡¦ haxadecimal

    @phloggen
    Semiconductor process technology has always (until now?) advanced quickly enough that such language-directed architectures have been doomed to never become mainstream. There's at least a small chance that that could change, since Moore's law is still increasing density, but is not increasing single-core performance nearly as rapidly. While there are some important problems that are amenable to multi-core implementation, many are not.

    Uncategorized

  • If I were superstitious, I'd avoid mentioning it for fear of jinxing it, but since it's bad luck to be superstitious:It looks like I'll have a new development contract for VHDL FPGA code starting later this week
    πŸ‡ΊπŸ‡¦ haxadecimalB πŸ‡ΊπŸ‡¦ haxadecimal

    @phloggen
    Oooh, that sounds fun! I've been a fan of Ada since before the original Ada '83 standard (though had some serious limiations not resolved until Ada '95), and though I had a friend who worked at Rational, I have never used their machines, and could only drool over the specs.
    I've always been interested in language-directed computer architecture, especially for languages with a higher semantic level than C.

    Uncategorized

  • If I were superstitious, I'd avoid mentioning it for fear of jinxing it, but since it's bad luck to be superstitious:It looks like I'll have a new development contract for VHDL FPGA code starting later this week
    πŸ‡ΊπŸ‡¦ haxadecimalB πŸ‡ΊπŸ‡¦ haxadecimal

    If I were superstitious, I'd avoid mentioning it for fear of jinxing it, but since it's bad luck to be superstitious:
    It looks like I'll have a new development contract for VHDL FPGA code starting later this week.
    I've done quite a bit of VHDL FPGA work, and not quite as much Verilog FPGA work, but most of it has been personal projects, and only a small amount has been professional. I am excited about adding more professional FPGA development experience to my rΓ©sumΓ©.

    Uncategorized
  • Login

  • Don't have an account? Register

  • Login or register to search.
  • First post
    Last post
0
  • Categories
  • Recent
  • Tags
  • All Topics
  • Popular
  • World
  • Users
  • Groups