RinseChessBacked

joined 2 weeks ago
MODERATOR OF
[–] RinseChessBacked@lemmy.ml 2 points 23 hours ago

#Wordle1545 3/6* Grade: A

⬜⬜🟩⬜⬜ D
🟩🟩🟩🟨⬜ A+
🟩🟩🟩🟩🟩 A+

https://gradle.app/#SOzGK98KgCPz5XB7

[–] RinseChessBacked@lemmy.ml 3 points 1 day ago

#Wordle1544 4/6* Grade: B-

⬜⬜⬜⬜🟨 F
🟨⬜⬜⬜⬜ F
⬜🟨🟨🟩⬜ B
🟩🟩🟩🟩🟩 A+

https://gradle.app/#20tym3BBWoeBTeJLckkI0

[–] RinseChessBacked@lemmy.ml 12 points 4 days ago (1 children)

Where I live it's only 1-2. Also, sorting is a challenge, and we often don't know if it actually gets recycled or ends up on a ship to India.

[–] RinseChessBacked@lemmy.ml 11 points 6 days ago (1 children)

As a gun owner and enthusiast, I encourage all Americans to exercise their rights. Also, NRA can go to hell. They're just a huge money grab. I'm a GOA member myself.

[–] RinseChessBacked@lemmy.ml 1 points 1 week ago

#Wordle1539 3/6* Grade: B+

⬜⬜⬜⬜🟩 C-
⬜🟨⬜⬜🟩 F
🟩🟩🟩🟩🟩 A+

https://gradle.app/#SOyyu6mrWxFaPSQr

[–] RinseChessBacked@lemmy.ml 3 points 1 week ago

#Wordle1538 3/6* Grade: A+

⬜🟩⬜🟩⬜ B+
⬜🟩⬜🟩🟨 A+
🟩🟩🟩🟩🟩 A+

https://gradle.app/#SOymM5TH7MqCcmcz

[–] RinseChessBacked@lemmy.ml 1 points 1 week ago

#Wordle1537 6/6* Grade: D+

⬜⬜⬜⬜🟨 F
🟨🟩⬜⬜⬜ C-
⬜🟩🟩⬜⬜ F
⬜🟩🟩⬜⬜ B-
⬜🟩🟩🟩🟩 D-
🟩🟩🟩🟩🟩 A+

https://gradle.app/#alSlBXCxLRSAHvWwesmGRPWPp6sAv

[–] RinseChessBacked@lemmy.ml 14 points 1 week ago* (last edited 1 week ago) (2 children)

I don't really care what the robot looks like, as long as it can help me maintain my house and yard when I'm elderly and unable to. If it turns out that a humanoid robot is best for that, then I want a humanoid robot.

[–] RinseChessBacked@lemmy.ml 1 points 1 week ago* (last edited 1 week ago)

#Wordle1536 5/6* Grade: D+

⬜⬜⬜⬜🟩 C-
🟨⬜⬜⬜🟩 F
⬜🟩⬜⬜🟩 F
⬜🟩🟩🟩🟩 F
🟩🟩🟩🟩🟩 A+

https://gradle.app/#4yF4c5U0u3blx0kc0nTvNb0IP

[–] RinseChessBacked@lemmy.ml 16 points 1 week ago

Florida orange production has also collapsed for a number of reasons. https://citrusindustry.net/2024/05/07/florida-orange-production-plummeted-years/

[–] RinseChessBacked@lemmy.ml 2 points 1 week ago

Yes, you have to be on a paid plan to use the bridge. I wouldn't call it "exclusive", because anyone can sign up for a paid plan. But that isn't the problem the author mentioned. He said the bridge was finicky, which I haven't experienced at all.

 

I started using a PostgreSQL database with GnuCash instead of a file, and set up a weekly cron job to dump the database to a file. Here's the script:

#!/usr/bin/env bash

# Requires that ~/.pgpass exists, is chmod 600, and contains a line like:
#
# 127.0.0.1:5432:*:gnucash_user:my-secret-password

pg_dump -h 127.0.0.1 -U gnucash_user -d gnucash_db -Fc > ${HOME}/gnucash_$(date +%F).dump

I'm probably going to modify this script to check that ~/.pgpass exists.

Any other changes you think I need?

1
submitted 2 weeks ago* (last edited 2 weeks ago) by RinseChessBacked@lemmy.ml to c/nix_cli@lemmy.ml
 

Some networks (e.g. paid airplane Wi-Fi) still allow DNS requests even when everything else is blocked. Someone set up a lightweight LLM at ch.at to respond to DNS TXT queries:

dig @ch.at "Why do dogs look up?" TXT +short

You can also use it through ssh and curl.

2
submitted 2 weeks ago* (last edited 2 weeks ago) by RinseChessBacked@lemmy.ml to c/gnucash@lemmy.ml
 

Here's the explanation for why the wiki (and others) are currently down:

Unfortunately code.gnucash.org http://code.gnucash.org/, which provides these mailing lists, the wiki, the bug tracker, nightly builds, and some other services, has been hammered the last several days by bots scraping the wiki and bug tracker resulting in connection timeouts for everything. In order to reduce the impact Derek and I decided to disable access to the wiki and bug tracker. They’d been rendered useless anyway so weren’t doing anybody any good and this allows the rest of the services to work normally.

Regards, John Ralls

 

Hello everyone, and welcome to the GnuCash Users & Developers community! This space is for anyone interested in GnuCash — free, open-source accounting software for personal and small-business finance.


📝 What this community is for

  • Ask questions about installation, setup, and troubleshooting
  • Share tips, workflows, and plugins
  • Discuss features, development, and integrations
  • Post news, updates, and learning resources

Whether you’re a brand-new user learning double-entry bookkeeping or a long-time contributor working on the code, you’re in the right place.


📚 Useful Links


🙌 Join the conversation

Feel free to introduce yourself in the comments:

  • How do you use GnuCash (personal, business, or both)?
  • What’s your favorite feature?
  • What features or improvements would you love to see in the future?

Welcome aboard, and happy bookkeeping! 📊

view more: next ›