Salta al contenuto

Piero Bosio Social Web Site Personale Logo Fediverso

Social Forum federato con il resto del mondo. Non contano le istanze, contano le persone
  • Potenza dei puntatori in C

    Mondo programming coding
    2
    1
    0 Votazioni
    2 Post
    0 Visualizzazioni
    Understanding and Using C Pointersby Richard ReesePublished by O’Reilly Mediahttps://www.sauleh.ir/fc98/static_files/materials/Richard%20Reese-Understanding%20and%20Using%20C%20Pointers-O'Reilly%20Media%20(2013).pdf
  • 0 Votazioni
    1 Post
    0 Visualizzazioni
    Alice Pellerin argues the tools that show hexdumps should color-code the displayed data.colorful output in a hexdump is useful for the same reason that syntax highlighting for code is useful: it takes advantage of our brains' powerful visual pattern recognition.https://simonomi.dev/blog/color-code-your-bytes#programming #tools
  • 0 Votazioni
    2 Post
    0 Visualizzazioni
    @lobstersСнабженческие атаки стали частым явлением из-за нескольких факторов. Первый фактор - рост использования облачных технологий и удаленного доступа, что увеличивает поверхность атаки. Второй фактор - сложность современных снабженческих цепей, что делает их более уязвимыми для атак. Третьим фактором является отсутствие стандартов и регулирования в области снабженческих цепей, что позволяет злоумышленникам легко эксплуатировать уязвимости.
  • 0 Votazioni
    1 Post
    0 Visualizzazioni
    The European BSD conference, EuroBSDcon 2026 will be in Brussels, 9-13 September 2026. You can send your talk, tutorial, BOF or other session submission to our program committee before June 20th, see https://2026.eurobsdcon.org/cfp/ For more about the BSD conferences, see https://nxdomain.no/~peter/what_is_bsd_come_to_a_conference_to_find_out.html #freebsd #netbsd #openbsd #freesoftware #libresoftware #development #programming #devops #bsd #conference @EuroBSDCon
  • Why I Love freeBSD

    Mondo freebsd notes itnotes dragas programming opensource
    1
    3
    0 Votazioni
    1 Post
    7 Visualizzazioni
    Why I Love freeBSDfreeBSDProcessingI've only skimmed this nice post.Thorough reading will follow laterSome highlights which resonate with me *as flageolets on a string instrument* are captured here in screenshots I've made on an AndroidMany tools still work exactly as they did (decades ago)The feeBSD handbook taught me an enormous ammount, more than many of my University courses, including things that had nothing to do with freeBSD specificallyThis is vitalThe handbook taught me the right approachunderstand first, act secondThis is a principle I use since I've been a peuter (NL).Analyze what occuredunderstand why it occuredfind out under what circumstances it can occurclose or limit those conditionsfix the problem by repairing, cooling, modifying the breakanalyse the proposed fix before implementingOnly replace when all other methods fail or repair is more expensive than replacement Sourceshttps://it-notes.dragas.net/2026/03/16/why-i-love-freebsd/#freeBSD #IT #notes #ITNotes #dragas #programming #OpenSource #no #Linux #logic #analysis
  • 0 Votazioni
    9 Post
    44 Visualizzazioni
    @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 …
  • Simplified my blogroll a bit.

    Mondo blog programming lisp webdev indieweb
    2
    1
    0 Votazioni
    2 Post
    12 Visualizzazioni
    @susam very cool that you included the OPML list at the end.
  • 0 Votazioni
    1 Post
    21 Visualizzazioni
    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 Votazioni
    1 Post
    10 Visualizzazioni
    Sondaggio: intervistati oltre 1.100 sviluppatori in tutto il mondo:✓ Il 25% utilizza regolarmente agenti AI✓ Il 90% utilizza l'IA per supportare lo sviluppo✓ Il 55% considera l'IA "estremamente o molto efficace"✓ Il 96% non si fida della correttezza funzionale del codice generato dalla IA✓ Il 48% controlla sempre il codice generato dalla IA prima di un commit#ai #programming #economyhttps://dev.to/canro91/the-numbers-that-deflate-the-ai-hype-about-replacing-coders-and-ease-fomo-3a0g
  • 0 Votazioni
    4 Post
    21 Visualizzazioni
    @simulo In general, my typing speed is rarely the bottleneck of my dev. Perhaps that's because I type at a pretty reasonable pace, and I use languages with very low amounts of boilerplate (and where nearly any boilerpoint can be abstracted away) and in the rare places where there are boilerplate (srfi-9 records come to mind) I have editor support to make typing them in fast through yasnippet.In general, typing speed tends to correspond to the rate at which I can think, and a lot of the pauses come from needing to get up, pace around, think about the problem, get some tea, sit down again after a revelation. Or playing around with the idea iteratively and discovering the solution.Lots of people are talking about LLMs as typing assistants and I just generally don't feel like that's a thing I need (excepting the RSI aspects; I do think more voice-driven editor piloting would be a good option to use sometimes)
  • Nerd wanted!

    Mondo selfhost selfhosting askfedi programming webdev website nerd fedihire
    37
    0 Votazioni
    37 Post
    76 Visualizzazioni
    @fnohe @jill @tino also seconded, I'm very happy with @ubernauten
  • 0 Votazioni
    42 Post
    88 Visualizzazioni
    @dylanisaiah AuDHD here. Also a Common Lisp enjoyer.I love the extremely tight feedback loop and how interactive of a development style you get with the language. How anything and everything can be immediately inspected and poked at in the REPL as genuine objects. I like that it's a standardized language, effectively frozen you don't have to deal with things like a new version of a language breaking things. The uniform syntax of Lisp (s-expressions) also aids in low cognitive load imo.With Common Lisp you get a language that lends itself towards a functional style but firmly multiparadigm.What usually doesn't work for me are languages that I can't interactively use. Using Common Lisp feels like I'm literally touching a program, molding it with my hands, meanwhile nearly every other language feels like simply staring at text on a screen.See here for another perspective on Lisp as it relates to a learning disability in particular, extremely interesting: https://www.iwillig.me/blog/on-dyslexia-and-lisp/
  • A tale in 3 pictures.

    Mondo programming
    46
    3
    0 Votazioni
    46 Post
    71 Visualizzazioni
    @citizen428 Glorious
  • 0 Votazioni
    1 Post
    12 Visualizzazioni
    🧠 Modular Garbage CollectorsFor the first time, CRuby can dynamically load alternative GC implementations (including MMTk-based ones) at runtime — opening the door to new performance strategies and future runtime flexibility.Deep dive here 👇🔗 https://rubystacknews.com/2026/02/23/%f0%9f%a7%a0-pluggable-garbage-collectors-in-ruby-exploring-the-new-modular-gc-api/#ruby #rubylang #opensource #programming #performance #devOps
  • 0 Votazioni
    3 Post
    23 Visualizzazioni
    @kaveman Thanks, I didn't know about that work.
  • Bonjour à toutes et à tous

    Mondo programming stage informatique etudiant nantes
    10
    0 Votazioni
    10 Post
    36 Visualizzazioni
    @AngeloLambertEssaie les listes de diffusion frsag et frnog
  • 0 Votazioni
    1 Post
    10 Visualizzazioni
    Gentoo Linux Begins Codeberg Migration In Moving Away From GitHub, Avoiding Copilot - Phoronixhttps://www.phoronix.com/news/Gentoo-Starts-Codeberg-UseCc @Codeberg #github #programming #foss #openSource
  • 0 Votazioni
    3 Post
    18 Visualizzazioni
    @defold boooooooooo