Agreed. It’s a lot of the same tech that powers both, but it’s not like a self driving car contains a language model that’s fine tuned on the adventures of Steve MacQueen or something.
Agreed. It’s a lot of the same tech that powers both, but it’s not like a self driving car contains a language model that’s fine tuned on the adventures of Steve MacQueen or something.
Not entirely true, the big change was multi-headed attention and the transformer model.
It’s not just being used for language but anything where sequence and context patterns are really important. Some stuff is still using convolutional networks and RNNs etc. but transformers aren’t just for LLMs. There’s definitely a lot of algorithmic advances driving the wave of new ai implementations, not just hardware improvements.
Friendship drive charging…
I feel like this a cultural thing because that sounds wild to me.
The penalty for burglary where I am is not death, nor am I a judge or executioner.
We’ve been broken into a lot and it’s usually just some poor asshole who wants to steal things to buy meth. It’s horrible and scary and feels like a massive violation but shooting someone in that scenario just feels like straight up murder.
Not American, or really knowledgeable about it but from the outside, I think this looks like ordinary politicking.
IVF is a proxy war for abortion. Dems want the talking point that abortion bans hurt/block IVF. Republicans/Trump want to remove that talking point by saying they love IVF “we want more babies right?” and will support laws to protect it as a separate and unrelated issue to abortion.
Dems put forward a bill that not only protects it but makes insurance companies pay for it. Trump is fine with that because it benefits him but Republicans in Congress get big money from insurance lobbyists and so they can’t vote for it. They also have fears that they’ll piss off their homophobic supporters by making them pay for something the gays might use (insurance costs will go up to help someone who isn’t me!").
Republicans put forward another bill that protects IVF without hurting their insurance company buddies but the Dems block it. Republicans then have to vote against the IVF bill and the Dems can now say “see! They really don’t care about reproductive rights at all!”
Feels a bit like nobody involved actually cares about IVF at all and just wants votes and lobbyist money.
In case this take comes across too centrist: Republicans and Trump are really quite shit.
Yep, and even when talking about living things it’s not a clear distinction.
In biology, poison is a substance that causes harm when an organism is exposed to it. Venom is a poison that enters the body through a sting or bite. In a bunch of medical fields though, poisons only apply to toxins that are ingested or absorbed through the skin and that definition sometimes carries across to zoology.
Venomous creatures are poisonous by most definitions because venom is a poison. But if the distinction is useful in a medical or zoological context then they’re not.
tldr: The pedantry of eg. correcting someone who says a snake is poisonous is totally pointless and mostly wrong.
Hmmm…
That looks pretty paywally to me. That said, I’m all for people supporting independent media.
I don’t think that’s how it works? It’s the client application that has the key for the end to end encryption, not the server. I don’t think you need to trust the matrix server you use? I could be wrong, I don’t know matrix particularly well.
Yeah, that’s fair enough, though I’m not sure it’s very different from malicious instances creating normal user accounts?
You can see when users from an instance are all suspiciously voting the same way at the same time regardless of whether they are usernames or IDs.
There’s lots of legitimate users that only vote but never post so doing it based on that doesn’t seem very effective?
The second problem is solved using public key cryptography, the same way that you can’t impersonate someone else’s username to post comments. Votes and comments are digitally signed (There would need to be a different public key for voting to maintain pseudonymity though).
How about pseudonymous as a compromise? Votes could be publicly federated but tied to some uuid instead of the username. That way you still have the same anti spam ability (can see that a user upvoted these things from this instance at this time) but can’t tie it directly to comments or actual user accounts without some extra osint.
It might be theoretically possible to correlate the uuids with an account’s activity and dox the user in some cases, especially with some instances having a single user, but it would be very difficult or impossible to do on larger instances and would add an extra layer. Single user instances would be kind of impossible to make totally private anyway because they can be identified by instance.
It does sound very strange. What kind of anti-China content would ever help a student’s application process? Most of the application documents are about things like English language competency, visa requirements and prior qualifications, not political opinions.
It’s not that it’s on the 172.16.0.0/12 range. That’s totally normal and used for all kinds of stuff.
It’s that it’s in 172.16.42.0/24 which is the default dhcp settings for a wifi pineapple. It’s the /24 mask given on the .42 that’s a little suspicious because that’s not a common range for anything else.
Being assigned one of those specific 253 hosts with that subnet mask would definitely make me think twice.
Pretty sure it’s an autocomplete (like copilot or something)
They were typing
progress != “Hold”
And the ai autocomplete suggested
progress != “Hold onto your butts!”
Hence why the completion part is in grey (it’s a suggestion)
I was going to come up with something fun and clever to keep it going but the next line of the real song starts with “cream-coloured ponies” so I think we should probably just leave it here after all.
There are some of the internet’s things that we don’t need to enumerate.
That’s pretty cool!
Although that’s probably what op is actually asking for, I don’t think it’s a modem. It’s a router with an access point.
It does have SFP for a fibre connection and pcie and USB for you to potentially add a modem or whatever else you want.
I’m guessing OP is just looking for a wifi router? Otherwise we’d need to know what kind of modem they’re looking for, like Cellular? VDSL? HFC? Satellite? It depends on the internet connection. Different parts of the world need very different kit.
True! It’s not just a Latin thing and Slavic languages have it too. I wonder where it came from originally. Probably one of those Proto Indo European things. Though it’s in some Indigenous Australian languages too (though not all) so might be even older?
Yep. Most Latin languages have gendered nouns. Italian, Spanish, German etc. All have masculine/feminine objects.
Eg. In Italian a fork is feminine (la forchetta) but a spoon is masculine (il cucchiaio). A table in your living room is a boy (il tavolo) but a table that you’re eating lunch on is a girl (la tavola).
It’s bizarre.
One thing you gotta remember when dealing with that kind of situation is that Claude and Chat etc. are often misaligned with what your goals are.
They aren’t really chat bots, they’re just pretending to be. LLMs are fundamentally completion engines. So it’s not really a chat with an ai that can help solve your problem, instead, the LLM is given the equivalent of “here is a chat log between a helpful ai assistant and a user. What do you think the assistant would say next?”
That means that context is everything and if you tell the ai that it’s wrong, it might correct itself the first couple of times but, after a few mistakes, the most likely response will be another wrong answer that needs another correction. Not because the ai doesn’t know the correct answer or how to write good code, but because it’s completing a chat log between a user and a foolish ai that makes mistakes.
It’s easy to get into a degenerate state where the code gets progressively dumber as the conversation goes on. The best solution is to rewrite the assistant’s answers directly but chat doesn’t let you do that for safety reasons. It’s too easy to jailbreak if you can control the full context.
The next best thing is to kill the context and ask about the same thing again in a fresh one. When the ai gets it right, praise it and tell it that it’s an excellent professional programmer that is doing a great job. It’ll then be more likely to give correct answers because now it’s completing a conversation with a pro.
There’s a kind of weird art to prompt engineering because open ai and the like have sunk billions of dollars into trying to make them act as much like a “helpful ai assistant” as they can. So sometimes you have to sorta lean into that to get the best results.
It’s really easy to get tricked into treating like a normal conversation with a person when it’s actually really… not normal.