#flatten — Public Fediverse posts
Live and recent posts from across the Fediverse tagged #flatten, aggregated by home.social.
-
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... https://news.osna.fm/?p=34992 | #news #flatten #germany #income #middleclass
-
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)
#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
-
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)
#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
-
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.
-
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.
-
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
https://tauri.app/ -
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
https://tauri.app/ -
how to flatten
[{a: 1}, {b: 2}, {c: 3}, {d:4}]?
const flat = Object.assign({}, ...sources.map(item => ({[item.key]:item.value})));