Profile avatar
Hemera.meow.social.ap.brid.gy
Computer Cat with a love for Rust, Linux and creating infrastructure! Feel free to reply to all the posts you can see :D Or send me a direct message! Interests […] [bridged from https://meow.social/@Hemera on the fediverse by https://fed.brid.gy/ ]
60 posts 5 followers 1 following
Prolific Poster
Conversation Starter

Is there something like the CCC in France with local events etc? Having a hard time googling it, obvious translations didn't get me much. Looking for a place to hang out with other peeps and create stuff.

[Music Opinions] Honestly, I wish NFC and EF would learn a bit from CFz. #PoodleParty was extremely fun and a good time! It's stupid and that's what I love about it so much. It's just silly and everyone can do it. As someone who is usually energized by music and loves moving around to it, it […]

Today's #ZelliJ session name: `didactic-rustacean`. Well, alright?

Taking a train from Germany. It's a french train, the TGV. My ticket says it departs at 15:12. The trainstation says it departs at 12:25. Asking for clarifications, I was told 12:25 is the correct time. I get into the train, (which was late by its own standard, and arrived at 15:31). In the […]

Today is release day for nixos!

That moment you write something complicated, with several type shenanigans. And it runs succesfully on first test :dragncool: #JustRustThings #rustlang #bevy

Welcome to the World #rust 1.87.0!

Oh #zed supports #vim mode? But does it run in the terminal? 🤔

After lots of trial and error. I finally have a working badge! You can change the colors of each part individually and also have multiple effects running! All that’s left for this prototype is to paint it to fit my colors better :3! The way it works is that […] [Original post on meow.social]

I'm not going to lie, writing a lexer in #Rust is objectively fun

Alright, started printing Prototype v5 :D 3d Printing stuff is a lot of fun when you can easily iterate! 1h print time on a 7y old printer is I think ok

Krastorio 2 really puts me on the edge of giving up, when the recipes are just a tiny bit more complex ;_;

German politicians have the potential to do something really funny twice in a row

old Art for @Hemera but now on, SoFurry! #caffeinatedcultist #furryart #sfwfurryart #furry #MastoArt #FediArt #feline #digitalart #furryfedi #FurryArtwork

Kinda wish rn to have peeps to play Nomifactory (CEu) with!

How do you peeps that are #programming try to keep complexity at bay? I usually do fine until there is a tipping point in my projects and it becomes very hit or miss on given days if I can grok the next steps or not and its quite annoying to me. Mainly for #rustlang but anything else also goes […]

`building chromium-unwrapped-136.0.7103.59 (buildPhase): [13759/49348]` 😿

hate your instance admin? hate your stupid fucking now character limit? just fucking leave go to some other instance or setup your own instance or go and live in the woods away from civilization #feditips

Politics is just reality tv

Made some pizza! #pizza #cooking

Oh I guess it didn't happen

just made a cargo-lint-doc scrip to set up as r-a's default check command so I get warnings for rustdoc ^_^ https://gist.github.com/fasterthanlime/d1a4671a5088c945c9d3f536791d3ffd I couldn't find a tool that already does this.

Casually performing a snoot grab on Set, god of chaos. What could go wrong?

The french government wants me to report which accounts I have outside of France, and lots of information around them Which is fine But they don't just give me the option to use the same information as last year!?? It's not like the account changed it's opening year or number!? And if it did […]

What would a typed nix even look like 🤔 I feel that given how its used, you'd need something akin to Typescripts structural typing to even tackle nixpkgs (which if you're not, is prob gonna be dead in the water)

How did they break the MQTT spec HTML page!? https://docs.oasis-open.org/mqtt/mqtt/v5.0/mqtt-v5.0.html It worked fine, but now its in quirks mode lol

it's time for a ✨ mental health update 🧠 https://fasterthanli.me/articles/that-health-is-mental

`git push --force-with-lease` truly is a lifesaver when working with multiple peeps on a branch

The fact that XPath has support to serialize to JSON opens up a lot of amazing opportunities 👀 #xml #xpath #xee #rust #rustlang

[C and Rust talk, rant] I love when people argue about C vs Rust and try to say "But I just want to be able to write down my code and not have to worry with all the baggage Rust forces on me" and I am always dumbfounded by it. Am I the one interpreting it as too shallow? Because the way I see […]

omg, I just spent 1 hour searching for how a certain website was able to implement their resizing to be so smooth and responsive... And its a CSS attribute!? https://developer.mozilla.org/en-US/docs/Web/CSS/resize :ms_mind_blown:

I wish the embedded ecosystem were easier to get into ;_; My STM32 pcb won’t talk via SWD and it’s killing me. I have no idea what might be wrong If someone has some time to spare and would want to help me I’d be super grateful :Blobhaj_Thanks_Love: #embedded #stm32 #electricalengineering

It’s called C# because your project dies by a thousand cuts Send toot

# Wieso ich Influx und Grafana so verachte, Teil 1737261 Gegeben sei eine Metrik m, die den Yield meiner Solaranlage mißt. Damit ich eine einfache Pronose für den Monat bekomme, muß ich 1. das aktuelle Maximum vom Yield des Monats holen. 2. Die Anzahl der Tage des aktuellen Monats […]

Hazbin Hotel's soundtrack is burned into my memories And I do not mind

Alright, I documented all the public items of my 🦀 crate `test-dsl`! You can check it out here: 📖 https://docs.rs/test-dsl/latest/test_dsl/ #rustlang #rust

Alright! I just released a first functional version of a new crate: 🔧 `test-dsl` at 0.1.0 🦀 https://github.com/TheNeikos/test-dsl/ To paraphrase the readme: `test-dsl` allows you to easily author tests by decoupling between the 'test harness', 'verbs' and 'conditions'. It's role in your […]

Rebooting #linux to fix your audio problems, still a tried and true method!

I've recently grown super fond of using the command pattern to write quick to author, and easy to understand tests. The gist is that you define a list of 'commands' that your application can logically perform that you find interesting to model. So for example I'm currently writing an MQTT […]