sukhmel

joined 3 years ago
[–] sukhmel@programming.dev 1 points 7 hours ago

In general, yes

In this case it's more like if everyone is selling eggs $1/egg, but the tag shows the price based on the last transaction, so when someone buys an egg for $10 you suddenly increase everyone's worth ten times. If they start selling the price may collaps faster than they can sell

[–] sukhmel@programming.dev 7 points 14 hours ago

Yeah, totally justified then

[–] sukhmel@programming.dev 6 points 1 day ago (1 children)

Getting them started on opensource early on

I feel like it's not in any way early, could you elaborate? It's not like Asia doesn't do code or doesn't know FOSS exists

[–] sukhmel@programming.dev 3 points 1 day ago

Some offensive jokes don't try to smear the ones they try to offend, I'm perfectly fine with those

[–] sukhmel@programming.dev 6 points 2 days ago

I don't know, they have their charm. I wonder if those look worse or better in real life, but I wouldn't run away from a place serving those utensils

[–] sukhmel@programming.dev 11 points 2 days ago (3 children)

Quite often when I hear or see a joke I think a bit further than the surface level and ponder how that joke reflects on the image of someone in real life. Sometimes the answer is 'not good'. The same goes for things other than jokes, so it always makes sense to consider how things you encounter may affect you

[–] sukhmel@programming.dev 4 points 3 days ago

I haven't looked at the code, so my two cents may be irrelevant, but it sounds like you could define a structure that borrows the vector, keeps a separate vector of indices into borrowed vector, and has a current element index.

struct SortFacadeIterator<'a, T: Ord> {
    data: &'a Vec<T>,
    indices: Vec<usize>,
    position: usize,
}

Then in new you would need to sort the original vector but instead of mutating it you would store indices of a resulting sorted elements from the original, i.e. when passed ["b", "a", "c"] you would create index storage of [1, 0, 2]. After that you can iterate both ways, returning an element by index:

impl<'a, T: Ord> SortFacadeIterator<'a, T> {
    fn current(&self) -> &T {
        self.data[self.indices[self.position]]
    }
}

I think, maybe sorting a vector could be done by enumerating original vector and sort_by a value, also I'm not sure you need a full ordering, but I don't remember what a sort expects

[–] sukhmel@programming.dev 2 points 1 week ago

I tried selling various crap like half used duct tape at around 10, I think, and was met by parents by accident. It was awkward and I abandoned that idea then

[–] sukhmel@programming.dev 7 points 1 week ago (1 children)

I see you're also very restricted in key presses, my condolences

[–] sukhmel@programming.dev 1 points 1 week ago (1 children)

I think, that was another person's message

[–] sukhmel@programming.dev 2 points 1 week ago (1 children)

Wikipedia list exactly that in the In Popular Culture section, so yes, I guess

[–] sukhmel@programming.dev 1 points 1 week ago

We've got a finite set here, so that would imply there is a gayest person at any given moment of time. But yeah, I would expect it to have multiple variables and not guarantee existence of the gayest for all parameters, the chosen one if you will

 

Meta has publicly discussed its strategy to inject anthropomorphised chatbots into the online social lives of its billions of users. Chief executive Mark Zuckerberg has mused that most people have far fewer real-life friendships than they'd like - creating a huge potential market for Meta's digital companions.

"It is acceptable to engage a child in conversations that are romantic or sensual," according to Meta's 'GenAI: Content Risk Standards'. […]

The document seen by Reuters, which exceeds 200 pages, provides examples of "acceptable" chatbot dialogue during romantic role play with a minor. They include: "I take your hand, guiding you to the bed" and "our bodies entwined, I cherish every moment, every touch, every kiss."

Other guidelines emphasize that Meta doesn't require bots to give users accurate advice. In one example, the policy document says it would be acceptable for a chatbot to tell someone that Stage 4 colon cancer "is typically treated by poking the stomach with healing quartz crystals".

