Live data from Hacker News

Viewing profile — dolia

dolia

HN member
Joined
Sat, Jun 18, 2022, 8:14 AM UTC
HN karma
37
Public activity
21 items

About dolia

No profile information was provided.

Recent public activity

  1. comment
    Comment #49241589

    This applies to a lot of scientific and practical (like construction) topics in general. Everyone relies on someone else (or something else) knowing what to do.

  2. story
    Ask HN: Why did Fastify never get more hype?

    I've been checking current frameworks for Node.js, and it seems, for example, that Hono is quite popular and gets supported by different solutions (e.g. AI agent libraries) much ea…

  3. comment
    Comment #48773470

    Ok, I checked what Go does. It indeed can generate runtime validators from types. Neat, TIL. I'd argue it's not by default a capability of statically typed languages, rather someth…

  4. comment
    Comment #48733283

    "every time I have to type "as" my inner Haskell programmer screams." - most of the times you don't have to. You choose to. "If I could add one feature to Typescript it would be so…

  5. comment
    Comment #48630918

    TIL, thanks. The 2nd point stands though. A person with good or perfect pitch will quickly tune to another frequency.

  6. comment
    Comment #48627367

    Clearly, it makes sense to have perfect pitch only in connection with a particular instrument for practical purposes. Besides being a neat party trick, it gives more possibilities …

  7. comment
    Comment #48627316

    Is there anything about notes and instruments tuning that is not arbitrary? But hear me out: there's few hundred years tradition behind it, at least in the west, so why not follow …

  8. comment
    Comment #48590690

    Are you opposed to F35s only or to army spendings in general?

  9. story
  10. comment
    Comment #48538613

    I feel that too many people are confusing arguments they agree with with logical arguments. Most of people, when they claim that something is rational or logical, actually mean tha…

  11. comment
    Comment #48410920

    Learning to code just for fun is fun. Learning to code just so you understand better the AI output makes sense. Learning to code and making it your profession - I think times are r…

  12. comment
    Comment #47540360

    Just out of interest, are you coming from the area?

  13. comment
    Comment #47033228

    So the value it is producing is for you as the service provider on the hype. If the whole notion of "I set up a service because there was so much demand form friends" is even to be…

  14. comment
    Comment #47033212

    You think he implemented those thousands of integrations himself? Or maybe some particular tool was used that can be used again for implementing such things? Particular tool that s…

  15. comment
    Comment #47001503

    Lurkkit seems very nice!

  16. comment
    Comment #46945650

    Please, tell more?

  17. comment
    Comment #46497366

    Few reasons: 1. Habit. We're used to use Telegram for everything: news sources, social network, messaging, memes. Telegram has more capabilities than other apps. You can't realisti…

  18. comment
    Comment #46233840

    Oh man, this is my jam. I remember seeing this kind of puzzles in a Martin Gardner's book. Thank you :)

  19. comment
    Comment #45695150

    What an achievement.

  20. comment
    Comment #45472796

    Thank you for showing this. I am slowly working on a book with a similar goal as yours. Your book is very interesting and inspiring. Your work might have gone unnoticed by most, bu…

  21. story
    Show HN: "The Roots of Lisp" Interpreter

    This is the Lisp interpreter in Typescript, as described in "The Roots of Lisp" article.