home.social

#flatten — Public Fediverse posts

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

fetched live
  1. The Mittelstands‑und‑Wirtschaftsunion (MIT) submitted a motion to the CDU party conference that began in Stuttgart on Friday, calling for a reform of the income... news.osna.fm/?p=34992 | #news #flatten #germany #income #middleclass

  2. The monotheistic religions made it normal to squash people: "I think there is something really special about the Bible [...] which is precisely this idea that the revelation of truth comes through the suffering of the weak." (Matthieu Poupart)

    Then the Renaissance made it easier to blame the victim: With modernity, "it is the person who takes no initiative who is seen as responsible for the emergence of sexual promiscuity." (Matthieu Poupart)

    #EstelleSays #longThread 🧶

    #truth #revelation #believe #beliefs #empathy #feminism #quotes #blameTheVictim #maleSupremacy #manliness #patriarchy #misogyny #relationships #sociology #religion #catholic #christianity #jewishness #jewish #squash #flatten #crush #agressions #agressive #agressivity #supremacy #rapeCulture #brutalization #modernity #Renaissance #history #intellectualHistory #historyOfHumanThought #historyOfPhilosophy #normal #normality #heteronormativity #weak #weakness #incest #incestCulture

  3. The monotheistic religions made it normal to squash people: "I think there is something really special about the Bible [...] which is precisely this idea that the revelation of truth comes through the suffering of the weak." (Matthieu Poupart)

    Then the Renaissance made it easier to blame the victim: With modernity, "it is the person who takes no initiative who is seen as responsible for the emergence of sexual promiscuity." (Matthieu Poupart)

    🧶

  4. If you publish a library with more than one artifact, do create #BOM files. It's easy and so much nicer downstream.

    Going through a couple of our projects (Cypher-DSL, JDBC Driver and later Neo4j-Migrations), worth the little effort. If you're a #Maven user like me, it's really easy adding a BOM module to the parent project, #Flatten plugin will take care of most of the work.

    #Java #Maven #Build

  5. If you publish a library with more than one artifact, do create #BOM files. It's easy and so much nicer downstream.

    Going through a couple of our projects (Cypher-DSL, JDBC Driver and later Neo4j-Migrations), worth the little effort. If you're a #Maven user like me, it's really easy adding a BOM module to the parent project, #Flatten plugin will take care of most of the work.

    #Java #Maven #Build

  6. CI friendly version numbers… One of the things I am not doing ever again with #Maven and the #Flatten plugin. It kinda works, but it's brittle.

    I find the classic release/prepare|perform approach much more reliable.

  7. CI friendly version numbers… One of the things I am not doing ever again with #Maven and the #Flatten plugin. It kinda works, but it's brittle.

    I find the classic release/prepare|perform approach much more reliable.

  8. Guys!
    If you want to make a #crossplatform #app, and you don't know what's framework should I use?
    Just use #Tauri and don't waste your time on #electronjs, #flatten or other stuff.
    Tauri is light and too easy.
    Check out the Tauri site:
    #rust #rustlang #javascript #typescript #npmjs #npm #cargo #programming #program #code #hacker #hack #gui #uidesign #ui #uxdesign #ux
    tauri.app/

  9. Guys!
    If you want to make a #crossplatform #app, and you don't know what's framework should I use?
    Just use #Tauri and don't waste your time on #electronjs, #flatten or other stuff.
    Tauri is light and too easy.
    Check out the Tauri site:
    #rust #rustlang #javascript #typescript #npmjs #npm #cargo #programming #program #code #hacker #hack #gui #uidesign #ui #uxdesign #ux
    tauri.app/

  10. how to flatten
    [{a: 1}, {b: 2}, {c: 3}, {d:4}]

    ?

    const flat = Object.assign({}, ...sources.map(item => ({[item.key]:item.value})));

    #javascript #flatten #object