HackerTrans
TopNewTrendsCommentsPastAskShowJobs

nickloewen

no profile record

comments

nickloewen
·3 maanden geleden·discuss
The game dev environment they’re talking about is MakeCode Arcade. I’m also a big fan of it.

There are a number of little handheld gadgets that you can use with MakeCode—scroll down on the homepage and there’s a section that shows them all:

https://arcade.makecode.com/
nickloewen
·3 maanden geleden·discuss
I used to flip the link syntax all the time too. What finally helped me to remember it was noticing how I write links in plaintext emails.

In email, I naturally write things like "...on the example website (www.example.com)..."

Markdown keeps those () in the same place, and just adds the [] so you can delimit the visible text: "...on the [example website](www.example.com)..."
nickloewen
·3 maanden geleden·discuss
Suppose you want to use asterisks to mark footnotes.* As soon as you add a second footnote,** you're in trouble because your asterisks disappear and everything between them turns bold.

* I had to escape all of these asterisks.

** I see this happen fairly often to people's comments here.
nickloewen
·5 maanden geleden·discuss
UBC’s CPSC 110 uses Racket. It was built around How to Design Programs when I took it years ago, and at a glance I think it still is.
nickloewen
·6 jaar geleden·discuss
If you copy-paste from the notes app, it tends to do a reasonable job transforming it’s formatting into a plain-text representation.(Or rich-text, if you paste into an app that supports it, like Pages or Mail.)

There are a few apps around that can do this in bulk. I have one called Notes Exporter. Apparently Note2Txt is also good: https://www.macsparky.com/blog/2016/5/exporting-apple-notes-...

I am a little worried that some day these tools will disappear, but iirc the notes are just kept in an sqlite database so it shouldn’t be too hard to hack your data out manually, either.