pseudo_meta
No user record in our sample, but pseudo_meta has activity below (stories or comments). Likely we have partial data — the full bulk-load will fill profiles in.
No user record in our sample, but pseudo_meta has activity below (stories or comments). Likely we have partial data — the full bulk-load will fill profiles in.
Treesitter is fantastic. It has builtin support in nvim, and there are a lot of plugins that make use of it. My favorite is nvim-treesitter-textobjects which gives you dozens of new targets for vim motions, such as a…
I use Brave, and for me it's really just the least bad option. Firefox-based browsers do not support macOS automation (AppleScript/JXA). Safari lacks features/extensions. Orion/Vivaldi had bugs any time I tried them.…
Plain and simple: It's an AI-enhanced "I'm feeling lucky". As someone who uses the "I'm feeling lucky" regularly, this is definitely an improvement.
Money does not make you happy, but it can solve problems. Don't aim to be rich, but try to have enough.
Love rss, but the upside of not having an algorithm determine your content consumption quickly results in a fire hose of content. Sadly, filtering features seem to be only available for paid subscriptions of online…
- native browser bookmarks: things I visit regularly and want to access quickly, like the website of my bank. - read-later-links: I send it to my todo app, and read it the next day or delete it. No piling off links I…
Oh thx, must have missed that. Guess at least that saves me some time to switch to the newer API in the future.
API is noticeably slower for me, sometimes up to 10x slower. Upon some digging, it seems that part of the slowdown is due to the gpt-5 models by default doing some reasoning (reasoning effort "medium"), even for the…
I've only used reflog really to look up a hash and reset back to it. Is there anything else about it one should learn?
"Waiting for the AI agent" is the new "waiting for code to compile," it seems.
Is it possible to trigger the expander differently? I already have zsh-magic-dashboard running on empty enter.
Landline phone. Never used it, the only thing I got there was spam, marketing or survey calls. Twitter for reasons that probably do not need explaining. If low-tech counts: Contacts. They are just so much hassle…
I wrote a small shell function that does exactly that. Uses gh and yq (you can replace the yq part with jq) https://github.com/chrisgrieser/.config/blob/main/zsh/config...
A formatter with little to no configuration, similar to black. A linter what the reasoning for all rules is well explained, similar to shellcheck or eslint. Both ideally integrated in an LSP, which also has all the…
> Show all images on the page in a grid with size and megapixel tags. Useful for manual scraping. Would you mind sharing that one?
I love the minimalistic approach of ascii charts: Apples xxxxxxxxxxxxx------- 100 Bananas xxxxxxxxxx---------- 75 Oranges xxxxxxxxxxxxxxxxxxxx 150 Grapes xxx----------------- 25 Pineapples x------------------- 10…
The fact that it's a class on ethics and technology is quite ironic.
From the article: > "A lot of students who take philosophy classes, especially if they're not majors, don't really know what philosophy is," she said. "So I like to get an idea of what their expectations are so I can…
Looks nice, residuals the merging is something I haven't seen in other clipboard managers. I think my main question is why I should use a browser-scoped clipboard manager over a global, system wide clipboard manager…
I sometimes use sounds as opposed to print statements when debugging automations or certain UI behavior, e.g. to indicate whether a certain if-condition was triggered or not. The advantage over normal print debugging is…
FourSquare, or rather location-based social networking in general. Bummer that this category of apps did not work out, had real potential to connect people locally.
Unread for iOS. I think it has the smoothest UI of any mobile feed reader.
With the syntax being a selling point, I think having a comparison between jq, yq, and dasel would be really useful. Luke a few examples how to accomplish X in each one of them, so we can judge for ourselves which…
Using custom snippets in your editor
Since there is apparently some confusion what mason is and what it is used for, a brief explainer. As opposed to being a plugin manager, mason is a package manager. It installs editor-agnostic tools like LSPs, linters,…