From c9b6b9a5ca082fe7c1b6f58d7713f785a9eb6a5c Mon Sep 17 00:00:00 2001 From: Martial Simon Date: Mon, 15 Sep 2025 01:08:27 +0200 Subject: add: graphs et rushs --- graphs/piscine/hacker_news/input.html | 147 ++++++++++++++++++++++++++++++++++ graphs/piscine/hacker_news/news.sed | 1 + graphs/piscine/hacker_news/output.txt | 90 +++++++++++++++++++++ 3 files changed, 238 insertions(+) create mode 100644 graphs/piscine/hacker_news/input.html create mode 100644 graphs/piscine/hacker_news/news.sed create mode 100644 graphs/piscine/hacker_news/output.txt (limited to 'graphs/piscine/hacker_news') diff --git a/graphs/piscine/hacker_news/input.html b/graphs/piscine/hacker_news/input.html new file mode 100644 index 0000000..54d338d --- /dev/null +++ b/graphs/piscine/hacker_news/input.html @@ -0,0 +1,147 @@ + + + + + Hacker News
+ + + +
+ +
Hacker News + new | past | comments | ask | show | jobs | submit + login +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
31. Sinclair Broadcast Group identifies data breach (apnews.com)
+ 8 points by xojoc 1 hour ago | hide | 1 comment
32. A gentle introduction to the FFT (2002) (earlevel.com)
+ 71 points by tigerlily 12 hours ago | hide | 14 comments
33. Jon Ingold on translating archeology into video games (thebrowser.com)
+ 36 points by nupitalnumber 9 hours ago | hide | 4 comments
34. Ask HN: How to Sell a Website
+ 7 points by legrisch 1 hour ago | hide | 3 comments
35. We analyzed 425k favicons (iconmap.io)
+ 493 points by gurgeous 20 hours ago | hide | 119 comments
36. Machu Picchu was built over major fault zones (2019) (science.org)
+ 98 points by Anon84 14 hours ago | hide | 41 comments
37. Goggles: Democracy dies in darkness, and so does the Web [pdf] (brave.com)
+ 114 points by InvaderFizz 9 hours ago | hide | 119 comments
38. Apple M1 Max Geekbench Score (geekbench.com)
+ 467 points by mv9 20 hours ago | hide | 771 comments
39. U.S. tightens export controls on items used in surveillance of private citizens (commerce.gov)
+ 275 points by transpute 20 hours ago | hide | 161 comments
40. WeWork is trying to go public – again (wsj.com)
+ 8 points by collegeburner 1 hour ago | hide | 2 comments
41. Playstation 3 Architecture (copetti.org)
+ 362 points by bangonkeyboard 19 hours ago | hide | 81 comments
42. About that time I had an outburst during the Y Combinator Interview (owlpal.substack.com)
+ 498 points by curiousowl 1 day ago | hide | 242 comments
43. One Man's Pest (guernicamag.com)
+ 8 points by yimby 6 hours ago | hide | discuss
44. Brave Search replaces Google as default search engine in the Brave browser (brave.com)
+ 723 points by skellertor 1 day ago | hide | 528 comments
45. I reverse engineered mcdonald's internal API (twitter.com/rashiq)
+ 3 points by graderjs 1 hour ago | hide | discuss
46. Injury response to DNA damage in live tumor cells promotes antitumor immunity (science.org)
+ 109 points by bcaulfield 17 hours ago | hide | 5 comments
47. India Counting Down to 1B Doses (cowin.gov.in)
+ 105 points by neelkadia 10 hours ago | hide | 78 comments
48. Time to get worried about Tether, the “stablecoin” at center of cryptocurrency (slate.com)
+ 6 points by RickJWagner 2 hours ago | hide | 5 comments
49. The History of Surveying (alifewithoutlimits.com.au)
+ 20 points by barbazoo 9 hours ago | hide | 9 comments
50. The FDA wants you to be able to buy a hearing aid without a prescription (npr.org)
+ 722 points by cf100clunk 1 day ago | hide | 441 comments
51. Windows 11 will hobble gaming performance by default on some prebuilt PCs (pcgamer.com)
+ 13 points by DeathArrow 3 hours ago | hide | 3 comments
52. Development version: GIMP 2.99.8 Released (gimp.org)
+ 19 points by pauloxnet 8 hours ago | hide | 2 comments
53. I couldn't debug the code because of my name (mikolaj-kaminski.com)
+ 247 points by mikasjp 23 hours ago | hide | 268 comments
54. Getting the best out of OpenSCAD (calbryant.uk)
+ 109 points by naggie 16 hours ago | hide | 52 comments
55. Study: Recycled Lithium Batteries as Good as Newly Mined (ieee.org)
+ 623 points by mpweiher 1 day ago | hide | 179 comments
56. Eliminating gifted programs won’t make education fair (americasfuture.org)
+ 180 points by paulpauper 19 hours ago | hide | 400 comments
57. Gtk4 Tutorial (github.com/toshiocp)
+ 53 points by marcodiego 12 hours ago | hide | 73 comments
58. Cosmopolitan Identifiers (obua.com)
+ 10 points by BeefySwain 9 hours ago | hide | 2 comments
59. A talk with Walter Bright about Empire (madned.substack.com)
+ 218 points by mad_ned 1 day ago | hide | 86 comments
60. Bioelektryczność – Polish Robotics (1968) [video] (youtube.com)
+ 123 points by danielEM 19 hours ago | hide | 27 comments
+

