Live data from Hacker News

Viewing profile — Buetol

Buetol

HN member
Joined
Wed, Apr 10, 2013, 7:36 AM UTC
HN karma
862
Public activity
280 items

About Buetol

No profile information was provided.

Recent public activity

  1. comment
    Comment #26809251

    I like https://listenparadise.org/ in the same vein of music only radio.

  2. comment
    Comment #26145929

    +1 for Work Adventure !

  3. comment
  4. story
  5. comment
    Comment #25382682

    Top 10: - Python: salt, core ( https://github.com/home-assistant/core ), pandas, scikit-learn, numpy, airflow, erpnext, matplotlib, pytest & pip - Rust: servo, cargo, rust-clippy, …

  6. comment
    Comment #25382629

    If you use your own domain for email, you can change host anytime you want, pretty nice.

  7. comment
    Comment #24695325

    Took 2sec to setup and works very well ! EDIT: It's really Custom Search Engine rebranded to me, it doesn't index all you website, I still prefer Algolia if I had to have a externa…

  8. story
  9. story
  10. comment
    Comment #23427364

    Looks like the link to the "I want HUE" tool is broken, here's the proper link: http://medialab.github.io/iwanthue/

  11. comment
    Comment #23396089

    My main takeaway is that Tor is introducing a new domain names suffix: .tor.onion For information, there was a similar initiative by Namecoin with .bit.onion: https://www.namecoin.…

  12. comment
    Comment #23392933

    Looks like it does: https://medium.com/@auro_227/use-pudb-to-debug-python-multip...

  13. comment
    Comment #23390295

    This is buried in the comments but `pudb` is great debugger: https://pypi.org/project/pudb/ - visual interface to set breakpoint - inline interpreter - inspect on exception It's li…

  14. comment
  15. comment
    Comment #23069097

    I've done a similar project, it takes a website and output broken urls using Scrapy: https://gist.github.com/mdamien/7b71ef06f49de1189fb75f8fed91...

  16. comment
    Comment #22702557

    Maybe, I've already used another diff engine, WikiWho [1], to do my own implementation of git blame [2] (shameless self-promotion) [1]: https://github.com/wikiwho/WikiWho [2]: http…

  17. comment
    Comment #22701010

    I also researched the best diff algorithm. Google's diff-match-patch [1] library produce very good diffs for example. But I found that the best diffs are produced by wikidiff2 [2],…

  18. comment
  19. comment
    Comment #21416838

    Yes, here's the context: https://scikit-learn.org/stable/modules/clustering.html

  20. comment
    Comment #21411856

    Each time somebody points out K-means, I show them this clustering benchmark by the scikit-learn project: https://scikit-learn.org/stable/_images/sphx_glr_plot_cluste...

  21. comment
    Comment #21369449

    A good game to practice on a rainy Sunday :)

  22. story
  23. comment
    Comment #21340017

    Also french Constitution here: https://github.com/Assemblee-Citoyenne/constitution-francais...

  24. comment
    Comment #21339919

    > This is great. Is there a tool to do this? Here's a script doing the same thing but with another text [1]. In this case, we're storing each version as plain text files and then w…

  25. comment
    Comment #21339792

    If you're curious of the origin of each word, a word-by-word "git blame", I just made a visualization of that [1]. For example, "We the people" comes from the draft by Morris. Also…