Skip Navigation

Posts
1
Comments
618
Joined
2 yr. ago

  • Yeah this ain’t the defense they think it is and it’s crazy their attorneys are attempting it.

    Believe it or not, people holding appointed office must follow the law first and not orders. Sometimes cited as a duty to disobey. It’s not always clear cut and if you go with this defense, boy you better hope it sticks with the judge.

    Because if not, you’ve basically admitted guilt. And all it takes is one email with you CCed saying “I don’t think this is a good idea.” For a Judge to go, “So why didn’t you research that concern?”

    Matches. They’re in a lake of gasoline and they using a defense of matches. Let’s see how that plays out.

  • Man. Fuck those guys!

    — Zoom Video Communications, Inc CEO Eric Yuan (about Zoom Video Communications, Inc)

  • Have you ever micromanaged so hard that you micromanaged your way out of micromanaging?

  • In the end Samsung would owe Apple around $500 million in US courts and Apple lost (a value I'm not even going to sit here and add up) in international courts.

    The whole US snafu was largely seen around the world as American protectionism. As for Apple and Google, Apple saw their case wasn't as slam dunk internationally and decided to settle with Google in 2014.

    Really though, once Steve Jobs died, the momentum for litigation dropped precipitously. Only Jobs was willing to go thermonuclear.

  • freedom of speech

    Jump
  • It's hawking. But I'm totally glad you said something because I've never thought about the difference so I'm glad you made me check myself.

    EDIT: Also I can sort of see an argument for hocking. Since that's trying to pawn off something. Why is our language so confusing?

  • freedom of speech

    Jump
  • Hold up. There's a bit of nuance here because we literally had some guy hawking poison during the whole pandemic.

    Like I get the sentiment here but the height of the pandemic was wild. There were some folk "just talking" trying to make a quick dime hawking things and thoughts that were getting folks killed.

    Locally to me, we had Phil Valentine who was big in the "I'm just saying this whole thing is a big hoax" all the way up till he drowned in his own fluid filling up his lungs. How embarrassing. And you know if you call the local talk radio now and mention his name, they just hang up on you, because they want to act like Mr. Valentine didn't happen.

    So yeah, there were a few social networks a little too eager to please the government. But at the same time, we had some folks "just talking" about something that went from nothing to the third leading cause of death in less than a year.

    So I think it's worthwhile to mention those "free speech" folks like Herman Cain and Phil Valentine that some like to conveniently skip over.

  • I have not read through everything, because I don’t have a legal mind. I can’t decipher all that.

    I love this part because it so accurately explains why Trump still has this major following despite the overwhelming indictments and evidence. It isn't just that they lack the ability to understand what's going on. It's that they lack the ability to understand what's going on and in that ignorance have come to a conclusion contrary to all the presented facts.

    It's literally like someone on a commercial flight getting tired of the random turbulence to the point that they kick the pilots out of the cockpit, and begin to fly a 747 knowing absolutely nothing about even basic aviation.

  • State of Georgia: Qualifications for a public defender are based on personal income. A public defender is typically reserved for those having an income of 125% the poverty line or less in the State of Georgia.

    The notion that he requires "out-of-state" representation is likely because his crew (Trump et al.) are trying to railroad a particular counsel for him. The reasons for that can vary, but the rationale aside, the crew seems unwilling to finance representation for him.

    The Judge in this case seems unsympathetic to the development, which I would say good. These cretins have routinely abused the judicial system with their unfounded election fraud cases, none of them should be given benefit of the doubt. The more prosecutors splinter the crew, the more likely they'll have someone turning State's evidence.

  • Yes. NY told him to fuck off. State sovereignty et al.

    Georgia has every right to do the exact same.

  • Actually 127 years ago. Svante Arrhenius published a paper indicating that creating so much CO2 could potentially alter the Earth’s surface temperature to such a degree that it may affect life.

    That was in 1896 about 130 years after the start of the industrial revolution. So by that point we had a pretty significant amount of CO2 in the air already.

    Human beings have been dumping CO2 into the atmosphere hard for the last quarter of a millennia. I usually bring this up because people need to understand, even if we stop today 100%, we’ve got at least five centuries of a problem on our hands. Because it’s going to take at least twice as long to clean things up as it did making the mess.

    And that should help people understand how difficult a problem we have because we need a solution that can work for us for 500 years at least. I mean we’re doing nothing right now which is just making the problem worse, but solutions aren’t ever going to be a one and done thing. Just swapping over to solar or just driving EVs aren’t going to cut it. It’s a good start but we must reinvent all of human society on this planet for the next half millennia to actually solve the problem. That is the actual task that lies before humanity. There has never been a more complex challenge put before mankind ever in the history of all existence for Homo Sapiens.

  • Just FYI for semantics. Generics is a term usually for small molecular weight compounds, usually under 900 daltons. Biosimilars is the term for higher molecular weight.

    Doing generics is a lot simpler than biosimilars, in both you must wait for the patient to run out. But biosimilars are less likely to be made using an alternative process than the original trade secret process. This is due in part to the higher molecular weight which means a more complex compound.

  • Correction. Excel DOES NOT HAVE PYTHON. Your python is sent to Microsoft's cloud instance of Python and the result there is sent back to your Excel sheet. No actual python is being executed on your machine.

  • If it's #2 he's absolutely going nowhere near a window on the fifth floor of any building.

  • Becomes first person known to Russia who fell out of an airplane window at 28,000 feet.

  • For those who have never worked on legacy systems. Any one who suggests “we’ll fix it in post” is asking you to do something that just CANNOT happen.

    The systems I code for, if something breaks, we’re going to court over it. Not, oh no let’s patch it real quick, it’s your ass is going to be cross examined on why the eff your system just wrote thousands of legal contracts that cannot be upheld as valid.

    Yeah, that fix it in post shit any article, especially this one that’s linked, suggests should be considered trash that has no remote idea how deep in shit one can be if you start getting wild hairs up your ass for changing out parts of a critical system.

  • IBM hawks new conversion tools all the time. None of them are amazing sliver bullets, all of them require humans to comb over the resulting output. And every single one I’ve ever used chokes on any weird case.

    From the RPG fixed form to free form, DDS to DDL conversion, and so on all of them are usually more trouble to use than to not use.

    IBM does this kind of stuff all the time. And for some folks it’ll work some of the times. But at this point, I just skip any WS tool they put out and have a snippet on RDi and RDz that does all the required plugging away to call web services from the COBOL module.

  • This sounds no different than the static analysis tools we’ve had for COBOL for some time now.

    The problem isn’t a conversion of what may or may not be complex code, it’s taking the time to prove out a new solution.

    I can take any old service program on one of our IBM i machines and convert it out to Java no problem. The issue arises if some other subsystem that relies on that gets stalled out because the activation group is transient and spin up of the JVM is the stalling part.

    Now suddenly, I need named activation and that means I need to take lifetimes into account. Static values are now suddenly living between requests when procedures don’t initial them. And all of that is a great way to start leaking data all over the place. And when you suddenly start putting other people’s phone numbers on 15 year contracts that have serious legal ramifications, legal doesn’t tend to like that.

    It isn’t just enough to convert COBOL 1:1 to Java. You have to have an understanding of what the program is trying to get done. And just looking at the code isn’t going to make that obvious. Another example, this module locks a data area down because we need this other module to hit an error condition. The restart condition for the module reloads it into a different mode that’s appropriate for the process which sends a message to the guest module to unlock the data area.

    Yes, I shit you not. There is a program out there doing critical work where the expected execution path is to on purpose cause an error so that some part of code in the recovery gets ran. How many of you think an AI is going to pick up that context?

    The tools back then were limited and so programmers did all kinds of hacky things to get particular things done. We’ve got tools now to fix that, just that so much has already been layered on top of the way things work right now. Pair with the whole, we cannot buy a second machine to build a new system and any new program must work 99.999% right out of the gate.

    COBOL is just a language, it’s not the biggest problem. The biggest problem is the expectation. These systems run absolutely critical functions that just simply cannot fail. Trying to foray into Java or whatever language means we have to build a system that doesn’t have 45 years worth of testing that runs perfectly. It’s just not a realistic expectation.