Skip Navigation
Is there any real physical proof that Jesus christ ever existed?
  • In my experience, when it comes to debating the validity of religion, people tend to get far more emotional than other topics. People who are normally level-headed and quite logical tend to completely lose their ability to think rationally. And I mean both the people who argue for religion and against it.

  • [GDT] Florida Panthers at Edmonton Oilers - 08:00PM EDT
  • I don't care much who wins, but I think it would be cool for McDavid to break the points record. It would almost be cooler if he broke that record and lost, because that would be a really fun trivia question.

  • The constant negativity is killing me
  • It's the casual fans who are bad imo. The ones who hate everything except the OT. And they just constantly talk about how Disney has ruined Star Wars because the only thing they watched was the numbered movies.

  • deleted
  • I don't have advice, just a worthless anecdote.

    I work at a large tech company. We had a Windows XP system on our network get hacked. They used that to jump to our servers. IT had to quarantine off the whole lab, because they didn't know where the hacker had hopped next. So then IT had to do a post-mortem and figure out how they got in and what was affected. That process took 3 months. In the meantime, any team with servers in that lab couldn't use them. The team directly responsible for this couldn't work at all for the full 3 months.

  • How do y'all backup docker databases with backup programs like Borg/Restic?
  • I guess I'm a dummy, because I never even thought about this. Maybe I got lucky, but when I did restore from a backup, I didn't have any issues. My containerized services came right back up like nothing was wrong. Though that may have been right before I successfully hosted my own (now defunct) Lemmy instance. I can't remember, but I think I only had sqlite databases in my services at the time.

  • [Discussion] Do you still use your Steam Deck much?
  • I use it most days, even as a PC/web browser connected to my TV. I play any classic games or anything not graphically intensive on it. Anything with a medium-level of graphical intensity I'll use moonlight to stream from my desktop in the next room over. If it's a particularly beautiful game, I'll play it on my gaming PC directly, since I have a really nice OLED monitor hooked up to it directly.

  • [GDT] Florida Panthers at New York Rangers - 08:00PM EDT
  • As today is the beginning of the third round, and there should only be one game per day from now until the end of the season, the bot is going to be making an individual post for each thread instead of having all of the games be comments on a combined thread for the day.

  • Do you leave a tip for housekeeping if you're only staying one night in a hotel?
  • The 20% is relatively new. It was always around 10%, and then restaurants started "suggesting" higher tips on the receipts, and basically guilting people into tipping more. It was pushed up to 15% in the mid '00s, and then only pushed up to 20% during Covid. I have been called a piece of shit human on multiple occasions because I didn't buy into the restaurants randomly changing it on me. There is immense social pressure here around tipping.

    The restaurants have a financial motivation to want the tips to be higher, so I feel like it's a conflict of interest for them to be suggesting the tip amount. I think the government needs to get involved and regulate tipping or even outright ban it at this point, because restaurants aren't going to stop pushing the envelope at 20%.

  • Wayland usage has overtaken X11
  • I imagine people who care about this sort of thing are more likely to report it. And people who care about this sort of thing are also more likely to be early adopters and go through the effort of switching to Wayland.

    The way to get a more random sample is not something I want (built-in, automatic telemetry by default). So I'm fine with having skewed data for something like this.

  • NHL Draft Lottery 2024 discussion thread

    Odds for No. 1 pick

    |Team|Odds| |:-:|:-:| |San Jose Sharks | 25.5%| |Chicago Blackhawks | 13.5%| |Anaheim Ducks | 11.5%| |Columbus Blue Jackets | 9.5%| |Montreal Canadiens | 8.5%| |Utah (formerly Arizona Coyotes) | 7.5%| |Ottawa Senators | 6.5%| |Seattle Kraken | 6%| |Calgary Flames | 5%| |New Jersey Devils | 3.5%| |Buffalo Sabres | 3%|

    Odds for No. 2 pick

    |Team|Odds| |:-:|:-:| |San Jose Sharks | 18.8%| |Chicago Blackhawks | 14.1%| |Anaheim Ducks | 11.2%| |Columbus Blue Jackets | 9.5%| |Montreal Canadiens | 8.6%| |Utah (formerly Arizona Coyotes) | 7.7%| |Ottawa Senators | 6.7%| |Seattle Kraken | 6.2%| |Calgary Flames | 5.2%| |New Jersey Devils | 3.7%| |Buffalo Sabres | 3.2%| |Philadelphia Flyers | 5.1%|

    Source

    I also found this table, which I thought was cool.

    !

    Source

    ---------------------

    Results

    |Draft position|Team| |:-:|:-:| |1|SJS| |2|CHI| |3|ANA| |4|CBJ| |5|MTL| |6|UTA| |7|OTT| |8|SEA| |9|CGY| |10|NJD| |11|BUF| |12|PHI| |13|MIN| |14|PIT| |15|DET| |16|STL|

    Sharks win!

    7
    [Serious] Why do so many people seem to hate veganism?
  • I respect other people's choices in what to consume, and I expect the same respect in return. I have no problem with people being vegan or vegetarian. In fact, most people I work with are from India and are vegetarian. We eat lunch together most days and no one has any problems with each other.

    Unfortunately most vegans I know are extremely pushy and judgemental about their diet/lifestyle. They do not respect my choice in what to consume. This used to causes some preemptive judgements on my part, where I would get defensive immediately about my dietary choices, because I assumed they were judging me. Over time I have learned to control this reflex.

    I can only assume that many people have had the same experience as me, and jump to the same conclusions.

  • How do I pass a coding test?
  • I conducted coding interviews for a few years at a startup before moving to a bigger company where I had a smaller role.

    For me, I never cared about if someone got the right answer. I have actually said no to people who got the right answer and yes to people who got the wrong answer (or didn't finish). The purpose of the interview is to see if I want to work with that person. If someone can write a perfect program, but can't tell me why it works, that gives me no insight into how they solve problems or if they even know how to solve problems. What I want to hear is their thought process.

    First repeat the question, and emphasize the key details. Speak an example input and output of the function so the interviewer (and you!) knows you understand the problem. Then start talking about what kind of algorithms or data structures you might use to solve this problem. Reference other common problems that might be similar, and how they differ. Specify patterns that could be used for this problem or even your comparison problem, and whether or not that will work for this one.

    Doing all of these steps with spoken words helps your interviewer understand how you think, and they may give away hints to mistakes in your thought process, or even point out that you are misunderstanding the question entirely. And that's okay! It's better to work out the details when speaking about it before writing any code.

    Treat the interview like you are solving a problem with a colleage in pair programming. Bounce ideas off them and see what they think. They are very likely to give hints if you talk to them in this way. If you are stuck, tell them! They might be able to reword a part of the question to help you think about the problem in a different way, leading you towards the solution.

    AFTER you and the interviewer are both confident that you understand the problem, and you have discussed all the algorithms, data structures, patterns, etc. that you need, maybe spoken through a some pseudocode, or maybe written down a table of example inputs and outputs, only then start coding.

  • Lemmy Support @lemmy.ml Dandroid @sh.itjust.works
    Federation broke on my instance

    So, I run my own instance (dandroid.app), and as of about 10 days ago, all outgoing federation stopped working. Incoming federation still seems to work fine. I'm not sure exactly what changed. It was around the time that I set up pihole on my network, but I have since shut down pihole and federation has not resumed. I have tried restarting all the services with docker-compose down and then up. I also tried restarting my server completely.

    What debugging steps can I take to figure out where the failure is occuring?

    6
    Selfhosting lemmy with no pictrs

    Hi all. Due to the news of the illegal images being hosted on lemmy, I shut down my instance. I read some comments from people stating that they were able to selfhost lemmy without pictrs, they just can't upload or cache photos. I think this is what I am interested in doing at this time.

    I tried commenting out the pictrs section of my docker-compose.yml and removed the "depends on pictrs" sections. However, I get the error message in the attached screenshot when I go to my page.

    Does anyone have any info on how to selfhost lemmy with image hosting completely disabled?

    31
    InitialsDiceBearhttps://github.com/dicebear/dicebearhttps://creativecommons.org/publicdomain/zero/1.0/„Initials” (https://github.com/dicebear/dicebear) by „DiceBear”, licensed under „CC0 1.0” (https://creativecommons.org/publicdomain/zero/1.0/)DA
    Dandroid @sh.itjust.works
    Posts 3
    Comments 187