Live data from Hacker News

Viewing profile — u8

u8

HN member
Joined
Mon, May 23, 2022, 4:29 PM UTC
HN karma
350
Public activity
32 items

About u8

https://artsie.red

Recent public activity

  1. story
  2. comment
    Comment #48947704

    > I strongly agree that written text should be from humans to humans. Yet I still write all of my texts with LLMs. And I don’t find that contradictory. What distinguishes “AI slop”…

  3. comment
    Comment #48602777

    We were so spoiled. We got fat salaries to sit in air conditioned Herman Millers all day learning about computers. Now we discover a way to synthesis intelligence and the only thin…

  4. comment
    Comment #48584803

    I won't have an opinion until Brian Johnson tells me how much younger this makes him.

  5. comment
    Comment #48533260

    This sounds pretty interesting to me (history of Suduko). Do you have a note with some of the links you’ve found?

  6. comment
    Comment #48235971

    It's crazy how I can see articles like this, but in my practical every day use antigravity is a horrible consumer experience. The TUI is broken. You cannot type input while the mod…

  7. comment
    Comment #48050561

    Huh, I have to say that I am impressed with Chat Jimmy. No doubt that the hardware running this model operates faster than any human. If this was possible to scale, (and I'm not sa…

  8. comment
    Comment #48044402

    The disconnect for AI is that it is a jagged frontier and it only really shines when one of its jagged frontiers extends counter to one of your valleys. If you've been writing Perl…

  9. comment
    Comment #47594743

    I've been coding by hand for nearly 20 years. I don't get any rush from generating code with agents. Most of the time I just feel loss. Coding to me has always been the work of a c…

  10. comment
    Comment #47594153

    Add my name to the list. I enjoyed thinking about all of the little problems. Being a craftsman.

  11. story
  12. story
  13. story
  14. story
  15. comment
    Comment #40394414

    I took a crack at implementing this in Go. For anyone curious I settled for algorithm 2 as I can just use a map as the base set structure. https://github.com/tristanisham/f0

  16. comment
    Comment #39093172

    What about the Go try/catch claim? There is no try/catch in Go. Returning errors and values is closer to Rust and Zig than D and C++.

  17. story
  18. comment
    Comment #35756579

    I’ve made the exact same website for myself. It’s just a little PHP static webapp but I can write reviews for posts and it’s got a simple SQLite/PHP ^8 backend. https://artsie.red/…

  19. story
  20. comment
    Comment #34204833

    Just was in the National Irish Museum - Archeology yesterday and saw these stones for myself! These are such impressive structures, at least 5 feet high with writing so deeply engr…

  21. comment
    Comment #33915789

    If you’re interested in trying Zig out and want an easy way to update/use multiple versions I’ve been working on a Zig Version Manager for the past few weeks. It works on Windows, …

  22. story
    Ask HN: How do you send emails from your backend?

    I run/co-develop a small community website and we’ve just added accounts. We’re almost ready to launch but I need to finish up our email backend. I’m expecting between 500-1,500 se…

  23. comment
    Comment #32939826

    I had to do a lot of manual transcription in Journalism school. Using a tool like Descript saved HOURS of my life. Generally it was 80% accurate, but going over an two-hour-long re…

  24. story
  25. comment
    Comment #32573863

    Golang has https://pkg.go.dev . Rust has https://docs.rs Golang entire standard library is documented. Plus with how the language is designed docs don’t need to change with new ver…