Fork me on GitHub
#off-topic
<
2024-06-02
>
Ludger Solbach08:06:03

https://arxiv.org/pdf/2104.09945, very interesting paper on time as the process of turning the indefinite future into the definite past. Fits nicely with the Epochal Time Model, IMHO and makes me think about quite some stuff in computer science (e.g. table/stream duality and materialized views, Datomic transactions or Kafka compaction). :thinking_face:

Ludger Solbach14:06:13

20:42++ Data is data. 👍

seancorfield17:06:33

Interesting point he makes around 10' in, about Java being based around nominal types rather than structured types -- I hadn't really thought about that before.

Daniel Gerson11:06:30

Okay, hearing about use cases of structured types in Go has at least cleared some of this up for me :-)

p-himik15:06:56

Just encountered a perfect example of how not to design an API. I need to programmatically create an issue in Linear with a labeled URL and a screenshot. I have to make 5 requests: 1. Create an issue and get its ID 2. Create a "URL attachment" with a title and a URL using that issue ID 3. Create a signed URL for the screenshot 4. Upload the screenshot data to that URL 5. Create another "URL attachment" to associate that uploaded screenshot with the issue If I want to add another file attachment, that's another 3 requests. And it's also as slow as a slug. At least I don't have to make separate requests for issue summary and description.

😬 2
😕 1
oyakushev16:06:38

But it is #modular and #composable!

Ludger Solbach16:06:24

and directional

p-himik18:06:37

I think they've designed their API only around their own needs, without any thought for outside users, and then simply made it all public. After all, in their app I can only create things in a piecemeal manner.

oyakushev18:06:34

Have I been living under a rock not knowing that Htop can show I/O stats out of the box?

😲 3
souenzzo10:06:18

I also noticed this these days. I have no idea when it appeared. I'm sure that wasn't there when I learned about htop (probably ~2012 😆 )

souenzzo10:06:10

seems since 3.0.3 or ~4 years ago

👍 1
Drew Verlee05:06:07

when and why do you end up looking at this? (im just curious)