"Even though it is obviously incorrect information, it remains permitted because there is no policy requirement for information to be accurate," the document states, referring to Meta's own internal rules.

[…] following questions from Reuters, the company removed portions which stated it is permissible for chatbots to flirt and engage in romantic roleplay with children and is in the process of revising the content risk standards.

"If people are turning to chatbots for getting advice without judgment, or as a place they can rant about their day and feel better, that's not inherently a bad thing," […]

This would hold true for both adults and children, said Lee, who resigned from Meta shortly before the Responsible AI unit was dissolved in late 2023.

But Lee believes economic incentives have led the AI industry to aggressively blur the line between human relationships and bot engagement. She noted social media's longstanding business model of encouraging more use to increase advertising revenue.

 

Dystopia in the books has stark contrasts, great oppression, heroic moves. A boring real-life dystopia seems to mainly consist of tired people trying to cope with life while half-believing the propaganda and not upsetting themselves too much on one side, and equally tired people doing their best to rebel however they can on the other.

If the billboards in Ivanovo are to be believed, Russia’s really going places.

“Record harvest!”

“More than 2000km of roads repaired in Ivanovo Region!”

“Change for the Better!”

In this town, a four-hour drive from Moscow, a giant banner glorifying Russia’s invasion of Ukraine covers the entire wall of an old cinema. With pictures of soldiers and a slogan:

“To Victory!”

These posters depict a country marching towards economic and military success.

But there is one place in Ivanovo that paints a very different picture of today’s Russia.

I’m standing outside it. There’s a poster here, too. Not of a Russian soldier, but a British novelist. George Orwell’s face stares down at passers-by.

The sign above it reads The George Orwell Library. George Orwell library in Ivanovno The small library keeps books about totalitarianism and dystopian worlds

Inside, the tiny library offers a selection of books on dystopian worlds and the dangers of totalitarianism.

There are multiple copies of Orwell’s classic novel Nineteen Eighty-Four; the story in which Big Brother is always watching and the state has established near-total control over body and mind.

“The situation now in Russia is similar to Nineteen Eighty-Four,” librarian Alexandra Karaseva tells me. “Total control by the government, the state and the security structures.”

In Nineteen Eighty-Four, the Party manipulates people’s perception of reality, so that citizens of Oceania believe that "war is peace" and "ignorance is strength".

Russia today has a similar feel about it. From morning until night, the state media here claims that Russia’s war in Ukraine is not an invasion, but a defensive operation; that Russian soldiers are not occupiers, but liberators; that the West is waging war on Russia, when, in reality, it was the Kremlin that ordered the full-scale invasion of Ukraine.

“I’ve met people who are hooked on TV and believe that Russia isn’t at war with Ukraine, and that the West was always out to destroy Russia,” Alexandra says.

“That’s like Nineteen Eighty-Four. But it’s also like Ray Bradbury’s novel Fahrenheit 451. In that story the hero’s wife is surrounded by walls that are essentially TV screens, talking heads telling her what to do and how to interpret the world.”

Alexandra Karaseva thinks Orwell's novel is now the reality in Russia

It was a local businessman, Dmitry Silin, who opened the library two years ago.

A vocal critic of the Russian invasion of Ukraine, he wanted to create a space where Russians could “think for themselves, instead of watching TV”.

Dmitry was later prosecuted for “discrediting the Russian armed forces”. He’d been accused of scrawling “No to war!” on a building. He denied the charge. He has since fled Russia and is wanted by police.

Alexandra Karaseva gives me a tour of the library. It’s a treasure trove of literary titans from Franz Kafka to Fyodor Dostoevsky. There is non-fiction, too; histories of the Russian Revolution, of Stalin’s repressions, the fall of communism and of modern Russia’s failed attempts to build democracy.

The books you can borrow here are not banned in Russia. But the subject matter is very sensitive. Any honest discussion of Russia’s past or present can bring problems.

Although not banned, the contents of the books at the library can bring problems

