• 0 Posts
  • 18 Comments
Joined 10 months ago
cake
Cake day: December 12th, 2023

help-circle

  • I think there is some confusion here between copyright and patent, similar in concept but legally exclusive. A person can copyright the order and selection of words used to express a recipe, but the recipe itself is not copy, it can however fall under patent law if proven to be unique enough, which is difficult to prove.

    So you can technically own the patent to a recipe keeping other companies from selling the product of a recipe, however anyone can make the recipe themselves, if you can acquire it and not resell it. However that recipe can be expressed in many different ways, each having their own copyright.


  • Tech companies are operated like any other company and have a wide range of employees. Also not every tech position is highly employable. I know from personal experience in tech middle management that many employees are very easy to replace and have very common skill sets that are oversaturated in the market. Many many tech workers are absolutely operating in survival mode in 2024.


  • Psychopath is being used in a colloquial way here and not an exact diagnosis. Even if they are actual psychopaths they are known for being very charismatic and there are a lot of sadomasochistic people in the world who are motivated by punishment.

    Further the people who work directly for these people want to be them, so they see it as just part of the process.

    Another factor is money, it’s a motivator. Those who work lower down the org chart can often be desperate, struggling to get by and get used to the punishment, convincing themselves that it would be worse elsewhere.

    The Idea that life is short and work just isn’t worth it comes from a place of privilege and the luxury of time for self reflection. Something not everyone can afford when one lives in survival mode.




  • Yikes, ok I can buy the shit posting. I think it’s fair to say it didn’t go over well. Most of the Lemmy user base is your age, who remember the dial-up days of the Internets. Most of us grew up with the Trash 80 and C64s and Apples in the classroom, which is why we are drawn to the Fediverse. So don’t be surprised when you get brigaded over a BASIC syntax error, because from our perspective it came across like a 22 year old who was pretending to know what the old days were like, and making an irrelevant comment on a post about a rather tragic part of computing history. Fair enough, we done.


  • Not sure why you’re digging this hole, but okay… You claim to have 40 years experience, a retired software dev… BASIC has little relevance to the article OP posted… It doesn’t make much sense to post a hello world loop, further you can search for this loop and find thousand of syntax accurate examples, which any engineer would do normally, due to the PTSD of posting on public forums and being ripped to shreds for the most minor of typo…

    Why would you claim to run two lines through a compiler to check it? I mean there are endless interpreters and plenty of IDEs that would have caught the mistake as well.

    BASIC is a high level educational language to promote CS in the 80s and 90s, What does posting this here, and then misusing semi-colons, do to give you any credibility. Why not Lisp, COBOL or Fortran? Is it because your trying to steal credibility like Microsoft did? Make it make sense!

    And finally what in the world is this CC signature. Your on Lemmy, the not-for-profit decentralized forum. Creative Commons licensing is for scenarios that involve commerce. Everything anyone posts here is free to use because there really is no way to enforce copyright on content where the owner cannot be identified and no single entity owns the federation. Unless Cosmic Cleric is your legal name…




  • DNS services with blocks lists such as Pi-Hole, AdGuard, NextDNS, etc, provide a centralized config file for all devices on a network, so you only configure once, collect statistics, have built in block lists that can be easily modified and updated either automatically or manually and are fast.

    Using large lists in a host file will slow local resolution. It wasn’t designed for this use case as it’s acting a flat file database with a limited amount of RAM allocated for the process and will get slower the longer the list. While this latency won’t be noticeable in the thousands of lines, once you start hitting hundreds of thousand or millions of entries it will start to crawl.

    Hosts file are also unable to RegEx or Wildcard entries which means you would have to duplicated lots of variations in domains…

    I mean I can also statically assign IPs to ever client and keep a spreadsheet, but why don’t I just use DHCP?