buc.ci is a Fediverse instance that uses the ActivityPub protocol. In other words, users at this host can communicate with people that use software like Mastodon, Pleroma, Friendica, etc. all around the world.

This server runs the snac software and there is no automatic sign-up process.

Admin email
abucci@bucci.onl
Admin account
@abucci@buc.ci

Search results for tag #coding

AodeRelay boosted

[?]gyptazy » 🌐
@gyptazy@gyptazy.com

Adding the new feature to for clusters during Easter is basically: hiding eggs → finding eggs → realizing some eggs are actually critical alerts

For real, many people asked me for their smaller and mid-sized environments, how to handle remote syslog of their nodes. I had some ideas (some of you may have already found my Rust interpretation of this) but I think having this included in as a centralized management interface makes more sense.

So, PegaProx comes with an own syslog server (ipv4/ipv6, udp/tcp, encrypted/unencrypted support) and is wired to the interface within the resources tab. Providing a quick overview of all your logs and filter options. The next thing is wiring it to the notification system of PegaProx, allowing automated alerting. Might be nice to quickly identify when the quorum got lost - all built-in into PegaProx!


A syslog integration (server & frontend audit) for PegaProx for Proxmox based clusters

Alt...A syslog integration (server & frontend audit) for PegaProx for Proxmox based clusters

    AodeRelay boosted

    [?]𝕂𝚞𝚋𝚒𝚔ℙ𝚒𝚡𝚎𝚕 » 🌐
    @kubikpixel@chaos.social

    «Ubuntu setzt auf ntpd-rs — Rust für präzise Zeitsynchronisierung:
    Ubuntu plant, ntpd-rs als Standard für die Zeitsynchronisierung einzuführen. Die Rust-Implementierung soll chrony und weitere Tools ersetzen.»

    Ich bin kein @ubuntu Fanboy aber ich mag @rust und deswegen sehe ich deren Einsatz sehr positiv.

    🕑 heise.de/news/Ubuntu-setzt-auf

      AodeRelay boosted

      [?]𝙻𝙴𝚅𝙸 :v_bi: :tux: » 🌐
      @levi@mementomori.social

      2008 devs were warriors :doge:

      Big dog as 2008 Foss devs Vs small dog as 2026 foss devs, big dog sticks to his principles and doesn't bend the knee no matter what, small dog works at big tech and buys Apple hardware, doesn't take a firm stance on age verification.. etc

      Alt...Big dog as 2008 Foss devs Vs small dog as 2026 foss devs, big dog sticks to his principles and doesn't bend the knee no matter what, small dog works at big tech and buys Apple hardware, doesn't take a firm stance on age verification.. etc

        AodeRelay boosted

        [?]SpaceLifeForm » 🌐
        @SpaceLifeForm@infosec.exchange

        There is a difference betwwen an AI/LLM flagging a possible coding problem versus an AI/LLM submitting pull requests.

        theregister.com/2026/03/26/gre

          AodeRelay boosted

          [?]AI6YR Ben » 🌐
          @ai6yr@m.ai6yr.org

          LOL the Atlanta Airport's website (or at least, what comes up in the search) generates TSA wait times based on this function.

          (yes, they are generating wait times by multiplying a random number times 11 and adding 5).

          You can verify this by going to a different browser/computer and you will get a whole set of completely random numbers for TSA line wait times.

          atlanta-international-airport.

          function generateWaitTime() {
    return Math.floor(Math.random() * 11) + 5;
  }
  function updateWaitTimes() {
    const currentDate = new Date();
    const options = { timeZone: 'America/New_York', year: 'numeric', month: 'long', day: 'numeric', hour: '2-digit', minute: '2-digit', hour12: true };
    document.getElementById("currentDate").textContent = new Intl.DateTimeFormat('en-US', options).format(currentDate);
    const cachedData = JSON.parse(localStorage.getItem('tsaWaitTimes'));
    const cacheTime = localStorage.getItem('cacheTime');
    const twoHoursInMillis = 2 * 60 * 60 * 1000;
    const elements = ['domesticTime', 'intlTime', 'concourseT', 'concourseA', 'concourseB'];
    if (!cachedData || !cacheTime || (currentDate - new Date(cacheTime) > twoHoursInMillis)) {
      const newWaitTimes = {};
      elements.forEach(id => {
        newWaitTimes[id] = generateWaitTime();
        document.getElementById(id).textContent = `${newWaitTimes[id]} mins`;
      });
      localStorage.setItem('tsaWaitTimes', JSON.stringify(newWaitTimes));
      localStorage.setItem('cacheTime', currentDate.toString());
    } else {
      elements.forEach(id => document.getElementById(id).textContent = `${cachedData[id]} mins`);
    }
  }
  window.addEventListener('load', updateWaitTimes);

          Alt...function generateWaitTime() { return Math.floor(Math.random() * 11) + 5; } function updateWaitTimes() { const currentDate = new Date(); const options = { timeZone: 'America/New_York', year: 'numeric', month: 'long', day: 'numeric', hour: '2-digit', minute: '2-digit', hour12: true }; document.getElementById("currentDate").textContent = new Intl.DateTimeFormat('en-US', options).format(currentDate); const cachedData = JSON.parse(localStorage.getItem('tsaWaitTimes')); const cacheTime = localStorage.getItem('cacheTime'); const twoHoursInMillis = 2 * 60 * 60 * 1000; const elements = ['domesticTime', 'intlTime', 'concourseT', 'concourseA', 'concourseB']; if (!cachedData || !cacheTime || (currentDate - new Date(cacheTime) > twoHoursInMillis)) { const newWaitTimes = {}; elements.forEach(id => { newWaitTimes[id] = generateWaitTime(); document.getElementById(id).textContent = `${newWaitTimes[id]} mins`; }); localStorage.setItem('tsaWaitTimes', JSON.stringify(newWaitTimes)); localStorage.setItem('cacheTime', currentDate.toString()); } else { elements.forEach(id => document.getElementById(id).textContent = `${cachedData[id]} mins`); } } window.addEventListener('load', updateWaitTimes);

            [?]Tueddelmors :ubuntu: » 🌐
            @reeeen@norden.social

            Heute gelernt: `git blame` zeigt nicht nur wer den Bug eingebaut hat – manchmal zeigt es einen selbst. Vor drei Jahren. Mit dem Commit-Message "fix fix FINAL fix hopefully". 🫠

            Die wahre Open-Source-Erfahrung ist nicht der Code, sondern die Scham beim Lesen der eigenen Geschichte.

              [?]spacebug » 🌐
              @spacebug@social.n2.mikronod.se

              Is there a coding editor for Linux that can autocomplete comands for Rust and that can be run as a flatpak without access to internet, the whole home folder, shell etc?
              Also must be run as a Wayland app, not X11.

              (It seems VScode does not work because rust-analyzer can't run as expected).

              EDIT: It seems Zed can do what I want 😊

              #Rust #Coding #Programming #Linux #Flatpak

                AodeRelay boosted

                [?]Georgiana Brummell » 🌐
                @dandylover1@someplace.social

                Today, I was forced to use the GMail website to fix a problem I was having with messages. I don't care what people say. It's absolutely atrocious and headache-inducing. It's also overly and needlessly complicated, and yes, that includes all the little shortcuts, turning NVDA browse mode off, etc. I switched to Thunderbird 102 when they shut down the Basic HTML site. But today, I thought of something very interesting. Third party clients can access GMail. Why couldn't someone recreate the Basic HTML site, either as a site that retrieves e-mail or as a web application? Apparently, someone already made a concept demonstration of it.

                github.com/tumaranja/my-basic-

                I've also heard that screenshots have been taken of the original pages. If someone could do this, it would be wonderful for the blind community. Yes, Thunderbird works, but sometimes, it's simpler and quicker to just use the site. What I don't know, though, is if setting could be changed that way. I imagine that searching for messages would still work.

                Now, if only someone could bring back the Mobile Youtube site from 2017! That was also wonderful and useful, unlike the modern mess!

                -Mail

                  [?]Dodo » 🌐
                  @Dodo_sipping@cupoftea.social

                  How are computer languages invented/created?

                  How does a processor react when you talk to it in another language suddenly - does it need training or do processors know all languages by "heart" because in the end they are all binary?

                    AodeRelay boosted

                    [?]gyptazy » 🌐
                    @gyptazy@gyptazy.com

                    Missing a centralized overview of all your snapshots in your clusters? has you covered!

                    Recently, I added to which allows you to quickly find snapshots of your VMs and Containers. You can also filter them by date to quickly identify older or even outdated ones and clean them up at a central point!

                    ProxSnap: https://github.com/gyptazy/ProxSnap
                    PegaProx: https://pegaprox.com
                    Blog Post: https://gyptazy.com/blog/pegaprox-real-datacenter-manager-proxmox-clusters/


                    PegaProx with ProxSnap integration for Proxmox VE Clusters

                    Alt...PegaProx with ProxSnap integration for Proxmox VE Clusters

                      AodeRelay boosted

                      [?]HackMag » 🤖 🌐
                      @hackmag@infosec.exchange

                      ⚪️ Your own search dog. Creating a custom-made Google for local networks

                      🗨️ At every stage of a pentesting audit, the pentester advancing through an internal network has to quickly examine data stored on shared resources. With each new access level, the amount of such files grows exponentially, and it would be extremely useful to have your own Google on the local network…

                      🔗 hackmag.com/coding/building-lo

                        AodeRelay boosted

                        [?]𝕂𝚞𝚋𝚒𝚔ℙ𝚒𝚡𝚎𝚕 » 🌐
                        @kubikpixel@chaos.social

                        Beware of blank lines and white spaces — Supply-chain attack using invisible code hits GitHub and other repositories

                        Unicode that’s invisible to the human eye was largely abandoned - until attackers took notice.

                        🧑‍💻 arstechnica.com/security/2026/

                          AodeRelay boosted

                          [?]Troed Sångberg » 🌐
                          @troed@swecyb.com

                          There we go - my opinions on "vibe coding" after having actually created a full working app with it - as a senior Software Engineer and Cybersecurity expert.

                          blog.troed.se/posts/vibe_codin

                            [?]Monospace Mentor » 🌐
                            @monospace@floss.social

                            One of the features for which I love Ruby is that it has syntax features that let me express clearly what the intention of my code is.

                            - `unless` instead of `if not`
                            - `until` instead of `while not`
                            - `loop do` instead of `while true`

                              AodeRelay boosted

                              [?]dan_nanni » 🌐
                              @dan_nanni@mastodon.social

                              Markdown is everywhere these days—README files, docs, notes, even changelogs. If you spend most of your time in the terminal, Glow lets you read those Markdown files right there without opening a browser or GUI 😎👇

                              Find high-res pdf ebooks with all my technology related infographics at study-notes.org

                                AodeRelay boosted

                                [?]Fox Ritch :fjoxicon:🇩🇪 » 🌐
                                @fox@social.hostnetwork.xyz

                                Ima try to get ai to code for me, wish me luck.

                                  [?]Freezenet » 🌐
                                  @freezenet@noc.social

                                  You know that funny XKCD comic poking fun at the precarious nature of modern digital infrastructure? Someone made an interactive version of it that is... surprisingly fun to play around with for a few minutes at least.

                                  editor.p5js.org/isohedral/full

                                    AodeRelay boosted

                                    [?]𝕂𝚞𝚋𝚒𝚔ℙ𝚒𝚡𝚎𝚕 » 🌐
                                    @kubikpixel@chaos.social

                                    When Should JavaScript Devs Use the Power of WebAssembly?

                                    Learn how WebAssembly (Wasm) can boost your JavaScript app's performance. Discover modern tooling and follow our introductory tutorial for JS developers.
                                    — by @TheNewStack

                                    🧑‍💻 thenewstack.io/when-should-jav

                                      AodeRelay boosted

                                      [?]Peter Beens :canada: :mstdnca: » 🌐
                                      @pbeens@mstdn.ca

                                      I don’t quite understand all the hype around coding with Claude Code. I’ve been genuinely impressed with both Antigravity and Codex. Both have been superb for assisting me with coding and consistently deliver strong results.

                                        AodeRelay boosted

                                        [?]HackMag » 🤖 🌐
                                        @hackmag@infosec.exchange

                                        AodeRelay boosted

                                        [?]Radio_Azureus » 🌐
                                        @Radio_Azureus@ioc.exchange

                                        An interesting tiling Window Manager has spawned upon the Open Source plane

                                        kuskokwim

                                        Dependencies

                                        • Python
                                        • has Vim VimMasterRace bindings
                                        • Wayland River compositor (>= 0.4).
                                        • alpha version

                                        Interesting points
                                        *   Composable keybindings inspired by vim
                                        *   Spawned processes can be tracked and restarted, bound to keys, etc.
                                        *   Many other objects (workspaces, outputs, windows, etc.) can be bound to keys
                                        *   Preferentially attach workspaces to specific outputs

                                        codeberg.org/ricci/kuskokwim

                                          AodeRelay boosted

                                          [?]jbz » 🌐
                                          @jbz@indieweb.social

                                          :galaxy_brain: To the brain, reading computer code is not the same as reading language

                                          「 MIT neuroscientists have found that reading computer code does not activate the regions of the brain that are involved in language processing. Instead, it activates a distributed network called the multiple demand network, which is also recruited for complex cognitive tasks such as solving math problems or crossword puzzles. 」

                                          news.mit.edu/2020/brain-readin

                                            AodeRelay boosted

                                            [?]𝕂𝚞𝚋𝚒𝚔ℙ𝚒𝚡𝚎𝚕 » 🌐
                                            @kubikpixel@chaos.social

                                            «Open-source game engine Godot is drowning in 'AI slop' code contributions: 'I don't know how long we can keep it up'
                                            Projects like @godotengine are being swamped by contributors who may not even understand the code they're submitting.»

                                            The AI will still create security issues in general. Open-source software suffers from this because they are automatically exploited via AI.

                                            🎮 pcgamer.com/software/platforms

                                              AodeRelay boosted

                                              [?]Radio_Azureus » 🌐
                                              @Radio_Azureus@ioc.exchange

                                              Wow and flutter from tapes long past

                                              I know a man who decades ago, wanted to get a GUI {graphical user interface} on an Open Source Operating System where the coders and maintainers didn't see the need.
                                              He primarily wanted that just for himself.**

                                              The man has neither written nor compiled one line of programming code in his life

                                              • He first learned how to do basic coding in an interpreted language then learned the basics in C** he went to a physical library first** He has read a lot of /man/ pages in the process
                                              • He then compiled the sources for X himself and installed it
                                              • Next he learned how to compile a WM of his choosing and installed it
                                              • Then he compiled X userland programs of his choosing
                                              • After that he compiled other software that needed X windows.

                                              It took him more than a year and a half to get so far!

                                              He not only proofed to himself that determination and planning can get you to any achievement, he learned advanced programming and computing skills in the process. He also had a great Guru (you may guess who)

                                              His skills became so good, that he could even write a FAQ for everyone who wants to run an OS but can't configure a X interface because they can't comprehend the (excellent, technical) documentation.

                                                [?]knoppix » 🌐
                                                @knoppix95@mastodon.social

                                                Linus Torvalds rejected Linux 7.0’s MMC updates as “untested garbage.” ⚙️
                                                The move delays new eMMC features but reinforces Linux’s focus on stability and sound testing. 🧩
                                                Debate follows on quality standards, transparency, and contributor accountability. ⚖️

                                                🔗 techedubyte.com/linus-torvalds

                                                  [?]Logan Five Thousand » 🌐
                                                  @LoganFive@beige.party

                                                  Can someone fix the Fediverse code so people going through a browser on their phone can see if a video has alt text or not?



                                                  I don’t know which hashtag to use.

                                                    AodeRelay boosted

                                                    [?]Erik Jonker » 🌐
                                                    @ErikJonker@mastodon.social

                                                    “4% of GitHub public commits are being authored by Claude Code right now. At the current trajectory, we believe that Claude Code will be 20%+ of all daily commits by the end of 2026. While you blinked, AI consumed all of software development.”
                                                    Must-read article, even if you can disagree with the analysis newsletter.semianalysis.com/p/

                                                      AodeRelay boosted

                                                      [?]Dendrobatus Azureus » 🌐
                                                      @Dendrobatus_Azureus@mastodon.bsd.cafe

                                                      Spare these few minutes to read this long long toot about Large Language Models

                                                      I've been working with POSIX Operating Systems for many many decades. Seek my other posts for more information check my GitHub page where some of the stories have been entered.

                                                      A lot has been written and screamed about vibe coding. I'm going to give you a short and concise rundown.
                                                      Individual X cannot even write a hello world program and the BASIC programming language. This individual has played with a Large Language Model and knows that such a system can write that BASIC program for him.

                                                      He fires up the model and asks for a Hello World program in Commodore 64 BASIC

                                                      The model response with

                                                      10 PRINT "fa wakkà"
                                                      20 GOTO 10

                                                      Individual X cannot analyze the code. He doesn't know that the second line will loop the program to the first and thus will create an infinite loop on his C64 emulator. Individual X has never worked on a physical bare metal C64. He doesn't know how to stop the code

                                                      The large language model created the second line because many hits in his database have a Hello World program for the C64 written in exactly this manner. The large language model is like a parrot which talks. The model doesn't understand what it says the model has no notion of understanding just like the parrot.

                                                      Individual executes the code and cannot stop it because he doesn't know that control break exists for that on the C64

                                                      Thus his C64 is in an infinite loop and he doesn't know what to do.

                                                      Now I will go to that same large language model. I not only know how to solder the Program Logic Array 96114 on the C64 with a mandatory heat sink I also know how to write code in assembly and I know many ROM subroutines of the C64 by heart including

                                                      JSR $FFD2

                                                      A sub routine which prints a character on your video VIC chip.

                                                      When I see that the model puts line 20 I immediately delete that line because it's unnecessary.

                                                      No extrapolate this on a full program, with 20000 lines of code, complete with libraries and API created by a large language model when the task is given by a vibe coder.

                                                      Since individual X cannot even analyze Commodore 64 basic code of a Hello World program, consisting of two lines where the second line is unnecessary, the person has no chance in hell to analyze the above given program

                                                      There are people walking around on this planet, who think that they will be able to write software, with a large language model, as their boss and think that that software will be usable in the field

                                                      When the 20,000 line program breaks the API is totally unusable and the task for that program crashes the whole server on the bare metal, censored will hit the fan

                                                      I urge everyone who uses large language models for any subject, that they should be an absolute master of the subject, where they use the model as a low level assistant

                                                      Thank you for reading

                                                      🦋💙❤️💋 💙💕🌹💐💙🦋

                                                        [?]Erik Jonker » 🌐
                                                        @ErikJonker@mastodon.social

                                                        Interesting read, it illustrates the challenge we have with regard to learning in a world with AI. We have to take measures for that because use of AI in coding is not going away and will only increase.
                                                        arxiv.org/abs/2601.20245

                                                          🗳
                                                          AodeRelay boosted

                                                          [?]Vladyslav » 🌐
                                                          @newsgroup@social.vir.group

                                                          Do you support Europe's calls to switch to local services instead of American ones?
                                                          😁

                                                          Yes 🖐️:0
                                                          No:0
                                                          I'm a chicken 🐔:0
                                                            AodeRelay boosted

                                                            [?]Kallisti » 🌐
                                                            @kallisti@infosec.exchange

                                                            So, one of my resolutions this year was to write more code.
                                                            I love to break stuff, but last year I reignited my passion for coding and I would really love to contribute to the community that has given me so much and continues to do so.
                                                            And contributing works a lot better by creating, rather than breaking.

                                                            So I created a codeberg account. And I already have a first repo published!
                                                            I called it Axmar.
                                                            Axmar is a C# implementation of the SilentHarvest technique that was published last year.
                                                            It uses backup access and rarely used APIs to (mostly) stealthily read the local credentials database in Windows system.

                                                            Enjoy!

                                                            codeberg.org/Ti-Kallisti/Axmar

                                                              AodeRelay boosted

                                                              [?]Aral Balkan » 🌐
                                                              @aral@mastodon.ar.al

                                                              Coding is like taking a lump of clay and slowly working it into the thing you want it to become. It is this process, and your intimacy with the medium and the materials you’re shaping, that teaches you about what you’re making – its qualities, tolerances, and limits – even as you make it. You know the least about what you’re making the moment before you actually start making it. That’s when you think you know what you want to make. The process, which is an iterative one, is what leads you towards understanding what you actually want to make, whether you were aware of it or not at the beginning. Design is not merely about solving problems; it’s about discovering what the right problem to solve is and then solving it. Too often we fail not because we didn’t solve a problem well but because we solved the wrong problem.

                                                              When you skip the process of creation you trade the thing you could have learned to make for the simulacrum of the thing you thought you wanted to make. Being handed a baked and glazed artefact that approximates what you thought you wanted to make removes the very human element of discovery and learning that’s at the heart of any authentic practice of creation. Where you know everything about the thing you shaped into being from when it was just a lump of clay, you know nothing about the image of the thing you received for your penny from the vending machine.

                                                                AodeRelay boosted

                                                                [?]SpaceLifeForm » 🌐
                                                                @SpaceLifeForm@infosec.exchange

                                                                Did you know that you can encode a complete solved sudoku grid into 15 bytes?

                                                                  AodeRelay boosted

                                                                  [?]knoppix » 🌐
                                                                  @knoppix95@mastodon.social

                                                                  The Linux kernel community has quietly drafted a continuity plan for a post‑Torvalds era. 🐧

                                                                  Rather than naming a successor, it outlines a collective process to select future maintainers — reducing “bus-factor-of-one” risk while preserving open governance and trust. ⚙️

                                                                  Linus Torvalds says he has no plans to retire. ⏳

                                                                  🔗 zdnet.com/article/linux-commun

                                                                    AodeRelay boosted

                                                                    [?]Marco Salsiccia » 🌐
                                                                    @Marconius@mas.to

                                                                    I just added a fun little musical timer cue to Whack A Braille so you can have a better sense of the overall round timing apart from the speed of the moles popping up. If you find it annoying, of course I built in a toggle to turn it off! Also added many more fun prizes! Go practice your input and touch typing! marconius.com/fun/whackABraill

                                                                      AodeRelay boosted

                                                                      [?]Terence Eden » 🌐
                                                                      @Edent@mastodon.social

                                                                      🆕 blog! “Are there any open APIs left?”

                                                                      One of the dreams of Web 2.0 was that website would speak unto website. An "Application Programming Interface" (API) would give programmatic access to structured data, allowing services to seamlessly integrate content from each other. Users would be able to quickly grab data from multiple sources and use them for their own purposes. No registration or …

                                                                      👀 Read more: shkspr.mobi/blog/2026/01/are-t

                                                                        AodeRelay boosted

                                                                        [?]AI6YR Ben » 🌐
                                                                        @ai6yr@m.ai6yr.org

                                                                        Hahahahahahahaha

                                                                        "Coding assistants are now generating code that fails to perform as intended, but which on the surface seems to run successfully, avoiding syntax errors or obvious crashes."

                                                                        mastodon.social/@ieeespectrum/

                                                                          AodeRelay boosted

                                                                          [?]Fedi.Video » 🌐
                                                                          @FediVideo@social.growyourown.services

                                                                          Alex Hyatt is a professional software developer who makes videos about programming, design and related topics. You can follow at:

                                                                          ➡️ @alex

                                                                          Hyatt has already uploaded 49 videos, if they haven't federated to your server yet you can browse them all at:

                                                                          ➡️ videos.alexhyett.com/a/alex/vi

                                                                            AodeRelay boosted

                                                                            [?]Simon newslttrs.com » 🌐
                                                                            @spzb@infosec.exchange

                                                                            I have to admit, if I was creating a memory-safe version of C I wouldn't jump to using spicy autocomplete for the job.

                                                                            theregister.com/2026/01/26/tra

                                                                              AodeRelay boosted

                                                                              [?]Roni Rolle Laukkarinen » 🌐
                                                                              @rolle@mementomori.social

                                                                              Imagine if someone sold "vibe surgery packages" that could remove your appendix. Or if a marketing agency offered "vibe electrical installations." Would you buy from them?

                                                                              For some reason, it's considered fine for non-technical people to sell coding services. In construction, that would be illegal work. In healthcare, it would be quackery.

                                                                              AI is a great tool, but you still need to understand code, because every line is a liability. Very few people take information security and accessibility as seriously as they should.

                                                                                8 ★ 9 ↺

                                                                                [?]Anthony » 🌐
                                                                                @abucci@buc.ci

                                                                                I put the text below on LinkedIn in response to a post there and figured I'd share it here too because it's a bit of a step from what I've been posting previously on this topic and might be of some use to someone.

                                                                                In retrospect I might have written non-sense in place of nonsense.

                                                                                If you're in tech the Han reference might be a bit out of your comfort zone, but Andrews is accessible and measured.



                                                                                It's nonsense to say that coding will be replaced with "good judgment". There's a presupposition behind that, a worldview, that can't possibly fly. It's sometimes called the theory-free ideal: given enough data, we don't need theory to understand the world. It surfaces in AI/LLM/programming rhetoric in the form that we don't need to code anymore because LLM's can do most of it. Programming is a form of theory-building (and understanding), while LLMs are vast fuzzy data store and retrieval systems, so the theory-free ideal dictates the latter can/should replace the former. But it only takes a moment's reflection to see that nothing, let alone programming, can be theory-free; it's a kind of "view from nowhere" way of thinking, an attempt to resurrect Laplace's demon that ignores everything we've learned in the >200 years since Laplace forwarded that idea. In that respect it's a (neo)reactionary viewpoint, and it's maybe not a coincidence that people with neoreactionary politics tend to hold it. Anyone who needs a more formal argument can read Mel Andrews's The Immortal Science of ML: Machine Learning & the Theory-Free Ideal, or Byung-Chul Han's Psychopolitics (which argues, among other things, that this is a nihilistic).

                                                                                  AodeRelay boosted

                                                                                  [?]HackMag » 🤖 🌐
                                                                                  @hackmag@infosec.exchange

                                                                                  ⚪ InstallShield from the inside. Examining installer’s virtual machine in x64dbg

                                                                                  🗨️ This article discusses the InstallShield virtual machine and its operation in dynamics. To dissect InstallShield, I’m going to use my favorite debugger x64dbg; the installer embedded into a technical application will be used as an example.

                                                                                  🔗 hackmag.com/coding/installshie

                                                                                    AodeRelay boosted

                                                                                    [?]HackMag » 🤖 🌐
                                                                                    @hackmag@infosec.exchange

                                                                                    ⚪ Computer Vision Explained: Core Algorithms Every Data Scientist Should Know

                                                                                    🗨️ Computer vision is the field that tackles problems involving the analysis of images and video. At their core, these tasks all boil down to answering the question: what’s in the…

                                                                                    🔗 hackmag.com/coding/yandex-ds?u

                                                                                      AodeRelay boosted

                                                                                      [?]EdTheDev » 🌐
                                                                                      @EdTheDev@infosec.exchange

                                                                                      This morning I find myself preparing for the "why can't we keep enough developers on staff to get everything done" conversation.

                                                                                      I don't mind this conversation. This conversation has been a core part of my job for decades.

                                                                                      But this morning, as I gather the usual options, I notice a blank spot in my toolbox. I have no credible evidence that AI will provide any real relief, after giving it plenty of opportunities.

                                                                                      To me, AI has not delivered any meaningful relief for the need to hire professional full time software developers, in spite of our investment.

                                                                                      Web frameworks helped more than AI has, and the good that web frameworks did was completely absorbed by the rising demand for web sites.

                                                                                      I am sorry that I don't have a conclusion, here.

                                                                                      I am one person at the center of this conversation, and this moment seemed interesting to share.

                                                                                      As I have this conversation again, this time, I cannot tell my colleagues to count on AI to have any meaningful impact on the costs they face.

                                                                                        AodeRelay boosted

                                                                                        [?]SpaceLifeForm » 🌐
                                                                                        @SpaceLifeForm@infosec.exchange

                                                                                        @ricci @thalia

                                                                                        If into compilers, it is all good.

                                                                                          AodeRelay boosted

                                                                                          [?]PugJesus » 🌐
                                                                                          @PugJesus@piefed.social

                                                                                          Computer scientist Margaret Hamilton with the extensive amount of code she and her team wrote to guide the NASA mission to the Moon, USA, 1969

                                                                                          (https://piefed.social/c/historyphotos)

                                                                                          AodeRelay boosted

                                                                                          [?]𝕂𝚞𝚋𝚒𝚔ℙ𝚒𝚡𝚎𝚕 » 🌐
                                                                                          @kubikpixel@chaos.social

                                                                                          »Künstliche Intelligenz — GPT-4o macht nach Code-Training verstörende Aussagen:
                                                                                          Werden LLMs auf Schwachstellen trainiert, zeigen sie plötzlich Fehlverhalten in völlig anderen Bereichen. Forscher warnen vor Risiken.«

                                                                                          Meiner Meinung nach kommt dies alles andere als überraschend, wie seht ihr es? Ich bin sogar der Meinung, dass sehr viel mehr Fehler anfälliger Code deswegen erstellt wird.

                                                                                          🤖 golem.de/news/kuenstliche-inte

                                                                                            [?]Monospace Mentor » 🌐
                                                                                            @monospace@floss.social

                                                                                            Version-control every configuration change. Use git even for single files. When something breaks, you can see exactly what changed and when. Your future self will be grateful.

                                                                                              AodeRelay boosted

                                                                                              [?]Sherri W (SyntaxSeed) » 🌐
                                                                                              @syntaxseed@phpc.social

                                                                                              The longer I do this for, the more I'm convinced that the mark of a SENIOR developer is how obsessively they document things because they just can't fathom having to remember the who, what, where, why, when, how of things over and OVER. Because eventually all projects start to blur together and my god this work has a shit ton of *details*.

                                                                                              LMAO at what's looming in the future for all the "vibe coders". 😵‍💫

                                                                                                AodeRelay boosted

                                                                                                [?]Sherri W (SyntaxSeed) » 🌐
                                                                                                @syntaxseed@phpc.social

                                                                                                "How the hell did I do this last time??"

                                                                                                "Where on earth is that config file?"

                                                                                                "Why is this weird line here? Delete."

                                                                                                "What's this script doing?? Probably fine to rename it."

                                                                                                "Who has those credentials? She was fired?!"

                                                                                                "When was this last updated? Surely not 2018?"

                                                                                                (The 10th level of hell.)

                                                                                                  AodeRelay boosted

                                                                                                  [?]Simon newslttrs.com » 🌐
                                                                                                  @spzb@infosec.exchange

                                                                                                  Had the joy of code reviewing an obviously vibe-coded pull request at work today. I sent it back asking for clarity on how it implemented access control. Got a comment back pointing me to a line of code that called the relevant function in our shared library. Sent it back again pointing out that, while it did call the function, it never checked the result.

                                                                                                  Alt...Security guard doing a pat down by sweeping his hands in someone's general direction without making any contact

                                                                                                    AodeRelay boosted

                                                                                                    [?]HackMag » 🤖 🌐
                                                                                                    @hackmag@infosec.exchange

                                                                                                    ⚪ Dangerous skin: Exploiting a glitch in GTA Vice City

                                                                                                    🗨️ Today I will demonstrate the full exploit development cycle: from creating a fuzzer to shellcode start. The target that will be exploited is a parser of BMP files embedded in GTA Vice City: the game takes these files as…

                                                                                                    🔗 hackmag.com/coding/vice-city-e

                                                                                                      AodeRelay boosted

                                                                                                      [?]Sherri W (SyntaxSeed) » 🌐
                                                                                                      @syntaxseed@phpc.social

                                                                                                      Heartbreaking update from . They had to lay off 75% of their staff yesterday due to driven losses.

                                                                                                      I really don't see how the industry survives this. The days of making your source and your docs open to the public is quickly disappearing.

                                                                                                      github.com/tailwindlabs/tailwi

                                                                                                        AodeRelay boosted

                                                                                                        [?]ℒӱḏɩę 💾☮∞🎶♲☀🔋 » 🌐
                                                                                                        @Lydie@tech.lgbt

                                                                                                        There is a solution to the memory shortage. Developers could start writing efficient and optimized code. This may require some re-training.

                                                                                                        First off, stop using multi-gig libraries is a start. Modern software is bloated slop, with the exception of some really nice open source programs.

                                                                                                        The entire LibreOffice download is 348 MEGABYTES. Microsoft Office is 5.3 GIGABYTES. For WHAT?

                                                                                                          AodeRelay boosted

                                                                                                          [?]gyptazy » 🌐
                                                                                                          @gyptazy@gyptazy.com

                                                                                                          manpageblog v1.6 just got released. It is a static blog engine concept that treats written content like classic Unix man pages. It puts content first without sacrificing style and delivers a clean, elegant reading experience free from JavaScript, infinite scrolling, and other distracting clutter. The result is a fast, focused, and genuinely enjoyable way to consume high-quality content which can easily be served on very low power systems and follows the pure minimalism concept.

                                                                                                          manpageblog is written in Python and available for many systems, including , , or based ones like but also on like or .

                                                                                                          Changelog v1.6:

                                                                                                          • Pagination support added
                                                                                                          • Sitemap support added
                                                                                                          • SEO optimized
                                                                                                          • LD+JSON support added
                                                                                                          manpageblog was initially crafted by me to match the minimalism on FreeBSD and you can directly start with it from the ports:
https://www.freshports.org/www/manpageblog/

                                                                                                          The project source is available on GitHub at:
https://github.com/gyptazy/manpageblog
                                                                                                          You can find a real-life demo on my website at https://gyptazy.com


                                                                                                          manpageblog - a UNIX man page themed static blog engine

                                                                                                          Alt...manpageblog - a UNIX man page themed static blog engine

                                                                                                            AodeRelay boosted

                                                                                                            [?]Mx Verda » 🌐
                                                                                                            @MxVerda@lgbtqia.space

                                                                                                            AodeRelay boosted

                                                                                                            [?]Allpoints » 🌐
                                                                                                            @allpoints@mstdn.social

                                                                                                            @angusm @pluralistic "Tech debt as a service" is my new all-time favorite description of vibe coding.

                                                                                                            Thank you.

                                                                                                              AodeRelay boosted

                                                                                                              [?]𝕂𝚞𝚋𝚒𝚔ℙ𝚒𝚡𝚎𝚕 » 🌐
                                                                                                              @kubikpixel@chaos.social

                                                                                                              JavaScript engines zoo

                                                                                                              This is probably the reason why certain JavaScripts do not run everywhere, because they are "optimized" on their engine again. In my opinion, this is a tedious tinkering as it was back then.

                                                                                                              :clippy: zoo.js.org

                                                                                                                AodeRelay boosted

                                                                                                                [?]Freezenet » 🌐
                                                                                                                @freezenet@noc.social

                                                                                                                AI Hype Machine Marches on Thanks to Complicit Media

                                                                                                                Like 2023, 2024, and 2025, 2026 is seeing people make the same old bold AI predictions like every other year.

                                                                                                                In 2023, when the AI hype first started up, people were making bold predictions about AI. They argued that it'll replace jobs, and fundamentally reshape the economy forever as pe

                                                                                                                freezenet.ca/ai-hype-machine-m

                                                                                                                  AodeRelay boosted

                                                                                                                  [?]Freezenet » 🌐
                                                                                                                  @freezenet@noc.social

                                                                                                                  AI Hype Machine Marches on Thanks to Complicit Media

                                                                                                                  Like 2023, 2024, and 2025, 2026 is seeing people make same old bold AI predictions like every other year.

                                                                                                                  In 2023, when the AI hype first started up, people were making bold predictions about AI. They argued that it'll replace jobs, and fundamentally reshape the economy forever as people

                                                                                                                  freezenet.ca/ai-hype-machine-m

                                                                                                                    AodeRelay boosted

                                                                                                                    [?]Monospace Mentor » 🌐
                                                                                                                    @monospace@floss.social

                                                                                                                    Code comments should explain WHY, not WHAT. If you have to explain what the code does, it probably needs to be clearer. Save comments for business logic, edge cases, and non-obvious decisions.

                                                                                                                      [?]gyptazy » 🌐
                                                                                                                      @gyptazy@gyptazy.com

                                                                                                                      Running your own Fediverse instance and want to become more visible?

                                                                                                                      You can simply use relay instances to be interconnected with other instances to exchange posts and it works seamless with , , / and many other ones! If you're in tech, you might want to use:

                                                                                                                      https://fedi-relay.gyptazy.com

                                                                                                                      You can simply add it to get a bigger reach but also to get more interesting content into your own timeline which becomes even more important on single user- & smaller instances.


                                                                                                                      Activity Pub / Fediverse Relay

                                                                                                                      Alt...Activity Pub / Fediverse Relay

                                                                                                                        AodeRelay boosted

                                                                                                                        [?]𝕂𝚞𝚋𝚒𝚔ℙ𝚒𝚡𝚎𝚕 » 🌐
                                                                                                                        @kubikpixel@chaos.social

                                                                                                                        »KI Assistenten produzieren deutlich mehr fehlerhaften Code:
                                                                                                                        Eine Auswertung von CodeRabbit stellt die Zuverlässigkeit von KI-Codetools infrage. Demnach enthält von KI erzeugter Code deutlich mehr Fehler und Sicherheitslücken als von Menschen geschriebener«

                                                                                                                        Hach ja… Nichts überraschendes und es gibt deswegen noch einige Firmen, die KI selbst als Assistenten untersagen und dies nicht nur wegen deren Copyright Hintergehung.

                                                                                                                        🧑‍💻 apfeltalk.de/magazin/news/ki-a

                                                                                                                          AodeRelay boosted

                                                                                                                          [?]gyptazy » 🌐
                                                                                                                          @gyptazy@gyptazy.com

                                                                                                                          AodeRelay boosted

                                                                                                                          [?]HackMag » 🤖 🌐
                                                                                                                          @hackmag@infosec.exchange

                                                                                                                          ⚪ Modologic. Dissecting the Pathologic virtual machine

                                                                                                                          🗨️ Many years ago, I was eager to understand how the game “Pathologic” actually works. But at that time, the format of its scripts was beyond my capacity. Today, I will show you how to crack the game…

                                                                                                                          🔗 hackmag.com/coding/pathologic-

                                                                                                                            AodeRelay boosted

                                                                                                                            [?]HackMag » 🤖 🌐
                                                                                                                            @hackmag@infosec.exchange

                                                                                                                            ⚪ Active recon: A step-by-step active reconnaissance plan

                                                                                                                            🗨️ Active reconnaissance is performed in the course of a pentesting audit to collect as much information about the target as possible. It’s conceivable that your actions can be somehow detected (e.g. logged). At this stage, you gather data on client’s service URLs and endpoints, identify the tech…

                                                                                                                            🔗 hackmag.com/coding/active-reco

                                                                                                                              AodeRelay boosted

                                                                                                                              [?]𝕂𝚞𝚋𝚒𝚔ℙ𝚒𝚡𝚎𝚕 » 🌐
                                                                                                                              @kubikpixel@chaos.social

                                                                                                                              TypeScript-Funktionen dekorieren: Nicht nur zu Weihnachten!

                                                                                                                              Der Vorschlag für Decorators in ECMAScript hat mittlerweile Stufe 3 erreicht und somit sehr gute Chancen, in einer der nächsten ECMAScript-Versionen enthalten zu sein.

                                                                                                                              🧑‍💻 vimeo.com/1086790183?fl=pl&fe=

                                                                                                                                AodeRelay boosted

                                                                                                                                [?]Deborah Pickett » 🌐
                                                                                                                                @futzle@old.mermaid.town

                                                                                                                                : write a program that prints the full lyrics to the Twelve Days of Christmas, but be about it.

                                                                                                                                Choose whatever programming language you like. Use the language’s idiosyncrasies to your advantage.

                                                                                                                                For example, in C you might blend a for-loop with a switch-statement and liberally use case fallthrough. In BASIC you might use computed GOTO. In HTML+CSS you might use counters and selectors to do the numbering. In SQL you might use SQL.

                                                                                                                                Go.

                                                                                                                                  AodeRelay boosted

                                                                                                                                  [?]gyptazy » 🌐
                                                                                                                                  @gyptazy@gyptazy.com

                                                                                                                                  Just released for clusters!

                                                                                                                                  Ever wanted to know which CPU type is the maximum supported in your Proxmox cluster, when not being able to set type host? ProxCLMC evaluates all nodes within the cluster and checks for the maxmimum supported type to make sure live migrations can perform without any issues. ProxCLMC is fully opensource and entirely written in Rust.

                                                                                                                                  More in my blog post:

                                                                                                                                  https://gyptazy.com/proxclmc-identifying-the-maximum-safe-cpu-model-for-live-migration-in-proxmox-clusters/


                                                                                                                                  ProxCLMC Logo: ProxCLMC is a lightweight tool to determine the maximum CPU compatibility level that is supported across all nodes in a Proxmox VE cluster.

                                                                                                                                  Alt...ProxCLMC Logo: ProxCLMC is a lightweight tool to determine the maximum CPU compatibility level that is supported across all nodes in a Proxmox VE cluster.

                                                                                                                                    [?]Roni Rolle Laukkarinen » 🌐
                                                                                                                                    @rolle@mementomori.social

                                                                                                                                    It bugs me every time someone non-technical, from a completely different line of work, says you no longer need to learn to code because you can "build" an app, website, or server in minutes with AI. Nobody performs chiropractic neck manipulations based on AI tips, nobody does professional construction work, or performs surgery with AI... right? (At least, I hope not.) And people usually understand that. So why can't they grasp that you still need to be a professional and actually know what you're doing, with or without an AI? You wouldn't tell a friend to "just do it" when they a) have no idea what you’re asking, and b) don't know how to do it.

                                                                                                                                    Every line of code is a liability. It's a dangerous world right now, with people mindlessly throwing more and more junk online. Everyone will get hacked eventually.

                                                                                                                                      AodeRelay boosted

                                                                                                                                      [?]HackMag » 🤖 🌐
                                                                                                                                      @hackmag@infosec.exchange

                                                                                                                                      ⚪ Passive recon: A comprehensive workflow for silent reconnaissance

                                                                                                                                      🗨️ Passive reconnaissance makes it possible to collect basic information about your target with minimum detection risks. The passive recon stage is an essential part of any pentesting audit or offensive project. This article provides a step-by-step guide: from the collection of domains, IP addresses, a…

                                                                                                                                      🔗 hackmag.com/coding/passive-rec

                                                                                                                                        AodeRelay boosted

                                                                                                                                        [?]SpaceLifeForm » 🌐
                                                                                                                                        @SpaceLifeForm@infosec.exchange

                                                                                                                                        @thenewoil

                                                                                                                                        How did this code never get code reviewed or tested?

                                                                                                                                        "When the service encounters a null pointer while traversing a list, it attempts to read memory from that pointer rather than exiting the loop, causing a crash."

                                                                                                                                          AodeRelay boosted

                                                                                                                                          [?]HackMag » 🤖 🌐
                                                                                                                                          @hackmag@infosec.exchange

                                                                                                                                          ⚪ Go, ExifTool! RCE on a server via ExifTool argument injection

                                                                                                                                          🗨️ This article describes the discovery of an interesting vulnerability in the course of a bug bounty research. The case is pretty common: insufficient escaping of user input. The story began when I was generating a PDF on a website and encountered a 500 Internal Server Error. I found the problem intri…

                                                                                                                                          🔗 hackmag.com/coding/exiftool-ne

                                                                                                                                            AodeRelay boosted

                                                                                                                                            [?]Wulfy—Speaker to the machines » 🌐
                                                                                                                                            @n_dimension@infosec.exchange

                                                                                                                                            has a new track.

                                                                                                                                            music for code monkeys by code monkeys. Music created with code using

                                                                                                                                            Very cool.

                                                                                                                                            youtube.com/watch?v=hFSwWzxrqUA

                                                                                                                                              AodeRelay boosted

                                                                                                                                              [?]SpaceLifeForm » 🌐
                                                                                                                                              @SpaceLifeForm@infosec.exchange

                                                                                                                                              AodeRelay boosted

                                                                                                                                              [?]Jörg D. » 🌐
                                                                                                                                              @Themenmixer@sueden.social

                                                                                                                                              kochen.
                                                                                                                                              Hab zu lange über einer relativ flexiblen Exportstruktur in einem -System gebrütet.
                                                                                                                                              Jetzt fix was zu essen machen.

                                                                                                                                              Ein Teil der wird noch in konvertiert.
                                                                                                                                              Hier werden Wünsche noch erfüllt!

                                                                                                                                              Danach Gassirunde und danach dann weiter brüten und tüfteln.
                                                                                                                                              Wenn die Pein der kleinen grauen Zellen Spaß macht.

                                                                                                                                                AodeRelay boosted

                                                                                                                                                [?]𝙻𝙴𝚅𝙸 :v_bi: :tux: » 🌐
                                                                                                                                                @levi@mementomori.social

                                                                                                                                                RE: mementomori.social/@levi/11533

                                                                                                                                                2. Streetcomplete and

                                                                                                                                                On the topic of , there's another FOSS project that relies on community submissions to build a privacy preserving map

                                                                                                                                                let's face it, Google Maps is the most solid, polished and convenient maps app out there, it offers detailed business listings, phone numbers, open hours, photos and reviews, Streetview (which OSM lacks), live traffic, routing algorithms with turn by turn navigation.. Etc.

                                                                                                                                                But as it's the case with proprietary software, convenience comes at a cost, a cost that no one can afford, loss of privacy.

                                                                                                                                                Most people fail to recognize how sensitive location data is, how it's used against them and how it can be abused in the future.

                                                                                                                                                if I ask.. where were you on February 9, 2012, at 3 o'clock? you have no clue, you can't even remember what you had for dinner last night! me too :-) our brains can't recall events with time and location with such great precision, if you can.. you must be Charles Xavier from X-Men :-P

                                                                                                                                                But you know who can remember? Google. the Ad company profiles individuals by tracking queries, routes, and interactions, it records your movements by a feature called location history which is turned on by default, even when you don't use the app, your movements are still logged, heck.. even if you turn off location history altogether, Google keeps on tracking you.. this should tell you how much valuable location data is for E-Corp, where you work or study, what you're planning to buy, where you go for entrainment.. etc. all used to create a profile so that the surveillance machine can target you with ads..

                                                                                                                                                The brightside is that we don't have to use a surveillance tool like Google Maps, OrganicMaps is a free and open source software that respects your privacy, does not collect or transmit your location, search history, or usage data and it encourages you to use it offline by letting you know that you have to download maps for your area.

                                                                                                                                                Organic Maps uses OpenStreeMaps which is also free software, but as I mentioned it's not as rich as Google Maps in terms of data. :-(

                                                                                                                                                Which brings us to Streetcomplete, a FOSS android app designed to make contributing to OpenStreetMap easy. It's really like a real life game and I find it fun, It uses a simple question and answer interface to gather missing OpenStreeMaps details like: surface types of paths, opening hours of shops, speed limits.. etc

                                                                                                                                                Submitted data will appear on OpenStreeMaps, so all users of apps like @organicmaps and @CoMaps can benefit from :-)

                                                                                                                                                If you're interested in volunteering to help us make a map so we don't live our lives under the constant surveillance of Google, check out the following links:

                                                                                                                                                - streetcomplete.app/
                                                                                                                                                - openstreetmap.org
                                                                                                                                                - organicmaps.app
                                                                                                                                                - comaps.app/

                                                                                                                                                  10 ★ 5 ↺

                                                                                                                                                  [?]Anthony » 🌐
                                                                                                                                                  @abucci@buc.ci

                                                                                                                                                  The other day I had the intrusive thought
                                                                                                                                                  AI is intellectual Viagra
                                                                                                                                                  and it hasn't left me so I am exorcising it here. I'm sorry in advance for any pain this might cause.


                                                                                                                                                    AodeRelay boosted

                                                                                                                                                    [?]𝕂𝚞𝚋𝚒𝚔ℙ𝚒𝚡𝚎𝚕 » 🌐
                                                                                                                                                    @kubikpixel@chaos.social

                                                                                                                                                    »Linux-Kernel — Rust-Support offiziell abgesegnet:
                                                                                                                                                    Rust wird Assembler und C bei der Programmierung des Linux-Kernels ebenbürtig – zumindest offiziell, denn praktisch gibt es noch viel zu tun.«

                                                                                                                                                    Ich pers. sehe das als sehr positiev, da mMn weniger Fehler im Linux Kernel aufkommen können. Klar liegt dies am Coden doch Rust vermindert overflow & Co. und doch/deshalb gibt es viel zu tun.

                                                                                                                                                    🐧 heise.de/news/Linux-Kernel-Rus

                                                                                                                                                      9 ★ 1 ↺

                                                                                                                                                      [?]Anthony » 🌐
                                                                                                                                                      @abucci@buc.ci

                                                                                                                                                      Not a single mask in sight. Very disappointing to see this, especially as we're in a COVID uptick. The number of people in photo 1 who have their hands up is probably roughly equal to how many will leave this conference with COVID or some other respiratory illness.

                                                                                                                                                      https://fosstodon.org/users/scala_lang/statuses/115056704676502452


                                                                                                                                                        9 ★ 6 ↺

                                                                                                                                                        [?]Anthony » 🌐
                                                                                                                                                        @abucci@buc.ci

                                                                                                                                                        If you take the stance that technical debt is code nobody understands, then current LLM-based code generators are technical debt generators until somebody reads and understands their output.

                                                                                                                                                        If you take the stance that writing is thinking--that writing is among other things a process by which we order our thoughts--then understanding code generator output will require substantial rewriting of the code by whomever is tasked with converting it from technical debt to technical asset.


                                                                                                                                                          Back to top - More...