• Activity
  • Votes
  • Comments
  • New
  • All activity
    1. Year in Review: Your music of 2023

      Reflect on the music you listened to this year. Tell us about it. Important: You do not have to limit your discussion only to music released this year. Anything you listened to this year is fine....

      Reflect on the music you listened to this year.

      Tell us about it.


      Important:

      • You do not have to limit your discussion only to music released this year. Anything you listened to this year is fine.
      • This thread is much more interesting if you give details and explanations. Please don’t just list artists/albums/songs on their own. Let us know your thoughts and feelings too!

      Conversation starters:

      None of the below is required, but feel free to use any of it as a jumping off point for what you want to talk about (if needed).

      Consider the following categories:

      • Your personal Artist(s)/Album(s)/Song(s) of the Year
      • Highlights
      • Hidden gems
      • Surprises
      • Disappointments
      • Outliers (stuff you loved from genres you usually don’t)

      Consider the following questions as well:

      • What music resonated most strongly with you, and why?
      • What could you not stop coming back to, and why?
      • What music was the most interesting or exciting to you, and why?
      • What did your music listening habits say about your year?
      • How did you change as a listener this year?

      Meta note:

      Yes, this is a little early to post something like this. I plan on doing this same thing for ~games and ~books as well. I figure spacing them out rather than doing them all at once is a best practice, and I didn’t want to wait too long to get started because having a bunch of these going up in January feels like it would be too late.

      Also, I’m not planning on doing these posts for ~tv, ~movies, or ~anime. If anyone wants to steal this sort of thing to post there (or for any other group here), be my guest!

      13 votes
    2. Offbeat Fridays – The thread where offbeat headlines become front page news

      Tildes is a very serious site, where we discuss very serious matters like ballots, policy.transport and uranus. Tags culled from the highest voted topics from the last seven days, if anyone was...

      Tildes is a very serious site, where we discuss very serious matters like ballots, policy.transport and uranus. Tags culled from the highest voted topics from the last seven days, if anyone was hankering to know.

      But one of my favourite tags happens to be offbeat! Taking its original inspiration from Sir Nils Olav III, this thread is looking for any far-fetched offbeat stories lurking in the newspapers. It may not deserve its own post, but it deserves a wider audience!

      12 votes
    3. Does Linux From Scratch actually teach you anything?

      Two hours ago I randomly thought "hey, why not do LFS?", so I opened my laptop and started following the book. I've heard a lot of people say that LFS is great for learning how a Linux system...

      Two hours ago I randomly thought "hey, why not do LFS?", so I opened my laptop and started following the book. I've heard a lot of people say that LFS is great for learning how a Linux system works. However, so far it's just been a guide on how to compile different software and what autoconfig flags to use. I thought that maybe further chapters will have more information on how things work, but it seems like they all just contain a one-line description of a program and compilation instructions.

      If anyone here has done LFS, did you actually learn anything from it? Is it worth spending more time on?

      19 votes
    4. Recommendations for medical history

      My dad (a veterinarian by trade) is really into medical history, so I was wondering if folks had any recommendations or favorites. I know he's done a lot of reading about the history of vaccines...

      My dad (a veterinarian by trade) is really into medical history, so I was wondering if folks had any recommendations or favorites. I know he's done a lot of reading about the history of vaccines and the Spanish flu epidemic, but it's really not my area of interest, so I'm somewhat at a loss for how to find him something. Ideally it would be something available on audiobook because that's mostly how he consumes books these days.

      Edit: Thanks everyone for the suggestions. I am not sure he has the wherewithal to do podcasts, but the book recommendations are great. I'm going with The Emperor of All Maladies and The Ghost Map, assuming he doesn't have them already.

      12 votes
    5. Save Point: A game deal roundup for the week of December 17

      Add awesome game deals to this topic as they come up over the course of the week! Alternately, ask about a given game deal if you want the community’s opinions: e.g. “What games from this bundle...

      Add awesome game deals to this topic as they come up over the course of the week!

      Alternately, ask about a given game deal if you want the community’s opinions: e.g. “What games from this bundle are most worth my attention?”

      Rules:

      • No grey market sales
      • No affiliate links

      If posting a sale, it is strongly encouraged that you share why you think the available game/games are worthwhile.


      All previous Save Point topics

      If you don’t want to see threads in this series, add save point to your personal tag filters.

      21 votes
    6. Day 23: A Long Walk

      Today's problem description: https://adventofcode.com/2023/day/23 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/2023/day/23

      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
    7. Day 16: The Floor Will Be Lava

      Today's problem description: https://adventofcode.com/2023/day/16 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/2023/day/16

      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
    8. Eight questions for anyone who has developed a game (especially with Unity's Engine)

      (I already wrote this once, but my phone didn't like it and randomly deleted the whole thing... ◕∩◕ ) I've been wanting to develop some games for a while now, and I have an overarching theme idea...

      (I already wrote this once, but my phone didn't like it and randomly deleted the whole thing... ◕∩◕ )


      I've been wanting to develop some games for a while now, and I have an overarching theme idea in mind. I couldn't decide on top down pixelated game or 3D style, because it's more of a visual story kind of game, where you explore, build a base (or several), meet and talk to NPCs, learn the story, etc. I want a lot of detail but I only have (minimal) experience with pixelated games. So naturally, 3D sounds better for a higher detailed, and maybe stylized environment.

      I don't know much at all about code ( for example, I had to look up how to format this post). I don't even know what languages there are other than Java. I make resourcepacks for Minecraft, but that's minimal coding for the .mcmeta file. I do also make fabric mods for it, but I use MCreator for those, which I'm sure is like training wheels for coding.

      I have the skills for graphics for both characters/environments and GUI/HUD elements. I have an idea for my story, and a few ideas for characters. What I know I don't have is experience in balancing things like economies, rpg skills, fighting, and weapons/armor and their upgrades. But I'm not really planning on implementing those, at least not right now. (The economy would be first if I did)

      I recently saw a video on youtube showcasing Unity Engine's nanite environments, and basically, I want in on that. They're gorgeous.

      The Questions

      So my 8 questions are, on a scale of one to ten (ten being basically impossible for one single person to do), how difficult would it be to make these elements in a singleplayer, 3D game for someone without experience (like me):

      1. Sky, ground, objects (like trees, flowers, rocks, etc) and other environment visuals' 3D models for exploration? I need to be able to walk on it, and maybe hit things like trees for lumber.

      2. Base building and gathering the materials to build? This comes with the inventory issue as well (looking at you, Minecraft), which I'm still trying to figure out how I want to do this.

      3. Crafting said gathered materials for building elements and items to gift to NPCs? This will need GUI and workbench, most likely.

      4. Collectibles? Think koroks from BoTW or the museum artifacts in Stardew Valley. I'd like for the player to be able to display these only in/on a shelf/table/glass case inside their base(s).

      5. NPCs with many hours worth of randomized dialogue interaction, gifts to and from NPCs, as well as a few friendship levels and unlockable interactions/gifts?

      6. What would the time frame look like for me to learn Unity's Engine for these elements, or is there a better engine I should be aware of?

      7. What materials might you guess that I'd need to spend money on to make this game? I already have: a Mac, the Adobe Suite, a drawing tablet, all the time in the world, and ideas. Would I need a license for anything?

      8. What have I overlooked? 3D modeling (and not just blocky models in blockbench) is a skill I realized I'd need to learn just as I was writing this post.

      The reason I'm asking so many questions is because I can't tell if trying this will be worth my time or not, and if I could afford to hire someone for parts of it, if need be. I have ADHD, so I'm wondering if this is just the "new shiny thing" that has caught my eye (probably is). I don't want to dive into a major learning session and project development if it ultimately won't go anywhere because it's too hard for my smooth brain.

      Then again, I see some games (what I would consider low quality) that I'm like, "man, I could've done that, that looks so simple and easy!" So basically I have no idea whether I'm near the peak of Mt Stupid on the Dunning-Kreuger graph, or if I'm past it and somewhere in the valley.


      Any advice is greatly appreciated.

      Also, feel free to talk to me like I'm a dumb 5 year old.

      6 votes
    9. How do you manage kitchen towels?

      Welcome to this exciting episode of "Someone Asks Basic Life Questions to the Internet"! In this installment, we ask for help from members of the audience who really know where their towel is. Do...

      Welcome to this exciting episode of "Someone Asks Basic Life Questions to the Internet"! In this installment, we ask for help from members of the audience who really know where their towel is. Do we have a Betty Crocker in the house?

      Right now I have 2-3 crusty and mostly useless kitchen towels strewn around my counter space. For some reason, kitchen towels just kind of evade my attempts to manage them well. I tried to keep them folded in a corner of the counter, but I never liked the idea of putting them back there after I used them even if it was just to clean a water spill. Putting them in a drawer was this but worse because they bunch up and seize up on the frame it goes into.

      On top of that, I'm never sure exactly how to keep them clean. Most of the time I avoid using them to touch food or to clean up with; I clean up with sponges and use paper towels for when it needs to touch food. But I think that paper towels are kind of wasteful, so I want to stop using them. There are also some applications where paper towels simply don't work that well to begin with, especially when you need a sturdy wet towel. I'm wondering if I should just be sticking them in my weekly laundry loads, but I tend to forget about them for a day and don't want to have a need for them while they aren't usable.

      44 votes
    10. Refurbed Lenovo ThinkPads - whats the "current gen"?

      I'm in the market to hurl at a wall upgrade our badly ageing general use family laptop (Lenovo V110). I've used ThinkPads in the past for work and due to their ubiquity there is a value to be had,...

      I'm in the market to hurl at a wall upgrade our badly ageing general use family laptop (Lenovo V110).

      I've used ThinkPads in the past for work and due to their ubiquity there is a value to be had, I believe, in corporate refurbs.

      However, it's been a good few years since I used one - think it was a T440 - and am looking for some advice on what the most recently obsoleted gen is that I should be looking for, or where people have found a sweet spot on price/performance. Any pointers?

      16 votes
    11. Any Pokemon TCG players here? I just got into the game and I feel a little lost.

      So I was wondering through a book store and I found the Greninja ex Battle Deck, which I thought looked really cool, and I've always wanted to own a Pokemon deck, even if I don't have anyone to...

      So I was wondering through a book store and I found the Greninja ex Battle Deck, which I thought looked really cool, and I've always wanted to own a Pokemon deck, even if I don't have anyone to play with.

      I learnt the deck is meant for absolute beginners and that it doesn't stand a chance against meta decks, but I expected that (it's the same for Yu-Gi-Oh structure decks, you usually need to buy 3 and add a bunch of staples to get something slightly competitive).

      Now since I can't play with anyone IRL, I hopped on Pokemon TCG Live, scanned the deck's QR code and built a better version of the deck using this video from LittleDarkFury. Except I replaced 2 Starmie and 1 Staryu with 1 Comfey, 1 Pyukumuku and 1 Lapras because I don't have anything else that synergizes, and I ran out of credits. (I can share the decklist if needed.)

      Mostly because I dumped all my credits into building a Giratina Lost Zone deck because I felt cocky and then I realized I have no idea how to play it. That was a mistake.

      My problem right now is that I feel really aimless, I have 2 decent decks but I can't really seem to get the hang out of them. I do understand their main win conditions (get Giratina VSTAR out, respectively get Greninja ex out) but besides that I don't really know how to play them. It does feel like I just need to get a bunch of games in, to see what decks other people play, and what situations I need to adapt to.

      Locally there are no game shops I could go to, but I would have loved to play with someone IRL and have them guide me through everything. This means I'm stuck with online resources, but most of them are aimed at players that already know the game.

      What do you think I should do? I'll keep playing games in hopes something will click with me, but until then, I'd appreciate some guidance (feel free to ask me anything in case I didn't give enough information).

      13 votes
    12. Armored Core VI discussion

      Gaming has been a mostly stale experience for me over the last few years, even with friends. But this game is the one that stands out; it's addictive in the best ways. The soundtrack? Slaps. The...

      Gaming has been a mostly stale experience for me over the last few years, even with friends. But this game is the one that stands out; it's addictive in the best ways.
      The soundtrack?
      Slaps.
      The storyline(s)?
      Slaps.
      The fact that creativity is rewarded?
      Slaps.
      The weird micro style of storytelling?
      Slaps.
      Iguazu being a whiny bitch the whole time?
      Hilarious.
      Anyways let's talk about it.

      35 votes
    13. A survey for those who don’t celebrate Christmas

      When did you stop celebrating? Why did you stop celebrating? How have family and friends responded? What do you do instead, if anything? Disclaimer - I am not aiming to shame or undermine those...
      1. When did you stop celebrating?
      2. Why did you stop celebrating?
      3. How have family and friends responded?
      4. What do you do instead, if anything?

      Disclaimer - I am not aiming to shame or undermine those who do celebrate, this is just friendly a discussion for those who don’t.

      30 votes