Live data from Hacker News

Viewing profile — deusu

deusu

HN member
Joined
Sat, Feb 28, 2015, 1:26 AM UTC
HN karma
258
Public activity
53 items

About deusu

No profile information was provided.

Recent public activity

  1. comment
    Comment #13516546

    You can do your own search-index with 2.3 billion pages for about €300/month: https://deusu.org

  2. story
  3. comment
    Comment #12495317

    It's alive and well. The TIOBE index still lists it ahead of Ruby, Swift, Objective-C, GoLang... And I started this software 20 years ago. Granted, a LOT of the software has change…

  4. comment
    Comment #12494624

    Thank you!

  5. comment
    Comment #12490684

    I don't know. But I do know that the end-of-year statistics from search-engines about what people searched for, are complete BS. I have such a list for the German DeuSu page: https…

  6. comment
    Comment #12490541

    Yes. I have downloaded several data dumps, but haven't gotten around to import them yet.

  7. comment
    Comment #12490155

    Currently €300/month. More details on https://deusu.org/donate.html

  8. comment
    Comment #12490138

    Bookmarked. Thanks!

  9. comment
    Comment #12490087

    File formats will be documented when I publish the data-files in a few weeks. What do you mean with postings? The main index is split into 32 shards (there is also an additional ne…

  10. comment
    Comment #12490022

    I have the filter implemented now. It's not perfect yet, but it already filters out a lot of the NSFW stuff. Unless you explicitly search for it. I'm gonna further improve this ove…

  11. comment
    Comment #12489532

    I don't know sphinx at all, and my knowledge of lucene is very limited. Which means I don't know how they would compare to DeuSu.

  12. comment
    Comment #12489206

    Thank you! Depending on who you are (there were 2 bitcoin donations today), you funded either about 18 or 28 hours of operations. :)

  13. comment
    Comment #12488790

    The software is already open-source. A free search API will be fully available probably next week. It's in testing already. It's just a matter of putting the finishing touches on t…

  14. comment
    Comment #12488421

    Only ASCII and German umlauts (äöüß) at the moment. The parser needs rewriting. It was originally written in pre-unicode times. :)

  15. comment
    Comment #12488403

    Originally it was written in Delphi. But I now use FreePascal for the development. I'm even compiling both Windows and Linux versions on my Linux machine.

  16. comment
    Comment #12488382

    Yes, it would be better. The snippets are currently the first 255 characters of the page's text. For snippets to be customized to the search term, I would have to store all the tex…

  17. comment
    Comment #12487524

    Some issues that appeared over the years: Block outgoing connects to local IP nets in your firewall. Otherwise your hosting provider might think you are trying to hack them. Appare…

  18. comment
    Comment #12487003

    4 servers in total. 2 are used for crawling, index-building and raw-data storage. Quadcore, 32gb RAM, 4tb HDD and 1gbit/s internet connection on each of these. They are rented and …

  19. comment
    Comment #12486931

    It's all open-source. So, yes.

  20. comment
    Comment #12486834

    I will publish the index for download in a few weeks. I'm currently working on the documentation. Oh, and I will publish the raw crawl-data too. Everything together is about 2.5tb.…

  21. comment
    Comment #12486825

    Thx. But all the traffic from here is currently driving the servers to their limit. Queries are already slowing down a bit because of imminent overload. Usually the average query t…

  22. comment
    Comment #12486811

    And why should it? You are already at the destination. No need to find it. :)

  23. comment
    Comment #12486793

    A fresh recrawl is currently running. Should take about 2-3 months. Newly crawled data will gradually replace older data during that time.

  24. comment
    Comment #12486771

    In my experience this is usually caused by the fact that even 2bn pages aren't that many nowadays. The index needs to get bigger to better find (and rank) long-tail results like qu…

  25. comment
    Comment #12486758

    I hadn't even thought about that. But it should be pretty easy to do in post-processing. I just have to take a list of "porn" keywords. If none of them occurs in the query, but in …