[-] PowerSeries@lemmy.ca 7 points 9 months ago

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

[-] PowerSeries@lemmy.ca 10 points 10 months ago

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#%28part._first-example%29

#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.

[-] PowerSeries@lemmy.ca 11 points 10 months ago

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

[-] PowerSeries@lemmy.ca 4 points 10 months ago

Careful you don't come off as a sealion.

Though this is a thread about Wayland so eh.

[-] PowerSeries@lemmy.ca 4 points 10 months ago

Thanks, you made me feel old today. Get off my lawn.

[-] PowerSeries@lemmy.ca 10 points 10 months ago

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.

[-] PowerSeries@lemmy.ca 2 points 1 year ago

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.

[-] PowerSeries@lemmy.ca 3 points 1 year ago

Loved that book.

[-] PowerSeries@lemmy.ca 16 points 1 year ago

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.

[-] PowerSeries@lemmy.ca 8 points 1 year ago

You only read about the ones that get caught though...

[-] PowerSeries@lemmy.ca 13 points 1 year ago

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.

[-] PowerSeries@lemmy.ca 3 points 1 year ago* (last edited 1 year ago)

Yuuup. Webpage with a button to toggle a bit in a database. For a personal project, 1 day. For work? Well it took a few weeks to figure out what database, what pass security review, register our subdomain, get traffic quota, revise security review, mocks, learn new framework as the old one is deprecated, set up a new group to run the app as, including admin group and two person authorization to make changes. Set up autopush and test environment. Uh key rotation schedule. Reply to comments on the design doc questioning our choice of database. Translations for all the text.

Only took a quarter.

Edit: oh I forgot gdpr deletion service. But we got to hand that off to another team. Yaaay.

view more: next ›

PowerSeries

joined 1 year ago