home.social

Search

73 results for “silmeth”

  1. Finally got to doing 25th day of #AdventOfCode today and thus collected all 50 stars of this year. 🎉

    Now I just need to get back to day 24 and write a proper solution (as I only did it partly in code, partly eye-balling and manually composing the answer; I used not-so-AI, I guess).

    My Rusty solutions: gitlab.com/silmeth/advent-of-c

    #AdventOfCode2024 #AOC2024 #RustLang #Rust

  2. CW: AOC 2024 day 16

    Managed to get my Dijsktra-like solution to run below 50 ms for part 2, and ~6 ms for part 1. Probably could shed some more ms, but I think that’s pretty good already! #RustLang delivers.

    gitlab.com/silmeth/advent-of-c

    #AdventOfCode #AOC2024 #AdventOfCode2024 #Rust #pathfinding

  3. CW: Project: Hail Mary spoilers

    I watched #Project_Hail_Mary the movie and am very disappointed. The movie was a fun comedy but not the #SciFi I expected. Hollywood isn’t ready to show any math or proper science talk on screen ­– even when that’s the very point of the story.

    They never explained how they managed to get 20 Mkg of astrophage, the main character… isn’t that bright at all…

    #HailMary #AndyWeir #SciFi #ScienceFiction

  4. An Ghealach inniubh. Cruach de sheacht ngrianghraif.

    Déanta le lionsa scatháin, ZM-5A 500 mm f/8 + ×2 teleconverter.

    #Moon #Astrophotography #MirrorLens #MicroFourThirds #Em5mark3 #darktable

  5. Dear fedi, I’m thinking on replacing some #networking hardware at my place. I need an #AccessPoint and another piece working as a #WiFi6 client for 2 PCs and a SteamLink, no need for mesh.

    Considering
    • GL.iNet Flint 2 for the AP,
    #Mikrotik hAP ax² for the client.

    Does this look OK? Other options worth considering? I like that #GLiNet uses #OpenWRT.

    #Router

  6. Iúpatar inniu. Déanta le lionsa scátháin ZM-5A 500 mm f/8 agus teilithiontaire(?) 2×. 54 grianghraif arna gcruachadh le #AutoStakkert.

    #Jupiter today. Taken with #MirrorLens ZM-5A 500 mm f/8 + teleconverter 2×. 54 photos stacked with AutoStakkert.

    #AstroPhotography #Olympus #EM5mark3 #darktable

  7. An interesting (though not very surprising IMO) read about #Anglophone #Linguistics and English bias: tandfonline.com/doi/full/10.10

    > Asking a linguist how many languages they speak is like asking a doctor how many diseases they have.

    Chomsky managed to avoid learning “the ebola of linguistics” after all.

    #Multilingualism #AngloCentrism

  8. Today I tried #ShineStacker (shinestacker.wordpress.com) – new open source focus stacker and it works! Stacked my hand-held fly shots on default settings with no problems, something I couldn’t achieve with Hugin tools (but my #Olympus #em5mark3 could with OOC jpeg).

    #FocusStacking #MacroPhotography #MicroFourThirds

  9. A comparison. Shot using Olympus E-M5 mk. III. The only change between the two screenshots is changing the “daylight” (“światło dzienne”) to “custom” (“niestandardowy”) illuminant type control. CCT supposedly stays at 4201 K but the preview is visibly different.

    #darktable #em5mark3 #olympus

  10. Today I discovered that tilt does not work on #Wayland #KDE with my #Wacom One Pen #DrawingTablet (while there is no problem under Xorg).

    Not sure if it’s a general (Wayland/KDE) problem or something with this specific tablet. But it’s surprising how many things are broken when Wayland is getting pushed as the default.

  11. So #OMDS released a new #OM5 mk. II camera that from the hardware side has a new USB controller compared to mk. I.

    The rest, especially the cpu and image sensor, seem to be exactly the same. One button’s label has changed.

    Which means that beside USB-C + PD it all should be a firmware update.

    #camera #photography #olympus #microfourthirds

  12. So released a new mk. II camera that from the hardware side has a new USB controller compared to mk. I.

    The rest, especially the cpu and image sensor, seem to be exactly the same. One button’s label has changed.

    Which means that beside USB-C + PD it all should be a firmware update.

  13. So #OMDS released a new #OM5 mk. II camera that from the hardware side has a new USB controller compared to mk. I.

    The rest, especially the cpu and image sensor, seem to be exactly the same. One button’s label has changed.

    Which means that beside USB-C + PD it all should be a firmware update.

    #camera #photography #olympus #microfourthirds

  14. I’ve started reading William Croft’s “Morphosyntax” (2022). Only on ch. 2 now, but finally a #syntax book I’m enjoying! And actually based on varied cross-linguistic data, not completely English-centric.

    #linguistics #cxg #ConstructionGrammar #linguistic_typology

  15. Agus ní deirim ná gur maith liom iad. :)

    Déanta le Olympus E-M5 mk. III agus leis an dá lionsa atá le feiscint thuas: M.Zuiko 60 mm f/2.8 macro ⁊ 75-300 mm f/4.8-6.7 mk. II.

    #CellarSpider #BirdsOfMastodon #Photography

  16. CW: climate change, West Atlantic russian client state policy

    American scientists banned by Trump from contributing to IPCC climate change assessment reports.

    I guess if you don’t see a problem, there is no problem.

    amp.cnn.com/cnn/2025/02/21/cli

    #ClimateChange #IPCC #ClimateDevastation #ClimateCatastrophy

  17. An-eagla a bhí orm go ndéanfar damáiste do bhraiteoir mo cheamara agus mé ag déanamh an ghrianghraif. Ach tá sé fós beo, baochas le dia. Tá fócas beagán shite toisc ná raibh uaim súcradh leis an gceamara ró-fhada agus é dírithe i dtreo na gréine.

    #Sun #SunSpots #Olympus #Em5mark3 #MirrorLens

  18. Random tip: if you need self-referential struct – take a look at Yoke (docs.rs/yoke/latest/yoke/).

    It’s really great and comes in handy eg. if you need to do some zero-copy processing of incoming data, returning stuff referencing those data in the output. And beside a single derive-macro, it’s macro-free.

    I used ouroboros and rental before that, but Yoke is just a joy to use in comparison.

  19. Random #RustLang tip: if you need self-referential struct – take a look at Yoke (docs.rs/yoke/latest/yoke/).

    It’s really great and comes in handy eg. if you need to do some zero-copy processing of incoming data, returning stuff referencing those data in the output. And beside a single derive-macro, it’s macro-free.

    I used ouroboros and rental before that, but Yoke is just a joy to use in comparison.

    #Rust #SelfReferential

  20. Random #RustLang tip: if you need self-referential struct – take a look at Yoke (docs.rs/yoke/latest/yoke/).

    It’s really great and comes in handy eg. if you need to do some zero-copy processing of incoming data, returning stuff referencing those data in the output. And beside a single derive-macro, it’s macro-free.

    I used ouroboros and rental before that, but Yoke is just a joy to use in comparison.

    #Rust #SelfReferential