Give us your thoughts on the benchmarking feature in Vitest ️

Give us your thoughts on the benchmarking feature in Vitest ️
falsify: Hypothesis-inspired shrinking for Haskell https://lobste.rs/s/ywiqey #haskell #python #testing
https://www.well-typed.com/blog/2023/04/falsify/
Clean Code Principles and Patterns, 2nd Edition by Petri Silen is on sale on Leanpub! Its suggested price is $14.90; get it for $8.94 with this coupon: https://leanpub.com/sh/nrwegY4T #ApiDesign #ComputerProgramming #Java #Javascript #Testing #SoftwareEngineering #Typescript
Interesting, i asked both OpenAI o3 and Gemini 2.5 at how many points lines crossed in the image below. o3 took it's time, more then 2 minutes, but gave the correct answer (8) and it used python code.
Gemini 2.5 answered quickly but failed , it answered 4.
My impression is that Google is limiting it's computer power when a question looks simple, while o3 goes all-out (for now).
#openai #google #testing #AI #o3 #gemini25
#Development #Launches
A11yInspect · A browser-based toolkit for accessibility testing https://ilo.im/163bj0
_____
#Testing #Accessibility #WCAG #Bookmarklets #Browser #Extension #Design #WebDesign #WebDev #Frontend
Our April Online meetup is almost here! Here from Liz Pine about Objects and Test Boundaries: Finding Balance. We all know over time the tests get slow, and there are many well known and effective techniques for addressing slow tests, but let's dive in how we can get to the core of this issue!
The Original source of the "bugs have feelings too" comic that has been shared and redrawn over and over again in the past years:
Andy Glover / cartoontester
The original blog post:
https://cartoontester.blogspot.com/2010/03/bug-advocacy.html
His book "The Cartoon Tester": https://leanpub.com/thecartoontester
Supercharge your Tests with Snapshot Testing https://lobste.rs/s/sm0w7w #video #gleam #testing
https://www.youtube.com/watch?v=DpakV96jeRk
The developers of the mitmproxy tool describe it as the Swiss army knife for debugging, testing, data protection analysis, and penetration testing HTTP(S) connections. Holger Reibold shows you how mitmproxy can be a useful addition to your security toolbox.
https://www.admin-magazine.com/Archive/2025/85/Traffic-analysis-with-mitmproxy?utm_source=mlm
#OpenSource #mitmproxy #debugging #testing #security #proxy #MITM
xpost to tumblr pt 3
", "xpost to tumblr pt 3
"]Checking out WAFRN. I have been looking everywhere for a federated blogging (as opposed to microblogging) platform that doesn't involve Matt Mullenweg's bouts of narcissistic inanity or Automattic in general for years. The fact that WAFRN is more of a riff on Tumblr than WordPress or LiveJournal is a definite plus. The fact that it's free and doesn't appear to be hamstrung by features being behind paywalls is another bonus. The fact that it's not censored and doesn't appear to have echo-chamber-creating algorithms is another mark in its favor.
Crossposting attempt 2:
Posting from goblin.band to tumblr, from firefox cuz goblin doesn't work with moshidon or tusky.
Hoping to qrt this on my blorbo account, and see if I can reply to people on goblin/fedi on tumblr
Notes: UI is weird on mobile, screen doesnt stretch far enough to see the post button so I have to turn on desktop mode to press post. But ofc desktop mode is too big and the text is too tiny to use regularly.
Crossposting attempt 2:
Posting from goblin.band to tumblr, from firefox cuz goblin doesn't work with moshidon or tusky.
Hoping to qrt this on my blorbo account, and see if I can reply to people on goblin/fedi on tumblr
Notes: UI is weird on mobile, screen doesnt stretch far enough to see the post button so I have to turn on desktop mode to press post. But ofc desktop mode is too big and the text is too tiny to use regularly.
"]Cargo-mutants:zombie: Inject bugs and see if your tests catch them
Agile Testing Condensed Edición en Español: Una Breve Introducción by Janet Gregory, Lisa Crispin, y Claudia Badell is the featured book on the Leanpub homepage! #Agile #Testing #books #ebooks
Agile Testing Condensed presenta una visión concisa y fácil de leer sobre cómo tener éxito en las pruebas y construir una cultura de calidad en un entorno ágil.
Find it on Leanpub!
GitHub Actions for the R language: Makes automatic testing of your R package much easier and making sure your package works on different OS and R versions is a matter of just a few lines of yaml: https://github.com/r-lib/actions #rstats #ci #testing #github