Aatube

joined 1 year ago
[–] [email protected] 4 points 5 months ago* (last edited 5 months ago)

I think you're confused. There is no warning letter, that's just the takedown notice sent at the same time as the takedown.

[–] [email protected] 2 points 5 months ago

You can combine both widget toolkits in one app‽

[–] [email protected] 1 points 5 months ago

It's been two months sir

[–] [email protected] -3 points 5 months ago

have you tried plasma 6?

[–] [email protected] 0 points 5 months ago* (last edited 5 months ago)

By default, it's just undo text input when you either do a special swipe or tap the back, useful in e.g. the web browser. However applications can hook into this functionality to do their own stuff when the gesture is called.

[–] [email protected] -2 points 5 months ago* (last edited 5 months ago) (1 children)

No, the camera and library permissions always have been separate, it's just that Apple's official camera app integrates them. Think about it, one's hardware and the other one's basically software.

[–] [email protected] 1 points 5 months ago

assuming you're serious: it's not

[–] [email protected] 1 points 5 months ago* (last edited 5 months ago) (1 children)

I've just realized a mistake by the signpost headline: It only wants admins and above to do that (which is better I suppose?). I've amended the post body.

[–] [email protected] 7 points 5 months ago* (last edited 5 months ago) (1 children)

Also, reading the 3 pages of recommendations again, I don't think that's what it said:

Transparent Editing History: Ensure that all changes to articles are transparent and traceable.
This helps in identifying editors who may consistently introduce bias into articles.

That sounds like normal editing history for everything to me.

[–] [email protected] 3 points 5 months ago* (last edited 5 months ago)

The Onion writes dumb soot on purpose to amuse people while including a disclaimer of "none of this is real".

[–] [email protected] 3 points 5 months ago

A 'pedia written by invite only was Nupedia, which has been dead for a very long time. So basically you meant that the article suggests to add a forked history for a more neutral version? Not sure if that makes it dumber or smarter.

[–] [email protected] 1 points 5 months ago (1 children)

I won't reply further if you can't separate bias from objective facts, especially those that are tangential to the bias, such as the history and key persons of a white supremacist group that doesn't involve Arabs.

 

The crying "History" button at the top right sends its regards. Yes, the World Jewish Congress has published a report that demands Wikipedia add a feature to view the history of articles, see what actions were performed by whom, and "host forums and discussions within the Wikipedia community to address concerns about neutrality and gather feedback for policy improvements". It also wants to force all admins and above to reveal their real names.

 

I have a screen where I want a lazy-loading card of various items below some necessary information, all of which will scroll down. My initial approach was to nest the lazycolumn under the card which is nested under a Column with a calculated nested height based on the size of the calls list. However, I can't do that, and neither can I do the following.

@Composable
@Preview
fun mockup() {
    val calls = mutableStateListOf(Pair(1..418, 418 downTo 1))
    MaterialTheme {
        LazyColumn(Modifier.verticalScroll(rememberScrollState())) {
            item {
                Text("Text and some necessary UI elements")
                Slider(value = .418f, onValueChange = {})
            }
            Card(Modifier.fillMaxWidth()) {
                items(calls.asReversed()) {
                    Row {
                        Text(it.first.toString(), Modifier.fillMaxWidth(0.5f), fontWeight = FontWeight.Black)
                        Text(it.second.toString(), Modifier.fillMaxWidth(0.5f))
                    }
                }
            }
        }
    }
}

I found https://stackoverflow.com/questions/68182413/compose-lazylist-section-background, for which the only viable solution found was to hack a special composable widget so that when combined, it looks like a continuous card. Still, I want to see if there's a "proper way" of doing this...

7
Yuzu is gone. (yuzu-emu.org)
submitted 6 months ago* (last edited 6 months ago) by [email protected] to c/[email protected]
 

They settled for $2.4M and shut everything down.

We write today to inform you that yuzu and yuzu’s support of Citra are being discontinued, effective immediately.

 
 

The convictions of the two paramedics shook the world of emergency workers who have typically been shielded from criminal prosecution — and it forced questions about the dynamic between the police and paramedics at a scene.

Though Mr. McClain was visibly distressed and in handcuffs, paramedics never spoke to him, touched him or checked his vital signs before diagnosing him with excited delirium, a controversial condition characterized by agitation and exceptional physical strength. Paramedics then injected him with what authorities later said was a dose of ketamine inappropriate for Mr. McClain’s body weight.

 

The convictions of the two paramedics shook the world of emergency workers who have typically been shielded from criminal prosecution — and it forced questions about the dynamic between the police and paramedics at a scene.

Though Mr. McClain was visibly distressed and in handcuffs, paramedics never spoke to him, touched him or checked his vital signs before diagnosing him with excited delirium, a controversial condition characterized by agitation and exceptional physical strength. Paramedics then injected him with what authorities later said was a dose of ketamine inappropriate for Mr. McClain’s body weight.

42
awooga (media.kbin.social)
 
86
awooga (media.kbin.social)
 
 

Why was Hollywood so obsessed with sky beams? I mean they cared more about making sky beams evil than making sure we knew how evil their producers were.

 

The heightened state of unease over the possibility of a 'Con Air' sequel resulted in an influx of security personnel. It just goes to show, when it comes to Nic Cage, the need for increased security is always 'Raising Arizona.'

 

Waterfox is integrating Tree-Style Tabs as a vertical tabs solution, complete with image tab previews and optimizations for tabs outside the scrolling.

50
Belt (media.kbin.social)
 
view more: next ›