• 23 Posts
  • 80 Comments
Joined 1 year ago
cake
Cake day: June 8th, 2023

help-circle
  • I did one similar! Used autohotkey to hide the task bar at random intervals and pop up a warning that said “system out of memory”. Only way to get it back was autohotkey or a reboot. It would restart daily and on login so it would keep happening. And I hid it as “Nvidia game scanner service.exe” in the Nvidia bloatware folder so it looked innocent. Had a good laugh about that one






  • Also, Safari on Windows had low usage, and was probably a pain to maintain. Swift cross platform is more about abstracting out Apple specific things (like the standard library and UI toolkit). Apple has already been investing multi-year efforts into Swift on the server for longer than Safari on Windows existed. The last couple versions of Swift (~3-4years of development) have been almost entirely focused on safe concurrency, which is intended for server-side development.










  • Do you mean admonitions? E.g. info, warning, etc? There’s precedent for that in commonly-used open source implementations, e.g. obsidian.md (which uses the same syntax, and started before). What semantics does it break? It’s designed to read well in plaintext and render nicely even if used in a renderer that doesn’t support admonitions, e.g.

    [!NOTE] Information the user should notice even if skimming.

    As opposed to other common markdownish implementations that use nonsensical plaintext which renders poorly in alternative renderers. Here’s a discussion on the topic in the CommonMark forums.