• Activity
  • Votes
  • Comments
  • New
  • All activity
    1. What programming/technical projects have you been working on?

      This is a recurring post to discuss programming or other technical projects that we've been working on. Tell us about one of your recent projects, either at work or personal projects. What's...

      This is a recurring post to discuss programming or other technical projects that we've been working on. Tell us about one of your recent projects, either at work or personal projects. What's interesting about it? Are you having trouble with anything?

      27 votes
    2. Lego - what do you do with it afterwards?

      Hey there LEGO enthusiasts - wondering what you all do with kits after you build them? I really enjoy building LEGO (especially large complicated sets) but I don't want LEGO models taking over my...

      Hey there LEGO enthusiasts - wondering what you all do with kits after you build them? I really enjoy building LEGO (especially large complicated sets) but I don't want LEGO models taking over my house and getting dusty. What do you do?

      42 votes
    3. Got any fun stories of when your brain miserably failed you?

      I‘m currently watching a video on Youtube and they just mentioned that famous hard-to-escape prison in the US. They just said its name and I actually know what it’s called, yet I can’t recall it...

      I‘m currently watching a video on Youtube and they just mentioned that famous hard-to-escape prison in the US. They just said its name and I actually know what it’s called, yet I can’t recall it right now. I thought of Azcaban, Alaska, Alcazar (Crying at the Disquotheque was playing along in my head aswell)…. and now as I‘m typing this, it finally came to me that the prison is called Alcatraz. When my brain came up with Alaska I actually had to laugh at what it’s coming up with while desperately trying to find the actual name. Fucking Alaska prison. And when the Harry Potter version comes to mind before the actual one, you know my priorities in life.

      Now I want to hear your stories of your brain failing you.

      21 votes
    4. List of recurring threads and their schedules?

      Do we have a list of recurring discussions and their schedules anywhere? I know they're generally weekly, but I often find myself having to do a quick search for when the last one was and...

      Do we have a list of recurring discussions and their schedules anywhere? I know they're generally weekly, but I often find myself having to do a quick search for when the last one was and determine whether or not I should hold onto my contribution to that thread until the next one occurs. eg if the new discussion is created tomorrow, I may as well just post my comments tomorrow rather than today. Admittedly a very minor inconvenience.

      Having a list somewhere easy to see could also help prevent folks from unintentionally creating duplicate discussions during the period between one week's discussion going quiet and the next week's starting.

      And maybe eventually it could be something like we subscribe to a recurring discussion and then it shows up in the sidebar somewhere in a list of upcoming discussions? Just spitballing here.

      Any thoughts?

      11 votes
    5. Fishing - angling for others hooked on the hobby AND folks who want to try

      Do you Fish? Do you eat them or let 'em go? How'd you get into it and what were the confusing bits? Memory of a good time or lessons you wished someone taught you? Do you want to try but haven't...

      Do you Fish? Do you eat them or let 'em go? How'd you get into it and what were the confusing bits? Memory of a good time or lessons you wished someone taught you?

      Do you want to try but haven't ever been? Did you fish as a kid and never again? What would make it easier for you to give it a go? Tried your city's "learn to fish" programs? What if you had someone else clean and cook it?

      If your experience or interest limited to digital fish only, what's your thoughts on why every game and its predecessor has fishing mini-games? It's the dangnabbit armageddon but let's pause and fish for a bit first. Wild.


      inspired by this super cool thread on treasure hunting kind of fishing,

      19 votes
    6. Any people who do not consider themselves part of the "community"?

      I would probably be considered asexual, but I've never really tied too much if my identity to it or anything. The reason being that I find myself a little put off by the political nature of social...

      I would probably be considered asexual, but I've never really tied too much if my identity to it or anything.

      The reason being that I find myself a little put off by the political nature of social advocacy. I'm non straight and non white and non neurotypical, but never in the "popular" kind if way. I'm not BIPOC or LGBTQ or whatever the hip neurological problem to have is.

      I'm wondering if anyone else has this kind of perspective. I realize asking this in an LGBT forum is probably not likely to reach people that feel alienated from identifying with the LGBT community, but I'm just seeing if there's other lurkers like me on.

      22 votes
    7. Docker Nextcloud AIO Mastercontainer update failing

      I've got a problem with my nextcloud and as tildes is my favourite nice place to ask for tech-support, maybe somebody here can help me with that. I can start and run Nextcloud AIO without any...

      I've got a problem with my nextcloud and as tildes is my favourite nice place to ask for tech-support, maybe somebody here can help me with that.

      I can start and run Nextcloud AIO without any problems. I can update the subcontainers without any problems. But the update of the Mastercontainer always fails and I don't kno why, only that it has to be something with docker.sock and permissions, but I could not resolve the issues, and google does not seem to be helpful (or I'm looking for the wrong stuff).

      my update logs:

      time="2023-06-14T12:47:59Z" level=debug msg="Sleeping for a second to ensure the docker api client has been properly initialized."
      time="2023-06-14T12:48:00Z" level=debug msg="Making sure everything is sane before starting"
      time="2023-06-14T12:48:00Z" level=info msg="Watchtower 1.5.3"
      time="2023-06-14T12:48:00Z" level=info msg="Using no notifications"
      time="2023-06-14T12:48:00Z" level=info msg="Only checking containers which name matches \"nextcloud-aio-mastercontainer\""
      time="2023-06-14T12:48:00Z" level=info msg="Running a one time update."
      time="2023-06-14T12:48:00Z" level=debug msg="Checking containers for updated images"
      time="2023-06-14T12:48:00Z" level=debug msg="Retrieving running containers"
      time="2023-06-14T12:48:00Z" level=debug msg="FIXME: Got an status-code for which error does not match any expected type!!!" error="Cannot connect to the Docker daemon at unix:///var/run/docker.sock. Is the docker daemon running?" module=api status_code=-1
      time="2023-06-14T12:48:00Z" level=error msg="Cannot connect to the Docker daemon at unix:///var/run/docker.sock. Is the docker daemon running?"
      panic: runtime error: invalid memory address or nil pointer dereference
      [signal SIGSEGV: segmentation violation code=0x1 addr=0x30 pc=0x9f4a22]
      
      goroutine 1 [running]:
      github.com/containrrr/watchtower/pkg/metrics.NewMetric({0x0, 0x0})
      	/home/runner/work/watchtower/watchtower/pkg/metrics/metrics.go:31 +0x22
      github.com/containrrr/watchtower/cmd.runUpdatesWithNotifications(0xc0002fd830)
      	/home/runner/work/watchtower/watchtower/cmd/root.go:375 +0x15e
      github.com/containrrr/watchtower/cmd.Run(0xc00033c300?, {0xc000281300?, 0x4?, 0x4?})
      	/home/runner/work/watchtower/watchtower/cmd/root.go:168 +0x570
      github.com/spf13/cobra.(*Command).execute(0xc00033c300, {0xc0000300b0, 0x4, 0x4})
      	/home/runner/go/pkg/mod/github.com/spf13/cobra@v1.6.1/command.go:920 +0x847
      github.com/spf13/cobra.(*Command).ExecuteC(0xc00033c300)
      	/home/runner/go/pkg/mod/github.com/spf13/cobra@v1.6.1/command.go:1044 +0x3bc
      github.com/spf13/cobra.(*Command).Execute(...)
      	/home/runner/go/pkg/mod/github.com/spf13/cobra@v1.6.1/command.go:968
      github.com/containrrr/watchtower/cmd.Execute()
      	/home/runner/work/watchtower/watchtower/cmd/root.go:71 +0x52
      main.main()
      	/home/runner/work/watchtower/watchtower/main.go:13 +0x17
      
      

      my startup command

      sudo docker run \
      --sig-proxy=false \
      --name nextcloud-aio-mastercontainer \
      --restart unless-stopped \
      --publish 8080:8080 \
      -e APACHE_PORT=11000 \
      -e APACHE_IP_BINDING=127.0.0.1 \
      --volume nextcloud_aio_mastercontainer:/mnt/docker-aio-config \
      --volume /var/run/docker.sock:/var/run/docker.sock:ro \
      nextcloud/all-in-one:latest
      

      output after start:

      Trying to fix docker.sock permissions internally...
      Creating docker group internally with id 998
      WARNING: No swap limit support
      Initial startup of Nextcloud All-in-One complete!
      You should be able to open the Nextcloud AIO Interface now on port 8080 of this server!
      E.g. https://internal.ip.of.this.server:8080
      
      If your server has port 80 and 8443 open and you point a domain to your server, you can get a valid certificate automatically by opening the Nextcloud AIO Interface via:
      https://your-domain-that-points-to-this-server.tld:8443
      ++ head -1 /mnt/docker-aio-config/data/daily_backup_time
      + BACKUP_TIME=04:00
      + export BACKUP_TIME
      + export DAILY_BACKUP=1
      + DAILY_BACKUP=1
      ++ sed -n 2p /mnt/docker-aio-config/data/daily_backup_time
      + '[' '' '!=' automaticUpdatesAreNotEnabled ']'
      + export AUTOMATIC_UPDATES=1
      + AUTOMATIC_UPDATES=1
      + set +x
      {"level":"info","ts":1686746753.2700157,"msg":"using provided configuration","config_file":"/Caddyfile","config_adapter":""}
      {"level":"info","ts":1686746753.2748601,"msg":"failed to sufficiently increase receive buffer size (was: 208 kiB, wanted: 2048 kiB, got: 416 kiB). See https://github.com/quic-go/quic-go/wiki/UDP-Receive-Buffer-Size for details."}
      [14-Jun-2023 12:45:53] NOTICE: fpm is running, pid 106
      [14-Jun-2023 12:45:53] NOTICE: ready to handle connections
      
      

      I tried to change permissions on /var/run/docker.sock
      I tried to change permissions on /lib/systemd/system/docker.sock

      same but with restart of docker.sock
      same but with restart of docker.sock and docker.service

      nothing helped

      does somebody know where I go wrong or can me point in the right direction to resolve this problem? It's not a game stopper as I can update the container manually, but it is annoying.

      edit: it runs on a ubuntu server 20.04.6 LTS

      6 votes
    8. AEW Dynamite weekly discussion thread: June 14, 2023

      I don't know if I'll do this every week but I figured now is as good a time as any to start. With their new show AEW Collision premiering this Saturday on TNT at 8pm Eastern featuring the return...

      I don't know if I'll do this every week but I figured now is as good a time as any to start. With their new show AEW Collision premiering this Saturday on TNT at 8pm Eastern featuring the return of CM Punk, their upcoming Wembly Stadium All In PPV (which is their equivalent to Wrestlemania), and the Forbidden Door collaboration show with New Japan Pro Wrestling, there has never been a better time to jump into AEW. That being said, welcome to the very first AEW Dynamite tildes discussion thread for June 14, 2023! We're returning to the Capital One Arena in Washington D.C., home of the very first episode of Dynamite that I was fortunate enough to attend.

      MATCH CARD

      World Title Eliminator: MJF vs Adam Cole

      After a break from the spotlight, AEW World Champion MJF is stepping back into the ring to face Adam Cole in a high-stakes World title eliminator. Can Cole seize the moment to secure his title shot, or will MJF demonstrate the truth in his claims of a lack of competition?

      Trios Match: Blackpool Combat Club vs The Hung Bucks

      Riding the wave of their victory over The Elite at Double or Nothing 2023 PPV, the Blackpool Combat Club—made up of Jon Moxley, Claudio Castagnoli, & Wheeler Yuta—are set to square off once again against Hangman Adam Page and The Young Bucks. Can they replicate their previous success, or will The Hung Bucks turn the tables?

      Women’s Title Match: Toni Storm (c) vs Skye Blue

      In the first defense of her second reign, Toni Storm is up against Skye Blue, the current #1 contender after winning the 4 way last week. Will Skye Blue bring another upset and put an early end to Storm's first "non-interim" reign or will The Outcasts interfere as usual?

      TNT Title Match: Wardlow (c) vs Jake Hager

      Even as his feud with Christian Cage and Luchasaurus continues, Wardlow has issued an open challenge for his TNT Championship this week on Dynamite. Jake Hager has stepped up to the plate. Can he prove to be more than a practice match for Wardlow or will Wardlow get his win back from their MMA rules match a few years back?

      8-man Tag Team Match: Mogul Embassy vs Sting, Darby Allin, Keith Lee, and Orange Cassidy

      The Mogul Embassy, led by Swerve Strickland, is set to confront their rivals in a massive 8-man tag team match. Can they overcome the combined forces of Sting, Allin, Lee, and 'Freshly Squeezed' Orange Cassidy?

      Additional Information

      • Venue: Capital One Arena, Washington D.C.
      • Airing Live On: TBS at 8pm Eastern Time
      18 votes
    9. For those of you that listen to lots of live recordings, how do you store and listen to them?

      As somebody who loves live music and audience recordings thereof more than almost anything, I've always been quite a fan of listening to ROIOs—recordings of independent origin. I spend time every...

      As somebody who loves live music and audience recordings thereof more than almost anything, I've always been quite a fan of listening to ROIOs—recordings of independent origin. I spend time every day finding new recordings, as well as making, mastering, and distributing my own.

      Of course, the community of people that do this is very large indeed! And yet, I rarely see people discussing how they listen thereto in this digital era. It's hard to avoid being advertised one of the uncountable software solutions for listening to one's favourite albums, but no software seems to specifically cater to fans of live music to my knowledge, with the only options being either to bodge some metadata for every single live recording one has and treat each like an album, which drowns out actual albums (do I really want hundreds of live recordings of Godspeed You! Black Emperor or black midi amid their respective small number of released work?), takes a lot of work, and feels a bit silly, or one can navigate through a file manager and open a directory of a live performance in, say, VLC Media Player, which is functional if awkward and unglamorous.

      I've always wondered how others approach this issue: how do you?

      9 votes
    10. “Which group should this go to?”, “Which tags should I use?”, and other posting anxieties.

      A short story Last night, I posted an article about fraud related to COVID funding in the United States. I debated about where to put it. Was it ~news since it was an investigative report that was...

      A short story

      Last night, I posted an article about fraud related to COVID funding in the United States.

      I debated about where to put it. Was it ~news since it was an investigative report that was just released? ~finance because it was about money? ~health because it was about COVID?

      In reading through other comments here, especially related to our current group structure I’ve noticed other people expressing similar sentiments about submitting things.

      The same goes for tagging your topic. What are the right tags? What if I use the wrong one? There’s a non-negligible amount of anxiety regarding submitting things to the site.

      If you go to the article I posted, and then click Topic Log on the sidebar, you can see what got changed. I realized I forgot to add the tag usa. You can then see that another user changed the capitalization on my title, moved my post from ~news to ~health, and added additional tags.


      The betrayal(?)

      Someone moved my post? Someone changed my title? Without telling me?! 😡

      Yes, they did, and I’m here to tell you that I couldn’t be happier about that. It’s not a betrayal; it’s a collaboration. 🥰

      Submissions on Tildes aren’t like other places. You won’t get your hand slapped here for not following the right protocol, especially because there’s not a fully clear protocol in the first place. Topic placement, tagging, and titling are all things that often require judgment calls. It’s not uncommon for the titles we see on Tildes to actually differ from published titles to make them less clickbaity or clearer, for example.

      Furthermore, Tildes isn’t a place where people are competing to post content. There’s no karma to be harvested or influencers to influence. On other sites, big news items will often get dozens or hundreds of duplicate posts because, on other sites, who posted the content matters a whole lot. People will post and repost things because it’s important that they, individually, get “credit” for that.

      Tildes works a bit differently, with submissions being owned more by the community at large rather than individual posters. It doesn’t mean we don’t have our own content (and it definitely doesn’t mean someone can or will edit the actual body of a post, like what I’m writing here), but more that the content’s place and appearance in the community is something we work together on. If you want to discuss something and you see someone already posted it here, that’s not a bummer — it’s a great thing! It saves you some work, plus you know at least one other person is on the same page as you and wants to discuss the same thing.


      Which group should this go to? Which tags should I use?

      Don’t worry too much about those things! We’ll collaborate on them. There are several users here who are librarians of Tildes, dutifully organizing submissions behind the scenes.

      When I first started posting, I was nervous about getting my tags and title exactly right. I’d occasionally post a title with a typo and cringe, hard, wondering if I needed to delete the post entirely.

      Now, when I post, I’m happy that if I don’t know what to do exactly or I make a mistake, someone else will come along and help me out with it. No more anxiety!

      I hope all our new users can feel that way too. Having your submissions reorganized is not combative; it’s collaborative. Don’t stress about posting anything perfectly. Someone will help you out if need be.

      104 votes
    11. Tildes Video Thread

      So, quite a few people don't like/watch video content, and don't like seeing the homepage filled with videos. Let's try something new, see if it sticks. What are the best videos you have watched...

      So, quite a few people don't like/watch video content, and don't like seeing the homepage filled with videos. Let's try something new, see if it sticks.

      What are the best videos you have watched this past week/fortnight?

      47 votes
    12. Fellow climbers, boulderers, and other goatlike people: how do you improve?

      i've been climbing for a few years now, and am realising my mindset, patterns, etc need changing. on the other hand i want to continue to enjoy climbing as a hobby, and not treat it like a...

      i've been climbing for a few years now, and am realising my mindset, patterns, etc need changing. on the other hand i want to continue to enjoy climbing as a hobby, and not treat it like a grueling workout/job/torture.

      what do you do on the wall, off the wall, and outside of climbing itself (i.e. daily life) to help you improve?

      18 votes
    13. Why Nintendo games never go down in price, according to Satoru Iwata

      In the book Ask Iwata, former Nintendo president Satoru Iwata is quoted as having said: After a piece of hardware is released, the price is gradually reduced for five years until demand has run...

      In the book Ask Iwata, former Nintendo president Satoru Iwata is quoted as having said:

      After a piece of hardware is released, the price is gradually reduced for five years until demand has run its course. But since the demand cycle never fails, why bother reducing the price this way? My personal take on the situation is that if you lower the price over time, the manufacturer is conditioning the customer to wait for a better deal, something I've always thought to be a strange approach. Of course, this doesn't mean that I'm against lowering prices entirely, but I've always wanted to avoid a situation where the first people to step up and support us feel punished for paying top dollar, grumbling, "I guess this is the price I pay for being first in line."

      What do you think of what he said here?

      50 votes
    14. Midweek Movie Free Talk

      Have you watched any movies recently you want to discuss? Any films you want to recommend or are hyped about? Feel free to discuss anything here. Please just try to provide fair warning of...

      Have you watched any movies recently you want to discuss? Any films you want to recommend or are hyped about? Feel free to discuss anything here.

      Please just try to provide fair warning of spoilers if you can.

      8 votes
    15. Let's talk Local LLMs - So many questions

      Hello there (oh god, I am opening my first thread here - so exciting) I'd love to ask the people here about local LLMs. To be honest, I got interested in this topic, but am leaving reddit, where a...

      Hello there
      (oh god, I am opening my first thread here - so exciting)

      I'd love to ask the people here about local LLMs.
      To be honest, I got interested in this topic, but am leaving reddit, where a sub r/locallama exists.
      I don't want to interact with that site anymore, so I am taking this here.

      My questions, to start us off:

      • Models are available on huggingface (among other places), but where do I get the underlying software? I read "oogabooga" somewhere, but honestly, I am lost.
      • If I only want to USE a local model, what are the requirements, and how do I judge if I can use something from the values of "4bit / 8 bit" and "30B, 7B"??
      • If I get crazy and want to TRAIN a LorA ... what then?
      • Good resources / wiki pages, tutorials, etc?
      21 votes
    16. What is the best way to be involved in a forum discussion

      I signed onto Reddit six years ago because that was where I could discuss stuff I liked intelligently. Due to social awkwardness and poor conversational skills, I feel like I contribute nothing to...

      I signed onto Reddit six years ago because that was where I could discuss stuff I liked intelligently. Due to social awkwardness and poor conversational skills, I feel like I contribute nothing to the conversation anywhere, on forums or IRL. I even signed up for Stack Exchange, Hacker News, and Ars Techinca for discussion, but they all look like you need a Ph.D. to contribute anything meaningful?

      Am I alone on this? How can I be a productive part of the conversation?

      23 votes
    17. Share your recent Platinum, 100% or 1000G you have achieved

      I recently earned the platinum for Riders Republic, its a fun game, takes around 40-45 hours to get the plat and outside of tricks battle mode its not too difficult, but I enjoy playing tricks...

      I recently earned the platinum for Riders Republic, its a fun game, takes around 40-45 hours to get the plat and outside of tricks battle mode its not too difficult, but I enjoy playing tricks battles.
      I haven't moved on from the game after getting the plat though cause im levelling up to get elite level gear to win 64 player mass races, I got first place for the first time yesterday and consistently get podium finish

      18 votes
    18. Anyone into painting (more specifically watercolors?)

      Just curious. I've been trying to understand watercolors better. What I love about watercolors: so much expression, so much freedom. It also seems like a uniquely frustrating medium; understanding...

      Just curious. I've been trying to understand watercolors better. What I love about watercolors: so much expression, so much freedom. It also seems like a uniquely frustrating medium; understanding how much water is needed, how water reacts with certain papers, different types of brushes, etc. (I should mention it's the only painting I do, so maybe this stuff isn't unique to watercolor.)

      Curious if there's any other watercolor enthusiasts here. Care to share your experiences, or tips for a novice?

      15 votes
    19. Is it even worthwhile to turn off ad personalization or location tracking for services/apps?

      So, I’m moving to a new phone and revisiting a lot of accounts, apps, and settings. When it comes to things like location history or ad personalization or whatever, is it even worthwhile to turn...

      So, I’m moving to a new phone and revisiting a lot of accounts, apps, and settings.

      When it comes to things like location history or ad personalization or whatever, is it even worthwhile to turn it off? Am I really supposed to believe that because I have some toggle off that Google suddenly doesn’t track where I drive on Maps? Like if they are going to be tracking me, which I assume they are, I might as well be able to see it to rather than have it exist in the aether somewhere where the info is attributed to me but not viewable in the UI.

      Even with ads, I know shadow profiles are a thing, and that they definitely have data beyond what they show in the UI, so might as well opt in there too right? Plus, the non-targeted ads I get are basically porn-tier ads or stuff for gay men.

      What should I do here? Move into the woods? Feels like I can’t win.

      22 votes
    20. Thoughts on LGBT memes and cliches

      By this i mean things like blahaj, programmer socks, etc. Personally i think theyre kinda funny and i myself have gotten my own blahaj as a way to show my "trans license" but i was wondering how...

      By this i mean things like blahaj, programmer socks, etc. Personally i think theyre kinda funny and i myself have gotten my own blahaj as a way to show my "trans license" but i was wondering how other people might feel about them. Perhaps some people think theyre overdone or they just dont agree with them.

      47 votes
    21. Marvel Snap players - How's your season going?

      Interested to hear from anybody who plays Snap. What's your thoughts on the current meta? What do you find the Ghost Spider and Silk so far? Any other cards you're saving tokens ford? Have you...

      Interested to hear from anybody who plays Snap.

      What's your thoughts on the current meta?

      What do you find the Ghost Spider and Silk so far? Any other cards you're saving tokens ford?

      Have you tried Conquest?

      I'm mostly pretty casual. I'm free to play, and the highest rank I've reached is 70. I've been playing a my own attempt at a Sera Surfer deck lately (can't bring myself to net deck), and it's been pretty going well for me.

      I've got mixed feelings about Conquest so far. Since you're matched up with the same player for several matches, it can be a bit more of a time commitment. And if you get an emote spammer, it can feel a it gruelling. But it helps me think about my matchups in more depth, which is actually kind of cool.

      17 votes