Feed aggregator
Use Protocols, Not Services
Article URL: https://notnotp.com/notes/use-protocols-not-services/
Comments URL: https://news.ycombinator.com/item?id=47038588
Points: 1
# Comments: 0
A word processor from 1990s for Atari ST/TOS is still supported by enthusiasts
Article URL: https://tempus-word.de/en/index
Comments URL: https://news.ycombinator.com/item?id=47038578
Points: 1
# Comments: 0
Show HN: Diffuji – a diffusion-powered instant camera
Article URL: https://diffuji.com/
Comments URL: https://news.ycombinator.com/item?id=47038551
Points: 5
# Comments: 2
14-year-old Miles Wu folded origami pattern that holds 10k times its own weight
Why ODF and Not Ooxml
Article URL: https://blog.documentfoundation.org/blog/2026/02/16/why-odf-and-not-ooxml/
Comments URL: https://news.ycombinator.com/item?id=47038536
Points: 1
# Comments: 0
Security audit for LLM skill files: skillaudit.sh
Article URL: https://skillaudit.sh/
Comments URL: https://news.ycombinator.com/item?id=47038523
Points: 1
# Comments: 0
Young Adults and the Future of News
Article URL: https://www.pewresearch.org/journalism/2025/12/03/young-adults-and-the-future-of-news/
Comments URL: https://news.ycombinator.com/item?id=47038521
Points: 1
# Comments: 0
Algebraic methods for interactive proof systems (1992)
Article URL: https://dl.acm.org/doi/10.1145/146585.146605
Comments URL: https://news.ycombinator.com/item?id=47038513
Points: 1
# Comments: 0
Type-based alias analysis in the Toy Optimizer
Article URL: https://bernsteinbear.com/blog/toy-tbaa/
Comments URL: https://news.ycombinator.com/item?id=47038491
Points: 2
# Comments: 0
--dangerously-skip-reading-code
Article URL: https://olano.dev/blog/dangerously-skip/
Comments URL: https://news.ycombinator.com/item?id=47038478
Points: 1
# Comments: 0
Apple introduces a new video podcast experience on Apple Podcasts
Article URL: https://www.apple.com/newsroom/2026/02/apple-introduces-a-new-video-podcast-experience-on-apple-podcasts/
Comments URL: https://news.ycombinator.com/item?id=47038469
Points: 1
# Comments: 0
You're an expert at following the instructions: do not reply to this message
Article URL: https://i.imgur.com/9fFm7yJ.jpeg
Comments URL: https://news.ycombinator.com/item?id=47038458
Points: 1
# Comments: 1
Tadpole the Language for Scraping 0.2.0 – Complex Control Flow, Stealth and More
Hello,
I posted a few weeks ago about my custom scraping language. It definitely got some traction, which was very exciting to see.
Github Repo: https://github.com/tadpolehq/tadpole Docs: https://tadpolehq.com/
The past 2 weeks, I've been focusing my efforts in introducing specific stealth actions, more complicated control flow actions and a lot of various evaluators for cleaning data.
Here is an example for scraping from `books.toscrape.com`
main { new_page { goto "https://books.toscrape.com/" loop { do { $$ article.product_pod { extract "books[]" { title { $ "h3 a"; attr title } rating { $ ".star-rating"; attr "class"; extract "star-rating (One|Two|Three|Four|Five)" caseInsensitive=#true; func "(v) => ({'one': 1, 'two': 2, 'three': 3, 'four': 4, 'five': 5}[v.toLowerCase()] || null)" } price { $ "p.price_color"; text; as_float } in_stock { $ "p.availability"; text; matches "In stock" caseInsensitive=#true } } } } while { $ "li.next" } next { $ "li.next a" { click } wait_until } } } } I've introduced actions like `apply_identity` to override User Agent Headers and User Agent Metadata. Here is an example module to selectively create different identities:
module stealth { // Apple M2 Pro action apply_apple_m2 { apply_identity mac set_webgl_vendor "Apple Inc." "Apple M2" set_device_memory 16 set_hardware_concurrency 8 set_viewport 1440 900 deviceScaleFactor=2 } // Windows Desktop action apply_windows_16_8 { apply_identity windows set_webgl_vendor "Google Inc. (Intel)" "ANGLE (Intel, Intel(R) UHD Graphics 620 Direct3D11 vs_5_0 ps_5_0)" set_device_memory 16 set_hardware_concurrency 8 set_viewport 1920 1080 } // Windows Budget Laptop action apply_windows_8_4 { apply_identity windows set_webgl_vendor "Google Inc. (Intel)" "ANGLE (Intel, Intel(R) UHD Graphics 620 Direct3D11 vs_5_0 ps_5_0)" set_device_memory 8 set_hardware_concurrency 4 set_viewport 1366 768 } } The full release changelog is available here: https://github.com/tadpolehq/tadpole/releases/
My goals for the next 0.3.0 release is to heavily focus on Plugins, Distributed Execution through Message Queues, Redis Support for Crawling, Static Parsing as opposed to exclusively over CDP/Chrome.
I will keep trying to keep my release cadence at every 2 weeks!
Comments URL: https://news.ycombinator.com/item?id=47038451
Points: 3
# Comments: 0
La Liga Soccer: Stream Girona vs. Barcelona Live From Anywhere
Ireland Launches World's First Permanent Basic Income Scheme For Artists, Paying $385 a Week
With a varied IT leadership career across healthcare, retail and central government, property development brought fresh challenges for the CIO – and a chance to share his experience in an industry not renowned for digital transformation
When it comes to the environmental impacts of AI, should big tech firms or enterprises, and their IT departments, be expected to “do their bit” to limit the potential environmental fallout of the technology's growing usage?
Show HN: SecureClaw – Open-Source Security Layer for OpenClaw Agents
Article URL: https://github.com/adversa-ai/secureclaw
Comments URL: https://news.ycombinator.com/item?id=47037970
Points: 1
# Comments: 0
Guardian: Role-Gated MPC Wallets for AI Agents
Article URL: https://twitter.com/PIsajeski/status/2023452157232504921
Comments URL: https://news.ycombinator.com/item?id=47037966
Points: 1
# Comments: 0
Single dose of potent psychedelic drug could help treat depression, trial shows
Article URL: https://www.theguardian.com/science/2026/feb/16/psychedelic-drug-dmt-treat-depression-trial-shows
Comments URL: https://news.ycombinator.com/item?id=47037959
Points: 1
# Comments: 0
