Live data from Hacker News

Viewing profile — didericis

didericis

HN member
Joined
Thu, Mar 15, 2018, 1:13 AM UTC
HN karma
1,261
Public activity
476 items

About didericis

eric@dideric.is

Recent public activity

  1. comment
    Comment #48481609

    Had to make a decision for a TUI I'm working on and opted for curses rather than something like textual. If I wasn't using an LLM to do some of the plumbing I'd probably have used …

  2. comment
    Comment #48275136

    Same. I've been creating "research" documents where I let it do a freeform survey of possible solutions/have sketch out it's own solution. I'll then sketch out a plan based on what…

  3. comment
    Comment #47874448

    When you press the 2 button, the plus button, the 2 button and the equals button, you are translating your question into bits and operations which are logically guaranteed to yield…

  4. comment
    Comment #47866677

    > you didn't think through how to manipulate the bits on the hardware, you just allowed the interpreter to do it If you are thinking through deterministic code, you are thinking th…

  5. comment
    Comment #46255026

    > business rules engines, complex event processing, and related technologies are still marginal in the industry for reasons I don't completely understand Translating between comple…

  6. comment
    Comment #45791048

    > a process which is certainly non deterministic The specific events that follow when asking a taxi driver where to go may not be exactly repeatable, but reality enforces physical …

  7. comment
    Comment #45788022

    > Well the need is to arrive where you are going. In order to get to your destination, you need to explain where you want to go. Whatever you call that “imperative language”, in or…

  8. comment
    Comment #45732190

    > we can generate and regenerate code from specs We can (unreliably) write more code in natural english now. At its core it’s the same thing: detailed instructions telling the comp…

  9. comment
    Comment #45551759

    > Except it doesn't. It's much less to verify the tests. This is only true when there is less information in those tests. You can argue that the extra information you see in the im…

  10. comment
    Comment #45549643

    > When I'm writing the code myself, it's basically a ton of "plumbing" of loops and ifs and keeping track of counters and making sure I'm not making off-by-one errors and not makin…

  11. comment
    Comment #45542202

    I’ve been saying this for years now: you can’t avoid communicating what you want a computer to do. The specific requirements have to be made somewhere. Inferring intent from plain …

  12. comment
    Comment #45519368

    > Such laws cannot be enforced. Enforcement can only be arbitrary. I am against criminalizing cryptography and largely agree about it being infeasible given the extent of prolifera…

  13. comment
    Comment #45402004

    I agree the standard for mathematical notation is latex, but it’s only needed for fairly limited parts of a document. It makes more sense to me as something you’d use in snippets l…

  14. comment
    Comment #45401901

    I’ve talked to their devs/met them in person and trust them, most of their stack is public/all the primitives they use are available and well documented (see https://github.com/hol…

  15. comment
    Comment #45400217

    Looks interesting. I've been using https://keet.io/ for a good while now, which has similar motivations.

  16. comment
    Comment #45400031

    I'm probably ignorant to specific issues that make more advanced typesetting for journal submissions necessary, but I don't understand why some academic flavor of markdown isn't th…

  17. comment
    Comment #45397313

    > the best thing to do is to inform. While also not using them yourself/actively trying to find and strip them out of workflows you have control over.

  18. comment
    Comment #45388457

    I just started using aider, recommend it: https://aider.chat/ It indexes files in your repo, but you can control which specific files to include when prompting and keep it very lim…

  19. comment
  20. comment
    Comment #45070121

    > I can't imagine the vendor lock in of that.... You have the source, but it is in such a state that no human can maintain it? It’s much worse than that. What happens when the erro…

  21. comment
    Comment #45057133

    > The more practical question is though, does that matter? I think it matters quite a lot. Specifically for knowledge preservation and education.

  22. comment
    Comment #45056511

    Part of what got me into software was this: no matter how complex or impressive the operation, with enough time and determination, you could trace each step and learn how a tap on …

  23. comment
    Comment #44792637

    It works by translating language abstractions to code. The probability of plain english being correctly translated to code depends on existing code and documented abstractions desc…

  24. comment
    Comment #44788787

    > Using AI tooling means, at least in part, betting on the future. It means betting on a particular LLM centric vision of the future. I’m still agnostic on that. I think LLMs allow…

  25. comment
    Comment #44643064

    4. Degradation: Humans with specialized knowledge lose their specialized knowledge due to over reliance on AI, and AI degrades over time due to the lack of new human data and AI co…