pull down to refresh

Calling all stackers!

Leave a comment below to let the SN community know what you're working on this week. It doesn't matter how big or small your project is, or how much progress you've made.

Just share what you're up to, and let the community know if you want any feedback or help.

70 sats \ 3 replies \ @k00b 7h

External wallet plumbing where the goal is:

  1. make our best effort to surface invoice receive status
  2. enable sending
reply

@Car brought to my attention the new wallet ui... sounds like if we add remaining budget/balance to clink debit responses you could use it as a web wallet from SN? Or would you need it as a info query separate from an operation?

Would be a good spec extension I was marinading on anyway, just don't want to complicate handling for sdk users, let me know what you're thinking is on it...

reply
87 sats \ 0 replies \ @k00b 6h

We implement a getBalance function for each send side wallet that supports balance fetching. Ideally we'd be able to use the ndebit string to get a clink balance as an independent request. If it's a field on the debit response, it probably wouldn't make much sense for us because we'd have to cache it clientside and it'd be stale until money was sent again.

To each wallet we are also adding (when supported):

  1. a checkInvoice function for receive side to record if an invoice we generated was paid
  2. a checkPayment function for send side to gather the preimage/status for an invoice we attempted to pay

So as-is:

  • lack of getBalance reports balance as unavailable
  • lack of checkInvoice warns that we don't know if the invoice was paid
  • lack of checkPayment, assuming we missed the preimage of the send response and did not get a definite fail response, warns that payment status is unknown to us and could be complete/inflight
reply
18 sats \ 0 replies \ @Car 5h

So far works pretty darn well,

Removed my primal wallet and using Shocknet🤘

reply
178 sats \ 0 replies \ @sox 9h

Mainly UI stuff this week. Experimenting with what can be the foundations for the next UI.

Of course, bugfixes on the side.

reply
106 sats \ 4 replies \ @optimism 9h

Trying to figure out what options other than US products (because this will not be applied to just one provider) I'll have when Anthropic inevitably fails to coerce me to do KYC with them next month, by benchmarking real work (on SN) against 3 models.

It's not hopeless thus far, but it's getting quite clear that work templates need to become much more verbose, and may require multi-stage orchestration.

reply

Played with GLM 5.2 yet?

reply
18 sats \ 2 replies \ @optimism 7h
reply

Nice, waiting for PPQ to add it to take for a spin

reply
18 sats \ 0 replies \ @optimism 7h

It's there.

z-ai/glm-5.2 for vanilla and private/glm-5-2 for the TEE-guarded one

reply

I'm helping my pops with some yardwork. Years ago he put cages around young trees to prevent deer from nibbling on them. The grass underneath the trees has grown very tall so I'm removing the cages and trimming the grass. It is very satisfying work to take the weedwacker to the tall grass.

Also drawing some more 64x64 images for the art collecting game I'm working on. I'm calling them, "gweirdos"

reply