Live data from Hacker News

Viewing profile — andy0x2a

andy0x2a

HN member
Joined
Fri, Jun 08, 2018, 11:29 PM UTC
HN karma
65
Public activity
15 items

About andy0x2a

No profile information was provided.

Recent public activity

  1. comment
    Comment #38464926

    according to the first paragraph of TFA, the first flight was 9 weeks after the 1903 article was published

  2. comment
    Comment #36900770

    again, there needs to be conclusive proof of UFOs/extra-terrestrials. The burden of proof is on those claiming they exist. Blurry videos of "objects in the sky" is not evidence.

  3. comment
    Comment #36900735

    because there is no concrete evidence. It's not credible, and just speculation at this point. We've seen this before, and we'll see it again. If you want to convince people that al…

  4. comment
    Comment #36245449

    According to Betteridge's law of headlines, No. LLMs will not eliminate the need for programming languages. This is overly sensationalist

  5. comment
    Comment #35908031

    What an expensive lesson for him to teach himself (if he has indeed learned anything). I can appreciate his ambition, and what (some of) his companies have done, but he has absolut…

  6. comment
    Comment #35907964

    Yes, ChatGPT isn't a great developer. This has been known for a while now. it can churn out decent code within well-specified parameters, but is unable to help out with the actual …

  7. comment
    Comment #35819010

    first question I asked, how old are you. apparently he's 41 years old and still attending hogwarts. The problem with these AI systems is that they are great for responding with "re…

  8. comment
  9. comment
    Comment #30289286

    Ray tracing at 5fph, not bad at all for the hardware. I am impressed that this is even possible with a calculator

  10. comment
    Comment #29288467

    Any idea if this is for their own exynos SOC or will be for the Snapdragon as well? I like Samsung phones but it's frustrating that they have these different configurations for dif…

  11. comment
    Comment #29288449

    Microsoft needs to do everything they can to promote Edge in order to capture market share. Edge and Microsoft have nowhere near the browser share needed to pull this behavior. And…

  12. comment
    Comment #29288413

    I think the real winner here is consumers. As the more competition in the space the better. The article doesn't have a lot of details, but it would be interesting to know how long …

  13. comment
    Comment #29279139

    This is a really cool idea. I'm wondering what your approach to scalability is, as it seems like you're going to have large bursts of traffic every half hour ( with certain hours h…

  14. comment
    Comment #27344775

    The claim of only using software that has source code available to audit never made sense to me. Does he go through every single line of code on every single application he uses to…

  15. comment
    Comment #17286535

    Java passes objects by value, not by reference. Try implementing swap(Object a, Object b) in Java, and you will see it is by Val not by ref