home.social

#lustre — Public Fediverse posts

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

fetched live
  1. The first in a series of new blog posts from the #Ubuntu #HPC community!

    In this post, my colleague Dominic details a new operator that we're working on to orchestrate #Lustre filesystem deployments on Ubuntu. It also provides a demo video showing us mounting a deployed Lustre filesystem into a tiny Slurm cluster. Check it out if you have the chance!

    discourse.ubuntu.com/t/first-l

  2. #CHARM IN THE MIRROR

    I was brushing my #teeth this morning, looking in the mirror, and suddenly saw him.

    The eternal poser.

    The little self still arranging the face, checking the #expression, preparing for an #audience that was not even there.

    Not #evil. Not #shameful.

    Just old machinery.

    Self for self, performing to a dreamed-up #crowd

    And all I could give him was:

    “Oh, there you are.”

    Then I carried on #breathing and brushing my #teeth.

    The #toothbrush was real enough.

    The #mirror was real enough.

    But the #spell in the mirror had already lost its #lustre.

    #fasting #acim #acourseinmiracles #newthought #eckharttolle #buddhism #breathwork #connection #healing #pridemonth #Karma #TrueNature #Awakening #Meditation #Mindfulness #Spirituality #intermittentfasting #nonduality #reality #life #quantum

  3. On my way to migrating my personal blog from Gatsby to Gleam, I thought it would be great if we had an easy-to-set-up framework for building blogs with #Gleam, #Lustre, and Markdown support.

    So I spent my time on a flight this weekend to develop blogatto.

    Blogatto allows you to set up a simple configuration to render blog pages from routes, with Lustre views and markdown files, by providing the configuration to render components.

    It also supports easily building the RSS feed, the sitemap, copying static assets, and robots file.

    github.com/veeso/blogatto

    #blog #gleam #opensource

  4. Happy New Year! 🎉

    Today I published “Gleaming Wails: Idiomatic Gleam & Lustre Msg naming with nice refactor | Always Developing #253” to my YouTube channel.

    In this session I switch to using more conventional names for the app’s Lustre Msg types, which turns out awesome as it helps me see where I was going wrong, could remove some messages, and simplify the update function!

    youtube.com/watch?v=FPZw6538QOY

  5. Today I published the 256th video on my YouTube channel.
    It’s only my 251st full Always Developing video, there’s been a handful of quick catchup “.1” videos, and my very first video was nothing related to coding.
    However, I still think it’s pretty neat to have hit this milestone.
    Merry Christmas nerds! 🎄😀
    youtu.be/5ftjNvbdOps

    ianmjones.com/2025/12/152/

  6. Gleaming Wails: A new series of live coding videos

    I’ve just published the first video in a new series of live coding sessions where I’m developing with Gleam and Lustre to build the front end for a desktop app built with Go and Wails.

    ianmjones.com/2025/11/gleaming

  7. Confirmed a couple of talks. I ( @nicd ) will be talking about #Gleam and #Lustre while Onni will have a presentation about using #DuckDB with #Elixir.

    More details at trelixir.fi/event-2025-11-17.h

  8. Google recently posted a promo for using their managed #Lustre service to accelerate inferencing via KV caching. Raises questions:

    1. What ever happened to Google Managed #DAOS (ParallelStore)? It performs better than Lustre.

    2. Does Gemini use this? Unlikely. See glennklockwood.com/garden/atte

    #AI #storage

  9. Join me at 1:30PM CDT today for more #Lustre #GleamLang hacking! We're going to make our "compiler explorer" look and behave much better:

    youtube.com/live/ynTUGXPLjLA?f

    #EssentialsOfCompilation

  10. We're having a LAN party and to prevent another fuse disaster, I'm using my project git.ahlcode.fi/nicd/hanuri to check that we've distributed the PCs evenly among the three phases of power.

    #Gleam #MyGleamStatus #Lustre

  11. Progress of my home power dashboard. I made little graphs with Lustre (they're flexes where a "pusher" div pushes the value div downwards from above -- the heights are calculated so that positive and negative meet around a common "axis").

    This is feature complete for our use now. I just need to deploy it on some screen.

    git.ahlcode.fi/nicd/hanuri

    #Gleam #Lustre

  12. I've been working on a little dashboard to see live readings from our home's power meter. Got actual data for the first time this morning. 🎉 The negative total means that we're producing power to the grid.

    It's not totally ready yet, building it in git.ahlcode.fi/nicd/hanuri using full stack Gleam and the Lustre framework.

    #Gleam #Lustre

  13. Finally got round to spending some time working with #gleam and #lustre over the last couple of days. I think it's safe to say I've got a new favourite language to work in!

  14. I made a website for playing planning poker: estimated-done.ahlcode.fi/

    It's made in full stack Gleam, using the magnificent Lustre framework for the frontend. Also my first app using Tailwind.

    Very bare bones right now, I'll add some customisation features later.

    Sources are here: git.ahlcode.fi/nicd/estimated- (AGPLv3).

    #WebDev #Gleam #Lustre #BEAM #TailwindCSS

  15. My first time trying Tailwind today (with Lustre). I was able to whip out a pretty decent UI with much less work than usual, though my "usual" is from scratch. Tailwind seems to have pretty sensible defaults, but it sure takes time to find out all the class names since they're kind of arbitrarily named. I'm quite happy with this from the hands of a terrible designer.

    All in all, I might just continue using it for my small personal projects. So far it has been fun.

    #Tailwind #CSS #Lustre #Gleam