• Activity
  • Votes
  • Comments
  • New
  • All activity
  • Showing unfiltered topic list. Back to normal view
    1. Day 19: Beacon Scanner

      Today's problem description: https://adventofcode.com/2021/day/19 Please post your solutions in your own top-level comment. Here's a template you can copy-paste into your comment to format it...

      Today's problem description: https://adventofcode.com/2021/day/19

      Please post your solutions in your own top-level comment. Here's a template you can copy-paste into your comment to format it nicely, with the code collapsed by default inside an expandable section with syntax highlighting (you can replace python with any of the "short names" listed in this page of supported languages):

      <details>
      <summary>Part 1</summary>
      
      ```python
      Your code here.
      ```
      
      </details>
      
      9 votes
    2. Would this be alright for a NAS?

      Right now I've got a shitty WD EX4100 and everything was sort of running along nicely with docker and all, but today it rebooted and decided that it didn't want to do anything with docker anymore....

      Right now I've got a shitty WD EX4100 and everything was sort of running along nicely with docker and all, but today it rebooted and decided that it didn't want to do anything with docker anymore. I got the thing before I got into Linux and its time to move on.

      Someone locally is selling the following for $250CAD

      • Quad core Celeron @ 2Ghz
      • 8GB RAM
      • Fractal Node 304 case
      • 2x WD 2TB Red 3.5" hard drives
      • 120GB Kingston SSD
      • 700 watt semi-modular power supply

      All I run are the following:

      • nzbget
      • sonarr
      • qbittorrent (but I'll switch to a better one)
      • serve up content to my HTPC (running Kodi, so no transcoding or anything)

      I don't need the drives that come with it. I'll be putting in 4x 4TB WD Reds. Right now the box is running Open Media Vault 6, so I'll give that a swing, otherwise it'll just be Ubuntu server.

      How does this sound? I'm not opposed to spending some money on a new NAS, I just want something simple that I don't have to fuck around with too much.


      I ended up going with the HP Proliant

      OS: Ubuntu 20.04.3 LTS x86_64
      Host: ProLiant ML310e Gen8
      Kernel: 5.11.0-43-generic
      CPU: Intel Xeon E3-1230 V2 (8) @ 3.700GHz
      GPU: 01:00.1 Matrox Electronics Systems Ltd. MGA G200EH
      Memory: 32GB
      

      It's pretty good so far. Thanks everybody!

      8 votes
    3. Weekly coronavirus-related chat, questions, and minor updates - week of December 20

      This thread is posted weekly, and is intended as a place for more-casual discussion of the coronavirus and questions/updates that may not warrant their own dedicated topics. Tell us about what the...

      This thread is posted weekly, and is intended as a place for more-casual discussion of the coronavirus and questions/updates that may not warrant their own dedicated topics. Tell us about what the situation is like where you live!

      9 votes
    4. TV Tuesdays Free Talk

      Have you watched any TV shows recently you want to discuss? Any shows 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 TV shows recently you want to discuss? Any shows 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.

      3 votes
    5. What did you do this weekend?

      As part of a weekly series, these topics are a place for users to casually discuss the things they did — or didn't do — during their weekend. Did you make any plans? Take a trip? Do nothing at...

      As part of a weekly series, these topics are a place for users to casually discuss the things they did — or didn't do — during their weekend. Did you make any plans? Take a trip? Do nothing at all? Tell us about it!

      4 votes
    6. What are your favorite movies that came out in 2021?

      We had a wonderful thread where people commented their favorite movies that they watched this year, but they didn’t have to be 2021 movies. I listed a bunch of classics that I watched. But now I...

      We had a wonderful thread where people commented their favorite movies that they watched this year, but they didn’t have to be 2021 movies. I listed a bunch of classics that I watched. But now I wanna know your end of the year top lists. It could be as many movies as you want, 5, 7, 10, etc.

      I’ll start:

      1. In The Heights

      2. Belfast

      3. West Side Story

      4. Licorice Pizza

      5. Don’t Look Up

      6. Last Night in Soho

      7. tick, tick... BOOM!

      8. The Last Duel

      9. Spider-Man: No Way Home

      10. Candyman

      9 votes
    7. Prey (2017) is currently free on the Epic Games Store

      I'm not sure if posts like these are allowed on Tildes and I usually don't do those but Prey is one of my favorite AAA games of the past decade so I couldn't resist posting. It's crazy they're...

      I'm not sure if posts like these are allowed on Tildes and I usually don't do those but Prey is one of my favorite AAA games of the past decade so I couldn't resist posting. It's crazy they're giving this out for free!

      Basically, this is System Shock 3 in anything but name. It has all the FPS/RPG elements, the space horror and enough new ideas (which I try and not spoil but any trailer/review should give you a taste) to make it more than just a nostalgia trip. I can really, really recommend it to people who are looking for a big game with lots of ways to play and intense emergent gameplay. Newer games in a similar style include Bioshock and Dishonored, so if that's something you like definitely check it out!

      12 votes
    8. Line break inside block quote markdown (Reddit)

      Stupid question: How do I create a line break between two sections of block quotes in markdown (doing this for a Reddit comment)? The methods I’ve tried all show up in the text, and I want them to...

      Stupid question: How do I create a line break between two sections of block quotes in markdown (doing this for a Reddit comment)? The methods I’ve tried all show up in the text, and I want them to be invisible.

      3 votes
    9. Day 24: Arithmetic Logic Unit

      Today's problem description: https://adventofcode.com/2021/day/24 Please post your solutions in your own top-level comment. Here's a template you can copy-paste into your comment to format it...

      Today's problem description: https://adventofcode.com/2021/day/24

      Please post your solutions in your own top-level comment. Here's a template you can copy-paste into your comment to format it nicely, with the code collapsed by default inside an expandable section with syntax highlighting (you can replace python with any of the "short names" listed in this page of supported languages):

      <details>
      <summary>Part 1</summary>
      
      ```python
      Your code here.
      ```
      
      </details>
      
      6 votes
    10. Christmas thread

      Thought I'd post a general conversation thread for folks who might not be spending time with family or friends on Christmas. What are you doing on your own for Christmas, or what are you missing...

      Thought I'd post a general conversation thread for folks who might not be spending time with family or friends on Christmas. What are you doing on your own for Christmas, or what are you missing out on?

      23 votes
    11. Day 25: Sea Cucumber

      Today's problem description: https://adventofcode.com/2021/day/25 Please post your solutions in your own top-level comment. Here's a template you can copy-paste into your comment to format it...

      Today's problem description: https://adventofcode.com/2021/day/25

      Please post your solutions in your own top-level comment. Here's a template you can copy-paste into your comment to format it nicely, with the code collapsed by default inside an expandable section with syntax highlighting (you can replace python with any of the "short names" listed in this page of supported languages):

      <details>
      <summary>Part 1</summary>
      
      ```python
      Your code here.
      ```
      
      </details>
      
      5 votes
    12. What have you been listening to this week?

      What have you been listening to this week? You don't need to do a 6000 word review if you don't want to, but please write something! If you've just picked up some music, please update on that as...

      What have you been listening to this week? You don't need to do a 6000 word review if you don't want to, but please write something! If you've just picked up some music, please update on that as well, we'd love to see your hauls :)

      Feel free to give recs or discuss anything about each others' listening habits.

      You can make a chart if you use last.fm:

      http://www.tapmusic.net/lastfm/

      Remember that linking directly to your image will update with your future listening, make sure to reupload to somewhere like imgur if you'd like it to remain what you have at the time of posting.

      4 votes