

Are you just… taking pictures of the insides of random people’s homes?


Are you just… taking pictures of the insides of random people’s homes?
Fuckin around :)
Finding out :(
Important files go to repos / backup disks. Workstations are sinners in the hands of an angry god.
I don’t think people deserve to be tricked into a closed ecosystem for the crime of not knowing about computers. Computers are hard.


Stare decisis is, and has always been, for suckers.


For reasons unknown even to myself, I hoard my old hardware and run it till it won’t run anymore. All of my servers are my own old machines, corporate castoffs, and a few that were literally pulled out of a dumpster, so I have a lot of test subjects. I like to experiment with distros and will probably never stop. I like seeing all the cool stuff people make. And driver support has gotten good enough that it’s not that painful to switch nowadays. I run through the installer and boot up, and everything more or less works. It’s a good time to be a distrohopper.
For my main rig and “important” servers I generally stick with debian; if I need to fix something I don’t want to be learning the guts of a new OS while I’m trying to figure out something else. Everything else is frolics.


Archwiki is an invaluable resource even when I’m not working in arch based systems. I think it’s a testament to the community that the ArchWiki has been maintained at the level it has (which is quite high) for as long as it has (a long while).


It’s tough for a distro to have both a strong newbie community and a strong old-timers community at the same time. Well done Arch community!


Consequence of living in the state that gave the world the KKK. It’s an official state holiday, so it shows up in a lot of holiday presets by default if your location is TN. Pretty shit situation all around, but I get why a TN resident would have it without wanting it. I’ve had it in my calendar before :/


I have a similar relationship with iptables. Like, I can do it, but it’s the boring stuff I gotta get out of the way to make the interesting stuff work.
edit: thought of another one. Any time I’ve ever opened xorg.conf, I was having a bad time.


I think it’s good advice for beginners. If you’re inside a VPN you get a little more breathing room to figure out how to properly provision and wire up your services without having do deal with all the security and scaling concerns that can come from public hosting. Also, new hosters are really likely to set up their reverse proxy and not patch it and leave it open to known vulnerabilities that get exploited months or years down the line… not that that ever happened to me…
Anyway, I think inside a VPN is a good way to get your feet wet. Setting up a public website is fun but I wouldn’t advise it as a first step.


P.S. This is a hypothesis, I haven’t even designed the test for it, much less run it. What follow are my suppositions.
I think whether or not it’s a good idea depends on how similar all the models are. I don’t have a rigorous definition of “similar” but things like similar training data, similar design methodologies, similar QA processes would all contribute. Theoretically (I think), if they’re all dissimilar, they should each catch errors the others miss. However, the more similar they are, the more likely they have the same biases and weak spots, and your error rate from a response + verification may be the same or even higher than the error rate for just the original prompt, and you’d be unlikely to detect those errors using just two similar models. It can instill false confidence in the results because you’re doing something that should in theory increase the validity of the data, but in practice might make no difference or even make the quality of responses worse.


I think it’s tricky. It’s kind of like adding LLMs like vectors, and hopefully the effect can soften or at least reveal the shortcomings of individual models. Is it a good idea? I don’t know, I think there are good reasons to think it’s a waste of time and resources. I certainly think I’d need a better explanation of what use it would be before I spent more time building it. But I still think about what use it would be from time to time; I haven’t decided that it’s a bad idea yet.


One of the projects I started and never got to a satisfactory end state was basically that, plus a judging round. Every model would respond to the same prompt, then every model would evaluate every other model’s response for accuracy and completeness. Then the results would get logged to a spreadsheet.
It’s simple enough, but for N models it requires N + N^2 model calls so it takes forever to run any decent dataset on consumer hardware. If I had the resources and a way to run it that didn’t fry the planet, I think it would be a cool running set of comparative benchmarks. IDK if it’d be useful at all but I’m still interested to see the data.


Oh neat. Yeah, if something like that had existed (and I’d been aware of it) I probably would have used it instead of building my own shoestring version.


Nothing so fancy. I just made a little python script to prompt the first model, wait for a response, then prompt the next model with the initial prompt + the response, and so on. It was very hacky and slow.


Yup, ollama, various models. I initially downloaded it because I, along with thousands of other people, wanted to see what would happen if I made models debate with each other after RAGging them with various books (The Prince, The Art of War, The complete works of Shakespeare, etc.).
The results were uninteresting and I abandoned the project pretty quickly. I’ll sometimes use them for code analysis but they’re too slow on my rig to be really useful.


I’ve never had this particular model, but I’ve had pretty good success printing off Brother printers with the generic print drivers, I don’t think I’ve used the proprietary downloads in a while.
Of note: I don’t have occasion to do scans all that often, so I can’t say if that works. Ditto the fax function, if that’s important all I can say is you have my pity. But I’ve used the print function to good success on a couple different machines.
Still I’d recommend testing it before committing to permanent changes, if possible. Printers are mysterious and capricious.


There are good reasons for hiding a paper trail. Specifically in a self-hosting community, I understand operators wanting to hide their particular technical details from those who would wish to target them. This can be government agencies who like to arrest or kill dissidents, or freelance assholes who just like to attack queer infra where they can. I don’t think deleting posts is particularly effective, and the privacy concerns would be better addressed with a safe alt or a burner account, but I get why some people do it. Privacy is hard and when the stakes are high, people tend to over-secure rather than risk under-securing.
ohh gotcha