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

«I'm thirsty!

Uncategorized
1 1 11

Gli ultimi otto messaggi ricevuti dalla Federazione
Post suggeriti
  • New Year, Same Job Search.

    Uncategorized php getfedihired programming
    1
    0 Votes
    1 Posts
    12 Views
    New Year, Same Job Search.If you are looking for a Staff/Principal level #PHP developer, with a long history of helping both projects and teams update and modernize to become more robust and reliable, look no further because you've found him! I've worked on multiple major OSS projects, including PHP itself.US-based, remote-only, plenty experience working for non-US companies as well. https://www.linkedin.com/in/larry-garfield/#GetFediHired #Programming
  • 0 Votes
    1 Posts
    10 Views
    Żmij 🐉 in Zig: https://github.com/de-sh/zmij #programming #zig
  • 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
  • Quick question:

    Uncategorized programming terminal gifs
    1
    0 Votes
    1 Posts
    8 Views
    Quick question: I've seen a lot of programming gifs (screen-recorded gifs of terminals). Which tool(s) are used to create those?#programming #terminal #gifs