• 17 Posts
  • 1.36K Comments
Joined 4 years ago
cake
Cake day: May 31st, 2020

help-circle
  • Ephera@lemmy.mltoScience Memes@mander.xyzPlugs
    link
    fedilink
    English
    arrow-up
    34
    ·
    3 hours ago

    Various ant species do a similar thing where their soldiers have really big, flat heads and when their nest gets attacked, the soldiers stick their head into the entrance way, so the attackers can’t come inside.

    Apparently, this kind of behaviour is referred to as phragmosis.






  • I actually even made my own bullshit-Spotify. As in, I’ve got a server running on a single-board computer which reads my music folder and serves a small music player as a webpage.

    I didn’t want to install a music player client on my work laptop, but still wanted to listen to my own songs there.



  • Da müsste man sich jetzt so richtig einlesen, und wahrscheinlich noch ein paar neue Studien durchführen, um das wirklich richtig interpretieren zu können, aber es gibt zumindest richtige Studien, die zeigen, dass Cannabis Einfluss auf die Testosteron- und Östrogen-Bildung haben.

    Also soweit ich mich gerade eingelesen habe, scheint es die Östrogenbildung bei Frauen zu fördern.
    Siehe z.B.: https://leafwell.com/blog/effect-cannabis-hormones
    Ich bin mir noch nicht sicher, ob “Frauen” eigentlich weibliche Laborratten in dieser Aussage sind. Das könnte aber eben bedeuten, dass es bei Männern ebenfalls zur Östrogenbildung beiträgt.

    Es scheint aber auch eine umgekehrte Korrelation zu geben, also Testosteron und Östrogen beeinflussen das Cannabis-Konsumverhalten.
    Es steht z.B. hier drin:

    Spoiler

    Males also show different cannabis use patterns as compared to females and appear to use cannabis more frequently and at higher amounts (Cuttler et al., 2016). However, a faster progression to problematic cannabis use (Cooper and Haney, 2014) and more severe withdrawal symptoms (Levin et al., 2010) could explain why women typically show greater propensity to relapse to drug use than men (Becker and Hu, 2008; Fattore et al., 2008).

    ZL;NG: Männer greifen bereitwilliger zu Cannabis, Frauen kommen aber schwerer davon weg.

    Vielleicht also sind Männer mit Brüsten ein ganz besonderer Cocktail aus viel Testosteron + viel Östrogen, der sie sowohl mehr dumme Dinge machen lässt, als auch es erschwert von Cannabis wegzukommen.

    Aber ja, insgesamt würde ich die Beobachtung absolut nicht abschreiben.













  • But that is what I mean with it needing an extension of the language.

    So, I’m not saying you could just build a library that calls existing PHP functions to make it all work. Rather I’m saying there’s certain machine code instructions, which just cannot be expressed in PHP. And we need those machine code instructions for actually managing memory. So, I am talking about reading/writing to memory not being possible, unless we resort to horrible hacks.

    Since we are building our own compiler anyways, we could add our own function-stubs and tell our compiler to translate them to those missing machine code instructions. But then that is a superset of PHP. It wouldn’t be possible in PHP itself.

    Again, I’m not entirely sure about the above, but my web search skills couldn’t uncover any way to actually just read from a memory address in PHP.