loremm's comments

loremm | 7 months ago | on: Show HN: AgentMail – Email infra for AI agents

Keep in mind that default Gmail allows webhooks for any changes (email received but also changing labels, etc), for free using Gmail pubsub. I use it a lot because it's the only way of getting programmatic notifications from credit card purchases (turn on purchase alerts to all cards, send to Gmail, have a filter archive but capture the reception in webhooks. Parse with simple regex)

Super fast low latency very satisfying. Pubsub scales well and free :)

loremm | 8 months ago | on: Continuous Glucose Monitoring

Is that true? I have no perspective but it's relied on by diabetics and if since they can't regulate it themselves, if the readings are off and they gave themselves insulin, they would know it is wrong. Maybe the OTC ones is different than the diabetic one but I didn't think so

loremm | 8 months ago | on: Fun with uv and PEP 723

This is a hack but I still found it helpful. If you do want to force a certain version, without worrying about flakes [1] this can be your bash shebang, with similar for nix configuration.nix or nix-shell interactive. It just tells nix to use a specific git hash for it's base instead of whatever your normal channel is.

For my use case, most things I don't mind tracking mainline, but some things I want to fix (chromium is very large, python changes a lot, or some version broke things)

``` #! nix-shell -i bash -p "cowsay" '(import (fetchTarball { url="https://github.com/NixOS/nixpkgs/archive/eb090f7b923b1226e8b... sha256 = "15iglsr7h3s435a04313xddah8vds815i9lajcc923s4yl54aj4j";}) {}).python3' ```

[1] flakes really aren't bad either, especially if you think about it as just doing above, but automatically

loremm | 8 months ago | on: Fun with uv and PEP 723

and I've been using nixos on hetzner, nothing crazy but it's always worked great :-). A nice combination with terraform

loremm | 10 months ago | on: Metagenomics test saves woman's sight after mystery infection

I think there is a lot of hope because, in a purely research setting, this is extremely routine. The field of genomics is vast but the protocols are somewhat cheap and well understood. It's always hard to do a trial, and the tools are still often aimed at scientists (who are willing to spend months doing a single novel analysis), not point and click for a clinician. But even some relatively low hanging fruit will be extremely effective I think

Not viral/bacterial but human mutations but this is an inspiring study --- https://pubmed.ncbi.nlm.nih.gov/31019026/ , https://radygenomics.org/2021/13-hours-rady-childrens-instit...

A child is born with potential rare genetic disease. They sequence their DNA within 13 hours and come back with a diagonsis in some proportion of cases (they give lots of stats, it's small sample size, maybe 1/4 improved outcomes, maybe 2/3 have immediate change to their care)

loremm | 10 months ago | on: A hackable AI assistant using a single SQLite table and a handful of cron jobs

For gmail, there's also an amazing thing where you can hook it with pubsub. So now it's push not pull. Any server will get pubsub little webhooks for any change within milliseconds (you can filter server side or client side for specific filters)

This is amazing, you can do all sorts of automations. You can feed it to an llm and have it immediately tag it (or archive it). For important emails (I have a specific label I add, where if the person responds, it's very important and I want to know immediately) you can hook into twilio and it calls me. Costs like 20 cents a month

loremm | 1 year ago | on: The letter ℘: name and origin? (2017)

As a first foot-hold I recommend highly https://detexify.kirelabs.org/classify.html

(I think I saw there was a newer one, but don't remember how)

You draw the symbol and get the TeX symbol name. I tried this one and it does give the right \wp (which in this case is confusing and you'd have to look up more about why it's named that)

But for classic ones, for instance the "upside down A" -> "forall" is very helpful and shakes newcomers to math syntax

loremm | 1 year ago | on: Show HN: A journaling service that runs over WhatsApp

And I think you can do more about E2E encrypting it. Or at least trying to. At some point, people don't want plaintext journals floating around stored permanently. Although I know it starts as cleartext on whatsapp's servers

loremm | 1 year ago | on: Show HN: A journaling service that runs over WhatsApp

Huh yeah that's good to hear. As a small note, on my personal bot I set up a simple journaling (and then just used google sheets as the backend!) includes a nominal 'rating' 1-10 so I can see how my mood fluctuates.

Especially if they do it every day/most days, having the option to see what you wrote "on this day" 2-3 years back is great. Especially when I try to include people's names who I was interacting with (but who are easy to forget 3 years later). It can be a nice reminder to text them and say you were "just randomly", unprompted, thinking about them -- 'How's it going?'

loremm | 1 year ago | on: Show HN: A journaling service that runs over WhatsApp

Just because I'm interested in personal bots, doesn't whatsapp business have a (nominal, maybe) cost? I've been using telegram and they're amazingly bot friendly + free but I use whatsapp so much more

Does it feel like it works for small (and personal-use) players with buttons, callbacks, and the rest

loremm | 1 year ago | on: Gentle Guide to Self-Hosting

in general, it's worth noting telegram bots are easy (free) to make and messages can be sent with one cURL command. Very useful, you can even set it up to send after long terminal commands so you know to check back

loremm | 2 years ago | on: My Year of Exploration

I'm not really in the SV/VC world so what do I know. But I see what you mean.

I actually put this in my list of articles which I call "Another planet's worldview" because the way they phrase their experiences and thoughts is entirely self-consistent but so alien to my own. No judgement and I actually find it valuable to read but it does feel a little like a "CS Savior complex" (although still less egregious than some of the AI savior complexes I see lots of places)

I can read Graham without thinking he's in another planet but, as an example, George Hotz's livestream really makes me think that.

page 1