@olivenolje
Hoffen wir mal, dass die Reference Implementierung hier nicht als Vorbild für die deutsche App dient. 🥹

@rafbuff
Weißt Du evtl bzgl der deutschen EUDIW, ob die Nutzung ohne Play Integrity API laufen soll?
Also dafür bei Android mit der hardware attestation API?🙏

#issuecomment

api/v2/enable-bluesky fails for a new account with the same username as a deleted account that previously had Bluesky enabled

Hi! I'm trying to set up my Wafrn account so it posts to my Bluesky account (https://bsky.app/profile/echo.parallax.fyi), ideally using the Bluesky PDS (because I want them to pay the server bill for Bluesky content). However, the `Enable bluesky` button (https://app.wafrn.net/profile/enable-b...

Codeberg.org
Was er meint sind Optimierungen in der Serverkonfiguration des MariaDB SQL Servers.

Die in deinem Fall vermutlich nicht notwendig sind da es ja auch so mit wenig RAM bedarf läuft.

Das ist zum Beispiel was im Friendica Matrix Channel angepinnt/empfohlen ist:

max_connections = 256
# thread-cache set equal to max connections
thread_cache_size = 256
table_cache = 2048
# Enable the old query optimizer setting (cf. https://github.com/friendica/friendica/issues/11465#issuecomment-1222720339)
optimizer_use_condition_selectivity = 1
optimizer_switch = 'rowid_filter=off'
# Cf. https://gist.github.com/fevangelou/0da9941e67a9c9bb2596
join_buffer_size = 2M
table_definition_cache = 1200
table_open_cache = 1200
# Use up to 70-80% of RAM
innodb_buffer_pool_size = 4G
# Use 25% of the innodb_buffer_pool_size value
innodb_log_file_size = 1G
innodb_file_per_table = 1
innodb_default_row_format = dynamic
# increased values to avoid too frequent checkpointing
innodb_log_buffer_size = 128M
# disk speed settings optimized for NVMe SSD
innodb_flush_neighbors = 0
innodb_io_capacity = 1000
innodb_io_capacity_max = 2000
wait_timeout = 28800
interactive_timeout = 28800
low_priority_updates = 1
# 0 = NEVER, 1 = AUTO, 2 = ALWAYS
concurrent_insert = 2
Solange du nicht in Probleme läufts, würde ich aber bei der Standardkonfig bleiben.

CC: @[email protected] @[email protected]

https://codeberg.org/librewolf/issues/issues/1919#issuecomment-4988409

This is what I found, from about a year ago, where they vaguely say "we remove it because it's unwanted feature creep, not because it's AI" which is, ehhhhhhh, but not nearly as strong a stance as Waterfox and Zen. That's why I am not recc'ing Librewolf personally at this time


#issuecomment
LibreWolf should delete all AI code

In future releases FireFox have plans to add AI . This is a threat for security and unnecessary option. Please do not allow AI code to be used in LibreWolf.

Codeberg.org
Woot editor header should be sticky

It's mildly annoying to have to scroll back up when I have a long post. I would also take a big post button at the bottom.

Codeberg.org

@feld

Wonder what all the filecoin people are using. From my understanding they have a little more than 10GB stored, or maybe they have to so over provision the servers to deal with sealing that they don't notice?

#issuecomment

@uvok

Just got an update notification.
Confirmed,
@Fedilab still crashes reliably.

#issuecomment

Finally got around to investigating the weird issue with the #deno LSP server I was having on my weird setup (using Flatpak to run glibc binaries on Chimera Linux) but others by now have experienced with just Docker—turns out that a few seconds in, the server is for some reason trying to signal the editor (!) and if that fails, without explanation (!!) exits with a non-zero exit code o_0 @deno_land pls fix
Language server exits abruptly when run in a Docker container · Issue #22012 · denoland/deno

Version: Deno 1.39.4 Environment aarch64 linux Docker For Mac macOS Monterey 12.6.1 Macbook Pro (M1 Max) Issue When containerized, deno lsp runs with i/o working initially before exiting with exit ...

GitHub
@jni thank you for letting me know. i really want to retain this username but i'm not sure if that's possible. renaming accounts appears not to be supported (https://github.com/mastodon/mastodon/issues/984#issuecomment-423290993). @mawhrin do you have any ideas for how to address this?
How can I change my username or delete account? · Issue #984 · mastodon/mastodon

GitHub