Live data from Hacker News

Viewing profile — airbreather

airbreather

HN member
Joined
Sun, Oct 04, 2015, 5:05 AM UTC
HN karma
999
Public activity
925 items

About airbreather

anythingwithawire at gmail com

I am in Western Australia

Recent public activity

  1. comment
    Comment #49177550

    without paying they are all 20 minutes behind in my experience

  2. comment
    Comment #49134841

    Great article. Where I live, on the taller buildings it is common to have banks of elevators which only service certain floors, eg floors 2:25 and 26-50 are two different banks of …

  3. story
    Kimi-code not performing well

    I managed to get a subscription to kimi and have been running kimi-code for the last few hours, having imported my claude-code skills, settings etc into it. I pointed it at a JS an…

  4. comment
    Comment #48884062

    8 months ago I got claude to do a perfect reproduction of the arcade asteroids game on a simple prompt and a once through. I then got it to do lunar lander, that was also perfect, …

  5. comment
    Comment #48681626

    "If you specify every possible detail in a design doc, you’ve essentially written the implementation during the design phase. That would defeat the whole purpose of a design doc." …

  6. comment
    Comment #48628508

    There are more than one set of tuning settings, depending whether optimised for start up, steady state, minimum overshoot etc

  7. comment
    Comment #48628481

    Pretty easy to tune really - almost never use derivative, increase the proportional until oscillations occur then halve it, add a little integral, not so much it oscillates.

  8. comment
    Comment #48429770

    based on multiple personal experiences, and that of friends/acquaintances, I have no doubt it works for reduction of inflammation of the sort you get spraining you ankle. must be t…

  9. comment
    Comment #48242570

    have you tried NULL?

  10. comment
    Comment #47966162

    Conflict arises from differing or unmet expectations. So the easiest way to eliminate a lot of issues is clearly agree and define expectations up front. There is a reason a whole b…

  11. comment
    Comment #47966010

    AI allows anyone with a minimum amount of intelligence and operational expertise to become an "Expert Beginner" (currently). What can you do with a whole team comprised only of Exp…

  12. comment
    Comment #47941645

    this is fucking awesome it is fast, there is no fucking gateway fuckaround or any other similar issues, up and going in seconds straight away I added two skills, that it wrote for …

  13. comment
    Comment #47895818

    I am sort of in the same place, it seems to have lost enough of the magic that I might be better trying to do more with running local LLMs on my 4090. The thing is running local LL…

  14. comment
    Comment #47824395

    Pdf is all about presentation, not about communication. While the two can be closely aligned, it is not neccesarily the case, if not often misaligned priorities. Many pdfs are hard…

  15. comment
    Comment #47824366

    Similar to aviation s marine safety. Both started with a bunch of prescriptive rules that were added to as various accidents and near misses occured. As you say. Then, in the last …

  16. comment
    Comment #47824285

    Humans don't really work any better, just fail in different ways. This is why certain workflows and practices have emerged. We are now in the early days of working through a simila…

  17. comment
    Comment #47824253

    As most results in coding by AI are the result of some kind of recursive application of the fundemental concept, irony is abundant.

  18. comment
    Comment #47824239

    Definately, I am similar vintage and work in Functional Safety, see my other comment re specification.

  19. comment
    Comment #47824219

    Yes definately, I do a lot of OT devops and if you want determinstic results then the best use of AI is to get it to write scripts that solve your problems and that you run outside…

  20. comment
    Comment #47824146

    The problem isn't the AI writing the code, it is the specification - I assert much of the described problems could be rectified by improved specification with no hand coding. Speci…

  21. comment
    Comment #47496712

    Even if not explicitly looking like a state machine, it will have state based behaviour that could be represented by a state machine. Almost everything is state based behaviour.

  22. comment
    Comment #47474245

    All the whingers about AI - if it is as bad as you say, then you don't have a problem On the other hand, if it is not, then stop wasting effort arguing against the inevitable and u…

  23. comment
    Comment #47474216

    I would suggest that the 1000 line switch statement implies a state machine that has suffered from the "state explosion". This usually results from an inadequate system-subsystem d…

  24. comment
    Comment #47474185

    Just wait long enough

  25. comment
    Comment #47330553

    As an electrical engineer with more experience than the average age of the readers here, this is a problem that is way, way more complicated than 99.9% of the population have any c…