I'm just going to state again what I want, which is only tangentially related to the topic... 1) I go on Github and configure a service 2) I make a wallet that people can donate to 3) I start up a virtual machine, aimed at the Github, using the wallet to pay for the time on the machine. The virtual machine host guarantees that the code at that Github is what's really running. I can imagine lots of other things I want…
> The ... host guarantees... This is a really hard problem with "solutions" that usually run counter to privacy and, you know, controlling the machine consuming your electricity. Remote Attestation has come a long way, but (at least on Linux) still in its infancy.
Workstream: A fast virtual computer you can use for anything
71–80 of 255 posts
Re: Workstream: A fast virtual computer you can use for anything
#72Re: Workstream: A fast virtual computer you can use for anything
#73I'm just going to state again what I want, which is only tangentially related to the topic... 1) I go on Github and configure a service 2) I make a wallet that people can donate to 3) I start up a virtual machine, aimed at the Github, using the wallet to pay for the time on the machine. The virtual machine host guarantees that the code at that Github is what's really running. I can imagine lots of other things I want…
It's miles and leaps beyond what GitHub offers (different target I suppose).
You'd still have to code the linking to a wallet part, but that's definitely doable.
Re: Workstream: A fast virtual computer you can use for anything
#74Earlier quoted context omitted.
I'm waiting for my honest business practices to pay off. No cookies, no ads, donations only. It hasn't paid off aside from about 1k per year in revenue and lots of thank you emails.
No cookies, no ads, source code always available, pay for a prebuilt version, user names price ... in excess of $100k/year (after 20 years :) ... ardour.org
Re: Workstream: A fast virtual computer you can use for anything
#75Looks quite interesting. I could really use a Windows box that I could use for a few games while I'm isolated not at home with only my Macbook Pro.
Re: Workstream: A fast virtual computer you can use for anything
#76Looks quite interesting. I could really use a Windows box that I could use for a few games while I'm isolated not at home with only my Macbook Pro.
Why use this over GeForce Now? Really curious, I don't see a lot of advantages.
So the advantage of Paperspace would be that you can play many more games than you can on GeForce NOW.
Re: Workstream: A fast virtual computer you can use for anything
#77Earlier quoted context omitted.
There’s nothing dishonest about just straight up charging, as long as you’re honest about what you’re charging.
I agree. I tried selling books, but it felt like the articles were just marketing funnels to the books. Still, I didn't do real copywriting. After a while I changed to donations Because the idea was to help people. And my day job pays 6 figs.
Please breed if you can ;-) Hum, I mean, transmit who you are to other, infect them with greatness, however you can (books is a great idea, teaching and mentoring as well).
FWIW I think there's an ethical way to profit, but we have to be willing to wait for the value we created to actually materialize in the real world. A not-so-rare case, I think, is people donating large amounts to their mentors, once they "get there", once they're established and earning enough (likely 2-5 years after the mentorship or transmission took place; sometimes way more).
You certainly can't live from those returns. Some of them might be fabulous though, if what you transmitted was really life-changing. I guess. Never been on that side of things (gave, did not receive) but I'm thinking putting out the value is the mission, and anything else is a secondary concern (just keep that day job to pay the bills).
Have a great one.
Re: Workstream: A fast virtual computer you can use for anything
#78My advice would be to use the cheap, high performance machines (VC subsidized?) if it makes sense, but never ever store data with them without backing up to a different service (git or Dropbox maybe?)
Re: Workstream: A fast virtual computer you can use for anything
#79I'm just going to state again what I want, which is only tangentially related to the topic... 1) I go on Github and configure a service 2) I make a wallet that people can donate to 3) I start up a virtual machine, aimed at the Github, using the wallet to pay for the time on the machine. The virtual machine host guarantees that the code at that Github is what's really running. I can imagine lots of other things I want…
I was thinking about something similar a few months back, and I think it could be doable. You'd need a CI service that creates reproducible builds, and a hosting service that can show what build artifact is currently loaded. You'd allow the public to view the state of the service. I think it could work with heroku or similar.
That gets me closer to: I trust the code, and I trust the hosting service (I.E. AWS), but I don't need to trust the person running the code as I can verify that it matches what's on GitHub.
Re: Workstream: A fast virtual computer you can use for anything
#80Maybe some benchmarks?