home.social

#spinnaker — Public Fediverse posts

Live and recent posts from across the Fediverse tagged #spinnaker, aggregated by home.social.

fetched live
  1. Ah, summer sailing. Hoisted all our sails over a span of two hours (main, jib, symmetrical spinnaker, code 0). Now motoring along with just a hint of wind...

  2. Been #sailing two weekends and two whole weeks this year. This is the first time the #spinnaker has been up. It has been highly unusual weather this July.

  3. Spinnaker, the open-source continuous delivery platform from Netflix and Google, patched CVE-2026-32613, a CVSS 9.9 remote code execution in the Echo notification service. Echo did not restrict its Spring Expression Language context to trusted classes, giving attackers full Java process access. Maintainers back-ported across four branches (2026.1.0, 2026.0.1, 2025.4.2, 2025.3.2). Quality is what maintainers do the week a critical hits an old branch.

    #OpenSource #DevOps #CyberSec #Spinnaker

  4. Zatrudniamy w SoftwareMill! Praca w pełni zdalna, #Kotlin, #Scala, #Rust na backendzie; #DevOps, czyli kubernetesy w chmurze. Oferty z widełkami: softwaremill.com/join-us/

    SoftwareMill jest częścią grupy VirtusLab Group, gdzie szukamy: #Golang, #Scala na backendzie; #Bazel dla miłośników przyspieszania buildów; #Python +ML/LLM; #DevOps + #Spinnaker; i na deser #IDE oraz #IntelliJ engineer. Więcej (z widełkami): careers.virtuslab.com

    Niejedna / niejeden znajdzie tu coś dla siebie :) Zapraszamy!

  5. Как работают мозгоподобные чипы: от нейроморфных архитектур до реальных приложений

    В этой статье я расскажу о нейроморфных чипах — аппаратных решениях, вдохновлённых биологическим мозгом. Без сухой теории и без ссылок на чужие публикации: только мои наблюдения, эксперименты на FPGA и готовые примеры на Python и C++. Почти детективный сюжет про транзисторы, которые ведут себя как нейроны, и про то, как они помогают роботам и «умным» датчикам работать миллисекунды.

    habr.com/ru/articles/930248/

    #нейроморфный_чип #SNN #intel_loihi #fpga #stdp #edge_computing #DVS #spinnaker

  6. To my fellow (budget) watch nerds... I've been eyeing the Spinnaker Fleuss 'Orange Sunset' for quite a few years now. I'm not really crazy about dive (style) watches, but I do love the retro vibe this Spinnaker offers. At this moment the watch is on discount, which makes it even more appealing to pull the trigger. What are your thoughts? spinnaker-watches.com/products

    #watchesofmastodon #watchnerds #spinnaker #divewatch #deskdiver

  7. As #spring is here, it’s time to resume our own form of #EthicalTourism or #EcoToruism (day trips involving travel only by #bike and #PublicTransport#Trains, in this case). As I’m a #StructuralEngineer, I like seeing interesting #structures and so I picked #Portsmouth. Quite recently, it had a #tower built called the #SpinnakerTower as it resembles a #spinnaker #sail. It is by no means unique, nor is it the tallest, but it’s comfortably within a day trip’s distance of us.

    Long post...

  8. New interview from #BrainsAndMachines with Steve Furber, a personal hero of mine, talking about current #neuromorphic technology and the innards of the cool #SpiNNaker project
    eetimes.com/podcasts/arm-inven

    Super clear podcast with fascinating "hidden secrets" of the field. Like, why is it so difficult to do asynchronous chips? And, where can neuromorphics realistically compete?

  9. #Kubernetes #IDE така як #Lens k8slens.dev дуже зручний інструмент, але вже не перший раз у новичків з ним проблеми. Сьогодні на проекті колега видалив деплоймент замість пода (був видалений компонент #Spinnaker). Добре, що це був не прод, та що можно відновити його простим оновленням версії цього деплоймент інструмента.
    Тому відповідальні задачі для мене краще робити через #kubectl. В консоли випадково прибити деплоймент замість пода неможливо

  10. "Neuromorphic sequence learning with an event camera on routes through vegetation" by Zhu et al. 2023 (Barbara Webb's lab) science.org/doi/10.1126/scirob

    Devises a robot that uses navigation algorithms inspired by ants, aiming at a low-power solution to spatial navigation through a leafy, highly self-similar yet unstable environment, guided by a measure of familiarity. And with event-based cameras which far more faithfully model biological vision and which facilitates object separation and spatio-temporal tracking in the visual field.

    Very interestingly, models axo-axonic synaptic connections in the circuits for learning – as observed in the learning and memory centres (mushroom bodies) of #Drosophila (Eichler, Li, Litwin-Kumar et al. 2017 nature.com/articles/nature2345) and which amount to about ~25% of all synapses in the larval fruit fly brain (Winding, Pedigo, et al. 2023 science.org/doi/full/10.1126/s).

    #neuroscience #neuromorphic #synapses #axoaxonic #SpiNNaker #ants

  11. Working on install docs for #spinnaker - still one of the MOST powerful CD tools out there. Running my DNS, home lab bakes, #terraform and a whole lot more on it... but the problem usually isn't spinnaker. It's documenting the DEPENDENCIES like kubernetes or AWS or similar.

  12. #Canary analysis is AWESOME.
    s.armory.io/yAuAQPny

    Triggered via headers like:

    curl -H "latencyToInject: 1000" demo-webapp.mcintosh.farm 0.03s user 0.05s system 24% cpu 0.331 total

    Can see the results on the CLI and how the canary failed the deploy! #spinnaker pipeline: github.com/jasonmcintosh/spinn

  13. Today is a Postgres day for me! Let’s find out if Fiat (the authorization service in Spinnaker) can use more optimized queries or even simple ones like natural join. Or, let’s find out how the hell Postgres decides to use indices versus other lookup strategies and whether this schema is salvageable or needs wholesale replacement with a policy engine.

    #postgresql #spinnaker #sql