• 0 Posts
  • 16 Comments
Joined 1Y ago
cake
Cake day: Jun 27, 2023

help-circle
rss

Could it be a route cache thing? may be worth trying artisan route:clear followed by artisan route:cache




Atom did bring about tree-sitter at least.

From https://zed.dev/blog/we-have-to-start-over

We got to a certain point with Atom. It was 2017 when we’d shipped Teletype and it felt like, okay, it’s no longer our own ignorance holding us back, it really is like the platform holding us back at this point.

the ironic thing is that we created Electron to create Atom, but I can’t imagine a worse application for Electron than a code editor, I don’t know.


An automation API would also be nice please… (i hope it doesn’t require an additional $4000/y licence)


Excellent, have been watching this.

Warning from the release:

Beware of any new fake versions of Mihon or Tachiyomi.





I was apparently enraptured by PCs as a child, didn’t really do much apart from games / emulators until secondary school. At ~14 I was offered an extracurricular class to learn how to program TI-82 calculators. This really clicked for me, ended up pursuing a heavy math / comp sci / stem curriculum. I get to automate away tedious / boring tasks by working on a mentally stimulating puzzle. The rush on getting it working the first time is 👌


From https://github.com/githubnext/monaspace#editors :

If you want coding ligatures but do not want texture healing, you can omit the calt setting:


It’s basically a different type of ligature - it is standard to OTF fonts, but requires ligature support in your editor/terminal. Just need to enable ligatures and/or enable specific ligature sets. See https://github.com/githubnext/monaspace#editors or maybe https://wezfurlong.org/wezterm/config/font-shaping.html for the general procedure in a supporting terminal.



How about some (defun)?


Isn’t that basically the same as how C++ RAII works?