CIA's top project thus far
HN user
RamiAwar
Who still uses google or their products anyway?
I would convert, but price is too high for me personally.
I'd be willing to pay up to 3$ a month for my searches, but also per-use.
If I make 0 searches, why do I need to pay?
A replacement for Google that is to survive should really convince and be super cheap, it's so easy to ignore sponsored search results (for now).
20$
1200$
I have an easier time justifying this
I've built an open source data analysis and visualization tool https://dataline.app
Now my product manager and customer support teams use it for most small questions / charts needed.
I've always said that the best ORM is one that allows for type safe query building.
This kind of generates the type safe queries for you, which is the end goal. But then why don't developers use the query builder instead? Why have an unnecessary generation step?
I feel like a good query builder ORM is more than enough and more straightforward than this. What am I missing?
This is sick! Is it open source?
Would be a massive plus if this runs alongside the webserver (i.e. not a separate entity - ex. alongside FastAPI).
I also think I'd only use it if it's open source since it sees all my traffic.
Anyone who has touched HTML emails knows the devilry involved. Kudos for developing and open sourcing this! Excited to try it out for my newsletter.
Thank you! Will send you a private demo :)
Thank you!
On the info leaving your machine part, obviously since we're using OpenAI the table metadata will be sent to draft the SQL. But the conversations and messages and the stored results and everything stays local in an SQLite DB. No cloud or anything involved. With Local LLMs it will indeed be FULLY airtight.
We don't support local LLMs yet cause we want to ensure high quality results. We're only exposing models after we test them thoroughly (eval pipeline work nearly done now - less than a week left probs). So soon we'll be releasing more supported models, including local LLMs. But only if they're good enough/fast enough. Speed is one concern for local LLMs but you should see the quality - pretty meh right now. But haven't tested all of them so can't generalize yet. With the eval pipeline this will be much easier.
Reading this paper made me cringe so hard... You can't just frame it like it's sun exposure that leads to low mortality.
Or that sentence: "Lack of sun exposure is just as bad as smoking."
Do you even hear yourself? Have you taken a statistics course before? How did this even get published?
There are 99999999 other reasons that contributed to mortality. Sun exposure is definitely not one of them.
Exercise and nutrition are the leading factors, period. Who funded this shit
kind of the point though
Amazing write up, thanks! Really enjoyed it, miss working on C/C++ apps from scratch and having full control
Why not open source if it's truly private?
Reminds me of this ancient plant that produces its own fertilizer from Nitrogen with bacteria https://www.theatlantic.com/science/archive/2018/08/amaizeba...
But what if we figure out a way to make a particle generator that is entangled to another particle generator?
Then we could generate particles from each that can be potentially entangled to the original system as well. Can it work that way?
If we keep looking at one bit there's probably not much we can do. But when we start looking at entanglement of systems then maybe some we learn about some phenomenon that makes this possible.
Excuse my ignorance, I'm not even a physics major so I probably spewed meaninglessness but I'd love to learn more from replies!
Pls dont.
Just install several pythons with different binary names.
ex. python3.8, python3.9, python3.11
No need to complicate things.
If using Poetry, you can just do `poetry env use python3.8`.
Never buying an apple product again personally, or building ios apps.
I love this! I wish it existed back when I was writing my first memory allocators in university or when building a custom EntityComponentSystem implementation.
I'd love to also see applications of custom memory allocations. I know about usecases in building game engines and the importance of hitting cache there, but I'm not sure where else in the world this would be as useful.