Live data from Hacker News

Viewing profile — achr2

achr2

HN member
Joined
Thu, Jul 03, 2014, 6:02 PM UTC
HN karma
713
Public activity
257 items

About achr2

No profile information was provided.

Recent public activity

  1. comment
    Comment #49004448

    I was just coming to ask about word frequency. I get that cadence being jumpy might be less enjoyable, but having a look ahead that validates if a “likely to be hard to one-shot” w…

  2. comment
    Comment #48929854

    What is it bringing from those languages? The FAQ reads like it is just altered syntax for C#, no difference in semantics or function.

  3. comment
    Comment #48678698

    Ding. Ding. Ding. "Provided value to the content author". AI scrapping negatively impacts the content author with zero compensation. There is no mutual benefit.

  4. comment
    Comment #48287234

    I am very fond of Gohu font. I have used it on a recent static blog formatting adventure http://dntbl.ink , converted to woff2. I couldn't be happier with how it renders and gives …

  5. comment
    Comment #48003973

    This is so interesting, thanks for sharing!

  6. comment
    Comment #47926817

    I enjoyed your post - PCB routing is often an act of 'zen and the art of..' for me and I recently did a similar exercise for an esp32.

  7. comment
    Comment #47784813

    Why not use Claude one single time to create a service that does this? I have this same question with 90% of the 'simple' use cases I see for these task runners, it always seems mo…

  8. comment
    Comment #47489033

    No the shortage goes back to Regan when their justified strike was busted. It ended the PATCO “union” and was a negative turning point for labour unions in general.

  9. comment
    Comment #46634142

    They didn't tweak their prompt styling request enough... The ChatGPT world is depressing.

  10. comment
    Comment #46081969

    >> Even if it only catches one small, it could save thousand of dollars down the line. Or it could send a design team down thousands of dollars in false positives/false negatives. …

  11. comment
    Comment #46006182

    This is really great, both from a specific application perspective, but also the approach. Really enjoyed looking through the repo and was inspired by your work.

  12. comment
    Comment #45915038

    C#/dotNet has Ahead of Time compilation that works very well with containerization. Obviously there are still overheads for the AoT runtime, but it is pruned.

  13. comment
    Comment #45726644

    I had an Abloy Protec2 malfunction while locked (PSA don't use them for key-only sashlocks) and the locksmith drilled it out in ~10 seconds. That is the last time I spend that kind…

  14. comment
    Comment #45668961

    My assumption is that there could be higher dimensional 'token' representations that can be used instead of vision tokens (though obviously not human interpretable). I wonder if th…

  15. comment
    Comment #45445465

    Well said, I would buy them in a heartbeat if it was from a moral company.

  16. comment
    Comment #43929242

    This was build originally with WPF and C#, but with an in-house MVVM framework. I have been slowly moving it to Avalonia, which I highly recommend.

  17. comment
    Comment #43926613

    This is my own software, but – as a project engineering data exploration tool – high information and functional density was a key goal: https://engdata.com/

  18. comment
    Comment #43493202

    This is really interesting, I'd love to see this perspective incorporated into mapping software like google maps/streetview.

  19. comment
    Comment #43493185

    They mean distorted, not squished for both.

  20. comment
    Comment #43492743

    It’s all a pros and cons.. the benefit of those characters are they are not used anywhere else, hence you never have to worry about escaping/quoting strings. But obviously most of …

  21. comment
    Comment #43489572

    Using ascii 'US' Unit Separator and 'RS' Record Separator characters would be a far better implementation of a CSV file.

  22. comment
    Comment #42670751

    I bought one of these Marshall speakers to use as a practice amp, only to find that the dsp latency is unusably bad. Maybe this is an option…

  23. comment
    Comment #42135355

    The only real landmine for c# is the default thread synchronization. If it was inverted, the language would be much better off. I think they also made a mistake in removing the OOT…

  24. comment
    Comment #40840390

    A second recommendation for Avalonia. It deserves the acclaim.

  25. comment
    Comment #39896881

    Later SNES games also used a timing check for region locking to identify PAL vs NTSC clock frequencies. The mod I did, nearly three decades ago, was to add a toggle switch with a s…