modulus

joined 1 year ago
MODERATOR OF
[–] [email protected] 18 points 8 months ago (1 children)

Security and performance are hard to measure but it's at least questionable that they're behind in either.

AI has many good uses, for example the local translation capability that allows for privacy-preserving translations of websites is AI and already in Firefox, and makes it possible to translate in environments that do not allow sending data out for security reasons.

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

So, not super sure what this is or how this works. Is the idea that you run the cgi, it sets up static files, and it responds to AP requests like follows, mentions, boosts and such? I realise lots of people don't like long docs but I didn't really understand the use case very well.

[–] [email protected] 0 points 10 months ago (3 children)

Why's RFA not blacklisted?

[–] [email protected] 4 points 11 months ago

On my instance, the following control measures apply:

  • Only public posts are visible through the web interface.
  • Only public posts appear on RSS.
  • Following requires approval.
  • Authorised fetch is required.

So I think I have reason to feel fairly strongly that follower only posts are not public, and even unlisted posts are reasonably restricted.

[–] [email protected] 28 points 11 months ago (3 children)

I don't get why states do this. Lie? Yes, that makes sense. But lie so badly it's inevitable they get caught? A lot of people, I would think, will now also have qualms believing anything coming from them, even things that might be true.

[–] [email protected] 1 points 1 year ago

Hypothetically? Maybe, but it seems extremely unlikely. Even if the referendum would have run normally back then, what would have happened next?

In fact, the declaration of independence lasted seconds, because anyone who knows anything can realise the extreme infeasibility of a unilateral declaration and all it would entail.

that said, if the Spanish state is so fragile a vote could split it, then it should probably split.

[–] [email protected] 2 points 1 year ago

I would expect that, but I'm not just talking right wingers. I personally know Sumar voters who said they will now vote for cannabis party or any random thing because of the amnesty.

[–] [email protected] 28 points 1 year ago (4 children)

Not that hard left (I gave money to Sumar but I'm realistic that it's the best we can get, more than what we want).

I know some people who are really pissed off about the amnesty, and personally I don't get it. Like in what world is the personal fate of a few hundreds of people who, let's say for the sake of the argument, ran an illegal referendum, more important than labour rights for everyone?

[–] [email protected] 1 points 1 year ago

I played it and enjoyed it. The first time round I didn't really know what I was doing in terms of game mechanics, just went by what I would do in that place, and my moderation speed fell to 0 so I lost.

Second time I managed to finish the game, with some compromises but not too awful.

[–] [email protected] 1 points 1 year ago

Possibly yes. I'll check if the results are equivalent.

[–] [email protected] 6 points 1 year ago (2 children)

Apparently the problem is due to an incompatibility between the use of certain libraries (winapi and windows-sys) which use different versions of COM. At least so I deduce from the documentation I've read.

There's a workaaround:

On Cargo.toml, use.

[build-dependencies]
embed-manifest = "1.3.1"

And on the root of the project (not the src dir) create a build.rs file with the following content:

use embed_manifest::{embed_manifest, new_manifest};

fn main() {
    if std::env::var_os("CARGO_CFG_WINDOWS").is_some() {
        embed_manifest(new_manifest("Contoso.Sample")).expect("unable to embed manifest file");
    }
    println!("cargo:rerun-if-changed=build.rs");
}

This embeds a manifest together with the executable, solving the issue.

[–] [email protected] 1 points 1 year ago

Same erro by using this approach.

Tokio works fine, by itself. windows-native-gui works fine, by itself. It is the combination that causes this issue.

 

Not sure if this quite counts as fanfic, but also not sure where it would fit better. It's an alternate history where Rosa Luxemburg survives and world revolution comes to pass.

 

Bienvenides a Ius Hispaniarum, latinajo que significa derecho de las Españas. El objeto de esta comunidad es observar el derecho del Estado español desde su diversidad (de ahí el plural), con una mirada crítica e incisiva. Una de las cosas que propongo es que, cuando alguien se anime, nos dé un resumen del BOE. Hoy me toca a mi:

  • Recursos de inconstitucionalidad del presidente del Gobierno contra la DA 1ª de la Ley 1/2023 de Madrid, sobre apoyo a las personas con discapacidad. Seguramente por infracción de la competencia exclusiva del Estado en derecho procesal.

  • Cuestión de inconstitucionalidad contra el artículo 2.2 del Decreto-ley 1/2019 de las Islas Baleares en materia de VTCs por posible vulneración de la libertad de empresa.

  • Modelo 718 para el impuesto a las grandes fortunas.

  • Extinción de fundaciones.

  • Recursos contencioso-administrativos contra los modelos para los impuestos temporales sobre la energía, y la declaración de jurisdicciones poco operativas.

  • Convocatoria del Premio Nacional del Patrimonio Cinematográfico y Audiovisual 2023.

  • Sanciones muy graves por infracciones en el mercado de valores.

  • Cataluña: declaración de bienes ferroviarios como de interés cultural.

  • Asturias: procedimientos de bienes de interés cultural para una villa romana, una obra del Greco, la cultura del azabache, y la navegación de vela en la ría del Eo.

  • Y por último, convocatoria del 30º Premio de Alimentación del Instituto Danone.

Los comentarios, preguntas, o debates sobre estas u otras cuestiones que aparezcan en el BOE de hoy se agradecen y son bienvenidos.

view more: ‹ prev next ›