physix | 8 months ago | on: Postgres LISTEN/NOTIFY does not scale
physix's comments
physix | 8 months ago | on: Postgres LISTEN/NOTIFY does not scale
In databases where your domain is also your physical data model, coupling business logic to the database can work quite well, if the DBMS supports that.
https://medium.com/@paul_42036/entity-workflows-for-event-dr...
physix | 8 months ago | on: A Typology of Canadianisms
It's missing.
physix | 8 months ago | on: Mercury: Ultra-fast language models based on diffusion
Comments are pretty short, but there are many millions of them. So getting high throughput at minimum cost is key.
I'm hoping that Inception might be able to churn through this quickly.
If you folks have other ideas or suggestions, what might also work, I'd love to hear them!
The idea is having a semgrep command line tool. If latencies are dropping dramatically, it might be feasible.
physix | 8 months ago | on: Crypto 101 – Introductory course on cryptography (2017)
physix | 8 months ago | on: AI valuations are verging on the unhinged (Unless ASI is just around the corner)
physix | 8 months ago | on: AI valuations are verging on the unhinged (Unless ASI is just around the corner)
physix | 8 months ago | on: AI valuations are verging on the unhinged (Unless ASI is just around the corner)
Interesting that The Economist thinks they are "verging on the unhinged", and not yet actually unhinged. Is that a buy signal? :-)
physix | 8 months ago | on: The bitter lesson is coming for tokenization
I'm a total noob in ML. I just had to vent something for not understanding this stuff and realizing that knowing physics doesn't mean you can grok ML mechanics.
physix | 8 months ago | on: Polystate: Composable Finite State Machines
https://medium.com/@paul_42036/entity-workflows-for-event-dr...
I believe that FSMs are a very powerful approach, even for building entire systems. So much so, that it forms a core part of our product.
physix | 8 months ago | on: P-Hacking in Startups
If your core product isn't any good, A/B testing seems like rearranging the deck chairs on the Titanic.
physix | 8 months ago | on: We moved from AWS to Hetzner, saved 90%, kept ISO 27001 with Ansible
physix | 8 months ago | on: We moved from AWS to Hetzner, saved 90%, kept ISO 27001 with Ansible
We're also bootstrapped and use Hetzner, not AWS (except for the occasional test), for very much the same reasons as you.
And we are also fully infrastructure as code using Ansible.
We used to be a pure software vendor, but are bringing out a devtool where the free tier runs on Hetzner. But with traction, as we build out higher tier services, it's an open question on what infrastructure to host it on.
There are a kazillion things to consider, not the least of which is where the user wants us to be.
physix | 8 months ago | on: Ask HN: How did you meet your co-founder?
We trust, respect and understand each other. I think that's really important. You'll be going through think and think together.
physix | 8 months ago | on: The AGI economy is coming faster than you think
From what I understand, we are far from achieving AGI, and the article would have benefited from defining the term and putting it into relation.
Because the disruption is significant even without AGI.
physix | 8 months ago | on: I Dropped the Production Database on a Friday Night
We were devs with root access to production and no network segregation. He wanted to upgrade his dev environment, but chose the wrong resource file.
He was lucky it was a Friday, because it took us the whole weekend working round the clock to get the system and the data to a consistent state by start of trading.
We called him The Dark Destroyer thereafter.
So I would add network segregation to the mix of good ideas for production ops.
physix | 8 months ago | on: I Dropped the Production Database on a Friday Night
> I immediately messaged my co-founders.
physix | 8 months ago | on: I Dropped the Production Database on a Friday Night
They were extremely lucky. Imagine what the boss would have said if they hadn't managed to recover the data.
physix | 8 months ago | on: Show HN: SnapQL – Desktop app to query Postgres with AI
"Give me all the back office account postings for payment transfers of CCP cleared IRD trades which settled yesterday with a payment amount over 1M having a value date in two days"
That's what I'd like to be able to say and get an accurate response.
physix | 8 months ago | on: In praise of “normal” engineers
From the perspective of the composition of software engineering teams: Most of us have to make due with the average, we strive to find the above average and avoid the mediocre, but mostly we are teams composed of "normal" people. The article has some good advice for making the best out of a group of normal people. It particularly relevant because it's unlikely that you'll see anything else.
I like that. Sounds like a synonym for "Platform Engineering". :-)
I remember being amazed that lambda architecture was considered a kind of reference, when it looked to me more like a workaround.
We like to build IT cathedrals, until we have to run them.