• Activity
  • Votes
  • Comments
  • New
  • All activity
    1. What short standalone book is worth more than its page count?

      This will be the final topic in the series. (Sorry about the confusion!) This one is about short books that have more heft than you would think from their size alone. As before, there are no hard...

      This will be the final topic in the series. (Sorry about the confusion!)

      This one is about short books that have more heft than you would think from their size alone.

      As before, there are no hard requirements on what counts as “short.”

      24 votes
    2. Day 19: Linen Layout

      Today's problem description: https://adventofcode.com/2024/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/2024/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>
      
      6 votes
    3. For folks who use both Twitter and TruthSocial, I am curious, how is the experience difference?

      Since Musk took over Twitter and made it a "free speech" platform, something that has interested me is has that basically render TruthSocial obsolete or is there some niche that Trump is targeting...

      Since Musk took over Twitter and made it a "free speech" platform, something that has interested me is has that basically render TruthSocial obsolete or is there some niche that Trump is targeting with TruthSocial that Elon is not with Twitter?

      The biggest obv difference is just the reach with Twitter having more people than TruthSocial but with all the headlines I see about how people are leaving Twitter en-masse, I figure it's just a matter of time before it loses mainstream attention?

      But beyond the number of users, it is basically the same environment, albeit with different tech stacks?

      11 votes
    4. 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?

      5 votes
    5. Day 17: Chronospatial Computer

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

      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
    6. "Open" platform to post lyrics

      I started writing some lyrics and I like the idea of sharing them with whomever wants to use them. Personally, it's an extra motivator to know your writing might be useful for something. So, I'm...

      I started writing some lyrics and I like the idea of sharing them with whomever wants to use them. Personally, it's an extra motivator to know your writing might be useful for something.

      So, I'm looking for a platform where I can dump my ramblings basically xD. I mostly don't want a "free" platform funded by advertisements. Everything else (e.g. built on FOSS, federated) is a plus. Let's not make the perfect the enemy of the good.

      Thanks =)

      5 votes
    7. Day 18: RAM Run

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

      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>
      
      8 votes
    8. Crashing a server by charging a vape battery

      While I consider this resolved at time of posting, this is one of my weirder, more unexpected tech issues I've run into and I thought y'all might enjoy it. I'd been having issues with my (Ubuntu)...

      While I consider this resolved at time of posting, this is one of my weirder, more unexpected tech issues I've run into and I thought y'all might enjoy it.

      I'd been having issues with my (Ubuntu) server where its services were unavailable, I couldn't SSH in, and USB devices plugged in after the issues started weren't connecting (mouse LED would light up, couldn't toggle keyboard locks or interface computer with the devices). These issues were becoming a near daily occurrence.

      So after the most recent incident I decided to watch it boot. After grub, it would just hang at a black screen. So I opted for the recovery mode and after waiting some minutes for services to time out, I was given a terminal and used that to check my devices, sensors, etc and all were reading fine.

      Frustrated, I started reviewing what else could have possibly changed with my setup, and I found that change in my hand. I use my server's front USBs as a low current charger and had recently got a new vape battery that was charging at that moment.

      I unplugged the battery, rebooted, everything was fine. Plugged the battery in, everything locked up again immediately.

      I had been using a spare cable, it had data wired. Swapping for the included power only cable, and no issues.

      While I'm curious as to what exactly is happening and why, I'm satisfied enough concluding it is a cheap vape (I mean, I'm having to charge the sucker near daily after all) that is transmitting junk over data and the OS doesn't handle it appropriately. I'll pull logs or do another couple tests if other folks are curious as well though.

      Oh, and the battery is a Bear Rootz Sol. Come to think of it, my other worst battery at holding a charge was also a Bear Rootz.

      7 votes