• 0 Posts
  • 394 Comments
Joined 3 years ago
cake
Cake day: July 13th, 2023

help-circle
  • Well, that was an entirely unnecessary and lengthy correction to a mistake that was A) a typo I didn’t notice from using swipe on my phone keyboard, not a misunderstanding on grammar, and B) not an error that rendered my comment confusing or indecipherable requiring your clarification. But thank you for your (air quotes) help. I really hope that you’re a bot, not a person this annoying or one who writes that way.









  • designating all consumer routers manufactured outside the U.S. as a security risk

    So this is horseshit, right?

    First of all, ALL routers from ANY country are a security risk? Every single other nation is trying to make Spyware for the average American consumer? Doubt.

    Second, they are extremely concerned with all consumers’ security from foreign actors to the point it needs an outright ban on hardware to protect us. God forbid I buy an AVM router from Germany and open up my home networking to German Spies. What if they find out I sometimes visit porn websites and yourube!?

    Third, that the US government, themselves, are trustworthy and wont force backdoors into systems to allow them unfettered access into private networks, something that they HAVE TRIED TO AND SUCCEEDED TO DO IN THE PAST. And also something that they are very clearly opening the door for with all of these legal pushes toward requiring age verification software and OS’s. They want to ban foreign routers so that you have to buy routers from companies that they can control. They can ask, coerce and force them to give them access behind the scenes for some bullshit excuse (“protect the kiddies”, “law enforcement”, “national security”, “terrorism”), force them to not tell the public, and then “secretly” monitor every device in the entire country. They are almost certainly already doing this with a significant number of US manufacturers and software developers.

    Fuck these fascists.






  • Buy real fruit and a juicer and make juice. Or buy frozen concentrates and make juice (concentrates are just condensed juice frozen for longevity). Or just eat fruit. So many options that arent sugar water.

    But for real, the reason things like this exist, apart from being cheaper to produce, is that shelf stable juices that dont lose all flavor over time is sometimes basically impossible. And fresher juices that arent shelf stable either will be heavily seasonal or need to be green house grown for off season which is rarely worth the overhead.

    Slight tangent and fun fact, the old joke “why is lemonade made with artificial flavoring but floor cleaner is made with real lemons?” Actually has a legit answer. Check a not-from-concentrate bottle of orange juice at the grocery and you should see that it contains artificial flavors, even though it also contains real juice. There is a reason for that. Citrus juices can be preserved long term to make the supply of juices available year round. However, the flavor compounds in citrus juices oxidize overtime making it blander and blander. It will be fine to drink, but it will not taste like an orange/lemon/lime/etc. So they have to add that flavor back in with artificial flavorings. And the reason that floor cleaner has real lemon is that its properties that make it clean well are not diminished by long term storage.


  • They are useful tools. I use copilot quite often in my work routine. Mostly to generate boiler plate code for me, add explanatory comments, review code for syntax and logic mistakes, etc. They can handle analysis and debugging quite well. They can usually write code based on plain language input if you can describe specifically what you need. And they can write documentation fairly well based on it’s own analysis of the code (though sometimes it’s missing context).

    They’re still not a silver bullet by any means. If their training on a particular language is limited and/or documentation is not accessible, it often makes up stuff wholecloth that looks like it might work but isn’t correct syntax (it was basically useless with Dynatrace Query Language when I was learning the syntax last year). Sometimes it doesn’t follow instructions exactly. Sometimes even when just refactoring code like to reduce complexity it ends up making unintended changes to the logic. Sometimes I end up spending as much time or more debugging AI generated code as it would have taken to write it correctly the first time.

    It’s handy, but it’s no silver bullet. The fact that these guys got something so novel and complicated out of it is quite impressive and probably required a lot of data input, precise mathematical instructions and, frankly, luck and a lot of iterations.