• 11 Posts
  • 51 Comments
Joined 11 months ago
cake
Cake day: April 21st, 2024

help-circle


  • You make it sound like a huge conspiracy but there are laws and regulations around everything you try to sell, especially for electronics.

    You also have to do EMF radiation testing, ensure that your printer doesn’t produce toxic aerosols or fumes, and probably a bunch of other things to prove that your product is safe. I don’t see why the fingerprinting isn’t just another thing on the list of things you have to do to be in compliance with the rules. If your company is capable of producing something as complex as a printer, encoding the device’ serial number into a bunch of yellow microdots that you add to the printout shouldn’t be an issue.











  • Here are a couple of reasons:

    • C and C++ projects often predate Gradle by decades they will not change their build system without a compelling reason.
    • Gradle is written in Java and requires a Java Runtime.
    • At least for C++, CMake has pretty much become the standard build tool.
    • Dependency resolution on Linux was ‘solved’ by relying on the distribution. Today, there also exist package managers for C and C++ like vcpkg or conan and they also integrate with CMake.




  • Its hard to give you something concrete. The topics you gave as examples are vast. For my own purposes I add feeds to my rss reader based on what I come across by reading other articles in my reader.

    Maybe checkout some communities about the topics you are interested. Lemmy has for example a large and enthusiastic Linux community. Brodie Robertson also covers a lot of different Linux topics. You can also take a look at recordings of developer conferences. The people that give talks often write a blog as well.


  • HN is hosted by ycombinator, a VC, and represents only a tiny fraction of the IT industry. Its mainly the silicon valley startup side of things. So you can expect a motley crew of ai and crypto bros, musk fanboys and JavaScript prophets.

    The articles and especially the comments there might lead you to belief that in software development there isn’t anything outside of Cloud-native Web Applications. For example, two of the most popular programming languages that are currently used are Java and C#. Yet you wont find much discussion about them on HN because it is presumably unfashionable to use these languages in a startup.

    This extends to most topics from operating systems to open source programs. Largely hype based discussion around new and shiny things.

    There is also a very strong libertarian bias on HN. Look at the comments of any article that relates to a EU regulation like the DMA, CRA or GDPR and you will see what I mean. Its mostly libertarian pearl clutching and not much actual discussion.