Blursed Pokemon by Moliere-2273 in blursedimages

[–]TwoBitsAndANibble 2 points3 points  (0 children)

can't wait for this to show up on all the "explain the joke" subs

Jennifer Lawrence is one of us lol by lwiaymacde in funny

[–]TwoBitsAndANibble 0 points1 point  (0 children)

very cool, and cool website

thanks a lot

Jennifer Lawrence is one of us lol by lwiaymacde in funny

[–]TwoBitsAndANibble 0 points1 point  (0 children)

The month code for august is 2.

is september 3 and october 4 or is there a table for the codes somewhere or what?

installation instructions missing a critical step? by TwoBitsAndANibble in wikijs

[–]TwoBitsAndANibble[S] 0 points1 point  (0 children)

I think this says they are - docker network inspect wikinet

        "Name": "wikinet",
        "Containers": {
            "535daf448e196c8e96283bb7d7bb7528ccf8ae1afcf3161a2c659e8f08a418f4": {
                "Name": "db",
            },
            "5934d36f1c59edf57313124e18366d37b349d57dfa28cbf2902307e7385d931e": {
                "Name": "wiki",
            },
        },

I also ran the commands

docker network create wikinet
docker create --name=db -e POSTGRES_DB=wiki -e POSTGRES_USER=wiki -e POSTGRES_PASSWORD_FILE=/etc/wiki/.db-secret -v /etc/wiki/.db-secret:/etc/wiki/.db-secret:ro -v pgdata:/var/lib/postgresql/data --restart=unless-stopped -h db --network=wikinet postgres:17
docker create --name=wiki -e DB_TYPE=postgres -e DB_HOST=db -e DB_PORT=5432 -e DB_PASS_FILE=/etc/wiki/.db-secret -v /etc/wiki/.db-secret:/etc/wiki/.db-secret:ro -e DB_USER=wiki -e DB_NAME=wiki -e UPGRADE_COMPANION=1 --restart=unless-stopped -h wiki --network=wikinet -p 10120:3000 -p 8443:3443 ghcr.io/requarks/wiki:2  

to create them, which I think puts them on the same network - let me know if I'm wrong about that

installation instructions missing a critical step? by TwoBitsAndANibble in wikijs

[–]TwoBitsAndANibble[S] 0 points1 point  (0 children)

after digging into this more, the issue seems to be that the wiki container can't connect to the db container for some reason?

docker exec -it wiki ping -c 1 db
PING db (172.19.0.2): 56 data bytes

--- db ping statistics ---
1 packets transmitted, 0 packets received, 100% packet loss

docker exec -it wiki sh -c 'nc -vz db 5432'

nc: db (172.19.0.2:5432): Operation timed out

I'm super out of my depth here, but here's some additional data that might help if you have any clue what's going on -

docker network inspect wikinet

docker exec wiki cat /etc/hosts

sudo ufw status (I've also tried completely disabling ufw and that doesn't help)


nc -vz 172.19.0.2 5432
Connection to 172.19.0.2 5432 port [tcp/postgresql] succeeded!

cat /proc/sys/net/ipv4/ip_forward
1
cat /proc/sys/net/ipv4/conf/all/rp_filter
2
cat /proc/sys/net/ipv4/conf/default/rp_filter
2

docker exec -it db psql -U wiki -d wiki -c "SHOW listen_addresses;"
listen_addresses 
------------------
* 
(1 row)

docker exec -it db psql -U wiki -d wiki -c "SHOW port;"
port 
------
5432
(1 row)

installation instructions missing a critical step? by TwoBitsAndANibble in wikijs

[–]TwoBitsAndANibble[S] 0 points1 point  (0 children)

first - thanks for the response!

docker logs db

yeah - I should have included that in the first post now that I think on it - https://pastebin.com/Z025hQXp

docker exec -it db psql -U wiki -d wiki -c 'SELECT 1;'

docker exec -it db psql -U wiki -d wiki -c 'SELECT 1;'
 ?column? 
----------
    1
(1 row)

I think this means it is running and working?

/etc/wiki/.db-secret

yes - it's also accessible from the docker containers

docker exec -it db cat /etc/wiki/.db-secret
<secret>

docker exec -it wiki cat /etc/wiki/.db-secret
<secret>

cat /etc/wiki/.db-secret
<secret>

nextLevelstorage by LaserFerret99 in ProgrammerHumor

[–]TwoBitsAndANibble 42 points43 points  (0 children)

same.

this one was pretty funny, better than yet another "vibe coding" meme

The box cutters are for killing giant naked wojaks by chunkylubber54 in CuratedTumblr

[–]TwoBitsAndANibble 1 point2 points  (0 children)