Guidelines + | FAQ + | Lists + | API + | Security + | Legal + | Apply to YC + | Contact

Search: +
+
+ \ No newline at end of file diff --git a/graphs/piscine/hacker_news/news.sed b/graphs/piscine/hacker_news/news.sed new file mode 100644 index 0000000..91b76d6 --- /dev/null +++ b/graphs/piscine/hacker_news/news.sed @@ -0,0 +1 @@ +s/^.*"\(https\?:\/\/.*\)" class="titlelink"\( rel="nofollow"\)\?>\([^<]*\).*$/**\3**\n\1\n/p diff --git a/graphs/piscine/hacker_news/output.txt b/graphs/piscine/hacker_news/output.txt new file mode 100644 index 0000000..68cc714 --- /dev/null +++ b/graphs/piscine/hacker_news/output.txt @@ -0,0 +1,90 @@ +**Sinclair Broadcast Group identifies data breach** +https://apnews.com/article/technology-business-arts-and-entertainment-be48d7582fdd5604664fff33ed81ca80 + +**A gentle introduction to the FFT (2002)** +https://www.earlevel.com/main/2002/08/31/a-gentle-introduction-to-the-fft/ + +**Jon Ingold on translating archeology into video games** +https://thebrowser.com/notes/jon-ingold/ + +**Ask HN: How to Sell a Website** +https://news.ycombinator.com/item?id=28943611 + +**We analyzed 425k favicons** +https://iconmap.io/blog + +**Machu Picchu was built over major fault zones (2019)** +https://www.science.org/content/article/machu-picchu-was-built-over-major-fault-zones-now-researchers-think-they-know-why + +**Goggles: Democracy dies in darkness, and so does the Web [pdf]** +https://brave.com/wp-content/uploads/2021/03/goggles.pdf + +**Apple M1 Max Geekbench Score** +https://browser.geekbench.com/v5/cpu/10496766 + +**U.S. tightens export controls on items used in surveillance of private citizens** +https://www.commerce.gov/news/press-releases/2021/10/commerce-tightens-export-controls-items-used-surveillance-private + +**WeWork is trying to go public – again** +https://www.wsj.com/articles/wework-set-to-go-public-via-spac-deal-two-years-after-failed-ipo-11634808600 + +**Playstation 3 Architecture** +https://www.copetti.org/writings/consoles/playstation-3/ + +**About that time I had an outburst during the Y Combinator Interview** +https://owlpal.substack.com/p/about-that-time-i-had-an-outburst + +**One Man's Pest** +https://www.guernicamag.com/one-mans-pest/ + +**Brave Search replaces Google as default search engine in the Brave browser** +https://brave.com/search-and-web-discovery/ + +**I reverse engineered mcdonald's internal API** +https://twitter.com//rashiq/status/1319346264992026624 + +**Injury response to DNA damage in live tumor cells promotes antitumor immunity** +https://www.science.org/doi/10.1126/scisignal.abc4764 + +**India Counting Down to 1B Doses** +https://www.cowin.gov.in/ + +**Time to get worried about Tether, the “stablecoin” at center of cryptocurrency** +https://slate.com/technology/2021/10/tether-crypto-danger-ben-mckenzie.html + +**The History of Surveying** +https://www.alifewithoutlimits.com.au/the-history-of-surveying/ + +**The FDA wants you to be able to buy a hearing aid without a prescription** +https://www.npr.org/2021/10/19/1047303559/fda-hearing-aid-prescription-over-the-counter + +**Windows 11 will hobble gaming performance by default on some prebuilt PCs** +https://www.pcgamer.com/windows-11-pcs-can-hobble-gaming-performance/ + +**Development version: GIMP 2.99.8 Released** +https://www.gimp.org/news/2021/10/20/gimp-2-99-8-released/ + +**I couldn't debug the code because of my name** +https://mikolaj-kaminski.com/jetbrains-rider-docker-compose-unicodedecodeerror-issue-fix/ + +**Getting the best out of OpenSCAD** +https://calbryant.uk/blog/10-ways-to-get-the-best-out-of-openscad/ + +**Study: Recycled Lithium Batteries as Good as Newly Mined** +https://spectrum.ieee.org/recycled-batteries-good-as-newly-mined + +**Eliminating gifted programs won’t make education fair** +https://americasfuture.org/eliminating-gifted-programs-wont-make-education-fair/ + +**Gtk4 Tutorial** +https://github.com/ToshioCP/Gtk4-tutorial/blob/main/Readme.md + +**Cosmopolitan Identifiers** +https://obua.com/publications/cosmo-id/3/ + +**A talk with Walter Bright about Empire** +https://madned.substack.com/p/a-talk-with-computer-gaming-pioneer + +**Bioelektryczność – Polish Robotics (1968) [video]** +https://www.youtube.com/watch?v=NjrYk546uBA + -- cgit v1.2.3