No description provided.
forked from ethical-foss/open-slopware
lejun-mesh-comm #4
Merged
lejun
merged 208 commits from 2026年04月15日 23:01:19 +02:00
lejun-mesh-comm into mesh-comm
lejun
commented 2026年04月15日 23:00:45 +02:00
lejun
added 208 commits 2026年04月15日 23:00:45 +02:00
Since the developer uses typo.social, and the current link goes to mastodon.social, readers see an "external link" click-through page. This can be avoided by linking to the original toot instead.
Merge pull request 'link to harfbuzz developer's home fedi instance instead of mastodon.social' ( #276 ) from geoffbeier/open-slopware:fix-mastodon-link-harfbuzz into main
210f541689
Reviewed-on: small-hack/open-slopware#276 Reviewed-by: Max <cloudymax@noreply.codeberg.org>
Bitwarden is not only a server but also a set of clients. The referenced vaultwarden alternative only implements the server part. Replacing bitwarden server with vaultwarden is not sufficient, an alternative client should also be used. rbw is an example of alternative client for the bitwarden protocol.
Merge pull request 'Add more information for bitwarden alternatives' ( #252 ) from rdelaage/open-slopware:rdelaage-patch-1 into main
6a3c85d806
Reviewed-on: small-hack/open-slopware#252 Reviewed-by: Max <cloudymax@noreply.codeberg.org>
Reviewed-on: small-hack/open-slopware#204 Reviewed-by: Max <cloudymax@noreply.codeberg.org>
Closes #234 Signed-off-by: axaloteDev <git@axalote.dev.br>
Merge pull request 'Remove proprietary drivers' ( #244 ) from axaloteDev/open-slopware:remove/proprietary-amd-nvidia-drivers into main
0b603c92d5
Reviewed-on: small-hack/open-slopware#244 Reviewed-by: Max <cloudymax@noreply.codeberg.org>
Reviewed-on: small-hack/open-slopware#202
Merge pull request 'Add Electron and ArkType' ( #206 ) from Pixelo789/open-slopware:add-electron into main
07d759d52b
Reviewed-on: small-hack/open-slopware#206
Reviewed-on: small-hack/open-slopware#285 Reviewed-by: JesseBot <jessebot@noreply.codeberg.org>
Merge pull request 'Remove 4get from alternatives' ( #293 ) from daemonspudguy/open-slopware:main into main
7975c4acc8
Reviewed-on: small-hack/open-slopware#293 Reviewed-by: JesseBot <jessebot@noreply.codeberg.org>
Merge pull request 'Update PeerTube evidence' ( #306 ) from goestav/open-slopware:update-peertube-evidence into main
84ccfc1677
Reviewed-on: small-hack/open-slopware#306
Merge pull request 'Move Lutris to new subheading' ( #295 ) from daemonspudguy/open-slopware:lutris-move into main
744aab7f66
Reviewed-on: small-hack/open-slopware#295 Great, Thanks!
Merge pull request 'Add TrueNAS; add BSSG as alt to Hugo' ( #289 ) from hyperreal/open-slopware:main into main
5d06b33476
Reviewed-on: small-hack/open-slopware#289
Closes #299
Reviewed-on: small-hack/open-slopware#308
Merge pull request 'Add vim-classic as alternative to vim' ( #278 ) from rakoo/open-slopware:vim-classic into main
5c444b7509
Reviewed-on: small-hack/open-slopware#278 Reviewed-by: JesseBot <jessebot@noreply.codeberg.org>
Merge pull request 'list zine as ssg alternative' ( #298 ) from tranzystorekk/open-slopware:zine-ssg into main
0fbb37fa0c
Reviewed-on: small-hack/open-slopware#298 Reviewed-by: JesseBot <jessebot@noreply.codeberg.org>
Merge pull request 'Add alternative xterm to terminal section' ( #309 ) from perditionecessaria/open-slopware:add-alternative-xterm into main
013b828f3d
Reviewed-on: small-hack/open-slopware#309
Merge pull request 'add a "request for kind help" Issue template' ( #313 ) from add-request-for-help into main
c3a82ab50e
Reviewed-on: small-hack/open-slopware#313 Reviewed-by: Max <cloudymax@noreply.codeberg.org>
change large text areas to input types to make it more clear that we just want a single link or project name
d1b76d3f82
Merge pull request 'add haunt as a static site generator alternative' ( #314 ) from add-haunt into main
b41b514576
Reviewed-on: small-hack/open-slopware#314 Reviewed-by: Max <cloudymax@noreply.codeberg.org>
PR #38 added Vim, but not neovim. Though Neovim is listed as being affected by extension of Vim's slop, Neovim also independently supports AI slop. As of March 11th, there's an AI policy that supports it. There are also some PRs with discussions to the same effect[^1]. I argue it should therefore be explicitly listed, as they chose to endorse slop beyond the bare minimum they get from sourcing vim patches. [^1]: I tried to find these for linking, but my bookmark routines are not good enough yet, and I failed to re-find them with a few quick searches.
Merge pull request 'Add neovim' ( #210 ) from LunarWatcher/open-slopware:add-neovim into main
27c7e293a5
Reviewed-on: small-hack/open-slopware#210 Reviewed-by: JesseBot <jessebot@noreply.codeberg.org>
Merge pull request 'Add PipePipe' ( #277 ) from micdan5/open-slopware:add-pipepipe into main
7d2e8fc5b3
Reviewed-on: small-hack/open-slopware#277 Reviewed-by: JesseBot <jessebot@noreply.codeberg.org>
# Major changes - adds a specific style guide to point to and iterate on - closes #139 - markdown tables will now have special tags (using badges) to be used in the evidence column, instead of the aforementioned "severities" concept" - you can read the discussion in this PR as to why we decided against a severity column. - closes #146 - markdown tables will have a "Last Untainted Version/Commit ID" column - closes #113 - markdown tables would drop the notes section (in favor of the above columns and below point) - markdown table now have "alternative" as last column instead of second. - makes official docs on how to make an alternatives section for a given category - updaetes python libraries as the first category to get an overhaul to the new style guide ## Minor Changes - fix some grammar stuff (capitalization, periods, weird wording) - move GoToSocial into the correct alphabetical order in the bottom alternatives links section Co-authored-by: @axaloteDev Co-authored-by: @tjk Co-authored-by: @PeculiarDemon Co-authored-by: @cloudymax Co-authored-by: @micdan5 Co-authored-by: @Pixelo789 Reviewed-on: small-hack/open-slopware#179 Reviewed-by: Max <cloudymax@noreply.codeberg.org> Co-authored-by: jessebot <jessebot@linux.com> Co-committed-by: jessebot <jessebot@linux.com>
Merge pull request 'fix the anchors for the python and style guide markdown code blocks' ( #327 ) from fix-anchors into main
09071e9c46
Reviewed-on: small-hack/open-slopware#327
Merge pull request 'Add two more good terminals, one bad, and fix typos' ( #302 ) from meta/open-slopware:main into main
027c7a33e6
Reviewed-on: small-hack/open-slopware#302 Reviewed-by: JesseBot <jessebot@noreply.codeberg.org>
Merge pull request 'update terminal emulators to the new style guide' ( #328 ) from tidy-terminal-emulators into main
2b260aca1a
Reviewed-on: small-hack/open-slopware#328 Reviewed-by: Max <cloudymax@noreply.codeberg.org>
Merge pull request 'Add Pandemonium as Godot alternative' ( #319 ) from ch0ccyra1n/open-slopware:add-pandemonium-alternative into main
15119856a0
Reviewed-on: small-hack/open-slopware#319 Reviewed-by: JesseBot <jessebot@noreply.codeberg.org>
Merge pull request 'Add NewPipe and add showtime as VLC alternative' ( #272 ) from micdan5/open-slopware:add-newpipe into main
09800f9ec5
Reviewed-on: small-hack/open-slopware#272
Merge pull request 'Apply styleguide to virtualization section' ( #331 ) from virt-style into main
35365164b0
Reviewed-on: small-hack/open-slopware#331
Signed-off-by: jessebot <jessebot@linux.com>
Merge pull request 'updates to the code of conduct to make more rules more explicit' ( #338 ) from add-code-of-conduct-updates into main
6d47279f04
Reviewed-on: small-hack/open-slopware#338
Merge pull request 'Tidy social medias section based on new style guide; add other social media things as alternatives' ( #333 ) from Pixelo789/open-slopware:tidy-socials into main
b33c9edad5
Reviewed-on: small-hack/open-slopware#333 Reviewed-by: JesseBot <jessebot@noreply.codeberg.org>
Merge pull request 'Tidy 'image manipulation' based on new style guide' ( #334 ) from micdan5/open-slopware:tidy-image-manipulation into main
0ef77e23d5
Reviewed-on: small-hack/open-slopware#334 Reviewed-by: JesseBot <jessebot@noreply.codeberg.org>
Merge pull request 'Tidy operating systems section based on new style guide; add other operating systems' ( #242 ) from Pixelo789/open-slopware:add-oses into main
ff2e6cc5ff
Reviewed-on: small-hack/open-slopware#242 Reviewed-by: JesseBot <jessebot@noreply.codeberg.org>
Merge pull request 'Tidy browsers section based on new style guide; add Webkit and Zen' ( #94 ) from Pixelo789/open-slopware:add-webkit into main
1fbf45d9f1
Reviewed-on: small-hack/open-slopware#94 Reviewed-by: JesseBot <jessebot@noreply.codeberg.org>
Merge pull request 'Add JupyterLab to Python Tools' ( #339 ) from perditionecessaria/open-slopware:add-jupyter-lab into main
e9af260049
Reviewed-on: small-hack/open-slopware#339 Reviewed-by: JesseBot <jessebot@noreply.codeberg.org>
Update format and add ImageMagick version
Merge pull request 'Add alternative MPlayer explicitly' ( #316 ) from perditionecessaria/open-slopware:add-alternative-mplayer into main
c7ab92e362
Reviewed-on: small-hack/open-slopware#316 Reviewed-by: JesseBot <jessebot@noreply.codeberg.org>
Update format and add ImageMagick version
Merge pull request 'tidy password management section, move up one heading, and add new gen ai art badge' ( #340 ) from tidy-password-management into main
47d9c840a6
Reviewed-on: small-hack/open-slopware#340
Adapt to new format for real this time.
Merge branch 'add-alternative-graphicsmagick' of ssh://codeberg.org/perditionecessaria/open-slopware into add-alternative-graphicsmagick
478de478ab
Resolve remote conflict.
Merge pull request 'Tidy video section based on new style guide' ( #341 ) from Pixelo789/open-slopware:tidy-video into main
5574d31ea6
Reviewed-on: small-hack/open-slopware#341 Reviewed-by: JesseBot <jessebot@noreply.codeberg.org>
Includes work from @tjk and @ethanuppal in #157
move package managers under base tainted software section and tidy the badge for macports
2a4d6fe7c8
remove pi-apps as this was added based on the package manager hosting ai packages which is the not the same as using ai
447ab34e39
Merge pull request 'Tidy Package Managers based on new style guide' ( #329 ) from tidy-package-managers into main
b7343ef34a
Reviewed-on: small-hack/open-slopware#329
Reviewed-on: small-hack/open-slopware#336 Reviewed-by: JesseBot <jessebot@noreply.codeberg.org>
Merge pull request 'Clarify nebula' ( #347 ) from shakakibara12/open-slopware:nebula into main
b6004f3618
Reviewed-on: small-hack/open-slopware#347 Reviewed-by: JesseBot <jessebot@noreply.codeberg.org>
Merge pull request 'Add alternative illumos' ( #349 ) from perditionecessaria/open-slopware:add-alternative-illumos into main
31d4d195b0
Reviewed-on: small-hack/open-slopware#349 Reviewed-by: JesseBot <jessebot@noreply.codeberg.org>
Merge pull request 'Adopt "Permissive AI Policy" as badge for "vibecoded"' ( #346 ) from vibecoders-and-allies-together into main
0ebdb578bf
Reviewed-on: small-hack/open-slopware#346
Reviewed-on: small-hack/open-slopware#344
Evidence: https://github.com/neomutt/neomutt/pull/4737 Alternative: http://mutt.org
Reviewed-on: small-hack/open-slopware#286 Reviewed-by: JesseBot <jessebot@noreply.codeberg.org>
not all though. some sins are worse than others
Merge pull request 'Add alternative GraphicsMagick' ( #315 ) from perditionecessaria/open-slopware:add-alternative-graphicsmagick into main
fbfb6ca850
Reviewed-on: small-hack/open-slopware#315 Reviewed-by: JesseBot <jessebot@noreply.codeberg.org>
Merge pull request 'spelling out what computer hardware prices actually mean in the long term' ( #198 ) from add-to-hardware-price-section into main
b5261bfaa4
Reviewed-on: small-hack/open-slopware#198
Reviewed-on: small-hack/open-slopware#217 Reviewed-by: JesseBot <jessebot@noreply.codeberg.org>
Merge pull request 'Add SimpMusic' ( #219 ) from goestav/open-slopware:add-simpmusic into main
e80ec670d2
Reviewed-on: small-hack/open-slopware#219 Reviewed-by: JesseBot <jessebot@noreply.codeberg.org>
Reviewed-on: small-hack/open-slopware#213
Merge pull request 'Add ffplay as an alternative to VLC/MPV' ( #351 ) from Sumandora/open-slopware:main into main
b062ff6630
Reviewed-on: small-hack/open-slopware#351 Reviewed-by: JesseBot <jessebot@noreply.codeberg.org>
Reviewed-on: small-hack/open-slopware#208 Reviewed-by: JesseBot <jessebot@noreply.codeberg.org>
closes #265
legwork done by @blackstar and @pixelo789 closes #231
Accomodates the changes of #346. I've also added entries for mruby and TruffleRuby, previously present in the notes of Ruby, and Zig as an alternative Reviewed-on: small-hack/open-slopware#350 Reviewed-by: Max <cloudymax@noreply.codeberg.org> Reviewed-by: JesseBot <jessebot@noreply.codeberg.org> Co-authored-by: PeculiarDemon <bird.drove692@passinbox.com> Co-committed-by: PeculiarDemon <bird.drove692@passinbox.com>
Not entirely sure if this is the best way to list the two. They're both technically tools affected by slop, but there's also the information bit outside the actual software that may or may not be affected. tldr-pages [discourages using it on the cheat sheets themselves](https://github.com/tldr-pages/tldr/blob/main/CONTRIBUTING.md#contributing) with exceptions cut out for translations and presumably adding to existing pages (the CONTRIBUTING.md is full of loopholes in technicalities in that regard, but that's a whole other tangent). Paradoxically, their [AGENTS.md has an entire section for creating new pages](https://github.com/tldr-pages/tldr/blob/main/AGENTS.md#creating-pages). Not sure if there's interest in creating a whole `<h1>` section for tainted sources of information, but I suspect that would be standalone from the tainted tools anyway, and that the tools tldr-pages and cheat would be tracked independently from the documentation tldr-pages and cheat. [`cheat/cheatsheets`](https://github.com/cheat/cheatsheets) has not been touched in 4 years, and functionally cannot be tainted by extension. I have not checked tldr-pages' cheatsheets since it's in the same repo as the sloppified tool, which makes finding out annoying without cloning it first (which I didn't bother doing since it currently is out of scope for the list, and whether or not it should be included and by extension screened, is a separate discussion) Reviewed-on: small-hack/open-slopware#211 Reviewed-by: JesseBot <jessebot@noreply.codeberg.org> Co-authored-by: Olivia <oliviawolfie@pm.me> Co-committed-by: Olivia <oliviawolfie@pm.me>
Reviewed-on: small-hack/open-slopware#212 Reviewed-by: JesseBot <jessebot@noreply.codeberg.org>
* The Claude commit was in another repo that FreeBSD copies as "contrib" so it can build together, but they don't control its policies; it's basically a dependency. * The "collaboration" commit was actually just a bug report, acted on only by humans.
Reviewed-on: small-hack/open-slopware#258 Reviewed-by: JesseBot <jessebot@noreply.codeberg.org>
Reviewed-on: small-hack/open-slopware#215 Co-authored-by: matu6968 <wierzejskimateusz8@gmail.com> Co-committed-by: matu6968 <wierzejskimateusz8@gmail.com>
Reviewed-on: small-hack/open-slopware#335 Reviewed-by: JesseBot <jessebot@noreply.codeberg.org> Co-authored-by: micdan5 <micdan5@noreply.codeberg.org> Co-committed-by: micdan5 <micdan5@noreply.codeberg.org>
Reviewed-on: small-hack/open-slopware#355 Reviewed-by: JesseBot <jessebot@noreply.codeberg.org>
Reviewed-on: small-hack/open-slopware#361 Reviewed-by: JesseBot <jessebot@noreply.codeberg.org>
Part of #325 I also took the liberty of doing a small run-through of some of the shells in the [Arch Wiki page for shells](https://wiki.archlinux.org/title/Command-line_shell), and caught Oil Shell, PowerShell, and xonsh. Reviewed-on: small-hack/open-slopware#356 Reviewed-by: JesseBot <jessebot@noreply.codeberg.org> Co-authored-by: Pixelo789 <Pixelo789@noreply.codeberg.org> Co-committed-by: Pixelo789 <Pixelo789@noreply.codeberg.org>
Tidy Microcontroller Tools and Libraries based on new style guide; also add ch32-hal as tainted ( #357 )
d6c87e22b2
As reference, tracking based off #325 Reviewed-on: small-hack/open-slopware#357 Reviewed-by: JesseBot <jessebot@noreply.codeberg.org> Co-authored-by: matu6968 <wierzejskimateusz8@gmail.com> Co-committed-by: matu6968 <wierzejskimateusz8@gmail.com>
Tidy Services and Utilities (Git Servers & Blogging Software) based on new style guide ( #348 )
2bc16a8412
Part of #325 Took the liberty to split off Blogging Software into further subsections (CMS, SSG), with the small benefit of dropping the alternatives column for SSGs in favor of the alternatives note. Reviewed-on: small-hack/open-slopware#348 Reviewed-by: JesseBot <jessebot@noreply.codeberg.org> Co-authored-by: tranzystorekk <tranzystorek.io@protonmail.com> Co-committed-by: tranzystorekk <tranzystorek.io@protonmail.com>
Reviewed-on: small-hack/open-slopware#245 Reviewed-by: JesseBot <jessebot@noreply.codeberg.org>
Reviewed-on: small-hack/open-slopware#362
There's a bullet in one of the code blocks. I assume the item was blindly copy-pasted from the bullet list? Reviewed-on: small-hack/open-slopware#366 Reviewed-by: JesseBot <jessebot@noreply.codeberg.org> Co-authored-by: Pixelo789 <Pixelo789@noreply.codeberg.org> Co-committed-by: Pixelo789 <Pixelo789@noreply.codeberg.org>
- Tidies "VPN software" section based on style guide and work from #325 - moves "VPN software" and "Virtualization" directly under "Tainted Software" - clean up TOC - clean up sibling repo grammar and add ✨ emoji - adds "AI Databroker Usage" and "AI in Issue tracker" badges Reviewed-on: small-hack/open-slopware#364 Co-authored-by: jessebot <jessebot@linux.com> Co-committed-by: jessebot <jessebot@linux.com>
Reviewed-on: small-hack/open-slopware#365 Reviewed-by: JesseBot <jessebot@noreply.codeberg.org>
This just gets the Cheat Sheets section more in line with our style guide, and it moves command-line shells just below it, so that we get slightly closer to my dream of alphabetized sections ✨ Reviewed-on: small-hack/open-slopware#368 Co-authored-by: jessebot <jessebot@linux.com> Co-committed-by: jessebot <jessebot@linux.com>
Not sure if there can even be an alternative since we would need to convince countless dependants to switch. I have not followed the new style guide since the rest of the table isn't converted yet, not sure if mixing and matching the style guide would be a good idea... Reviewed-on: small-hack/open-slopware#360 Reviewed-by: JesseBot <jessebot@noreply.codeberg.org> Co-authored-by: johannes <johannesmiesenhardt@gmail.com> Co-committed-by: johannes <johannesmiesenhardt@gmail.com>
tracking based off #325, prerequisite of #367 Reviewed-on: small-hack/open-slopware#369 Reviewed-by: JesseBot <jessebot@noreply.codeberg.org> Co-authored-by: matu6968 <wierzejskimateusz8@gmail.com> Co-committed-by: matu6968 <wierzejskimateusz8@gmail.com>
Reviewed-on: small-hack/open-slopware#239 Reviewed-by: JesseBot <jessebot@noreply.codeberg.org> Co-authored-by: 0x403 <0x403@noreply.codeberg.org> Co-committed-by: 0x403 <0x403@noreply.codeberg.org>
Thanks to @ethanuppal and @tjk for their help in investigating this one. Perhaps we also link to this comment explaining GUIX and NIX differences somewhere? small-hack/open-slopware#156 (comment) I decided to just keep the above comment in this link, which will also show up in the commit message. I also decided to throw out Lix based on the other comments by @ethanuppal further down in #156. We'll keep GUIX since that does actually include a full OS and then if anyone wants, they can add another entry in the package manager section for evidence of the nix package manager itself having slop as well. Reviewed-on: small-hack/open-slopware#370 Co-authored-by: jessebot <jessebot@linux.com> Co-committed-by: jessebot <jessebot@linux.com>
Reviewed-on: small-hack/open-slopware#371 Reviewed-by: JesseBot <jessebot@noreply.codeberg.org>
Reviewed-on: small-hack/open-slopware#372 Co-authored-by: jessebot <jessebot@linux.com> Co-committed-by: jessebot <jessebot@linux.com>
I'd be nice if someone could submit a PR with non-ai-slop window manager suggestions 🙏 Reviewed-on: small-hack/open-slopware#373 Co-authored-by: jessebot <jessebot@linux.com> Co-committed-by: jessebot <jessebot@linux.com>
Reviewed-on: small-hack/open-slopware#235 Reviewed-by: JesseBot <jessebot@noreply.codeberg.org> Co-authored-by: lejun <lejun@noreply.codeberg.org> Co-committed-by: lejun <lejun@noreply.codeberg.org>
Added "AI Functionality" tag to Telegram with evidence Reviewed-on: small-hack/open-slopware#376 Reviewed-by: JesseBot <jessebot@noreply.codeberg.org> Co-authored-by: Robin Syl <robin@robinsyl.dev> Co-committed-by: Robin Syl <robin@robinsyl.dev>
Tracking based off #325 ~~Currently a WIP as it depends on information from System Services and Daemons section, needs PR #369 merged first~~ merged Reviewed-on: small-hack/open-slopware#367 Reviewed-by: JesseBot <jessebot@noreply.codeberg.org> Co-authored-by: matu6968 <wierzejskimateusz8@gmail.com> Co-committed-by: matu6968 <wierzejskimateusz8@gmail.com>
Add last untainted commit ID and Gen AI 'Art' evidence in profile picture to ch32-hal ( #378 )
b7a823ac1e
Reviewed-on: small-hack/open-slopware#378 Reviewed-by: JesseBot <jessebot@noreply.codeberg.org> Co-authored-by: matu6968 <wierzejskimateusz8@gmail.com> Co-committed-by: matu6968 <wierzejskimateusz8@gmail.com>
Reviewed-on: small-hack/open-slopware#379 Reviewed-by: JesseBot <jessebot@noreply.codeberg.org> Co-authored-by: Haijo <haijo7@protonmail.com> Co-committed-by: Haijo <haijo7@protonmail.com>
Added tag for WordPress with link about announcement for AI agents managing content Co-authored-by: Ngô Ngọc Đức Huy <huyngo@disroot.org> Reviewed-on: small-hack/open-slopware#380 Reviewed-by: JesseBot <jessebot@noreply.codeberg.org> Co-authored-by: xarvos <xarvos@noreply.codeberg.org> Co-committed-by: xarvos <xarvos@noreply.codeberg.org>
Close #137 Reviewed-on: small-hack/open-slopware#138 Reviewed-by: JesseBot <jessebot@noreply.codeberg.org> Co-authored-by: xarvos <xarvos@loang.net> Co-committed-by: xarvos <xarvos@loang.net>
This tidies all sections starting with C haha :) Relates to work from #325 Reviewed-on: small-hack/open-slopware#381 Co-authored-by: jessebot <jessebot@linux.com> Co-committed-by: jessebot <jessebot@linux.com>
Reviewed-on: small-hack/open-slopware#209 Reviewed-by: JesseBot <jessebot@noreply.codeberg.org>
Reviewed-on: small-hack/open-slopware#383 Reviewed-by: JesseBot <jessebot@noreply.codeberg.org>
relates to the work in #325 Reviewed-on: small-hack/open-slopware#382 Reviewed-by: Max <cloudymax@noreply.codeberg.org> Co-authored-by: jessebot <jessebot@linux.com> Co-committed-by: jessebot <jessebot@linux.com>
Reviewed-on: small-hack/open-slopware#384 Co-authored-by: jessebot <jessebot@noreply.codeberg.org> Co-committed-by: jessebot <jessebot@noreply.codeberg.org>
Reviewed-on: small-hack/open-slopware#385 Reviewed-by: JesseBot <jessebot@noreply.codeberg.org> Co-authored-by: matu6968 <wierzejskimateusz8@gmail.com> Co-committed-by: matu6968 <wierzejskimateusz8@gmail.com>
Xmonad, FVWM and others also qualify, but these are the closest to i3 in spirit. Reviewed-on: small-hack/open-slopware#387 Reviewed-by: JesseBot <jessebot@noreply.codeberg.org> Co-authored-by: perditionecessaria <perditionecessaria@noreply.codeberg.org> Co-committed-by: perditionecessaria <perditionecessaria@noreply.codeberg.org>
I stumbled on Weblate in the commit history of Freetube. Apparently it's a development tool for translations, that automates some attribution and peer review workflows. Their project's commit log is a bit obfuscated, because it internally uses Weblate as well, which generates a lot of commits for minor metadata changes. They have an [AGENTS.md](https://github.com/WeblateOrg/weblate/blob/main/AGENTS.md) file though and i did find some recent LLM commits:aad714d7a390c3c3a0ca23d1e3e41cReviewed-on: small-hack/open-slopware#352 Reviewed-by: JesseBot <jessebot@noreply.codeberg.org> Co-authored-by: perditionecessaria <perditionecessaria@noreply.codeberg.org> Co-committed-by: perditionecessaria <perditionecessaria@noreply.codeberg.org>
Part of #325 Applies new style guide to the audio section of the README.md Co-authored-by: cloudymax <admin@cloudydev.net> Reviewed-on: small-hack/open-slopware#388 Reviewed-by: JesseBot <jessebot@noreply.codeberg.org> Co-authored-by: Max <cloudymax@noreply.codeberg.org> Co-committed-by: Max <cloudymax@noreply.codeberg.org>
Reviewed-on: small-hack/open-slopware#323 Reviewed-by: JesseBot <jessebot@noreply.codeberg.org> Co-authored-by: lejun <lejun@noreply.codeberg.org> Co-committed-by: lejun <lejun@noreply.codeberg.org>
lejun
merged commit 6c17f72f48 into mesh-comm 2026年04月15日 23:01:19 +02:00
lejun
referenced this pull request from a commit 2026年04月15日 23:01:23 +02:00
Sign in to join this conversation.
No reviewers
Labels
Clear labels
No items
No labels
Milestone
Clear milestone
No items
No milestone
Projects
Clear projects
No items
No project
Assignees
Clear assignees
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".
No due date set.
Dependencies
No dependencies set.
Reference
lejun/open-slopware!4
Loading...
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "lejun-mesh-comm"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?