

Oh, my bad then. Yes: you were right.
Mniot Mniot Mniot Mniot Mniot Mniot Mniot Mniot Mniot Mniot Mniot Mniot Mniot Mniot Mniot Mniot Mniot Mniot Mniot Mniot Mniot Mniot Mniot Mniot Mniot Mniot Mniot Mniot Mniot Mniot Mniot Mniot Mniot Mniot Mniot Mniot


Oh, my bad then. Yes: you were right.


Oh OK. Murdering rich people might effect social change. Though I’m skeptical because not a lot of people actually do it, which is an important component of that change.
I think you still end up coming around in a circle: in your fantasy of mob-justice, what prevents the wealthy from ending up being the ones who control it? (Like Vlad the Impaler!)


The question itself self-answers with a little bit of thought: reading the typo as-is doesn’t make sense and there’s only one obvious correction, which SalmiakDragon provided. So I read their question as more conversation/chattiness rather than genuine confusion. I was replying in kind with an attempt to riff off of my typo: what if the typo was actually intended? Could we find any meaning to the phrase “attach women”? No, not really.


“Exactly as horrible” is unfair to you. But it sounds like you’re advocating to give up on rule of law and just have the strongest most violent people be the ones to decide what’s right. And I’d argue that you’d just get back to where we are right now: wealthy people would control the system, they’d employ strong violent people to enforce their personal whims as “law”, and you’d be complaining that nobody is willing to beat up the pedophile (because his friends would hire goons to kill them).
I mean, presumably that’s what’s stopping you personally from implementing your own recommendation, right? Because if you showed up and kicked this guy’s ass you’d be beaten and arrested by the police.


It’s interesting how the English language makes a phrase like “trans women are women” ambiguous about the number of women that each trans woman is… I always assumed “one” but you raise an interesting question.


That I’ve unwisely installed some bad software and I should delete it, as recommended.
It’s fucked up that the Greens actually went into business as Russian stooges instead of just being an opposition party.


Do you feel like you understand what “hacked” even means? If so: a phone is a little computer. If not… I donno. I guess you should give a bit more story about why you’re interested in “hacking” and yet know so little about it? Something that makes it more interesting to reply.
For basic questions, why wouldn’t you start with Wikipedia, which is an excellent resource? https://en.wikipedia.org/wiki/Phone_hacking


Many on the cultural right are forgetting something critical: same-sex marriage doesn’t infringe upon anyone else’s rights. A crucial argument against gender ideology was the infringement on women’s rights. But unlike trans edge cases such as women’s sports or prisons, marriage isn’t a zero-sum issue. There isn’t a finite number of spots on the “marriage team.” My getting married takes nothing away from straight couples.
It’s too bad they’re both too incurious to think for themselves and so media-illiterate that they haven’t read The Handmaid’s Tale… Obviously lesbian couples can be broken up and forced into miserable straight marriages and this is precisely what the right would want to do! (It’s even part of the American past that MAGA wants to return to!)


100%
Also the “it wasn’t a fear-based decision, I just rationally opposed all the forced child gender-transitions”. It’s not possible to roll ones eyes hard enough.
I actually do have empathy for a TERF who’d say, “I uncritically chugged conservative media and become terrified of stories about men ‘transitioning’ as a way to attach women. Now I see that was all lies and I was a fool who never tried putting myself in others’ shoes.”


Peter Thiel has confidence that his own personal power will keep him safe. Since he’s a sociopath, having homosexuality be illegal actually benefits him because if he gets tired of a relationship he can just out the other man and have them executed.
It’s not entirely clear to me whether history supports his confidence. But little no-name “activists” like the article author are always going to be destroyed.


Hatred Enterprise Linux being marketed to the US gov


Maybe Katana is somewhere with stronger consumer-protection laws than the USA. It’s not possible to make judgements about legal/illegal without at least knowing the jurisdiction.
We can say for sure that it’s obnoxious and unethical.
Cars in general are the problem and even if they all went electric they’d be bad. (But cities would be much quieter and they are hella fun to drive.)
If you’re able to use a bicycle for some of your trips instead of a car, that’s a good change. (And if you’re not then you might not even be able to use an EV car if you could afford it. It takes way longer to charge a battery than to fill a gas tank.)
OK but I would hi-five those people. It’s harder to fight capitalism if you’re also fighting health problems!
I donno anything about China, but whoever made this meme certainly doesn’t know anything about the USA. The idea that “liberals” or anyone else (??) are high-fiving themselves over a credit score. lol
Check your Book of Revelations for interesting news about a charismatic leader who survives a terrible head-wound, marks his followers foreheads. There’s also some stuff about an alliance with Israel…
The alien sport-hunter who kills people to collect their bones as trophies is not a role model!


The “agents” and “agentic” stuff works by wrapping the core innovation (the LLM) in layers of simple code and other LLMs. Let’s try to imaging building a system that can handle a request like “find where I can buy a video card today. Make a table of the sites, the available cards, their prices, and how they compare on a benchmark.” We could solve this if we had some code like
search_prompt = llm(f"make a list of google web search terms that will help answer this user's question. present the result in a json list with one item per search. <request>{user_prompt}</request>")
results_index = []
for s in json.parse(search_prompt):
results_index.extend(google_search(s))
results = [fetch_https://communick.news/url(url) for url in results_index]
summarized_results = [llm(f"summarize this webpage, fetching info on card prices and benchmark comparisons <page>{r}</page>") for r in results]
return llm(f"answer the user's original prompt using the following context: <context>{summarized_results}</context> <request>{user_prompt}</request>")
It’s pretty simple code, and LLMs can write that, so we can even have our LLM write the code that will tell the system what to do! (I’ve omitted all the work to try to make things sane in terms of sandboxing and dealing with output from the various internal LLMs).
The important thing we’ve done here is instead of one LLM that gets too much context and stops working well, we’re making a bunch of discrete LLM calls where each one has a limited context. That’s the innovation of all the “agent” stuff. There’s an old Computer Science truism that any problem can be solved by adding another layer of indirection and this is yet another instance of that.
Trying to define a “limit” for this is not something I have a good grasp on. I guess I’d say that the limit here is the same: max tokens in the context. It’s just that we can use sub-tasks to help manage context, because everything that happens inside a sub-task doesn’t impact the calling context. To trivialize things: imagine that the max context is 1 paragraph. We could try to summarize my post by summarizing each paragraph into one sentence and then summarizing the paragraph made out of those sentences. It won’t be as good as if we could stick everything into the context, but it will be much better than if we tried to stick the whole post into a window that was too small and truncated it.
Some tasks will work impressively well with this framework: web pages tend to be a TON of tokens but maybe we’re looking for very limited info in that stack, so spawning a sub-LLM to find the needle and bring it back is extremely effective. OTOH tasks that actually need a ton of context (maybe writing a book/movie/play) will perform poorly because the sub-agent for chapter 1 may describe a loaded gun but not include it in its output summary for the next agent. (But maybe there are more ways of slicing up the task that would allow this to work.)
Yes, you are correct that the numbers for the Green Party aren’t usually enough to make a difference in any election. I’m just frustrated that they’re not even providing a legitimate alternative to the Democratic Party.
How I’d want the Greens to work:
How the Greens actually work: