Viewing profile — Buetol
Buetol
HN member- Joined
- Wed, Apr 10, 2013, 7:36 AM UTC
- HN karma
- 862
- Public activity
- 280 items
- HN profile
- View on Hacker News ↗
About Buetol
No profile information was provided.
Recent public activity
-
comment
Comment #26809251
I like https://listenparadise.org/ in the same vein of music only radio.
-
comment
Comment #26145929
+1 for Work Adventure !
- comment
- story
-
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, …
-
comment
Comment #25382629
If you use your own domain for email, you can change host anytime you want, pretty nice.
-
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…
- story
- story
-
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/
-
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.…
-
comment
Comment #23392933
Looks like it does: https://medium.com/@auro_227/use-pudb-to-debug-python-multip...
-
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…
- comment
-
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...
-
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…
-
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],…
- comment
-
comment
Comment #21416838
Yes, here's the context: https://scikit-learn.org/stable/modules/clustering.html
-
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...
-
comment
Comment #21369449
A good game to practice on a rainy Sunday :)
- story
-
comment
Comment #21340017
Also french Constitution here: https://github.com/Assemblee-Citoyenne/constitution-francais...
-
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…
-
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…