i’m curious how you think you know all of this? sounds to me like you’ve created a neat straw man that lives in your head for you to get mad at
i’m curious how you think you know all of this? sounds to me like you’ve created a neat straw man that lives in your head for you to get mad at
if you’re talking about that recent pic of him floating around with a chain and a bread, that was an AI doctored photo
this kinda shit makes me understand the sovcit stuff a little more, “just send an email with this magic subject text and your rights are secured!”
the president has massive power and so we need to rally and stop trump
the president has very little power so you can’t blame biden
which is it for fucks sake
you’re so close, just why exactly do you think people are using it for these things it’s not meant for?
because every company, every CEO, every VP, is pushing every sector of their companies to adopt AI no matter what.
most actual people understand the limitations you list, but it’s the capitalists at the table that are making AI show up where it’s not wanted
TLS doesn’t encrypt the host name of the urls you are visiting and DNS traffic is insanely easy to sniff even if you aren’t using your ISPs service.
babe wake up, a new bone-apple-tea just dropped
the hostname of a website is explicitly not encrypted when using TLS. the Encrypted Client Hello extension fixes this but requires DNS over HTTPS and is still relatively new.
just a guess, but in order for an LLM to generate or draw anything it needs source material in the form of training data. For copyrighted characters this would mean OpenAI would be willingly feeding their LLM copyrighted images which would likely open them up to legal action.
computer science teaches you the theories of computation which absolute starts with mechanical computers.
if one didn’t study Turing’s tape machine in their compsci program then they should demand their money back.
open source software getting backdoored by nefarious committers is not an indictment on closed source software in any way. this was discovered by a microsoft employee due to its effect on cpu usage and its introduction of faults in valgrind, neither of which required the source to discover.
the only thing this proves is that you should never fully trust any external dependencies.
git bisect
is just this guy jumping through portals to alternate universes where the bug either exists or doesn’t
“every situation you’re involved in is 10X more escalated than it needs to be because a gun is involved at all”
absolutely delusional, please explain how a vulnerable individual concealed carrying is escalating anything.
jfc what an absolute hellhole of a police state you’ve dreamt up. so many of your hairbrained ideas amount to “cops should have unlimited access to your private life”. how exactly do you think this would play out given the US and it’s systemic racism and classism?
yes, and where does the Gun Violence Archive get their numbers?
looking at their site, the answer is “themselves”… cool. Looking through their listed data it clearly includes gun violence from gang activity.
yes I know, I mentioned that in my comment. can you tell me where on that page it indicates their source of data?
your source links to this source of data, which only goes up to 2021. The table clearly states they’re counting 15 - 19 year olds.
that 6,192 number appears to come from the gunviolencearchive site, but I don’t see any source for their data other than claims that “suicide data provided by CDC”
further, a simple search of the claim “guns number one cause of death in children” will find a lot of valid critiques of this claim.
this is false, this stat deliberately counts 18 and 19 year olds as “children” and purposefully includes gang related violence. great example of using statistics to sell a story.
how many gang members are going to surrender their firearms after a ban?
it literally explains what they’re for in the product listing:
These labels aid your warehouse operations.
• Categorize inventory, reorder points, product dating or special instructions.
• Apply these labels to pallets, boxes and shelves for easy identification.
• Easy to write on.
start with basics:
iperf
on every device you can between an external device and your internal host(s) and use it to find any bottleneckstcpdump
to analyze packets flowing over the network. you can often find surprising results this wayiperf
) with the most simple config (no nginx etc) and add the complexity of your config bit by bit until the issue returns