HackerTrans
TopNewTrendsCommentsPastAskShowJobs

aerzen

256 karmajoined il y a 4 ans

Submissions

Lutra: General-Purpose Query Language

lutra-lang.org
1 points·by aerzen·il y a 7 mois·2 comments

comments

aerzen
·il y a 6 jours·discuss
Software patents? Care to elaborate?
aerzen
·il y a 8 jours·discuss
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 physical photos or the "on this day X years ago" reels. But to get here, Immich was a valuable tool.
aerzen
·il y a 9 jours·discuss
It seems like China is becoming the "freedom superpower" while USA is getting "corporate superpower" vibes. Huh
aerzen
·il y a 9 jours·discuss
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 with just "slippery slope falacy", it's a new vector of the same power grab strategy.
aerzen
·il y a 9 jours·discuss
Does Huawei not use android or Google play services?
aerzen
·il y a 10 jours·discuss
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 window with useless facts.
aerzen
·il y a 15 jours·discuss
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? Who is the customer, who is the vendor?
aerzen
·le mois dernier·discuss
Spawning processes should not be on the hot path of any program.
aerzen
·le mois dernier·discuss
It seems like tsx is a wrapper around tsc for easy compile+run workflow.

tsz seems to be a compiler, a replacement for tsc
aerzen
·il y a 2 mois·discuss
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 simple.
aerzen
·il y a 2 mois·discuss
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 `:` and tools would be discovered as some specific format of file. Maybe a JSON that contains tool name, list of parameters and the command to run it.

This is essentially decoupling tools from the agent, allowing more customization and per-project environments. It does require shipping and installing more binaries, one for each tool probably.
aerzen
·il y a 3 mois·discuss
For converting HTTP URLs into interactive images of the webpage.

In other words: an internet browser.
aerzen
·il y a 3 mois·discuss
CapNProto RPC protocol
aerzen
·il y a 4 mois·discuss
Because some auth provider recommended it as the only app to use. While it is a good app, it does backup into Drive.
aerzen
·il y a 4 mois·discuss
Is this useful if I am using pi coding agent? It can swicth between models mid session?
aerzen
·il y a 4 mois·discuss
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.
aerzen
·il y a 4 mois·discuss
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 software.

Or maybe it is and android's promises about openness are dead.
aerzen
·il y a 5 mois·discuss
Why does JOIN get the prefix then? Is it a command? I would assume that it is a GET clause.
aerzen
·il y a 5 mois·discuss
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?
aerzen
·il y a 5 mois·discuss
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 is so much saner approach.