𝕽𝖚𝖆𝖎𝖉𝖍𝖗𝖎𝖌𝖍

       🅸 🅰🅼 🆃🅷🅴 🅻🅰🆆. 
 𝕽𝖚𝖆𝖎𝖉𝖍𝖗𝖎𝖌𝖍 𝖋𝖊𝖆𝖙𝖍𝖊𝖗𝖘𝖙𝖔𝖓𝖊𝖍𝖆𝖚𝖌𝖍 

Ceterum Lemmi necessitates reactiones

  • 13 Posts
  • 1.02K Comments
Joined 3 years ago
cake
Cake day: August 26th, 2022

help-circle

  • Maven and later gradle, groovy and spring boot really made it more fun to use.

    There is no better example of “to each their own.”

    I started programming Java professionally when it was still called “Oak.” I was working at a University doing distance learning stuff and applets were incredible. They were also the thin end of the wedge, although I didn’t know it at the time.

    I watched over the years as a nice, concise, core library of a dozen packages swelled like a bloated corpse. The last core library book I contributed to was larger than War & Peace, a veritable tome just to describe the standard library.

    And then tooling like Maven and Gradle came along, and frameworks like Spring Boot became unavoidable, and I found more of my time was spent not programming but trying to detangle some horrible maven build config. In XML. That’s about the time I jumped ship.

    My philosophy is: tooling is fine, but if it takes over the project so that it’s impossible to build the project without it it’s not tooling anymore, it’s a framework - a platform - that you’re locked into. You get to spend your time debugging issues with the framework, over which you have no real control, where your best hope is work-arounds and crossing your fingers that upstream fixes their shit before your work-around becomes permanently engraved into the build.

    It’s funny to me that what I saw as bloated distraction, a hateful corruption of simplicity onto layers of obfuscation that themselves became platforms needing maintenance and debugging, would have been a pleasant and even fun addition to the ecosystem.










  • I have. It’s not bad, despite my several grievances with it. Mainly the Gorn redesign as cheap knock-offs of Xenomorphs, that Kirk could never have hand-to-handed. And I really, really dislike the whole Spock/nurse Chapel story line. T’Pring was grossly mistreated, and it makes Spock’s surprise at her behavior in Amok Time completely out of character: he knew what he did. I’m also not fond of jumping directly to musical episodes in so early; shows usually only do that when they start running out of other ideas. I had to fast-forward through most of that one. I was really unhappy about killing off… who they killed off. I would have preferred almost any other character be sacrificed if they really felt it necessary.

    But all that said, there is a lot of good, and I’ll keep watching it. I think my biggest gripe is that they picked SNW to continue, over Lower Decks‽ That was bogus; LD was a far better show.





  • We got a glimpse of what a true exodus could look like, and I’m with you. As much as I’d love to see Reddit collapse from its own shiftiness, for Lemmy’s sake I’d rather see a trickle who have a chance to learn manners and leave their vitriol behind.

    Not saying Lemmy’s perfect. I’m not saying I’m perfect: I have bad days and make asshole responses, too. But they get swallowed, or I get a reasonable response and apologize. In the main, the real, consistent excuses for human beings who resist the opportunity to become better people tend to join instances like Hexbear, and can be blocked en mass.




  • Rockets are: put a bunch of flammables in a giant tube and light it on fire. That’s my understanding. Well, Ok. I know there are nozzles on gimbals, but… here’s a joke that represents what I’m talking about:

    A brain surgeon goes to a party, and the host is introducing him to people.
    Host: “John, this is Jack. He’s a software engineer.”
    John: “Oh, that’s nice, but it isn’t brain surgery.”
    Host: “This is Mary; she worked in industrial inorganic chemistry.”
    John: “Oh that’s nice, but it isn’t brain surgery.”
    Host (annoyed): “Maude, this is John. He’s a brain surgeon.”
    Maude: “Oh, that’s nice, but it isn’t rocket science.”

    I think the big picture is deceptively simple. The practice of getting into orbit is far, far more complicated.

    As for airplanes, yeah. I understand them well enough; I think with the right equipment and practice I could build something that flies. It’s just, sometimes seeing a behemoth in the air it’s just a bit astonishing, and unintuitive.



  • The idea is that blkdiscard will tell the SSD’s own controller to zero out everything

    Just to be clear, blkdiscard alone does not zero out anything; it just marks blocks as empty. --secure tells compatible drives to additionally wipe the blocks; -z actually zeros out the contents in the blocks like dd does. The difference is that - without the secure or z options - the data is still in the cells.

    always encrypt all of your storage

    Yes! Although, I don’t think hindsight is helpful for OP.