• 1 Post
  • 94 Comments
Joined 2 months ago
cake
Cake day: July 22nd, 2024

help-circle



  • leisesprecher@feddit.orgtoScience Memes@mander.xyzelucidating 🤌🏼
    link
    fedilink
    English
    arrow-up
    2
    arrow-down
    1
    ·
    4 days ago

    Well, actually you’re kind of wrong, at least in some contexts.

    So I’m not sure, how that works in other countries, but here in Germany, a large bid for some public contact has to parrot the requirements. The process includes a bloke essentially ticking all of the boxes in their request, and if you say (just for example) “we will deploy that in our k8s cluster” but they require a cloud ready solution, the bloke will not tick the box. Yes, that’s incredibly stupid.

    Apart from that, who reads the bid texts? Not technical people, but bean counters and MBAs. The technical people on the other side are only asked for comment, they have no say.

    I wish you would be right, but in a world full of people desperately trying to justify their existence, fluff is essential.


  • Most “professional” writing is just a bunch of phrases interspersed with a few chunks of information.

    I’m involved with bidding and grant proposal stuff for software and it’s 90% empty words. I draw two diagrams and a page of text, sales deletes 60% of the text, misinterprets the rest and then puffs it up to 30 pages.





  • And there are some truly magic tools.

    XSDs are far from perfect, but waaay more powerful than json schema.

    XSLT has its problems, but completely transforming a document to a completely different structure with just a bit of text is awesome. I had to rewrite a relatively simple XSLT in Java and it was something like 10 times more lines.











  • The long-term goal is for Rust to overtake C in the kernel (from what I understand

    Your understanding wrong. Rust is limited to some very specific niches within the kernel and will likely not spread out anytime soon.

    critical code gets left untouched (a lot of the time) because no one wants to be the one that breaks shit

    The entire kernel is “critical”. The entire kernel runs - kind of by definition - in kernel space. Every bug there has the potential for privilege escalation or faults - theoretically even hardware damage. So following your advice, nobody should every touch the kernel at all.