• Activity
  • Votes
  • Comments
  • New
  • All activity
    1. Rate my homepage!

      Inspired by this post on lobste.rs, I thought it'd be fun for us all to post our homepages and talk about them. I'm posting this in ~creative because I think of a homepage as a creative endeavor,...

      Inspired by this post on lobste.rs, I thought it'd be fun for us all to post our homepages and talk about them. I'm posting this in ~creative because I think of a homepage as a creative endeavor, but feel free to move this to ~design or ~tech or wherever, mods.

      Just post your homepage as a top-level comment, and we'll workshop in replies!

      42 votes
    2. Did youtube just make it so you can't watch embedded videos that have an age restriction without logging in?

      I just try to navigate the internet with as little "logging in" as possible. Youtube always had an age restriction that forced you to confirm your age by logging in but it could be bypassed when...

      I just try to navigate the internet with as little "logging in" as possible. Youtube always had an age restriction that forced you to confirm your age by logging in but it could be bypassed when watching the video embedded on another site. I just tried for the Hitman 3 trailer on /r/games and it didn't let me. That's the first time this happened. Could it be just some adblock thingy? Or are they no longer letting you watch restricted content without logging in?

      10 votes
    3. Day 2: Password Philosophy

      Today's problem description: https://adventofcode.com/2020/day/2 Join the Tildes private leaderboard! You can do that on this page, by entering join code 730956-de85ce0c. Please post your...

      Today's problem description: https://adventofcode.com/2020/day/2


      Join the Tildes private leaderboard! You can do that on this page, by entering join code 730956-de85ce0c.

      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>
      
      15 votes
    4. Beat Saber (and the Oculus Quest 2)

      The first time I saw beat saber was this gameplay video in 2018 and I immediately fell in love with it. I adored the concept and wanted to play it so badly. There's a VR arcade close to my place,...

      The first time I saw beat saber was this gameplay video in 2018 and I immediately fell in love with it. I adored the concept and wanted to play it so badly.

      There's a VR arcade close to my place, where I actually played Beat Saber for ~30 mins last year. Lots of fun! And last week, I bought and received an Oculus Quest 2 and finally played it by myself.

      First of all, god damn that is a good game. It's perfect at making you feel like you're naturally good at it, too. Or maybe I actually am. With only ~4 hours of played time I'm doing hard or expert on most new songs with faster song mode (+20% song speed). Which has this weird effect of making me feel like that's the natural pacing of the song… super, super weird when they are ones I already know, as now the version I know feels slowed down.

      The campaign felt short and a bit too easy, with one exception (1-hand expert $100 bills with max 4 misses… spent 2 days on that. Looks like I'm not the only one having problems with it). Though it's been frustrating in places; I find the whole "you need to make at least x mistakes to win this level" pretty ridiculous. Min/max movement is an interesting mechanic but I'm not fond of the execution.

      I have some frustrations with the game. No replays I can save to show off the most awesome combos. Hit detection feels way off on some levels. I haven't tried online mode yet, pretty excited about it.

      But god daaaaamn it's an awesome game. I'm finally playing something again! I haven't really played any video games since … shit, almost two years. And the workout you get is fantastic. I am finally getting a handle on my lockdown atrophy.

      Ben Brode once said: "Make your games super easy to get into. The longer it takes me to get into your gameplay, the less interested I will be in playing your game. Except for Beat Saber: I will jump through any hoop just to play that."

      And that brings me to the Oculus Quest 2. I was a 2020 original Oculus Rift kickstarter backer. I actually tried the first dev kit. A pretty awesome and unique feeling, but all that for shitty resolution, motion sickness and 4 cables hanging off your head.

      Well, it's all gone. Integrated audio, fully wireless, good resolution, no cables, no base station, no PC required. And the features just blow my mind. IR cameras to detect objects around you, the guardian mode with its virtual barriers, the pass-through mode which lets you see outside the oculus without removing it (killer feature). Casting support so it's easy to show your gameplay to friends in the same room. Oh and hand detection?! This is some Star Trek shit.

      I recall my reactions to touching and playing with the first iPhone: "Wow, this is game-changing." - Such is my reaction to the Oculus Quest 2. VR is now a console that is, frankly, cheaper and less intimidating than owning a playstation-type console or some such (after all, you need a TV for those). It's on the same level as the Nintendo Switch. I know a lot of people who are greatly intimidated by VR and this removes almost everything scary about it.

      Incremental progress is weird; sometimes you stop following the various upgrades in a field and suddenly you catch up and it's mind-blowing.

      The problem with the Quest 2 is still the lack of true killer games. Right now, I bought a $400 Beat Saber game… though, it's still worth it. Like Ben said: any hoop.

      (I also got The Room VR because I'm a sucker for these kinds of games and it came highly recommended)

      17 votes
    5. Should long-running content be bumped to the top of activity view if a certain heuristic is reached?

      Basically the title. I'm not going to navel-gaze too much here because it's not that much of a complex problem. Currently, as it stands, if a submission is older than x days (where x may be 3, but...

      Basically the title. I'm not going to navel-gaze too much here because it's not that much of a complex problem.

      Currently, as it stands, if a submission is older than x days (where x may be 3, but I'm not sure), new comments in that submission will no longer cause Tildes to bump the thread to the top of the list in activity view. Additionally, after 2 weeks, a note will be appended to the comment posting view indicating community standards around commenting on older threads.

      The scenario I'm seeking to solve is where one submission covers an event of some duration longer than a few days—where Tildes users feel repeated or recurring submissions are not warranted. My example is this thread about a YouTube video series that was released in three parts, but all discussion has been placed in that submission, presumably because no one has felt that duplicating a post for each new part of the series is worthwhile.

      Perhaps if a certain proportion of comments occur within a timeframe, after the submission has been aged out of the sliding window where new comments cause a bump in activity, a bump should still be allowed, but should require more than 1 comment to trigger said bump?

      There's some fairly good discussion in that thread that feels wholesome enough that it could be exposed again to the wider Tildes community—because right now everyone interested in that thread is operating under the implicit assumption that to read and participate about this topic, they have to remember to go back to thread y.

      6 votes
    6. Fortnightly Programming Q&A Thread

      General Programming Q&A thread! Ask any questions about programming, answer the questions of other users, or post suggestions for future threads. Don't forget to format your code using the triple...

      General Programming Q&A thread! Ask any questions about programming, answer the questions of other users, or post suggestions for future threads.

      Don't forget to format your code using the triple backticks or tildes:

      Here is my schema:
      
      ```sql
      CREATE TABLE article_to_warehouse (
        article_id   INTEGER
      , warehouse_id INTEGER
      )
      ;
      ```
      
      How do I add a `UNIQUE` constraint?
      
      5 votes
    7. Fitness Weekly Discussion

      What have you been doing lately for your own fitness? Try out any new programs or exercises? Have any questions for others about your training? Want to vent about poor behavior in the gym? Started...

      What have you been doing lately for your own fitness? Try out any new programs or exercises? Have any questions for others about your training? Want to vent about poor behavior in the gym? Started a new diet or have a new recipe you want to share? Anything else health and wellness related?

      8 votes
    8. What have you been watching / reading this week? (Anime/Manga)

      What have you been watching and reading this week? You don't need to give us a whole essay if you don't want to, but please write something! Feel free to talk about something you saw that was...

      What have you been watching and reading this week? You don't need to give us a whole essay if you don't want to, but please write something! Feel free to talk about something you saw that was cool, something that was bad, ask for recommendations, or anything else you can think of.

      If you want to, feel free to find the thing you're talking about and link to its pages on Anilist, MAL, or any other database you use!

      9 votes
    9. Day 1: Report Repair

      Today's problem description: https://adventofcode.com/2020/day/1 Join the Tildes private leaderboard! You can do that on this page, by entering join code 730956-de85ce0c. Please post your...

      Today's problem description: https://adventofcode.com/2020/day/1


      Join the Tildes private leaderboard! You can do that on this page, by entering join code 730956-de85ce0c.

      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>
      
      13 votes
    10. 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!

      8 votes
    11. Day 5: Binary Boarding

      Today's problem description: https://adventofcode.com/2020/day/5 Join the Tildes private leaderboard! You can do that on this page, by entering join code 730956-de85ce0c. Please post your...

      Today's problem description: https://adventofcode.com/2020/day/5


      Join the Tildes private leaderboard! You can do that on this page, by entering join code 730956-de85ce0c.

      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>
      
      13 votes
    12. Fortnightly Programming Q&A Thread

      General Programming Q&A thread! Ask any questions about programming, answer the questions of other users, or post suggestions for future threads. Don't forget to format your code using the triple...

      General Programming Q&A thread! Ask any questions about programming, answer the questions of other users, or post suggestions for future threads.

      Don't forget to format your code using the triple backticks or tildes:

      Here is my schema:
      
      ```sql
      CREATE TABLE article_to_warehouse (
        article_id   INTEGER
      , warehouse_id INTEGER
      )
      ;
      ```
      
      How do I add a `UNIQUE` constraint?
      
      11 votes