Viewing profile — _009
_009
HN member- Joined
- Thu, Jul 01, 2021, 3:32 AM UTC
- HN karma
- 41
- Public activity
- 18 items
- HN profile
- View on Hacker News ↗
About _009
Recent public activity
- story
- story
-
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…
-
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 …
-
comment
Comment #30030596
AWS is the next Oracle
- comment
-
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…
-
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…
- story
-
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…
-
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…
-
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 …
-
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 …
-
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 …
-
story
Ask HN: Are there any toolkits, ref arch, designs, for DIY low orbit sats?
How do I get started?
-
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…
-
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
-
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").