ClownStatue
@ClownStatue@piefed.social
- Comment on Sell your RAM, and quickly go from COD to the real world. 1 day ago:
Timely. I have a feeling armed citizens might be necessary soon in at least one country.
- Comment on AI Is Destroying Grocery Supply Chains 1 week ago:
I was at a Bojangles earlier this year and they had an AI doing their drive thru. I was trying to order a meal, but didn’t want a drink. That confused the heck out of the AI. It kept trying to force a drink in me. Gave up and walked into the store. Guy behind the counter was smiling and said something like, “we can hear what you’re saying to it. Next time just pull around. We got you.”
- Comment on K.I.S.S. 1 week ago:
I never thought it was shit. For sure, it was the weakest of the three by a pretty good measure, but it does end the story decently enough. Plus, considering the success of the first two, there was nowhere to go but down with the third one!
- Comment on If you had any doubts that Know-Your-Customer laws were evil, here is one very good reason: personal data of 1 BILLION people just leaked. 1 week ago:
There’s also an execution problem.
There absolutely is. Way too many of these fuckers are still breathing.
- Comment on Heaper, new tools to organize docs, photos [YouTube] 1 week ago:
From what I can tell, notes are stored in the DB, but can be exported as JSON, or I think markdown. It sure about markdown. I’ve only been able to export JSON, and it didn’t include the image I had embedded in the note. Whatever isn’t a note (images, movies, pdf, doc, etc.) is stored on the file system in a directory structure that files them under heap -> asset checksum. Thumbnails are included there if applicable. In that regard, it kind of forces you to use its folder structure.
- Comment on Heaper, new tools to organize docs, photos [YouTube] 1 week ago:
Some notes:
- This can be self-hosted. My working compose.yml is below
- Free until August, and he has a discord for feedback, but I can’t find the invite. It was in the live-stream he did.
- He said in the stream that he’s open to open sourcing the project. Just not there yet.
- He admits the licensing is a little confusing. He stressed that self-hosting does not have a storage or block limit. Also, self-hosting is possible with all licenses (I think).
- Supports macOS, Linux, Windows, iOS, and Android (in beta I think)
My compose file:
services: heaper-postgres: image: ghcr.io/janlunge/heaper-postgres:latest container_name: heaper-postgres environment: POSTGRES_USER: $POSTGRES_USER POSTGRES_PASSWORD: $POSTGRES_PASSWORD POSTGRES_DB: $POSTGRES_DB ports: - "5432:5432" volumes: - /path/to/heaper/postgres:/var/lib/postgresql/data networks: - heaper healthcheck: test: ["CMD-SHELL", "pg_isready -U heaper -d heaper || exit 1"] interval: 10s timeout: 5s retries: 5 start_period: 20s heaper: image: ghcr.io/janlunge/heaper:latest container_name: heaper platform: linux/amd64 environment: HOSTNAME: heaper.caruthers.us ENABLE_INTERNAL_POSTGRES: "false" DB_HOST: heaper-postgres:5432 DB_USER: $POSTGRES_USER DB_PASS: $POSTGRES_PASSWORD DB_NAME: $POSTGRES_DB ports: - "3000:443" - "4499:80" volumes: - /path/to/heaper/config:/usr/src/app/config - /path/to/heaper/thumbnails:/mnt/thumbnails - /path/to/heaper/storage:/mnt/storage networks: - heaper depends_on: heaper-postgres: condition: service_healthy healthcheck: # Docs show example health probes; adjust host/port if your container differs. test: ["CMD-SHELL", "curl -fsS http://localhost:8080/api >/dev/null || exit 1"] interval: 15s timeout: 5s retries: 5 start_period: 30s networks: heaper: name: heaperI have the DB, config, and thumbnails on local NVME, and storage on NFS-mounted NAS. Working fine so far.
- Submitted 1 week ago to selfhosted@lemmy.world | 22 comments
- Comment on He should abstine 1 week ago:
Great, now I can imagine the prompt, “make an image of Trump with trademark neck vagina and Rambo’s body…”
- Comment on He should abstine 1 week ago:
You know how I know this isn’t AI?
Neck vagina.
- Comment on Donald es numero uno!!! #️⃣1️⃣ 1 week ago:
I mean, maybe he saw a poll by Liberty or Bob Jones U that said Trump’s approval rating went from 29% to 34%. BIGLY GAINS!
- Comment on The ultimate "flex" 2 weeks ago:
Texas: Fucking Florida!
Florida: Fucking Texas!
- Comment on HomeComputing 2 weeks ago:
Honestly, the predominant self hosting community could use some competition.
- Comment on Man posts his incorrect opinion online 3 weeks ago:
I would try dish soap and a toothbrush first. If that doesn’t work, a weak bleach/water mixture might work, but make sure to rinse it well. Too much bleach can discolor it. I’m sure there are some howto videos out there.
- Comment on Is H9me Assistant recommended? 3 weeks ago:
Most wi-fi smart devices use cheap components and will often drop off the network for seemingly no reason. As long as you do some basic planning, Zigbee and Z-Wave are pretty solid. There are some folks here who will say one or both of these technologies are on their way out because Matter & Thread. I’m not sure I agree with them, but even so, HA supports Matter, so… when Thread devices become as ubiquitous as Zigbee & Z-Wave devices, you can replace them as they die.
- Comment on Man posts his incorrect opinion online 3 weeks ago:
For me, I have a tendon issue in a couple of toes that refuses to heal. I can’t walk around barefooted without aggravating it. So I have a couple pair of slides that are only house shoes.
- Comment on Man posts his incorrect opinion online 3 weeks ago:
I don’t do that.
Yet.
- Comment on Man posts his incorrect opinion online 3 weeks ago:
I wear house shoes. What does that make me?
- Comment on me n the homes not crossing streams cuz were not gay 3 weeks ago:
Was the bathtub occupied?
- Comment on People espousing that unions don't work should have a look at police unions. 3 weeks ago:
To me, this is an area where some unions could really make up some ground with conservatives and liberals. The instinct to rally around members can be detrimental to the overall goal of the union when that member has been proven to be a bad employee. I’ve never been in a union, so I’m guessing the stereotype of lazy union workers is probably overblown; but I’m sure there are examples that reinforce it.
- Comment on The lyrics to "if you're happy and you know it" imply you can be happy and not know it 5 weeks ago:
I mean, mistakes are a part of life, sure, but I would hate it if they defined my life! I’ve managed to make some pretty good choices along the way, too.
- Comment on The lyrics to "if you're happy and you know it" imply you can be happy and not know it 5 weeks ago:
Yeah often happiness is just contentment. It’s easy to get bored with that and “want more” from life. Bad choices can often follow these instincts!
- Comment on YSK: When you sit in your car and have a speakerphone conversation, there’s no privacy 5 weeks ago:
It’s interesting how this has blown up to basically “because the government could if it wanted to get to your personal information, fuck it, just tell everyone!
- Submitted 1 month ago to selfhosted@lemmy.world | 1 comment
- Comment on Croutons are just stale, dry bread with good PR. 1 month ago:
I always thought Ruby Tuesday’s in the US had the best croutons. IIRC, they were black pumpernickel(?) and toasted such that there was still a little bit of softness in the center.
- Comment on When I was a child, I spoke as a child, I understood as a child, I thought as a child 2 months ago:
Best pro tip ever. And not just eBay, either.
- Comment on Why do US airports have a lot more jet bridges than EU airports? 2 months ago:
Until recently, La Guardia in NY, and Philly airports had pretty regular busses to commuter next (Embrairs, Canadians, Bombardier, etc). Philly still busses between terminals. I think DCA does as well. Not sure about others. I used to go through LGA, PHL, & DCA pretty often. The CLT (have to include “the”) also has a lot of outdoor boarding from terminal E (the commuter terminal).
So, in the US, you see busses more in larger airports that are more land-constrained for terminal space. Beyond this, you’re getting into small regional airports when you see more outdoor boarding. As to why, it’s probably just in response to expectations of US air passengers.
- Comment on Some people prefer corn for some ungodly reason 2 months ago:
Well, it’s all subjective, of course. For me, if there’s the smallest amount in a dish, it will overpower everything else in the dish. A very little bit goes a very long way for my taste buds. So if someone were cooking with the “holy trinity,” they can probably cut the bell peppers by a ⅔ to 3/5 if they’re using the green ones.
- Comment on Some people prefer corn for some ungodly reason 2 months ago:
Yeah, that taste overpowers anything else in a dish for me. In some dishes, I can takes it, but I’m really sensitive to it.
- Comment on Some people prefer corn for some ungodly reason 2 months ago:
Onions I can to like thanks to guacamole. Never got to like bell peppers. I can tolerate most of them, but green is a no-go.
- Comment on Creating apps like Signal or WhatsApp could be 'hostile activity,' claims UK watchdog 2 months ago:
That’s a bold statement!