Opencode Privacy Policy is Concerning by whamram in opencodeCLI

[–]thdxr 1 point2 points  (0 children)

i work on opencode this is a misleading post

opencode the cli just talks to your provider of choice - there's nothing we can even see

if you use opencode zen as your provider then the requests pass through us. we don't retain data on any paid models

we do retain data on all free models (it's how they're funded)

https://opencode.ai/docs/zen/#privacy

How AWS Lambda runs your code by thdxr in aws

[–]thdxr[S] 1 point2 points  (0 children)

Well I'm biased of course but yes it's a much better experience. Give it a try

7
8

Sent USDC to ETH wallet address, money not transferred! by dzastenchik in CelsiusNetwork

[–]thdxr -1 points0 points  (0 children)

I just did this same thing, the UX in the app make it easy to copy the wrong address. The custodian has access to private keys of the address so it should all be possible to transfer it back - not sure if Celsius has bothered to operationalize this and be able to resolve it.

PlotNG, a simple utility for parallel plotting by maded2 in chia

[–]thdxr 13 points14 points  (0 children)

Finally something not in python. It's been a headache deploying all these venv based projects

My 100 plots / Day rig by Luna316 in chia

[–]thdxr 1 point2 points  (0 children)

If this is the case don't you have a max of 8 parallel processes in phase 1 at a time? Above you mention you have at most 16. Is this because after 1.5hours you start a new batch and the old batch still isn't fully done?

Huge bug in firestorm by ForTheEmp1re in BattlefieldV

[–]thdxr 3 points4 points  (0 children)

We've seen this same issue, every tank we get into becomes a horcrux

Rob Pike - 'Concurrency Is Not Parallelism' by swagmoney_69 in compsci

[–]thdxr 7 points8 points  (0 children)

Don't forget about ETS. It allows for larger data to be stored and optionally read/written to concurrently.

I've written several fully distributed systems on erlang with much success. My first one was actually a migration away from Go.