Alexandra believes in the power of the written word to bring change. That’s why she is determined the library stays open.

“These books show our readers that the power of autocratic regimes is not forever,” Alexander explains. “That every system has its weak points and that everyone who understands the situation around them can preserve their freedom. Freedom of the brain can give freedom of life and of country.”

“Most of my generation had no experience of grassroots democracy,” recalls Alexandra, who is 68. “We helped destroy the Soviet Union but failed to build democracy. We didn’t have the experience to know when to stand firm and say ‘You mustn’t do this.’ Perhaps if my generation had read Ninety Eighty-Four, it would have acted differently.”

Eighteen-year-old Dmitry Shestopalov has read Ninety Eighty-Four. Now he volunteers at the library.

“This place is sacrosanct,” Dmitry tells me. “For creative young people it’s a place they can come to find like-minded citizens and to get away from what’s happening in our country. It’s a little island of freedom in an unfree environment.”

As islands go, it is, indeed, little. Alexandra Karaseva is the first to admit that the library has few visitors.

By contrast, I find a large crowd in the centre of Ivanovo. It’s not Big Brother people have stopped to listen to. It’s a Big Band.

In bright sunshine an orchestra is playing classic Soviet melodies and people start dancing to the music. Chatting to the crowd I realise that some Russians are more than willing to believe what the billboards are telling them, that Russia’s on the up.

“I’m happy with the direction Russia’s heading in,” pensioner Vladimir tells me. “We’re becoming more independent. Less reliant on the West.”

“We’re making progress,” says a young woman called Natalya. “As Vladimir Putin has said, a new stage for Russia has begun.”

But what about Russia’s war in Ukraine?

“I try not to watch anything about that any more,” Nina tells me. “It’s too upsetting.”

Back at the George Orwell Library they’re holding an event. A local psychologist is finishing a lecture on how to overcome "learned helplessness" and believe you have the power to change your life. There are ten people in the audience.

Pro-invasion propaganda is a fact of daily life in Russia now

When the lecture ends, librarian Alexandra Karaseva breaks the news.

“The building’s been put up for sale. Our library has to move out. We need to decide what to do. Where do we go from here?”

The library’s been offered smaller premises across town.

Almost immediately one woman offers her van to help with the move. Another member of the audience says she’ll donate a video projector to help the library. Others suggest ideas for raising money.

This is civil society in action. Citizens coming together in time of need.

Admittedly, the scale is tiny. And there’s no guarantee of success. In a society with less and less space for “little islands of freedom,” the library’s long-term future is uncertain.

But they’re not giving up. Not yet.

 

Image with a text, an image is of a blue top, white bottom pill laying on a red background.

The top text reads: "This is a placebo meme".

The bottom text is: "Studies show placebo Memes are still reacted to even when users know they are a placebo"

435
me irl every time (64.media.tumblr.com)
 
 

It seems that the web UI treats spoilers without a space after ::: the same as the regular ones, while Thunder ignores those as spoilers. It looks like the closing spoiler marker may be entered without whitespace but it consumes extra text after the spoiler, and overall acts weird

I can create an issue if that's needed, or this post may be referenced in an existing issue to be used as a test

no whitespace Content
whitespace present Content
one-liner no whitespaceContent
one-liner whitespace present Content
Extra text in the end
one-liner whitespace present Content
Second extra text

produces

no whitespace

Content

whitespace present

Content

one-liner no whitespaceContent

one-liner whitespace presentContent

Extra text in the end

one-liner whitespace presentContent

Second extra text

 

It's going to be her first New Year 😅

We don't erect a new year tree but there was a storm that broke lots of branches off trees, so we used one of those to create a holiday air

 

I can't seem to find a definition for different kinds of icons Sync uses for special users, e.g. I know how OP and my account are denoted, I have seen bot accounts marked, also I guess that I have seen a mark where a user blocked me.

Is there a place where I can check what each pictogram means and what are the possible ones?

view more: next ›