Avatar
bumi
330fb1431ff9d8c250706bbcdc016d5495a3f744e047a408173e92ae7ee42dac
working on getalby.com - a browser extension with lightning and Nostr support

liquid <> lightning swaps work great on nostr:npub1psm37hke2pmxzdzraqe3cjmqs28dv77da74pdx8mtn5a0vegtlas9q8970

fast, easy, just as it should be!

do you have the right account selected in Alby? and does that account have a nostr key configured?

Some parts in Alby got quite a bit faster over the last days for some heavy, heavy users. Did you notice some speed improvements?

humanscript is an inferpreter. A script interpreter that infers commands from natural language using AI. There is no predefined syntax, humanscripts just say what they want to happen, and when you execute them, it happens.

https://github.com/lukechilds/humanscript

This is a humanscript called tidy-screenshots. It takes an unorganised directory of screenshots and organises them into directories based on the month the screenshot was taken.

It can be executed like any other script.

https://void.cat/d/Rf3GkVQbCtg6NSfzUndkou.webp

The LLM inferpreted the humanscript into the following bash script at runtime.

https://void.cat/d/Br86EpyZev12HtsxtYka3i.webp

The code is streamed out of the LLM during inferpretation and executed line by line so execution is not blocked waiting for inference to finish. The generated code is cached on first run and will be executed instantly on subsequent runs, bypassing the need for reinferpretation.

https://void.cat/d/CCLBU6ZNWq5bXnioMGkkcB.webp

The humanscript inferpreter supports a wide range of LLM backends. It can be used with cloud hosted LLMs like OpenAI's GTP-3.5 and GPT-4 or locally running open source LLMs like Llama 2.

You can run humanscript in a sandboxed Docker environment with a single command if you want to have a play.

https://github.com/lukechilds/humanscript#install-humanscript

that's pretty cool! nice usage.

does it contain same guards that the script does not mess something up? e.g. works only in a folder and such?

I have no idea. :) but if they do, I'd take one to test things.

Can someone send me some liquid asset on mainnet?

A volcano bond or something similar is also OK. ;)

Replying to Avatar dolu

Maybe this https://relaying.io I'm not sure this is exactly what you need.

Also, I never tested this service. There's a chance it won't work

ah, thanks. interesting

you can send zaps with installing NWC on your umbrel (it’s in the app store there)

but receiving is not so easily possible right now

we're still better at writing code and envisioning lightning web products that writing announcements.

something we have to get better at for our users.

Replying to Avatar jack

random

my wall map… radom

You don't but, :) but if you don't it is probably not for you as you don't code with JavaScript/TypeScript?

The library has support to decide the depths you want to load (meaning to also get the dependencies of a dependency).

In the CLI we do not set this for simplicity reasons. the user would need to be asked another question.

but it can easily be changed here:

https://github.com/getAlby/pkgzap/blob/main/cli/bin/index.js#L112

And yeah, with the lightning prism idea the package developer already can pass on the payment and split up received payments. So I think ideally this would be the way to go?

Replying to nobody

Hey nostr:npub1m0sxqk5uwvtjhtt4yw3j0v3k6402fd35aq8832gp8kmer78atvkq9vgcru my alby is having issues and not sure what's up

somebody started paying you / made a payment request through a ln address for example, but did not pay in the end.

bluewallet shows those. we don’t. (it does not make sense to show those, likely they will not get paid)

Who is coming to the Chaos Communication Camp this year?

but thanks a lot for the feedback! that's very important to hear.

and feel free to use an lnbits, kollider, etc. setup. There are imo really quite some easy and good solutions.

That's interesting to hear!

Why don't you set "Remember my choice and don't ask again" when it asks for the permission?

It's a big question how much control the user should have and if/when to be prompted when a website does some action.

Currently you have to confirm each action once and you can set the option to "remember" it.

does this not work for you? what do you expect?