Live data from Hacker News

Viewing profile — tlack

tlack

HN member
Joined
Mon, Nov 16, 2009, 6:32 PM UTC
HN karma
1,931
Public activity
748 items

About tlack

ex-CTO of .CO and POP.co

cofounder of http://www.modernmethod.com/, makers of destructoid and other fine internet blogry

current projects:

GLORP, a search engine - https://glorp.co classic car price science - https://classic.com

tweeter @tlack email lackner at gmail dot com

Recent public activity

  1. comment
    Comment #48961584

    It seems like everyone is more worried about how something was made rather than what it is or whether or not the work is good on its own merit. Ironic from a group that is surely u…

  2. comment
    Comment #44493536

    If your application is pricing sensitive, check out DeepInfra.com - they have a variety of models in the pennies-per-mil range. Not quite as fast as Mercury, Groq or Samba Nova tho…

  3. comment
    Comment #43658631

    Vast.ai is a well known provider in that category. Runpod also has an offering in this space but I think they’re shifting toward more managed-by-them rental services. If you want s…

  4. comment
    Comment #43474142

    Sounds great to me! Just be sure the AI is capable of taking on various personas because not everyone you meet is a believer in nonviolent communication.

  5. comment
    Comment #42866386

    A tip, Miami guy to Miami guy - the best devs eschew PHP like the plague. The remaining PHPers are desperate work-a-day sorts who will not be bringing the latest hotness to your pr…

  6. comment
    Comment #42745730

    I believe the parent poster was referring to recent efforts in New York State to require licensure and background checks to purchase a 3D printer [1] [1] https://www.nysenate.gov/l…

  7. comment
    Comment #42079618

    Kudos on your bold undertaking! I've been a side-lined QNX admirer for some time, though not a potential user in most cases. A good next step would be a series of blog posts where …

  8. story
  9. comment
    Comment #41784704

    I believe the tree-wrangler you mentioned is Aaron Hsu, author of the Co-dfns APL "compiler" that Trap uses. Here are some videos related to his work: https://www.youtube.com/playl…

  10. story
  11. comment
    Comment #41598584

    Do you find you really need that level of “resolution” with memories? On our [1] chatbots we use one long memories text field per chatbot user relationship. Each bot response cycle…

  12. comment
    Comment #41101105

    I have read a lot of reports that the job market is pretty bad. But, bad or good, I think all you can really do is keep trying! Don't let a few rejections stymie your long term goa…

  13. comment
    Comment #40824137

    Sad day! This guy was a hilarious and talented writer. If anyone is looking for a book to pick up this weekend, I'd recommend checking out some of his work, especially if you like …

  14. comment
    Comment #39151525

    In Auto1111, that just uses Image.blend. :) https://github.com/AUTOMATIC1111/stable-diffusion-webui/blob...

  15. comment
    Comment #39122650

    how I wish it had a strength setting.. you can try blending the before and after with PIL but it will probably look even more disturbing strength = 0.5 horrific_image = Image.blend…

  16. comment
    Comment #39121938

    GFPGAN is decent but kinda heavy handed: https://github.com/TencentARC/GFPGAN Worth a shot!

  17. comment
    Comment #39098117

    I haven't used it for search, but I believe Insightface's embeddings can be used for this purpose. https://insightface.ai/

  18. comment
    Comment #39097927

    Try LAION Aesthetics: https://laion.ai/blog/laion-aesthetics/

  19. comment
    Comment #38667904

    I still like that setup for using trees in low level languages. But personally I’ve been working at higher levels of the stack the last few years, where these kinds of decisions se…

  20. comment
    Comment #38666887

    Always surprising to click through a link on HN and discover it is one's own work. For a time I was very interested in lightweight array-based implementations of common data struct…

  21. comment
    Comment #37237281

    Love & recommend Roboflow. Thanks for releasing this yall!

  22. comment
    Comment #36118609

    I am experimenting with building software using the ReAct tool prompting pattern, using Llama derivative models like Manticore13B, Airoborous, etc. I script it all together using M…

  23. comment
    Comment #36053328

    On the LLM side: the cost / amount of resources that need to be brought to bear for long periods of time On the Stable Diffusion side: labeling, best practices, file management, qu…

  24. comment
    Comment #34474172

    Diffusion systems can’t render a great image given just “a dog” as the prompt. Imagine all the different kinds of dog images the user might be expecting. A good prompt engineer und…

  25. comment
    Comment #33725509

    Has anyone else switched to Caddy and seen similar performance improvements? I've been blindly using Nginx for years but have no love for that configuration file..