Skip Navigation

InitialsDiceBearhttps://github.com/dicebear/dicebearhttps://creativecommons.org/publicdomain/zero/1.0/„Initials” (https://github.com/dicebear/dicebear) by „DiceBear”, licensed under „CC0 1.0” (https://creativecommons.org/publicdomain/zero/1.0/)T
Posts
2
Comments
162
Joined
3 yr. ago

  • The part I’m calling out as untrue is the „magic 8 ball” comment, because it directly contradicts my own personal lived experience. Yes it’s a lying, noisy, plagiarism machine, but its accuracy for certain kinds of questions is better than a coin flip and the wrong answers can be useful as well.

    Some recent examples

    • I had it write an excel formula that I didn’t know how to write, but could sanity check and test.
    • Worked through some simple, testable questions about setting up project references in a typescript project
    • I want to implement URL previews in a web project but I didn’t know what the standard for that is called. Every web search I could think of related to „url previews” is full of SEO garbage I don’t care about, but ChatGPT immediately gave me the correct answer (Open Graph meta tags), easily verified by searching for that and reading the public documentation.
    • Naming things is a famously hard problem in programming and LLMs are pretty good at „what’s another way to say” and „what’s it called when” type questions.

    Just because you don’t have the problems that LLMs solve doesn’t mean that nobody else does. And also, dude, don’t scold people on the internet. The fediverse has a reputation and it’s not entirely a good one.

  • Well that's just blatantly false. They're extremely useful for the initial stage of research when you're not really sure where to begin or what to even look for. When you don't know what you should read or even what the correct terminology is surrounding your problem. They're "Language models", which mean they're halfway decent at working with language.

    They're noisy, lying plaigarism machines that have created a whole pandora's box full of problems and are being shoved in many places where they don't belong. That doesn't make them useless in all circumstances.

  • Sure, but you at least have something to work with rather than whatever you know off the top of your head

  • Because it’s like a search box you can explain a problem to and get a bunch of words related to it without having to wade through blogspam, 10 year old Reddit posts, and snippy stackoverflow replies. You don’t have to post on discord and wait a day or two hoping someone will maybe come and help. Sure it is frequently wrong, but it’s often a good first step.

    And no I’m not an AI bro at all, I frequently have coworkers dump AI slop in my inbox and ask me to take it seriously and I fucking hate it.

  • Supreme Court has been playing calvinball since citizens united

  • You would immediately die in agony. No oxygen and a lot more CO2 in the atmosphere

  • People like this don’t think it was wrong

  • jesus christ they’re dumb

  • Charybdis, hippo, appa, Momo, pabu

  • If you want to self-host, I recommend a used business thin client, docker + docker-compose, and Tailscale for access away from home if needed. Don’t forget to dump & back up nightly.


    Edit: thin client because it beats a pi in every respect and doesn’t run on an SD card. Tailscale because you don’t have to open ports in your firewall and point a public domain at your house.


    Or you could use hosted services, neon.tech and turso both offer really generous free tiers for SQL databases.

    Or you could use a notebook and pen. Sometimes simplicity is king.

  • Interesting read, I learned some things that git can do and its’s cool to know it’s possible, but I get the sense that „I’m just used to doing it this way” is the author’s main reason. Making most project communication private is a huge sacrifice, and if all projects did things this way then open source development would be far worse off.

    I could imagine an „account-less” git forge that uses email verification to create user sessions that then allow conversation and contribution under that email address and name. You’d have to click a magic link in your email every time you wanted to create a session, but they could be long-lived and you don’t have to manage a password.

  • Somebody please tell me that sol means titties somehow

  • They’ve slowed down with those a bit recently, haven’t they?

  • I’d been considering it for awhile, but thought it wasn’t worth the trouble of switching until I realized just how often I do things the tedious manual way because writing a bash script to do it is so arcane

  • This is why I finally switched to nushell.

  • The trickier part here his connecting your domain to your raspberry pi and allowing the big internet to access it. You have a few options:

    • Set up dynamic DNS to direct your domain name to your (presumably dynamic) home IP address. Assign the rpi a static IP address on your home network. Forward ports 80 and 443 to that address. The world knows your home IP address, and you're dependent on your router for security. No spam or DDOS protection.
    • Use a service such as cloudflare tunnel. You're dependent on cloudflare or whoever, but it's an easier config, you don't need to open ports in your firewall, and your home IP address is not public. (I recommend this option.)

    Either way, don't forget to set up HTTPS. If you aren't dead-set on using nginx, caddyserver does this entirely automatically.

  • Bro works in a scif

  • Leave the world better than I found it. Raise happy, fulfilled kids who do the same.

  • I’ve been using caddyserver for awhile and love it. Config is nicely readable and the defaults are very good.