How did you add that 3D effect to the chip? It looks like you titled the perspective but then added something to the bottom left to make more 3D. That's what I'm trying to do with my image.More chips
View attachment 893040
Side note: It would be cool to build a set of chips with the community and have them professionally photographed. I know a guy.
These are awesome! Great work!More chips
View attachment 893040
Side note: It would be cool to build a set of chips with the community and have them professionally photographed. I know a guy.
YES! so many great chips that can be made into awesome sets for Mavens... what I've noticed is that players like/comment on chips that have more complex spot patterns...the Ambassador $500, for example would make a great chip....the ES $500 is probably the same.More chips
View attachment 893040
Side note: It would be cool to build a set of chips with the community and have them professionally photographed. I know a guy.
I photographed them that way, adjusting the lighting so the visible edge was lit but darker than the face.How did you add that 3D effect to the chip? It looks like you titled the perspective but then added something to the bottom left to make more 3D. That's what I'm trying to do with my image.
Ooooooh... So you cheated; got it.I photographed them that way, adjusting the lighting so the visible edge was lit but darker than the face.
GREAT WORK! WOW! These are awesome!OK, I ignored the children for an hour. I've updated my link above to go this file, but here's my updated chips with 3D edges (v1 b/c I know I'm gonna take more time and change it in the future)
View attachment 893622
Love how the chips turned out. Also, the avatars are super clean. Looks great!
I prefer the denoms.This is too much fun ...
View attachment 894780
I'm trying to decide if I should remove the denoms from the chips. I've done it on a few of them where it was large and still a little visible when put into play (like the Isle $1 on the right and the green BTP). For a few of them where the denom matches the chip's position in the lineup (like the Flamingo $1), I left it.
Hey, quick question about my renewal. I paid the $99 for t2, but I just discovered AWS has also been charging me an additional $2-3 a month. Isn't the reserve instance all inclusive?You can absolutely stay with a t2.micro if it's been serving you well. I moved to a t3.micro for several reasons:
For the price difference between the two, I decided that since I was reserving a year at a time, I just wanted the one that was going to give me the better experience.
- It doubles the number of CPUs and has more bandwidth for its network.
- More importantly, it doubles the number of CPU credits that it earns. CPU credits essentially define how the machine can burst. More credits you earn, it means that when your machine needs more CPU power, it will not be throttled.
But with that said, I don't really know how Amazon would treat a free tier as well as a reserved instance. I would hope and expect that they would only start eating into your reserved instance once you're free tier was used up. So, it should be okay to purchase the one year now and it will just start using it when you're free tier is up.
Since I changed instance types, I waited until my free tier was just about up. Then I made the purchase, switched my machine over to a t3.micro, and it just started using my reserved instance automatically.
If you do nothing, they will start charging your credit card that you have on file at the on demand rate (not the reserved rate) for your t2.micro. And you do definitely do not want that.
No, that extra two to three dollars a month is for storage. AWS separates the cost for compute and storage. The T2 instance reservation is only for the compute aspect.Hey, quick question about my renewal. I paid the $99 for t2, but I just discovered AWS has also been charging me an additional $2-3 a month. Isn't the reserve instance all inclusive?
I photographed them that way, adjusting the lighting so the visible edge was lit but darker than the face.
Is it the same with t3? I think t3 was $130, but with the additional few dollars every month, I'm going to get to that amount anyway.No, that extra two to three dollars a month is for storage. AWS separates the cost for compute and storage. The T2 instance reservation is only for the compute aspect.
F-ing Bezos...
Yes; the instance type is just telling you the specs related to computational power (CPU, RAM, GPU, etc) ... actual storage is separate from that and always additional. It's still going to be $2-$3 / month no matter what level instance type you choose.Is it the same with t3? I think t3 was $130, but with the additional few dollars every month, I'm going to get to that amount anyway.
Mine was $17.56 last month. Was running between $3-4 monthly then took a jump last April to about what it is now.Yes; the instance type is just telling you the specs related to computational power (CPU, RAM, GPU, etc) ... actual storage is separate from that and always additional. It's still going to be $2-$3 / month no matter what level instance type you choose.
I've been consistently around $16 a month.Mine was $17.56 last month. Was running between $3-4 monthly then took a jump last April to about what it is now.
Mine was $17.56 last month. Was running between $3-4 monthly then took a jump last April to about what it is now.
One reason AWS separates storage from compute is that you can mix-and-match to suite your needs. You can have a high powered compute instance type and marry it to a less expensive storage type. For me, I use GP2 (general purpose 2) EBS storage. This is a solid state drive with certain general-purpose-y capabilities (more than i need for mavens) and it's billed at $0.10 per GB/month. I have 30GB provisioned, so I have a $3 / month bill.I've been consistently around $16 a month.
Ah, but I know that @DoubleEagle pre-paid for the reserved t3.micro for the year, so it shouldn't be that.A lot of people also signed up with an introductory rate and got bumped up when the term was over. My plan was also $3 a month for a year until it expired and now pay $16 a month.
Working proof of concept:Has anyone messed around with or does anyone have interest in automated deposits/withdrawals using bitcoin's lightning network? Strike would make it really easy for normal users to move money in and out of their mavens account. Just download the app and fund in USD from a bank account or card and they're ready to deposit/withdraw to/from a mavens instance (with the right server-side code in place).
Since strike runs on/supports lightning, it would be pretty trivial to write the interface for accepting deposits/facilitating withdrawals via lighting and then use the mavens API to credit/deduct chips on mavens.
This assumes you run a lightning node (which isn't so trivial) but there may be a custodial way to do it assuming there's an API available for whatever the custodian service is.
I've got a full node, I think I'll do a proof of concept.
Working proof of concept:
This is very rough. There are many improvements that would need to be made before using this code live, like:
1. Validate the Mavens user prior to allowing the deposit (can authenticate against the API)
2. Add duplicate invoice/expired invoice handling
3. Improve the interface including showing a QR code and expiring the invoice after a certain period (2 minutes?)
4. Better error handling
Withdrawals could be handled in a similar way but I'd likely want some kind of human authorization instead of fully automating them (totally possible to manually pay out but still via lighting) just to be safe
Code here - https://github.com/eightywon/lnmavens