Viewing profile — pseudo_meta
pseudo_meta
HN member- Joined
- Fri, Jun 30, 2023, 4:06 PM UTC
- HN karma
- 188
- Public activity
- 60 items
- HN profile
- View on Hacker News ↗
About pseudo_meta
- Website: https://chris-grieser.de/
- GitHub: https://github.com/chrisgrieser
- Mastodon: https://pkm.social/@pseudometa
- Meet: meet.hn/city/de-Berlin
#neovim #lua #zsh #alfred #obsidian #sociology #qda #data_science #sts #digital_economy
Recent public activity
-
comment
Comment #46272079
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 ne…
-
comment
Comment #46174754
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/Viv…
-
comment
Comment #45384327
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.
-
comment
Comment #45186550
Money does not make you happy, but it can solve problems. Don't aim to be rich, but try to have enough.
-
comment
Comment #45060954
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 availabl…
-
comment
Comment #44990208
- 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…
-
comment
Comment #44852955
Oh thx, must have missed that. Guess at least that saves me some time to switch to the newer API in the future.
-
comment
Comment #44849461
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 (reaso…
-
comment
Comment #44794262
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?
-
comment
Comment #44746294
"Waiting for the AI agent" is the new "waiting for code to compile," it seems.
-
comment
Comment #43801171
Is it possible to trigger the expander differently? I already have zsh-magic-dashboard running on empty enter.
-
comment
Comment #43650385
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: Contact…
-
comment
Comment #42293235
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 ...
-
comment
Comment #42201798
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…
-
comment
Comment #42094110
> Show all images on the page in a grid with size and megapixel tags. Useful for manual scraping. Would you mind sharing that one?
-
comment
Comment #41748643
I love the minimalistic approach of ascii charts: Apples xxxxxxxxxxxxx------- 100 Bananas xxxxxxxxxx---------- 75 Oranges xxxxxxxxxxxxxxxxxxxx 150 Grapes xxx----------------- 25 Pi…
-
comment
Comment #41654788
The fact that it's a class on ethics and technology is quite ironic.
-
comment
Comment #41654765
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 …
-
comment
Comment #41654387
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 gl…
-
comment
Comment #41537485
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 a…
-
comment
Comment #41410369
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.
-
comment
Comment #41379086
Unread for iOS. I think it has the smoothest UI of any mobile feed reader.
-
comment
Comment #41297463
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…
-
comment
Comment #41280558
Using custom snippets in your editor
-
comment
Comment #41214048
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 edi…