HackerTrans
TopNewTrendsCommentsPastAskShowJobs

nvartolomei

no profile record

comments

nvartolomei
·23 gün önce·discuss
How? Have you tried contributing a reasonable implementation with test coverage and it was rejected?
nvartolomei
·3 ay önce·discuss
> changes are aggregated and committed back to S3 roughly every 60 seconds as a single PUT

Single PUT per file I assume?
nvartolomei
·4 ay önce·discuss
Upgraded to one of the latest iPhone recently. First time I clicked on “transfer data from old phone”. I’m used to reinstalling the operating system every couple of months from when I used Windows. It took maybe 15 minutes with close to 0 interactions. Everything was transferred. I was already authenticated in apps. What took manual steps was eSIM transfers.

I don’t remember exact steps so there could have been a bit more. But it was an impressive experience and I told my geek friends about it. They were surprised this is the first time I used this feature.
nvartolomei
·6 ay önce·discuss
Wrap gdb in a shell script and you’ve got yourself an actual profiler: https://poormansprofiler.org/
nvartolomei
·7 ay önce·discuss
I love P and have used it for personal projects (like OSWALD^1) and at work (for some Redpanda components).

I find it very approachable. If you know some basic theory of distributed systems and have been exposed to actors and state machines before, you should be able to have some non trivial models in a few days at days.

Things get slightly more complicated when you begin to ask yourself whether or not you have validated enough of the state space to have confidence in the design. The verifier has a much of options who care poorly documented.

Recently, P was extended to support exploring the entire state space (PEX mode) as well as a prover. These have only rudimentary documentation. I learned about them more by looking at code.

1: https://nvartolomei.com/oswald/
nvartolomei
·7 ay önce·discuss
According to public information, AWS uses both and not only. AWS wrote a paper on the topic with some details about their applications of formal methods^1. AWS is a large org though, it would be hard to generalise or reduce their approach to any single method.

1: https://www.amazon.science/publications/using-lightweight-fo...

Later add: I believe P creator is employed by AWS at this moment.
nvartolomei
·8 ay önce·discuss
Love that it makes you spell the mangled symbols. Forces the brain to do some proper work.
nvartolomei
·9 ay önce·discuss
Please share more about Ray Data use case.
nvartolomei
·9 ay önce·discuss
I do often ask Claude Code or Gemini CLI to write commits. I agree with you on why being important. Majority of these being bug fixes accompanied tests where the why is easily inferred from the change/newly added tests and their comments.
nvartolomei
·geçen yıl·discuss
*Engines That Move Markets: Technology Investing from Railroads to the Internet and Beyond* by Alasdair G. M. Nairn

I’ve had a few aha moments while reading this book. Although it's primarily written from an investor's perspective, it does contain a fair share of insight about creation and commercialisation of technology, the mechanics of monopolies, government involvement, foreign affairs, etc.
nvartolomei
·3 yıl önce·discuss
A “note taking” app after spending years looking for “the right one”. Nothing ground breaking, similar to most other “connected notes” apps but with one small difference: everything is built for my brain workflow rather than the other way around.

https://nvartolomei.com/omniverse/

Maybe, one day, after I’m satisfied with its functionality I’ll make it open(-source). For now, in the interest of keeping friction low, moving fast and breaking things, it’s pretty private.