zsh: I never understood why the default for going back through the history is to keep duplicates. I finally looked for a way to fix that: https://superuser.com/questions/273047/zsh-up-arrow-only-repeats-unique-commands
This profile might be incomplete.
Open on fosstodon.org Axel Rauschmayer📜 Blog (#2ality)::
📚 Free ebooks::
📧 Newsletter::
💡 Sustainability::
Personal infoAbout:
Topics: #JavaScript #TypeScript #fedi22 Other interests: I live in Munich. http://pronoun.is/he Non-tech:
Wall 11 posts
zsh: I never understood why the default for going back through the history is to keep duplicates. I finally looked for a way to fix that: https://superuser.com/questions/273047/zsh-up-arrow-only-repeats-unique-commands Behold, “Diablo” is fully playable in your browser @rauschma I understand the sentiment that Diablo 1 was "outshined" by its successor. But I feel it sells Diablo 1 unnecessarily short. Not sure whether it was my younger age but I found D1 way darker and scarier than D2. D2 was a fast-paced action slay fest (and amazing at that). D1 a horror story to find out what happened to the king. #VisualStudioCode + #TypeScript: I’m especially missing: Are you interested in tools that let you test code in Markdown files? I suspect it’s a niche but an important one for tech writers—e.g.: It took me a lot of work to test all code examples in my books (*) automatically but it was more than worth it! I detected many issues. Anonymous poll
Poll
Very interested
7
0%
Somewhat interested
9
0%
Not interested
0 people voted. 1
0%
Voting ended 26 February at 18:42. @rauschma Most of the time code examples in C#/C++ aren't full-fledged samples, due to the sheer number of possible environments. @rauschma if you are using pnpm, there's `shell-emulator` configuration option: https://pnpm.io/cli/run#shell-emulator. It lets you `DEFINE_ENVS=before script` like you'd do in regular POSIX shell. Yarn does use it by default. Kinda wish npm adopted that (probably as an option, to stay backwards compatible). “Apple announces alliance with Adobe, NVIDIA, and others to develop Pixar’s 3D standard” “Open Universal Scene Description (OpenUSD) was created by Pixar Animation Studios as a 3D scene depiction technology that promises significant interoperability among tools, data, and workflows.” Apple’s interested in using it for Augmented Reality. https://www.macrumors.com/2023/08/01/apple-alliance-to-develop-pixar-3d-standard/ @rauschma Apple alliance with NVIDIA, such unexpected move considered their relationship history
Show previous comments
@rauschma I miss search a lot, even if just for my own posts. Quote posts is a vex, but not a big deal. For non-technical users, having to choose a server, the endless discussion of why that is, and the lecturing over why it is better. The endless admonishment over etiquette, the lists. The intensity of ND behaviour, which is diluted on other platforms. The lack of access to public service accounts. I’m still here and you’re one of the first people I followed, but it can be hard work here. #JavaScript: By default, array.flat() flattens up to depth 1. > [ 'a', ['b'], [['c']], [[['d']]] ].flat() To go as deep as possible, pass it `Infinity`: > [ 'a', ['b'], [['c']], [[['d']]] ].flat(Infinity) |
@rauschma this is a nice feature to pair with context. Sometimes I don't only want to know "What was that NPM script?", but also "What do I usually run before and after it?"
HSMW supports it: https://github.com/zdharma-continuum/history-search-multi-word
@rauschma time for @atuin!!! https://github.com/atuinsh/atuin