• Activity
  • Votes
  • Comments
  • New
  • All activity
    1. Tabletop RPGs with kids

      Has anybody had much experience playing DnD or other tabletops with children? I've been toying with the idea of making a fairly straightforward and simplified RPG using Story Cubes and GURPS that...

      Has anybody had much experience playing DnD or other tabletops with children? I've been toying with the idea of making a fairly straightforward and simplified RPG using Story Cubes and GURPS that kids can get involved with easily and have fun playing. I'm specifically aiming to play with my daughter (8) and my niece (5) on a big family holiday in August, though I see no real reason that this couldn't work with adults as well.
      Essentially, the conceit would go along the lines of each player rolling a limited number of story dice to help with character creation and such. I'd ask the players a few simple questions about their powers (for example, are you more of a wizard or more of a warrior?) to get some basic stats stats together (STR, DEX, INT, CON), and then use story dice myself to quickly improvise a short one-shot session.

      Does anyone have experience playing with kids, and if so - any pointers? Am I being too ambitious about children's ability to imagine stuff in this way? If so, are there any good systems out there that are good for young people to pick up and get stuck into roleplaying with?

      9 votes
    2. What are the minimal features every good blog should have?

      I've been learning Laravel, and familiarizing myself with the framework by coding up a blogging website. Right now, it's minimally functional, and I'd like to add some more features to it. Since...

      I've been learning Laravel, and familiarizing myself with the framework by coding up a blogging website. Right now, it's minimally functional, and I'd like to add some more features to it. Since this is my first project with Laravel the code is a mess, and it's just about time for me to rewrite the whole thing. Before starting that, I'd like to have a better idea of what my final product should be. I don't want to recreate WordPress in Laravel, but I do want to have something I wouldn't spit at. Basically a project that would be good as a resume builder if I ever needed one.

      So far, my website allows users to...

      • register for an account, log in/out, update their email address and display name
      • create posts with a WISIWYG editor
      • upload files
      • create profiles
      • and manipulate everything through CRUD.

      What do you think the minimal features a blogging platform needs to have to be "complete" and usable as a stand-alone system?

      13 votes
    3. Lightest, cheapest laptop out there with best battery life

      My laptop is showing sings of death, and I know I will need a new one soon. Also, I am planning to get a tablet and ditch my smartphone, and to stop using the laptop for browsing content: I'll do...

      My laptop is showing sings of death, and I know I will need a new one soon. Also, I am planning to get a tablet and ditch my smartphone, and to stop using the laptop for browsing content: I'll do most of that to the phone/tablet, and use the laptop as an authoring tool: writing and coding.

      So I am looking for a laptop that is cheap, light, and can keep running for at least 3-5hrs under mild Debian+Emacs load. Ideally around 11"-13".

      20 votes
    4. UserScript that hides votes like in the recent experiment

      For those who want to prolong the experiment, here is a userscript to help: // ==UserScript== // @name tildes // @version 2 // @grant none // @namespace tildes.net // @include https://tildes.net/*...

      For those who want to prolong the experiment, here is a userscript to help:

      // ==UserScript==
      // @name     tildes
      // @version  2
      // @grant    none
      // @namespace   tildes.net
      // @include     https://tildes.net/*
      // ==/UserScript==
      
      document.querySelectorAll('.is-comment-mine .comment-votes').forEach((v) => v.parentNode.removeChild(v));
      
      ['.btn-post-action[name="vote"]', '.btn-post-action[name="unvote"]'].forEach((sel) =>
        document.querySelectorAll(sel).forEach((b) => b.innerText = b.innerText.replace(/ \(.*/, '')));
      

      I am fairly sure that this syntax requires ES6, so if your browser is not compatible, you need to reimplement this using ES5. Should be straightforward but a bit more verbose.

      20 votes
    5. Is there an estimate of when sub-tildes are going to start being added?

      There was talk a while back about the different sections of tildes getting broken down further into subsections. Is this still the plan? Does tildes even have a user base large enough for it to be...

      There was talk a while back about the different sections of tildes getting broken down further into subsections. Is this still the plan?

      Does tildes even have a user base large enough for it to be worthwhile?

      26 votes
    6. Linux gamers: let's help test Proton compatibility before the Steam summer sale

      I made this an "event" over on reddit, and I figured I'd also mention it here. The Steam summer sale is alleged to start on June 23rd, and I figured it would be nice if people could go into it...

      I made this an "event" over on reddit, and I figured I'd also mention it here.

      The Steam summer sale is alleged to start on June 23rd, and I figured it would be nice if people could go into it with current information on Proton compatibility for games so we can better know what to buy and avoid. As such, it would be great if we could all submit a bunch of ProtonDB reports this coming week.

      I plan to go through my library and test high-leverage games: either ones that lack reports or games whose reports are quite old. Let me know if you're wanting to join in the "fun!"

      14 votes