home.social

#malaise — Public Fediverse posts

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

  1. Un détenu de 32 ans meurt après un malaise dans une prison de Bordeaux, le délai

    Un détenu du centre pénitentiaire de Bordeaux-Gradignan (Gironde) est décédé ce vendredi 17 juillet 2026. Placé en détention provisoire depuis…
    #Bordeaux #FR #France #Actu #News #Europe #EU #32 #actu #Actualités #ans #délai #détenu #doigt #europe #intervention #malaise #meurt #NouvelleAquitaine #pointe #Prison #Républiquefrançaise #saint-brieuc
    europesays.com/fr/1077006/

  2. europesays.com/be-fr/168755/ Les travailleurs de l’aéroport de Charleroi bientôt en grève ? La CSC menace d’actions « si rien ne change dans le dialogue social » #Aéroport #BE #BEFr #Belgique #Belgium #Business #Charleroi #Économie #Economy #greve #malaise #Syndicat

  3. Il me semblait que les malaises voyageurs ne devaient plus impacter le trafic car les victimes étaient débarquées à une station en attendant les secours. Mais dans les faits ce n’est pas le cas.
    #métro #Paris #trafic #malaise #voyageur #transports

  4. Il me semblait que les malaises voyageurs ne devaient plus impacter le trafic car les victimes étaient débarquées à une station en attendant les secours. Mais dans les faits ce n’est pas le cas.
    #métro #Paris #trafic #malaise #voyageur #transports

  5. Il me semblait que les malaises voyageurs ne devaient plus impacter le trafic car les victimes étaient débarquées à une station en attendant les secours. Mais dans les faits ce n’est pas le cas.
    #métro #Paris #trafic #malaise #voyageur #transports

  6. Americans in their 40s and 50s are more depressed and forgetful, and weaker, than those of previous generations, and most of their peers in Europe. Education is no longer protective. Stress and financial insecurity are thought to be responsible.

    Summary: zmescience.com/science/news-sc

    Original paper (not open access): journals.sagepub.com/doi/10.11

    #Science #Psychology #Malaise #Insecurity #Depression

  7. Why is #JavaScript so popular? I hate everything about it.

    I'm speaking at the #Canberra Field #Naturalists meeting at #ANU next month on #Malaise trapping and the #insects and other #invertebrates that surround us without our noticing them.

    I expect most of my slides to be arrays of four or six #microscope images with a header (probably a family name in most cases) and captions for each image.

    I don't want to lay out all these images in #LibreOffice (or any similar presentation tool) because I'm a perfectionist and getting it all tidy will take forever.

    So, I decided to try out #Slidev, #Marp and other #Markdown-based presentation tools. The Markdown part is very appealing, but they all lean hard into JavaScript. That would be fine so long as I don't have to think about that side of things.

    Slidev's AppleBasic theme seemed to be the best starting point, so I started hacking it to add som extra gridded image views. Plain image grids were not too challenging, but I really want captions for each image, so I started trying to understand how the templates use the forest of underlying JS libraries and CSS artefacts to produce the displayed slides.

    Frankly, the whole thing is so opaque and would take me much longer to understand than preparing multiple presentations by hand would.

    Then I realised I can use #montage on the command line to produce the kind of layouts I want, and I can script #exiftool to extract and prepare the captions which will save time.

    So, my new plan is to write a #Python script that processes a #YAML file listing all the slides, titles and image paths. It can generate PNG images that are close to the target 1920*1080 size (give or take a little). I'll then use LibreOffice for a couple of more text-oriented or irregular slides, export those and combine all the images into a PDF.

    I'm sure this will be way faster than battling Node.js. Not sure why I felt I had to write it up.

    fieldnatsact.com/

  8. Why is #JavaScript so popular? I hate everything about it.

    I'm speaking at the #Canberra Field #Naturalists meeting at #ANU next month on #Malaise trapping and the #insects and other #invertebrates that surround us without our noticing them.

    I expect most of my slides to be arrays of four or six #microscope images with a header (probably a family name in most cases) and captions for each image.

    I don't want to lay out all these images in #LibreOffice (or any similar presentation tool) because I'm a perfectionist and getting it all tidy will take forever.

    So, I decided to try out #Slidev, #Marp and other #Markdown-based presentation tools. The Markdown part is very appealing, but they all lean hard into JavaScript. That would be fine so long as I don't have to think about that side of things.

    Slidev's AppleBasic theme seemed to be the best starting point, so I started hacking it to add som extra gridded image views. Plain image grids were not too challenging, but I really want captions for each image, so I started trying to understand how the templates use the forest of underlying JS libraries and CSS artefacts to produce the displayed slides.

    Frankly, the whole thing is so opaque and would take me much longer to understand than preparing multiple presentations by hand would.

    Then I realised I can use #montage on the command line to produce the kind of layouts I want, and I can script #exiftool to extract and prepare the captions which will save time.

    So, my new plan is to write a #Python script that processes a #YAML file listing all the slides, titles and image paths. It can generate PNG images that are close to the target 1920*1080 size (give or take a little). I'll then use LibreOffice for a couple of more text-oriented or irregular slides, export those and combine all the images into a PDF.

    I'm sure this will be way faster than battling Node.js. Not sure why I felt I had to write it up.

    fieldnatsact.com/

  9. Why is #JavaScript so popular? I hate everything about it.

    I'm speaking at the #Canberra Field #Naturalists meeting at #ANU next month on #Malaise trapping and the #insects and other #invertebrates that surround us without our noticing them.

    I expect most of my slides to be arrays of four or six #microscope images with a header (probably a family name in most cases) and captions for each image.

    I don't want to lay out all these images in #LibreOffice (or any similar presentation tool) because I'm a perfectionist and getting it all tidy will take forever.

    So, I decided to try out #Slidev, #Marp and other #Markdown-based presentation tools. The Markdown part is very appealing, but they all lean hard into JavaScript. That would be fine so long as I don't have to think about that side of things.

    Slidev's AppleBasic theme seemed to be the best starting point, so I started hacking it to add som extra gridded image views. Plain image grids were not too challenging, but I really want captions for each image, so I started trying to understand how the templates use the forest of underlying JS libraries and CSS artefacts to produce the displayed slides.

    Frankly, the whole thing is so opaque and would take me much longer to understand than preparing multiple presentations by hand would.

    Then I realised I can use #montage on the command line to produce the kind of layouts I want, and I can script #exiftool to extract and prepare the captions which will save time.

    So, my new plan is to write a #Python script that processes a #YAML file listing all the slides, titles and image paths. It can generate PNG images that are close to the target 1920*1080 size (give or take a little). I'll then use LibreOffice for a couple of more text-oriented or irregular slides, export those and combine all the images into a PDF.

    I'm sure this will be way faster than battling Node.js. Not sure why I felt I had to write it up.

    fieldnatsact.com/

  10. Why is #JavaScript so popular? I hate everything about it.

    I'm speaking at the #Canberra Field #Naturalists meeting at #ANU next month on #Malaise trapping and the #insects and other #invertebrates that surround us without our noticing them.

    I expect most of my slides to be arrays of four or six #microscope images with a header (probably a family name in most cases) and captions for each image.

    I don't want to lay out all these images in #LibreOffice (or any similar presentation tool) because I'm a perfectionist and getting it all tidy will take forever.

    So, I decided to try out #Slidev, #Marp and other #Markdown-based presentation tools. The Markdown part is very appealing, but they all lean hard into JavaScript. That would be fine so long as I don't have to think about that side of things.

    Slidev's AppleBasic theme seemed to be the best starting point, so I started hacking it to add som extra gridded image views. Plain image grids were not too challenging, but I really want captions for each image, so I started trying to understand how the templates use the forest of underlying JS libraries and CSS artefacts to produce the displayed slides.

    Frankly, the whole thing is so opaque and would take me much longer to understand than preparing multiple presentations by hand would.

    Then I realised I can use #montage on the command line to produce the kind of layouts I want, and I can script #exiftool to extract and prepare the captions which will save time.

    So, my new plan is to write a #Python script that processes a #YAML file listing all the slides, titles and image paths. It can generate PNG images that are close to the target 1920*1080 size (give or take a little). I'll then use LibreOffice for a couple of more text-oriented or irregular slides, export those and combine all the images into a PDF.

    I'm sure this will be way faster than battling Node.js. Not sure why I felt I had to write it up.

    fieldnatsact.com/

  11. Why is #JavaScript so popular? I hate everything about it.

    I'm speaking at the #Canberra Field #Naturalists meeting at #ANU next month on #Malaise trapping and the #insects and other #invertebrates that surround us without our noticing them.

    I expect most of my slides to be arrays of four or six #microscope images with a header (probably a family name in most cases) and captions for each image.

    I don't want to lay out all these images in #LibreOffice (or any similar presentation tool) because I'm a perfectionist and getting it all tidy will take forever.

    So, I decided to try out #Slidev, #Marp and other #Markdown-based presentation tools. The Markdown part is very appealing, but they all lean hard into JavaScript. That would be fine so long as I don't have to think about that side of things.

    Slidev's AppleBasic theme seemed to be the best starting point, so I started hacking it to add som extra gridded image views. Plain image grids were not too challenging, but I really want captions for each image, so I started trying to understand how the templates use the forest of underlying JS libraries and CSS artefacts to produce the displayed slides.

    Frankly, the whole thing is so opaque and would take me much longer to understand than preparing multiple presentations by hand would.

    Then I realised I can use #montage on the command line to produce the kind of layouts I want, and I can script #exiftool to extract and prepare the captions which will save time.

    So, my new plan is to write a #Python script that processes a #YAML file listing all the slides, titles and image paths. It can generate PNG images that are close to the target 1920*1080 size (give or take a little). I'll then use LibreOffice for a couple of more text-oriented or irregular slides, export those and combine all the images into a PDF.

    I'm sure this will be way faster than battling Node.js. Not sure why I felt I had to write it up.

    fieldnatsact.com/

  12. Four (parasitic) #wasps (#Hymenoptera) from a SLAM #Malaise sample in #Canberra #Australia over the last three weeks. Natural areas everywhere are (or should be) full of beautiful #insects like these, all just going about their business.

    A #FairyWasp in the genus #Mymar - the first I have seen here in the nominate genus - see how tiny this #insect is.

    An #ichneumon wasp (#Ichneumonidae) in the subfamily #Campopleginae - probably possible to get this one to genus, but most Australian species are unnamed.

    #Vosleria australia (or at least that's the only named Australian species in the genus) - family #Encyrtidae

    #Anastatus, unknown species - family #Eupelmidae

    #biodiversity #entomology

  13. Four (parasitic) #wasps (#Hymenoptera) from a SLAM #Malaise sample in #Canberra #Australia over the last three weeks. Natural areas everywhere are (or should be) full of beautiful #insects like these, all just going about their business.

    A #FairyWasp in the genus #Mymar - the first I have seen here in the nominate genus - see how tiny this #insect is.

    An #ichneumon wasp (#Ichneumonidae) in the subfamily #Campopleginae - probably possible to get this one to genus, but most Australian species are unnamed.

    #Vosleria australia (or at least that's the only named Australian species in the genus) - family #Encyrtidae

    #Anastatus, unknown species - family #Eupelmidae

    #biodiversity #entomology

  14. Four (parasitic) #wasps (#Hymenoptera) from a SLAM #Malaise sample in #Canberra #Australia over the last three weeks. Natural areas everywhere are (or should be) full of beautiful #insects like these, all just going about their business.

    A #FairyWasp in the genus #Mymar - the first I have seen here in the nominate genus - see how tiny this #insect is.

    An #ichneumon wasp (#Ichneumonidae) in the subfamily #Campopleginae - probably possible to get this one to genus, but most Australian species are unnamed.

    #Vosleria australia (or at least that's the only named Australian species in the genus) - family #Encyrtidae

    #Anastatus, unknown species - family #Eupelmidae

    #biodiversity #entomology

  15. Four (parasitic) #wasps (#Hymenoptera) from a SLAM #Malaise sample in #Canberra #Australia over the last three weeks. Natural areas everywhere are (or should be) full of beautiful #insects like these, all just going about their business.

    A #FairyWasp in the genus #Mymar - the first I have seen here in the nominate genus - see how tiny this #insect is.

    An #ichneumon wasp (#Ichneumonidae) in the subfamily #Campopleginae - probably possible to get this one to genus, but most Australian species are unnamed.

    #Vosleria australia (or at least that's the only named Australian species in the genus) - family #Encyrtidae

    #Anastatus, unknown species - family #Eupelmidae

    #biodiversity #entomology

  16. Four (parasitic) #wasps (#Hymenoptera) from a SLAM #Malaise sample in #Canberra #Australia over the last three weeks. Natural areas everywhere are (or should be) full of beautiful #insects like these, all just going about their business.

    A #FairyWasp in the genus #Mymar - the first I have seen here in the nominate genus - see how tiny this #insect is.

    An #ichneumon wasp (#Ichneumonidae) in the subfamily #Campopleginae - probably possible to get this one to genus, but most Australian species are unnamed.

    #Vosleria australia (or at least that's the only named Australian species in the genus) - family #Encyrtidae

    #Anastatus, unknown species - family #Eupelmidae

    #biodiversity #entomology

  17. Un homme meurt après un malaise à une station de tramway dans le centre-ville de Nice

    Une scène dramatique. Un homme a été victime d’un malaise alors qu’il attendait le tramway dans le centre-ville…
    #Nice #FR #France #Actu #News #Europe #EU #2025 #actu #Actualités #Après #europe #Faits-divers-Justice #homme #l’intervention #malaise #malgré #meurt #nice #passants #Provence-Alpes-Côted'Azur #Républiquefrançaise
    europesays.com/fr/585056/