Viewing profile — tinco
tinco
HN member- Joined
- Wed, Mar 24, 2010, 10:53 PM UTC
- HN karma
- 12,183
- Public activity
- 3,387 items
- HN profile
- View on Hacker News ↗
About tinco
I am working on code generation at Bosun.AI. Previously CTO at Aeroscan.nl, and lead engineer at Phusion.nl.
[ my public key: https://keybase.io/tinco; my proof: https://keybase.io/tinco/sigs/0OUuceCURCXaFpxf5PCgpBOzDSX8K7Ux-FTuhO2zK9U ]
Recent public activity
-
comment
Comment #49184149
This is really interesting. I built a similar product (not released yet), but it uses Kubernetes as the infrastructure layer instead of Cloudflare OS. I guess all these years later…
-
comment
Comment #48930962
When I was in university the course was called compiler construction. Making a language like G# is very simple and about the level that the final project of the course would be if …
-
comment
Comment #48773090
I don't know how CarPlay is, but Android Auto restricts the apps and app interactions you can do in the Android Auto user interface. On my phone the only apps that show up are goog…
-
comment
Comment #48607152
They might, but the final outcome of that depends on whether the tokenmaxxing rust-using zero-user startups are using more memory in ci/cd than the users of efficiently written suc…
-
comment
Comment #48122268
Seems like not being compatible with Sentry's agent is a missed opportunity for Appsignal, which I think is the premier EU based (Amsterdam) APM suite at the moment. It sounds like…
-
comment
Comment #47908317
Ok so how does he know that? This whole podcast is about how we don't even know how tau clumps and amyloid build ups relate to the progression of the disease.
-
comment
Comment #47859857
A transistor effectively is an AND gate. If there is a charge on both the source and the gate, then charge can move to drain. So if you charge up the capacitor and you connect it t…
-
comment
Comment #47766361
It might count, but it is easy with git as well, what is the feature in jj that makes this easier? Switching branches and pushing changes to remotes is the core feature of git and …
-
comment
Comment #47658982
I came into Steins;Gate completely cold. I watched it when it came out and I only just realised there's more to the universe. It's a ridiculously good anime, probably a top 10 for …
-
comment
Comment #47624024
Never worked at a FAANG, but from what I read from their cultures I don't think a letter to the CEO from a senior engineer would go entirely unnoticed there. CEO's might receive cr…
-
comment
Comment #47564417
No we can't. In the early 2000s we desperately tried to get our governments to be less dependent on Microsoft and we completely failed. Europe is not a federation like the US, wors…
-
comment
Comment #47475106
I know it can, but it can't download it faster than the network card can write it into its buffers. That's the part I would count as the 50ms that both can't improve upon.
-
comment
Comment #47467319
> That's not how anything works. Different languages will perform differently on IO work, different runtimes will degrade under IO differently, etc. That's why even basic echo HTTP…
-
comment
Comment #47465153
I'm saying that the Rust might execute in 50ms and the Python in 150ms. You are the one not making sense, we are talking about application performance, why are you not measuring th…
-
comment
Comment #47465125
Sure, within 100ms. Who cares what the performance multiples are?
-
comment
Comment #47464981
It would come pretty close, probably close enough that you wouldn't be able to tell the difference on 90% of projects.
-
comment
Comment #47388072
What is more expensive, copying the message, or memory fencing it, or do you always need both in concurrent actors? Are you saying the message passing overhead is less than the cos…
-
comment
Comment #47333346
Why couldn't a machine that identifies relations between tokens be AGI? You're imposing an arbitrary constraint. It is either generally intelligent or its not, whether it uses toke…
-
comment
Comment #47224470
Less than 5% of the population knew what it meant to install an app when the iPhone launched. I believe Steve Ballmer ridiculed the idea when asked about it. A great many amount of…
- story
-
comment
Comment #47125376
My company helps companies do migrations using LLM agents and rigid validations, and it is not a surprising goal. Of course most projects are not as clean as a compiler is in terms…
-
comment
Comment #46868573
The Falcon Heavy is $97 million per launch for 64000 kg to LEO, about $1,500 per kg. Starship is gonna be a factor 10 or if you believe Elon a factor 100 cheaper. A single NVidia s…
-
comment
Comment #46781161
There was no need for the 15 year old boy who told me this traumatic story of how his sister was killed in his own house to make that story up, because just the fact that they're a…
-
comment
Comment #46776710
Depends on what you want to hear. The Iranian family in my neighborhood whose father was a doctor fled after Islamist police cut their daughter to pieces in their own home for dres…
-
comment
Comment #46457737
To be fair, working on the Rust compiler is also something to do when you're learning Rust. I guess this person is killing two birds with one stone.