HN user

jmort

22 karma

long time lurker, first time poster.

jonathanmortensen.com

[ my public key: https://keybase.io/mortensen; my proof: https://keybase.io/mortensen/sigs/-v0YUR1bnpKAl9D-5t4SEbDA8xz40GIM_P7aWXlp2fw ]

Posts4
Comments18
View on HN

Yep, you could run an anonymization workload inside the OpenPCC compute node. We target inference as the "workload" but it's really just attested HTTP server where you can't see inside. So, in this case your client (the wearable) would send its data first through OpenPCC to a server that runs some anonymization process.

If it's possible to anonymize on the wearable, that would be simpler.

The challenge is what does the anonymizer "do" to be perfect?

As an aside, IMO homomorphic encryption (still) isn't ready...

Ollama Turbo 12 months ago

I don't see a privacy policy and their desktop app is closed source. So, not encouraging.

[full disclosure I am working on something with actual privacy guarantees for LLM calls that does use a transparency log, etc.]

Can you say a bit more about "performant" or point me to some information? I haven't found any yet. I'm processing millions of protobufs per second and would love to get away from batch jobs to do some incredibly basic counting -- this seems like a fit conceptually...If its a fit, any recommendations on the best way to get those protobufs off a kafka stream and into pipelinedb would be great, too!

[Gyroscope cofounder here] We've experienced similar things and that was the motivation for this post -- ticketing systems and startups seem contradictory. What other processes/stack does your company use?

Thanks! Really an excellent tool! I'd originally written a shiny app, but this was much better!

Other than the plot (thanks, gballan), it would be nice to adjust the width of layout cells, especially for the code cells. It would also be cool to adjust the spacing between cells to reduce whitespace when another cell in the same row takes up a huge amount but others do not.

I was not clear how to place markdown text in between or after tables and sliders but might have just missed how to do that.

Thanks again!

Hey all, I wrote this little Blab after struggling to visualize the impact of budgeting and investments in the long term. People kept telling me to save and invest, but I wanted to see empirically why this is true.

Features I'd like to add:

  - Better taxation rules
  - Specific asset classes and investment accounts with 
    associated taxation, withdraw limits, and contribution limits
  - Investment allocation strategy with a changing risk profile 
    and tax conscious account allocation
  - Social security income
  - Highlighting the "important" factors 
    (i.e., the ones that impact the plot the most)
  - A probabilistic simulation to get a better result estimate 
    (i.e., confidence intervals)
If you want to contribute, that'd be awesome! You can also easily fork it. If you have questions, I'm happy to answer them here!