Live data from Hacker News

Viewing profile — _009

_009

HN member
Joined
Thu, Jul 01, 2021, 3:32 AM UTC
HN karma
41
Public activity
18 items

About _009

ai all the things

Recent public activity

  1. story
  2. story
  3. comment
    Comment #33930367

    Back in 2005, I remember working on startups running on Scrum principles. It worked well at the time, we where able to ship, grow the team, and move forward with a nice few-feature…

  4. comment
    Comment #32130156

    For me, one of the coolest thing about the Robocop movie series is that, each Robocop movie is about the next Robocop. Robocop 1 is about Murphy being the first Robocop, Robocop 2 …

  5. comment
    Comment #30030596

    AWS is the next Oracle

  6. comment
  7. comment
    Comment #28984752

    AI doesn't scale well. Problems get worst as you make your model bigger and more generalized. To make things worst, data, model architecture, precision, hardware, affect your model…

  8. comment
    Comment #28780559

    One of the most brilliant engineers out there. A true madman with an old hacker mentality that is nowhere to be seen these days, except for maybe George Hotz... Old days where diff…

  9. story
  10. comment
    Comment #28387168

    While garbage in, garbage out may seem like a bad policy to the user, to the AI system, it means that it can have a closed feedback loop, where the final code (the solution) can be…

  11. comment
    Comment #28153740

    Fascinating stuff. There nice trajectory animations on wikipedia, https://en.wikipedia.org/wiki/OSIRIS-REx From wikipedia: > Such asteroids are considered "primitive", having under…

  12. comment
    Comment #28153461

    Great! Wow, hardware already made it to low-orbit, https://upsat.gr/?p=418 (2017-04-20) > At April 18th 11:11 EDT at Cape Canaveral in Florida, an Atlas-V rocket launched a Cygnus …

  13. comment
    Comment #28152772

    Apart from search, ANNs can be use for recommendations, classification, and other information retrieval problems. Currently, ES and Solr, both based on Lucene, can't really manage …

  14. comment
    Comment #28152560

    I remember meeting with KimDotCom lawyer a few years ago in SF. A very flamboyant-person. One of those guys who makes a big impression on you from the first sight. While KimDotCom …

  15. story
  16. comment
    Comment #27977114

    If you are looking to do semantic search (Cosine similarity) + filtering (SQL) on data that can be represented as vectors (audio, text, video, bio) I suggest, https://github.com/an…

  17. story
    Ask HN: Any good resources on how to be a great technical advisor to startups?

    Bumping up https://news.ycombinator.com/item?id=27600539

  18. story
    Ask HN: Any good settings for testing CSS and components in React?

    As a developer, I would love to be able to test a component's CSS styles to make sure other styles don't get overwritten (eg by using "!important").