There is no record of this bio

  • 0 Posts
  • 124 Comments
Joined 1 year ago
cake
Cake day: June 13th, 2023

help-circle



  • The US has laws that bans paying for blood, but they can pay for plasma. All healthcare in the US is a for profit venture.

    If you donate blood in the US, you are the only one in that process who is making a donation. Every other organization in the chain between your donation and the patient who receives it will add a markup for their own profit.

    Organ donations work the same way. If you get killed by a car, and your heart is used to save someone’s life, they will be charged nearly two million dollars for the operation. Not only does your next of kin not get a cut of that two million, your estate will still get a bill for whatever treatment failed to save your life.

    I can think of little that is more unethical than being the only one donating. Plasma is better because the donors are paid. If healthcare is for profit, at minimum the profits should go both ways. Plasma is the one time it does.




  • Sounds like you want trademark reform.

    There are basically no requirements for maintaining trademarks. If a company owns a name they can use that name and branding forever, no matter how false it becomes, no matter how much the business or product changes, they can keep the name. This shouldn’t be the case.

    If an ice cream company is named after their two founders, the company shouldn’t be able to keep using their names after they’re no longer involved. But under current laws they can.

    A glass company can build its reputation on making heatproof glass, then change the glass so its no longer heatproof, while still selling it under the same name. This is unjust.

    Companies should be forced to rebrand upon major changes. Current trade mark laws are fundamentally misleading.




  • Get an old color laser printer, that is not aimed at the home market. Get whatever boring printer box your local library has. Toner stores very well, and it takes almost a decade for a normal person to print an office sized amount of toner.

    To do that you will need a separate scanner. Most desktop printer/scanners are aimed at home users where they do much more of the, “cannot scan low magenta.”


  • I don’t like most western RPGs because all the enemies are sponges. You can’t sell weapon upgrades if the weapons are already balanced.

    Western RPGs often have interesting systems like speech and other noncombat abilities. This is what keeps me coming back to RPGs despite everything. But upgrades are done with the same currency, so investing in speech means underinvestment in the manditory combat making it even more unpleasant.

    I would much rather play a game about combat, movement, or speech than a game that awkwardly tries to make all three sit comfortabky next to each other. JRPGs are often more focused, so I do prefer them, a bit.









  • Going around the earth in 3 hours would require you to travel at 11 times the speed of sound, and that is without including the time it would take to accelerate or slow down.

    The concorde flew at a maximum speed of twice the speed of sound. It would take the concorde 18h30m to fly around the world if it had enough fuel to do it.

    Supersonic travel has some major issues. It takes a huge amount of energy to go that fast. Concorde could only cross the atlantic ocean, because it didn’t have enough fuel to cross the pacific. The other issue is sonic booms, which means you can’t fly supersonic over populated areas, like land.

    Maglevs have the same issue as all other high-speed overland transport, it requires expensive infrastructure to be built the entire route. The faster you want to go, the flatter, smoother and more expensive the track will be to build.

    Supersonic air is more plausible as it only requires a faster airplane. With wealth inequality, there are rich people who can afford their own supersonic plane, but an infrastructure project to build a global maglev network is far more expensive than that.


  • Computer code is very complicated, so when humans write code we write in a way we can understand. We name functions and variables with names that make sense, and we put comments in the code so we can understand how it works.

    Compliers don’t care about any of those things. Variable names are turned into numbers, and comments are ignored.

    You can convert machine code back to source code, it will be missing all those human readable labels and explanations. You can recreate them, but its a major process. Reverse engineering is done sometimes, but there’s a reason is not common.

    There’s also the issue of licensing. An important part of free and/or open source software is that you have permission to modify the source code. You probably don’t have a license to use the code if its closed source. There are ways to do this legally but it adds extra hurdles and inconvenience to an already major process.