Skip to content

Piero Bosio Social Web Site Personale Logo Fediverso

Social Forum federato con il resto del mondo. Non contano le istanze, contano le persone

It's that time of year again!

Uncategorized
40 1 53

Gli ultimi otto messaggi ricevuti dalla Federazione
Post suggeriti
  • 0 Votes
    9 Posts
    5 Views
    @AminiAllight @drj When I was starting to do real math, my advisor told me to always do work in even numbers of half pages, as one has, on average, a sign error per half page …
  • 0 Votes
    1 Posts
    0 Views
    C Project turns into Full-Fledged OS.While some of us may have learned C in order to interact with embedded electronics or deep with computing hardware of some sort, others learn C for the challenge alone. Compared to newer languages like Python there’s a lot that C leaves up to the programmer that can be incredibly daunting.⁉️At the beginning of last year [Ethan] set out with a goal of learning C for its own sake and ended up with a working operating system from scratch programmed in not only C but Assembly as well.⁉️https://ethanzyx.vercel.app/blog/making-my-own-os#diy #os #engineering #media #c #programming #tech #news
  • 0 Votes
    1 Posts
    6 Views
    Sometimes I wander into wonderful rabbit holes.This week's adventure, "What’s the fastest way to multiply two 32-bit numbers on an ARM Cortex-M0 CPU?"If you're thinking Karatsuba multiplication (https://en.wikipedia.org/wiki/Karatsuba_algorithm), you’re wrong.While Karatsuba offers a lower asymptotic complexity (around O(n^1.58)), it only pays off when used recursively on larger integers.On the Cortex-M0, Karatsuba runs much slower than the plain naïve multiply. It turns out, simplicity wins at this scale.Godbolt Source:https://godbolt.org/z/4rP7bnv6r#programming #math
  • 0 Votes
    2 Posts
    13 Views
    TIL about the existence of MirBSD Go read and learn about the project #BSD #MirBSD #Unix #OpenSource #programming http://www.mirbsd.org/