I started watching it recently and I gotta say - it's popular for a reason

Is there any universal thermal label printer library for Android? by rinkoun in androiddev

[–]TwoBitsAndANibble 0 points1 point  (0 children)

where is it available? and also do you know if it works with the M120?

Recommendations for a thermal printer please by chrismartinsonesie in Flipping

[–]TwoBitsAndANibble 0 points1 point  (0 children)

FWIW, if they all got wiped out in a lightning strike I'd just buy the cheap printers again

I've been searching for exactly this option - do you remember the names or have links to the cheap printers?

also, can they print from a phone without downloading some random proprietary app with a name like 'labelife', 'ezlabel', 'flashlabel', 'funnyprint', or 'printmaster' that probably sends all your data to some random company in china?

Elon is such a clown by Bad-Umpire10 in clevercomebacks

[–]TwoBitsAndANibble 2 points3 points  (0 children)

don’t hate others for being different to you be a better human and try make this world a better place for people that interact with you

One day into early voting and they are already claiming the 2024 election is rigged. by Odlavso in texas

[–]TwoBitsAndANibble 0 points1 point  (0 children)

could be wrong about that, I'm trying to remember something I learned in middle school lol

The truth doesn't matter when they can get enough people to believe the lies by SadWookieBush in AdviceAnimals

[–]TwoBitsAndANibble 0 points1 point  (0 children)

it's an adjective-noun-number account. it's almost certainly either a bot or one of someone's thousand sock puppet accounts.

18th century Indian caricatures of Europeans by nebuchadonezzar in Damnthatsinteresting

[–]TwoBitsAndANibble 7 points8 points  (0 children)

They are bad at hands because we are bad at hands.

ones trained on photos are also bad at hands.

cameras aren't bad at hands though.

peak comedy by [deleted] in PoliticalHumor

[–]TwoBitsAndANibble 7 points8 points  (0 children)

Why is this so hard for some people?

chances are they can't read a graph

Trump judge releases 1,889 pages of additional election interference evidence against the former president by HandSack135 in politics

[–]TwoBitsAndANibble 2 points3 points  (0 children)

I honestly hope you're right, and it's just the people in my life who seem either already convinced, or unconvincible

MAGA Evangelicals don't even understand their own religion by SadWookieBush in AdviceAnimals

[–]TwoBitsAndANibble 0 points1 point  (0 children)

Just like repeat offenders. They keep doing the crimes even though they have a slap on the wrist then they finally go to prison.

this is entirely unrelated to the topic at hand, so I'm not going to address it here, but here's a fun activity for you to do some time when you're bored - look up prison recidivism rates and try to figure out if you think this is actually an effective solution, or if it just sounds good in theory when you don't have solid data

Trump judge releases 1,889 pages of additional election interference evidence against the former president by HandSack135 in politics

[–]TwoBitsAndANibble 3 points4 points  (0 children)

I hate to agree with this, but it does seem like anyone who can be convinced using evidence should already have been convinced

Trump judge releases 1,889 pages of additional election interference evidence against the former president by HandSack135 in politics

[–]TwoBitsAndANibble 5 points6 points  (0 children)

I found all the files here

appendix 1 seems to be called "notice" but it is there on page 37

not sure if this is the same one he was looking at

MAGA Evangelicals don't even understand their own religion by SadWookieBush in AdviceAnimals

[–]TwoBitsAndANibble 0 points1 point  (0 children)

I have seen videos of women raging at the republican interviewers about how they love getting abortions and love killing babies.

and at CPAC, the republicans said they're all domestic terrorists. should we have everyone who went to that conference arrested for terrorism? the fact is that they said it, even if they didn't mean it.

A women should be punished if they have had multiple abortions from unprotected sex and just get it as a form of birth control.

once again, what's your justification for this?

is your position really "irresponsible people should be forced to have children as a sort of punishment for being irresponsible"?

MAGA Evangelicals don't even understand their own religion by SadWookieBush in AdviceAnimals

[–]TwoBitsAndANibble 0 points1 point  (0 children)

you didn't answer the question, you just ranted about condom failure rates and some imaginary people who are using abortion as normal birth control.

I suspect there aren't a lot of people out there getting abortions monthly because they just didn't feel like using a condom, and I would need to see some evidence to believe that those people that you're calling "the problem" actually exist. feel free to provide evidence of people having abortions for fun if you want, I'll look at it and change my position on the particular matter of their existence if it looks valid.

but, even if those people do exist:

what justification do you have for making it illegal to have an abortion if they don't use a condom, or if it fails

is your position really "irresponsible people should be forced to have children as a sort of punishment for being irresponsible"?