Feed aggregator

Show HN: Diffuji – a diffusion-powered instant camera

Hacker News - Mon, 02/16/2026 - 1:42pm

Article URL: https://diffuji.com/

Comments URL: https://news.ycombinator.com/item?id=47038551

Points: 5

# Comments: 2

Categories: Hacker News

Security audit for LLM skill files: skillaudit.sh

Hacker News - Mon, 02/16/2026 - 1:39pm

Article URL: https://skillaudit.sh/

Comments URL: https://news.ycombinator.com/item?id=47038523

Points: 1

# Comments: 0

Categories: Hacker News

--dangerously-skip-reading-code

Hacker News - Mon, 02/16/2026 - 1:37pm
Categories: Hacker News

Tadpole the Language for Scraping 0.2.0 – Complex Control Flow, Stealth and More

Hacker News - Mon, 02/16/2026 - 1:35pm

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

Categories: Hacker News

La Liga Soccer: Stream Girona vs. Barcelona Live From Anywhere

CNET Feed - Mon, 02/16/2026 - 1:00pm
Hansi Flick's men make the short journey to the Estadi Montilivi, needing a win to reclaim top spot.
Categories: CNET

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

Computer Weekly Feed - Mon, 02/16/2026 - 12:56pm
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
Categories: Computer Weekly

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?

Computer Weekly Feed - Mon, 02/16/2026 - 12:56pm
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?
Categories: Computer Weekly

Pages