@dequbed

It doesn't really matter who is using the llm anyway, systemd as a project went on to bet on llms' full "potential", as indicated by https://slopscan.ava.pet/repo/https%3A%2F%2Fgithub%2Ecom%2Fsystemd%2Fsystemd
It's just a matter of time until more LLM-tainted commits make it to systemd

If we're focusing on Lennart, I would say he's pretty accepting of llms and so is likely to make use of them in other projects: https://github.com/systemd/systemd/issues/41085#issuecomment-4053443496

Regardless, Chimera Linux's author did a good resumé of everything that ppl like me find wrong with systemd on its own: https://chimera-linux.org/docs/faq#what-is-the-projects-take-on-systemd


#issuecomment #what
https://github.com/systemd/systemd

Title: P1: I configured Eglot + TRAMP + Org source blocks. [2024-07-07 Mon]
I also wrote two functions for Auto-Save #files#.
When you get message: "Use M-x recover-this-file".
To check difference before that and to remove #file#.

And I configured Python code snippets or templates with
abbrev and sketeletons (built-in packages, without
yasnippets and other shit).
😶 #files #file #dailyreport #emacs #eglot #jupyter #autosave #snippets #issuecomment #files #file

Title: P0: I configured Eglot + TRAMP + Org source blocks. [2024-07-07 Mon]
It is Jupyter alternative. ⛳

Now I can edit Python files remotely within or without
Org-mode with full IDE features. ˊ・ω・ˋ And I can easely
switch to any other language. 😹

A little hack for that I took from here:
https://github.com/joaotavora/eglot/issues/216#issuecomment-1052931508

It is “C-c '” key that acitvates Org source block editing. #issuecomment #dailyreport #emacs #eglot #jupyter #autosave #snippets #issuecomment #files #file

org-edit-special and eglot · Issue #216 · joaotavora/eglot

Hello, thanks for the eglot, it looks very promising. Right now, I am trying to configure eglot. I have added to my init.el the following: (use-package eglot :ensure t :hook ((python-mode . eglot-e...

GitHub
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