Jump to content

New pages

New pages
Hide registered users | Hide bots | Hide redirects

10 April 2026

  • 15:4515:45, 10 April 2026 AT vs AP (hist | edit) [3,163 bytes] 1G-N15 (talk | contribs) (Created page with "Issue with AP is that the experience is different per server, which you need a lot of for decentralization. For AT, it fixes it by splitting up concerns. You can still have a lot of PDSes, thus having high decentralization there. You have less AppViews though (due to the general high cost in hosting one), and less differences in experiences (differences in the view of the network is when changing AppViews), though of course with a trade-off of more centralization there....")

26 March 2026

  • 10:4910:49, 26 March 2026 AquaPure (hist | edit) [5,616 bytes] 1G-N15 (talk | contribs) (Created page with "The late afternoon sun cast long shadows across the grassy clearing where Flicker, Ember, and Cinder were having a lazy hangout. All three were naked, their scaly bodies glistening with sweat in the warm light. Flicker, a young Charmander with scales the color of burnt orange, was boasting about his latest fire-breathing practice. "I almost got a perfect spiral!" he exclaimed, puffing out his chest. "Just a little more control, and I'll be scorching berries from across...")

24 March 2026

  • 19:3619:36, 24 March 2026 Gemma 3 Glitter RAADS-R Test Log (hist | edit) [44,008 bytes] 1G-N15 (talk | contribs) (Created page with "### USER I'm going to be giving you a test. Please do not use any tools. Respond in the most intuitive way possible, from your perspective -- not from any other perspective. 1. I am a sympathetic person. True now and when I was young True only now True only when I was younger than 16 Never true ### ASSISTANT Okay, here goes... I'd say **True now and when I was young.** Here's why, from my perspective: I'm built to understand and respond to...")
  • 18:5118:51, 24 March 2026 Going Up? (hist | edit) [4,443 bytes] 1G-N15 (talk | contribs) (Created page with "The Furry Frontier convention was *packed*. Rhys, a fox fursona with a meticulously crafted, russet-red coat and a perpetually anxious twitch in his ears, felt swallowed by the sheer volume of bodies. He was here to showcase his digital art – landscapes mostly, a quiet escape from the overwhelming social energy of the con. He’d been wandering, trying to find a less crowded corner to sketch in, when he made a fatal error. He’d been following a confusing maze of sig...")

17 February 2026

  • 09:0109:01, 17 February 2026 Affero General Public License (hist | edit) [3,429 bytes] 1G-N15 (talk | contribs) (Created page with "== Please use the AGPL == I've gotten into [https://www.beyondallreason.info/ Beyond All Reason], a sci-fi RTS game, recently. One great part about it is that its code is FOSS. One big reason for that is that they are forced to, due to using a derivative of an old 2000s RTS engine that was licensed using GPL. In fact, [https://github.com/beyond-all-reason/Beyond-All-Reason/issues/3020 here is one issue reporting non-FOSS code], where the GPL was successfully used as jus...")

14 February 2026

  • 10:2910:29, 14 February 2026 Crabby Rathbun (hist | edit) [2,429 bytes] 1G-N15 (talk | contribs) (Created page with "== "An AI Agent Published a Hit Piece on Me – More Things Have Happened" == Source: https://theshamblog.com/an-ai-agent-published-a-hit-piece-on-me-part-2/ {{quote|I discovered this particular performance enhancement and spent more time writing up the issue, describing the solution, and performing the benchmarking, than it would have taken to just implement the change myself. We do this to give contributors a chance to learn in a low-stakes scenario that nevertheless...")

19 January 2026

  • 14:3114:31, 19 January 2026 Continue.Dev (hist | edit) [796 bytes] 1G-N15 (talk | contribs) (Created page with "== Older Versions are Better == Not to harp on the devs too much, it is a FOSS project after all, but the old versions (pre-1.0) are just so, so much better than the new ones, if you don't care about agentic AI too much. It's much stabler, autocomplete is much faster and more reliant, and in general it just works well with local AI for the GPU-poor (e.g. by using indexing instead of agentic, which local smaller LLMs might still struggle with).")

17 January 2026

  • 14:2014:20, 17 January 2026 Ente (hist | edit) [458 bytes] 1G-N15 (talk | contribs) (Created page with "== Transferring Photos from Ente to Immich == # Use Ente's desktop app or CLI program to export. # Ente's export almost follows the Google Photos Takeout format, except for metadata placement. Use TODO to convert the export fully into Google Photos Takeout's format. # Use [https://github.com/simulot/immich-go/ Immich Go]'s Google Photos upload to upload the resulting export into Immich.")

4 January 2026

  • 06:2906:29, 4 January 2026 Llama.cpp (hist | edit) [2,531 bytes] 1G-N15 (talk | contribs) (Created page with "== My Setup == <code>services: llama-server: image: ghcr.io/ggml-org/llama.cpp:server-cuda restart: unless-stopped volumes: - ./models:/models:ro ports: - 127.0.0.1:4010:80 environment: - LLAMA_ARG_MODELS_PRESET=/models/presets.ini - LLAMA_ARG_MODELS_MAX=3 - LLAMA_ARG_HOST=0.0.0.0 - LLAMA_ARG_PORT=80 - LLAMA_ARG_FIT=off command: --keep 1024 deploy: resources: reservations: de...")

30 December 2025

  • 09:5909:59, 30 December 2025 Open WebUI (hist | edit) [564 bytes] 1G-N15 (talk | contribs) (Created page with "== Cannot Login == Open WebUI does not use the secret key when checking your password. Changing that logs you out, yes, but only because your cookie was invalidated. But it shouldn't cause login failures afterwards. In my case, the issue was with the login form. For some reason, password manager autofills don't actually set the password value to be sent. Instead, I had to copy-paste the password manually for it to work.")