gaming
Gaming 11mo ago
Jump
LOL? lol
  • "Initials" by "Florian Körner", licensed under "CC0 1.0". / Remix of the original. - Created with dicebear.comInitialsFlorian Körnerhttps://github.com/dicebear/dicebearPO
    PowerSeries
    11mo ago 100%

    Lots of items in the shop are built out of other items. You want to built towards one big item first, plus boots.

    7
  • Does this language exist?
  • "Initials" by "Florian Körner", licensed under "CC0 1.0". / Remix of the original. - Created with dicebear.comInitialsFlorian Körnerhttps://github.com/dicebear/dicebearPO
    PowerSeries
    11mo ago 100%

    Have you looked at the Lisps / Scheme / Racket yet? Racket in particular makes it quite nice to go #lang blah at the top of the file and change the parsing or interpretation entirely.

    For example all the documentation pages and guides are written in scribble:

    https://docs.racket-lang.org/scribble/getting-started.html#(part._first-example)

    #lang scribble/base
     
    @title{On the Cookie-Eating Habits of Mice}
     
    If you give a mouse a cookie, he's going to ask for a
    glass of milk.
    

    And it has an entire document markup language created in it, which can output pdf or html. But you can still use @ syntax to drop in racket code to compute values. Or create templates.

    I even implemented a #lang which took assembly directly (and interpreted it, it was for a class).

    So if you are really after full control, you should study Lisps and their macro systems.

    10
  • Original Half-Life free until 19th
  • "Initials" by "Florian Körner", licensed under "CC0 1.0". / Remix of the original. - Created with dicebear.comInitialsFlorian Körnerhttps://github.com/dicebear/dicebearPO
    PowerSeries
    11mo ago 100%

    There is the black Mesa mod/project which revamps the graphics if that's a showstopper for you. But it's worth playing.

    11
  • Typing is not a programming bottleneck
  • "Initials" by "Florian Körner", licensed under "CC0 1.0". / Remix of the original. - Created with dicebear.comInitialsFlorian Körnerhttps://github.com/dicebear/dicebearPO
    PowerSeries
    12mo ago 100%

    I've watched some slow typists program, and I think I have the answer. If it takes you a while to type the code out, you are much more likely to stick to the first approach that works, and not rewrite it as much.

    10
  • What are some games that "spin" failure states?
  • "Initials" by "Florian Körner", licensed under "CC0 1.0". / Remix of the original. - Created with dicebear.comInitialsFlorian Körnerhttps://github.com/dicebear/dicebearPO
    PowerSeries
    1y ago 100%

    Monaco is a fun example where stealth frequently fails and yet, you just have to scramble to do something and ruuuun. You can end up hiding and trying again but short of getting everyone killed, it's hard to get a game over. Your friends can revive you, as long as they don't get caught and killed themselves.

    It's a good mechanic where it's more "let's go save Dave" then "thanks Dave now we need to restart".

    No I don't know any Dave's, names have been changed to protect the guilty.

    2
  • A metric tonne (1000 kg) should be called a megagram (1 Mg).
  • "Initials" by "Florian Körner", licensed under "CC0 1.0". / Remix of the original. - Created with dicebear.comInitialsFlorian Körnerhttps://github.com/dicebear/dicebearPO
    PowerSeries
    1y ago 100%

    The moon is 400Mm away. Never say thousand kilometers again, the mega is the way.

    Imaging if we started saying millions of kilobytes instead of GB.

    16
  • STOP USING HITPOINTS
  • "Initials" by "Florian Körner", licensed under "CC0 1.0". / Remix of the original. - Created with dicebear.comInitialsFlorian Körnerhttps://github.com/dicebear/dicebearPO
    PowerSeries
    1y ago 100%

    Yeah, I remember that. I didn't like how it felt tbh. Spend 3 points to get a what, +4 on a d20 roll? That feels real bad when the d20 rolls high and didn't matter or rolls low and doesn't matter. And it doesn't matter 4/5 of the times so at the end of an adventuring day if you spent all your might on bonuses it could only pay off once.

    I mean sure, you get discounts as you level up, and yes, it really pushes you to use cyphers to actually solve problems, as trying for things directly was always a toss up, and that does push you towards the main themes of exploiting random artifacts all the time but I still didn't like it.

    2
  • How to measure things like a Canadian?
  • "Initials" by "Florian Körner", licensed under "CC0 1.0". / Remix of the original. - Created with dicebear.comInitialsFlorian Körnerhttps://github.com/dicebear/dicebearPO
    PowerSeries
    1y ago 91%

    Forgot about deli meet for the weight. It's always "I want 300 grams of sliced black forest ham", and not whatever that is in imperial. Do they use ounces for that?

    10
  • Musk's new idea
  • "Initials" by "Florian Körner", licensed under "CC0 1.0". / Remix of the original. - Created with dicebear.comInitialsFlorian Körnerhttps://github.com/dicebear/dicebearPO
    PowerSeries
    1y ago 94%

    I mean that role was SpaceX. Give them lots of money and get cool rockets. It was going great, and it was great for his image as it's not very political. But I guess he got bored.

    15
  • So my friend just showed me there's a multiplayer mod, and you can trade cards, even better different classes. Are there any cards that you think would be really useful cross class? The silent likes the Blur I traded over.

    4
    4