Live data from Hacker News

Viewing profile — sunshadow

sunshadow

HN member
Joined
Wed, Apr 12, 2023, 3:39 PM UTC
HN karma
86
Public activity
42 items

About sunshadow

No profile information was provided.

Recent public activity

  1. comment
    Comment #42964660

    Too late, we all went to cursor.

  2. comment
    Comment #42548142

    I can make this in couple of weeks, but I need an incentive other than just having fun

  3. comment
    Comment #42547997

    What made you use caddy in front of tiny-http? I guess tiny-http should be still fine on its own. genuinely curious

  4. comment
    Comment #42201058

    They made 11B$ last year. It has incredible amount of ads. If you haven't noticed, then that means they did a great job. (tip: look for the custom logo pins in the map. Its printin…

  5. comment
    Comment #41638078

    According to the license, this repo is not that different than me just extracting the source code from the binaries. Pass.

  6. comment
    Comment #41627663

    There is no difference between this and a well known bot prevention mechanism, from the scraper perspective.

  7. comment
    Comment #41431636

    I don't see any difference than browserless?

  8. comment
    Comment #38718930

    If you're looking for open-source function calling: Checkout Functionary: https://github.com/MeetKai/functionary/ It's MIT licensed. Supports both CPU and GPU

  9. comment
    Comment #38718923

    Yes, Functionary: https://github.com/MeetKai/functionary/ MIT Licensed Its actively maintained as open-source. You can even run it with llama.cpp

  10. comment
    Comment #38296267

    Original project: https://github.com/xenova/transformers.js

  11. comment
    Comment #38232609

    Unless you start a war against scrapers, you don't need to worry about that as I'll always find a way to scrape your site as long as its valuable to 'me'. Even if it requires Real …

  12. comment
    Comment #38232489

    Crul looks nice, though, you cannot imagine how many startups that I've seen failed doing a very similar thing as Crul. Wouldn't rely on it. The problem is complex: Humans generati…

  13. comment
    Comment #38232414

    You don't use XPath&CSS selectors at all (Except if you dont have choice). You rely on more generic stuff, e.g, "the button that has 'Sign in' on it": await page.getByRole('button'…

  14. comment
    Comment #38232032

    These days, I'm not even using Go for scraping that much, as the webpage changes makes me crazy and JS code evaluation is a lifesaver, so I moved to Typescript+Playwright. (Crawlee…

  15. comment
    Comment #38215567

    It would be nice to see it open source. As im concerned about the privacy policy as its a really valuable information

  16. comment
    Comment #38204595

    Give it 1 year

  17. comment
    Comment #38203550

    But its too expensive to become practical with the OpenAI API. Also, demo is cool until you see the real-world webpages, then you'll realize that this only works less than %50 of w…

  18. comment
    Comment #38203370

    You're good until this is cheaper than your salary.

  19. comment
    Comment #38183873

    I don't understand why people still spend time on jailbreaks of the proprietary models, while they can easily use uncensored open-source models these days. I feel like its kind of …

  20. comment
    Comment #37800316

    Unfortunately its gonna be abused like hell so you'll end up shutting it down or requiring API keys for each one of them :(

  21. comment
    Comment #37787495

    I would love to see the code to verify this is not a confirmation bias.

  22. comment
  23. comment
    Comment #37425001

    Do you have any explanations on why this performed better than Llama 2?

  24. comment
    Comment #37406449

    Mixture of Experts is actually some sort of ensembling

  25. comment