Live data from Hacker News

Viewing profile — agconti

agconti

HN member
Joined
Thu, Mar 27, 2014, 11:10 PM UTC
HN karma
115
Public activity
34 items

About agconti

[ my public key: https://keybase.io/agconti; my proof: https://keybase.io/agconti/sigs/TyRj8PUE0Xw17y20q-05hnd_wL8IjUd7staIsOiX_o8 ]

@agconti

https://github.com/agconti

Recent public activity

  1. story
  2. comment
    Comment #25645757

    Hey HN! Andrew here ( https://www.linkedin.com/in/agconti/ ). I'm the founder of Reactive Streaming, ( https://www.reactive-streaming.com ), a platform as a service that enables pr…

  3. comment
    Comment #25518818

    As someone who works in Django a lot, their non-standard approach to defining models is wild. ie. Their approach in accounts models.py: https://github.com/saasitive/django-react-bo…

  4. comment
  5. story
  6. comment
    Comment #17858007

    Django fits this bill.

  7. comment
    Comment #16087249

    That’s cool and I hear you; that’s a complex relevancy definition. ( Maybe surprisingly? ) This is type of query is natively supported by Postgres. That support is robust and matur…

  8. comment
    Comment #16086671

    The Postgres docs suggest using another column. My guess is that an expression index would be too large if it held the tokenized value of all of your FTS documents. These things ca…

  9. comment
    Comment #16086558

    I'd argue that relevancy is more your application application's design then the underlying system retrieving the results. For example, putting the same dataset in Postgres or ES wo…

  10. comment
    Comment #16086489

    Absolutely. - Using a `SearchVectorField` is a must after 500K rows. - Make keeping this field up to date easy for yourself by populating it using `SeachVector` with a Django pre_s…

  11. comment
    Comment #16086161

    I can deeply vouch for the performance and joy of implementing Full-Text Search with PostgreSQL and Django. I just finished a a project where we chose Postgres's FTS over using Ela…

  12. comment
    Comment #16041437

    My open source project: building best practiced apis fast with Python3 https://github.com/agconti/cookiecutter-django-rest

  13. comment
    Comment #16030229

    Hey sheraz — thanks for the feedback! Your recommendations look great, especially libclould. What do you think can be beefed up in getting started docs? Getting setup on your lapto…

  14. comment
    Comment #16029718

    Hey ya’ll, I’m the creator of cookiecutter-django-rest. I’m super happy to share this release with you. This is a big one. What api frameworks do you use? What kind of enhancements…

  15. story
  16. comment
    Comment #15483349

    cookiecutter-django-rest now supports Django 1.11+! cookiecutter-django-rest takes care of the details so you can focus on making your api awesome. Scaffolding a project takes seco…

  17. story
  18. comment
    Comment #13824922

    is that you Mark Watney?

  19. comment
    Comment #13624962

    > no one can sleep away your exhaustion for you. This is a really eloquent reminder.

  20. comment
    Comment #13051043

    The sites down, here's the cached version: http://webcache.googleusercontent.com/search?q=cache:5fXNOBY...

  21. comment
    Comment #12905847

    From the Tao of programming, 1.2: The Tao gave birth to machine language. Machine language gave birth to the assembler. The assembler gave birth to the compiler. Now there are ten …

  22. story
  23. comment
    Comment #12638636

    Mike Bostock's talk on visualizing algorithms is one of my favorites: https://vimeo.com/112319901 > Visualizing Algorithms – A look at the use of visualization and animation to und…

  24. comment
    Comment #12415333

    Startups as investments are very risky with long payoff horizons. With their limited funds, this is a poor investment for the average investor. I can't help but feel like this will…

  25. comment
    Comment #12209205

    Evaluating a framework by the number of files its dependencies are broken into is a a pretty poor measure of quality.