Live data from Hacker News

Viewing profile — spawarotti

spawarotti

HN member
Joined
Thu, Sep 12, 2013, 7:56 PM UTC
HN karma
330
Public activity
80 items

About spawarotti

No profile information was provided.

Recent public activity

  1. comment
    Comment #49253130

    I am still curious: when is it acceptable to hope that something is actually going to work well enough when handed over to the government?

  2. comment
    Comment #49253116

    I am still curious: when is it acceptable to hope that something is actually going to work well enough when handed over to the government?

  3. comment
    Comment #49252644

    > is never followed up with a “yes, but …” (realistic evaluation of how politics actually works). OK, but following this logic, shouldn't we disband the government altogether and h…

  4. comment
    Comment #48877055

    [flagged]

  5. comment
    Comment #47302179

    There is at least one startup doing it already (I'm not affiliated with it in any way): https://promptless.ai/

  6. comment
    Comment #45829855

    Smartness and happiness are like test coverage. If you are not smart or have no tests, you will not be happy. If you are smart or have high test coverage, you may or may not be hap…

  7. comment
    Comment #45485617

    There are two types of people: those who do backups, and those who will do backups.

  8. comment
    Comment #44957647

    At this point AGENTS.md is a README.md with enough hype behind it to actually motivate people to populate it with contents. People were too lazy to write docs for other people, but…

  9. comment
    Comment #44829531

    And a related page, in the other direction: https://www.futuretimeline.net/

  10. comment
    Comment #42682828

    Very good online course on debugging: Software Debugging on Udacity by Andreas Zeller https://www.udacity.com/course/debugging--cs259

  11. comment
    Comment #42555425

    Great advice. I follow it in my coding efforts and it has never failed me. Great book about this: Unit Testing Principles, Practices, and Patterns, Vladimir Khorikov, 2020 https://…

  12. comment
    Comment #40725405

    How do you deal with serializing properties "by reference"? E.g., if 3 objects reference object "Foo", then Foo is serialized once instead of being duplicated in the json 3 times?

  13. comment
    Comment #39774973

    I am especially excited for the Smart ComboBox: https://devblogs.microsoft.com/dotnet/introducing-dotnet-sma... In general, I see the idea of semantic matching instead of textual m…

  14. comment
    Comment #39773314

    Jake, I just read the blog post you shared. I loved it. The message and the writing style.

  15. comment
    Comment #39559445

    Currently some programmers, and with time more, have to write, integrate and debug LLMs, hence for the programming to end, other LLMs would have to be able to do so, too. LLMs succ…

  16. comment
    Comment #39063672

    From the page: Describe your data up front and generate schemas, API specifications, client / server code, docs, and more. With TypeSpec, remove the handwritten files that slow you…

  17. story
  18. comment
    Comment #38092371

    At a first glance this looks to me to be the same concept as "The Heptagon of Configuration": https://matt-rickard.com/heptagon-of-configuration

  19. comment
    Comment #36470742

    Truer words have never been spoken. Microsoft IntelliTest (formerly Pex) [1] is internally using Z3 constraint solver that traces program data and control flow graph well enough to…

  20. comment
    Comment #35364693

    > but what these people often need is someone to sit with them for a significant amount of time and demonstrate how one breaks a problem down, builds small pieces that demonstrate …

  21. comment
    Comment #35339236

    Thx, nice explanation. I think possibly Mercurial actually stores only the diffs, but I am not sure.

  22. comment
    Comment #35338677

    One generalization of this concept I see is: Instead of having a sequence of successive states, you only need the initial state and a function telling you how to compute the next s…

  23. comment
    Comment #34259236

    That's what I was thinking, too. Perhaps we already know majority of what there is to know, when it comes to fundamental concepts? Probably plenty of work left in improving our too…

  24. comment
    Comment #34167914

    According to [0] the toll of civilian deaths is 9% not ~90%: > The 542 drone strikes that Obama authorized killed an estimated 3,797 people, including 324 civilians.

  25. comment
    Comment #34021302

    > I define a few test cases and the AI writes code for a generalized solution How about the AI never writing any code, just training "mini AI" / network that implements the test ca…