flamingos

joined 1 year ago
[–] flamingos@ukfli.uk 17 points 1 year ago

AI will also process and condense reports from hundreds of public consultations held by ministers. The drafts will be verified by staff to check sources and catch inaccuracies.

Ah, so it's not going to actually alleviate any work for civil servants. Instead they have to sift through and correct a bunch of AI hallucinations, on top of their normal duties. Marvellous.

[–] flamingos@ukfli.uk 45 points 1 year ago (5 children)

No state that includes Quebec can be considered great.

~~Also why is Utah highlighted.~~

[–] flamingos@ukfli.uk 0 points 1 year ago

He did more than oppose the Iraq war, he was very friendly to the Hussein regime and made regular trips to the region, he even had lunch with the foreign minister.

[–] flamingos@ukfli.uk 18 points 1 year ago

Fanfics are 100% copyright infringement, there's no fair use/dealings defence of them. There's just little point for corporations to go out and enforce their copyright, fanfic authors likely don't have much money and it'd be a PR nightmare. Obviously this equation changes when people start to profit of fan work, it's why AO3 doesn't allow direct links to donation pages.

[–] flamingos@ukfli.uk 13 points 1 year ago* (last edited 1 year ago)

It is amazing how Britain purports to be a secular state while having a state religion.

[–] flamingos@ukfli.uk 1 points 1 year ago (1 children)
[–] flamingos@ukfli.uk 1 points 1 year ago (4 children)

Unrelated, but could you remove the full stop and capitalise "Tools" in the community display name. I get unreasonably annoyed when looking at it.

[–] flamingos@ukfli.uk 26 points 1 year ago

Sure, but software that targets a moving platform like Emacs can often break. I'm commenting on how stable Emacs is, even past major releases (25->29 in this case).

[–] flamingos@ukfli.uk 58 points 1 year ago (12 children)

> Look up package
> hasn't been updated in 7 years
> install it and it still works

God, I love emacs

[–] flamingos@ukfli.uk 3 points 1 year ago (1 children)

Meson + ninja is pretty nice. Builds a lot faster than autotools as well.

[–] flamingos@ukfli.uk 11 points 1 year ago (1 children)

There is an API end point to get upvoted posts. I don't know about third party clients, but you can get it with curl:

curl -H "Content-Type: application/json" -H 'Authorization: Bearer <Auth token here>' \ 
  -X GET 'https://ukfli.uk/api/v3/post/list?type_=All&sort=New&liked_only=true' | jq
 
view more: ‹ prev next ›