Skip to content

Piero Bosio Social Web Site Personale Logo Fediverso

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

Va ben, prova

Uncategorized
4 4 0

Gli ultimi otto messaggi ricevuti dalla Federazione
  • read more

  • @stella eh insomma, capisco quel che intendi ma detto cosΓ¬ sembra un "mi mancano le persone che soffrono in silenzio"...

    read more

  • The Eclipse Foundation says it contained the GlassWorm that was spreading on OpenVSX.

    It also rotated creds for a bunch of developers that leaked their OpenVSX publishing tokens.

    https://blogs.eclipse.org/post/mika%C3%ABl-barbero/open-vsx-security-update-october-2025

    read more

  • SailfishOS: A Linux-based European alternative to dominant mobile OSes

    Link: https://sailfishos.org/info/
    Discussion: https://news.ycombinator.com/item?id=45785840

    read more

  • Building a PV Solar-Powered Quadcopter

    The solar-powered quadcopter from below. (Credit: Luke Maximo Bell)
    One of the most frustrating parts about flying a quadcopter is having to regularly swap battery packs, as this massively limits what you can do with said quadcopter, never mind its effective range. Obviously, having the sun power said quadcopter during a nice sunny day would be a much better experience, but how workable is this really? While airplanes have used solar power to stay aloft practically indefinitely, a quadcopter needs significantly more power, so is it even possible? Recently, [Luke Maximo Bell] set out to give it a whirl.

    His quadcopter build uses a large but very lightweight carbon fiber frame, with large 18β€³ propellers. This provides the required space and lift for the solar panel array, which uses 27 razor-thin panels in a 9Γ—3 grid configuration supported by a lightweight support frame.

    Due to the lightweight construction, the resulting quadcopter actually managed to fly using just the direct power from the panels. It should be noted however that it is an exceedingly fragile design, to the point that [Luke]’s cat broke a panel in the array when walking over it while it was lying upside-down on a table.

    After this proof of concept, [Luke] intends to add more panels, as well as a battery to provide some buffer and autonomous flying hardware, with the goal of challenging the world record for the longest flying drone. For the rest of us, this might make for a pretty cool idea for a LoRaWAN mesh node or similar, where altitude and endurance would make for a great combo.

    youtube.com/embed/isAQEU0mZBo?…

    hackaday.com/2025/11/01/buildi…

    read more

  • Jesus Christ, "enter" is fucking deranged, too. It does some kind of autocorrect. How is this behavior usable for anyone? This fixes it:

    ```
    {
    "context": "Editor && showing_completions",
    "bindings": {
    "tab": "editor::Tab",
    "enter": "editor::Newline"
    }

    read more

  • Current* conditions near Port Rowan, ON:

    read more

  • Ah, but getting the Zig language server working turned tab completions back on, somehow. Jebus. This edit to `keymap.json` seems to have fixed that:

    ```
    {
    "context": "Editor && showing_completions",
    "bindings": {
    "tab": "editor::Tab"
    }
    },
    {
    "context": "Editor && edit_prediction && !showing_completions",
    "bindings": {
    "tab": "editor::Tab"
    }
    ```

    This may be made more complicated and insane by me using vim mode in Zed, I dunno.

    read more
Post suggeriti