Viewing profile — aerzen
aerzen
HN member- Joined
- Thu, May 12, 2022, 5:05 PM UTC
- HN karma
- 256
- Public activity
- 133 items
- HN profile
- View on Hacker News ↗
About aerzen
No profile information was provided.
Recent public activity
-
comment
Comment #48792977
Software patents? Care to elaborate?
-
comment
Comment #48771547
My wife only printed the 6 photo albums because I gathered all our photos from three different Google Photos accounts, a hard drive, and two laptops. And yes, we only look at physi…
-
comment
Comment #48758319
It seems like China is becoming the "freedom superpower" while USA is getting "corporate superpower" vibes. Huh
-
comment
Comment #48758295
There is precedent of Google making changes in light of "security" that break ad blocking Chrome extensions. See chome extension manifest 3. So this concern cannot be dismissed wit…
-
comment
Comment #48757572
Does Huawei not use android or Google play services?
-
comment
Comment #48750005
This looks like something I'd need - AGENTS.md only gets you so far. Does anyone have experience with using memory like this? My main concern is that it can overwhelm the context w…
-
comment
Comment #48682635
Seems like good news - market share of AWS and Azure in EU is huge, so I naturally support efforts to kurb power of such duopoly. But what would be practical effects of DMA on AWS?…
-
comment
Comment #48426072
Spawning processes should not be on the hot path of any program.
-
comment
Comment #48305404
It seems like tsx is a wrapper around tsc for easy compile+run workflow. tsz seems to be a compiler, a replacement for tsc
-
comment
Comment #48167981
Good point. There might be a small advantage if one does not want to give bash access. But general answer to "how do add custom tools like we can in pi" is "you don't". Keep it sim…
-
comment
Comment #48166448
Ok, what about having tools be discoverable from the environment, similar to how $PATH works in POSIX? There could be an env var $AGENT_TOOLS, a string of paths delimited by `:` an…
-
comment
Comment #47762011
For converting HTTP URLs into interactive images of the webpage. In other words: an internet browser.
-
comment
Comment #47556098
CapNProto RPC protocol
-
comment
Comment #47539692
Because some auth provider recommended it as the only app to use. While it is a good app, it does backup into Drive.
-
comment
Comment #47539685
Is this useful if I am using pi coding agent? It can swicth between models mid session?
-
comment
Comment #47533628
Forgejo is also OSS, so you can easily migrate git and issues and prs and everything to your own hosted instance, if codeberg proves untrustworthy. Which I can't on github.
-
comment
Comment #47464738
Could the title say "process to install non-curated Android apps"? "Sideload" and "unverified" imply that the collection of centrally approved apps is the default way to install so…
-
comment
Comment #47050548
Why does JOIN get the prefix then? Is it a command? I would assume that it is a GET clause.
-
comment
Comment #47023770
The `:` prefix is an interesting choice. I don't fully understand when it is needed. It seems to always be used at the beginning of the query. But why is it not used before WHERE?
-
comment
Comment #46992843
I like arrow for its type system. It's efficient, complete and does not have "infinite precision decimals". Considering Postgres's decimal encoding, using i256 as the backing type …
-
comment
Comment #46987826
Yea, I have this too. It sometimes reminds me about the thing I was doing before I got distracted.
-
comment
Comment #46942143
I wanted to try tauri out, but i couldn't get the nix dev shell for it working. My suspicion was that they do something too magical with the build process.
-
comment
Comment #46932995
My launcher of last 8years: Lawndesk. It's not on play store and you have to download it from github, but it is the only no-nonsens launcher on android without a drawer. I just wan…
-
comment
Comment #46917613
Nice. My gripe with designer apps is that they are online first. I'd want to save designs to files, close to other files of the project. I'd want to open each file in their own win…
-
comment
Comment #46897823
Sorry for being dismissive. I've written a post [1] that highlights the core discrepancy between the two dialects. I like criticizing SQL and having a documented case like this is …