Skip Navigation

Posts
5
Comments
85
Joined
3 yr. ago

  • I do something similar with the base model m4 Mac mini. It's my inference box right now, it handles Immich ML, photo prism AI, and runs Ollama talking to a small web app I call to summarize things. It's summaries are shit. The bigger the model, the more it hallucinates. So I settle for 1B and 4th grade responses

  • That's pretty neat. I don't use an e-reader and I'm not here proselytizing my workflow. But, to me, tools are usually best at one or two things, even though they might cover 20. That was my impression of wallabag. It had a lot of history and covered some niche workflows.

    Linkwarden to me has one purpose, long-term archive and storage. So it has a different Restic backup policy since it outputs hard copies. It integrates with local LLM inference to tag and whatnot. I don't spend much time in its beautiful interface, nor do I use the social features. I'd be just as happy with a more minimal tool.

    It's very helpful to be able to cite exact sources 10 years down the road, pulling from a hard copy. Especially with how fast the world moves today, the turmoil in the media and elected government.

  • Go figure, my ISP went down and my self-hosted blog is temporarily unavailable. I have a backup internet connection and fail-over WAN, so I didn't even notice the blip thanks to pfsense.

    But I need dynamic DNS or to use Cloudflare's load balancers or something. Anyone have experience with this?

  • Not every site makes RSS available. Edit: and generally, I have so many RSS feeds, I'm scanning and looking for interesting things. At that point, I rarely have time to sit and read a long-form article. Rather than favorite it, mark it as unread or try to find it later, I send it to Readeck for when I'm ready to focus.

  • More like some political actor with a real motive is using AI to produce sexualized propaganda targeted at young men

  • Deleted

    Permanently Deleted

    Jump
  • I'll do it for $1000 and less wattage

  • Deleted

    Permanently Deleted

    Jump
  • Works perfectly on android. Push notifications, sync, passkeys, everything

  • Deleted

    Permanently Deleted

    Jump
  • Vaultwarden, no question. When I used KeePass, I had Synology Drive which worked well to sync.

  • For some reason I decided to move my account to mastodon.social last year and the first thing that happened was I received AI CSAM that also happened to be radical conservative propaganda.

  • Yup. It gets more involved once you start adding DNS and SSL. But if you're ok typing IPs and you're not opening your firewall to the public, it's all you really need.

  • All you need is Wireguard with IP forwarding allowed on the host, maybe some firewall rules if you have one. You configure your wire guard client to only route traffic for your network IPs. I leave my wire guard client connected 100% of the time.

  • https://youtu.be/XRpHIa-2XCE

    A 30 minute video about opening up a text box and typing something into it for later, made for people who watch videos about doing that rather than just getting work done.

    00:29 Requirements 4:10 Zettlr, VNote, and nb 5:48 Zim 7:50 QOwnNotes 12:31 The end of pretending this is about productivity 14:48 Emacs 21:18 Neovim 25:59 It never ends 27:12 Kakoune, Helix, Vis, Neatvi (I don't use these)

  • Deleted

    Permanently Deleted

    Jump
  • OLS solves a lot for you that I don't hear in your OP.

  • Deleted

    Permanently Deleted

    Jump
  • OpenLiteSpeed https://openlitespeed.org/

    Host-specific guides (but no hetzner):

    https://docs.litespeedtech.com/cloud/images/wordpress/

    Very easy, robust, fast.

    You can def roll your own sever and solution, but WordPress needs a lot of help. As other commentors said, you need to bypass both the database and PHP as much as possible, via caching.

    While a simple redis or valkey store solves that, you're relying on some integration thru the php layer to make it happen, usually some plugin.

    Serving files or otherwise caching directly thru the webserver is gonna make it faaaaast.

    Then there's the question of database writes. Who is writing to your database, where, and how often?

    Edit: I see you have editors updating content 1-2x per hour. They should rewrite caches hot on each update so they're the only ones paying the db latency cost.

  • Did Tesla stock go up on this glorious news?

  • I'm not hearing where you disagree. You want me to add more nuance? For what, exactly? To absolve the world's richest man for his CSAM machine?

  • Grok has no agency. Elon played a heavy role in the design of the tool, promotes and profits off its use, and has failed to stop users from producing this material with what can only be considered as a feature of his software

  • If your host is using Debian / Raspbian Buster, you should not upgrade. Due to a bug in the libseccomp2 library, it will run into a startup problem. Read more: https://github.com/louislam/uptime-kuma/issues/41#issuecomment-896164516

    I read this, but it seems to be ARMv7 only, per the issue title. A little wary still, tho my docker host is x86. I guess I'll try running a stand alone test to see if it boots.