1. Issue based direct democracy allowing to trade votes https://voteflux.org 2. longevity research https://www.sens.org
But it would break the deadlock we have now in the USA so that's worth experimenting with.
151–160 of 257 posts
1. Issue based direct democracy allowing to trade votes https://voteflux.org 2. longevity research https://www.sens.org
But it would break the deadlock we have now in the USA so that's worth experimenting with.
Earlier quoted context omitted.
https://en.wikipedia.org/wiki/5D_optical_data_storage
Pretty cool. But this: > Assuming a 100% efficient laser, that is one watt-hour (3.6 kJ) of energy consumption for a maximum 0.5 Mbits of data storage. Is not good
Elixir's/Phoenix' LiveView (and clones/similar approaches). It's been discussed plenty on HN, so I don't think I need to elaborate too much. But I'll just say that as I'm using it in more and more new projects and adding it piecemeal to existing ones, I'm constantly amazed by how much complexity just disappears, and how pleasant it all is to work with. I do feel that it'll take another year or two for all of it to 'm…
Can you name a few of Phoenix LiveView clones/similar approaches in other languages that are actively developed and worth looking into?
Earlier quoted context omitted.
People are vegan or vegetarian for various reasons, health, environmental or ethical. An ethical ovo-lacto vegetarian doesn't make much sense to me since the dairy industry is pretty cruel, egg production isn't great either.
I wouldn't call myself an "ethical ovo-lacto vegetarian" because it sounds pompous, but it's basically what I am. My position is that raising and killing animals for meat is unjustifiable by any reasonable ethical or environmental standard. However, it is possible for dairy and egg production to be ethical, even though it often isn't in practice. So, I try to source eggs and milk from producers who minimize suffering…
Elixir's/Phoenix' LiveView (and clones/similar approaches). It's been discussed plenty on HN, so I don't think I need to elaborate too much. But I'll just say that as I'm using it in more and more new projects and adding it piecemeal to existing ones, I'm constantly amazed by how much complexity just disappears, and how pleasant it all is to work with. I do feel that it'll take another year or two for all of it to 'm…
Can you name a few of Phoenix LiveView clones/similar approaches in other languages that are actively developed and worth looking into?
ps: The BEAM is what makes LiveView so great, do not expect the same in the other environments.
[Serverless] Graph databases [Scripting Language] Infrastructure as code tools Genetic Programming Functional Programming Neural Networks / Differentiable Programming Cognitive Architecture Reinforcement Learning Causal Statistics Array databases Bitemporal data PostgreSQL schema migration tools Functional GraphQL directives CRDT/ORDT frameworks WASI/WASM as a replacement for Docker
https://hotwire.dev/ - alternative approach to building modern web applications by sending HTML instead of JSON over the wire. https://temporal.io/ - is the new kid on the block of state-dependent service-orchestrated application development platforms. https://workos.com/ - is building enterprise-readiness as a service, enabling new companies to start selling to enterprise customers with just a few lines of code. htt…
> https://hotwire.dev/ - alternative approach to building modern web applications by sending HTML instead of JSON over the wire. I find it funny that it's now considered a promising alternative approach; conceptually this is very similar to AJAX, which was the standard way to make pages dynamic ten years ago.
I also use some more mainstream things like Heroku, so these are my more-indie/alternative services I'm watching/playing with: • Backblaze B2 https://www.backblaze.com/b2/cloud-storage.html : super-cheap and straightforward data management. I made a Node.js library around it: https://www.npmjs.com/package/backblaze • Bunny CDN https://bunnycdn.com/ : it looks like a great indie CDN solution. The normal CDN is dead ch…