I wish I had mämmi
I also got experience with the following (5 = a lot, 1 = a little) :
#machinelearning #ml (3) (I have implemented some ML models myself in the past, for learning purposes.)
#guix (3) (Using it for reproducible setups of projects.)
#functionalprogramming #fp (5) (Doing it in my own projects.)
#objectorientedprogramming #oop (4) (last job and past xp in my own projects.)
#CI / #CD (3) (Last job)
#make (4) (using it for my own project setups and convenience)
#testing (4) (last job, own projects)
Buyer Beware: Cheap Power Strips Hold Hidden Horrors - We’ve got a love-hate relationship with discount tool outlet Harbor Freight: we ha... - https://hackaday.com/2025/04/07/buyer-beware-cheap-power-strips-hold-hidden-horrors/ #harborfreight #toolhacks #contact #testing #ground #outlet #spring #tools
mind the WCAG automation gap
"Disclaimer: this content was partially produced via automation FTW! Don’t fear the AI future or the reaper."
#a11y #WCAG #testing #automation #ai
https://html5accessibility.com/stuff/2025/03/27/mind-the-wcag-automation-gap/
Estuve #Testing la app #TRIfA en #Android, pero mi expectativa/experiencia no fue positiva, ya que no me permitió importar mi cuenta.
Me sigo quedando con #aTox como alternativa.
https://f-droid.org/packages/ltd.evilcorp.atox
Por si se animan a probar o ya usan #tox, mi ID: 5E714443388043DB47CF2F9A1661EBACD9B449A59940DF7A5B6072DD47BE8467237E54AABF6A
Para darle mas movimiento a este mensajero instantáneo.
Remember, #OpenBSD snapshots are now 7.7-beta, this is an excellent time to test - https://www.undeadly.org/cgi?action=article;sid=20250302115123 (the most useful time to test for the upcoming release) #unix #libresoftware #freesoftware #bsd #development #security #testing
How to install Debian Testing... and why you might not want to
https://tinkerbetter.tube/videos/watch/ecdfbde3-7ca1-4a3e-8375-617743d37839
How does our testing environment work? Our colleague Max will be happy to answer your question and explain what is being done and why it is necessary. And: If you have any ideas about what should be tested - please let us know in the comments!
Testing at Scale - We’ve said it before: building one-offs is different from building at scale. Even ... - https://hackaday.com/2025/01/28/testing-at-scale/ #toolhacks #pogopins #testjig #testing
Laser-Cut Metal Endoskeleton Beefs Up 3D Prints - There are limits to what you can do with an FDM printer to make your parts stronge... - https://hackaday.com/2025/01/24/laser-cut-metal-endoskeleton-beefs-up-3d-prints/ #3dprinterhacks #endoskeleton #reinforce #embedded #testing #epoxy #steel #truss
AA Battery Performances Tested, So Get The Most For Your Money - [Project Farm] has a video in which a wide variety of AA cells are analyzed and co... - https://hackaday.com/2025/01/10/aa-battery-performances-tested-so-get-the-most-for-your-money/ #batteryhacks #reviews #battery #testing #price #aa
Making Sure Your Patch Cables Are Ready for RF Work - How do you know that your patch cables are good? For simple jumper wires, a multim... - https://hackaday.com/2025/01/08/making-sure-your-patch-cables-are-ready-for-rf-work/ #time-domainreflectometry #radiofrequency #radiohacks #patchcable #coaxial #testing #tdr #vna #rf
kxio v5.0.0: Rust library that provides injectable FileSystem, Network and Print resources to enhance the testability of your code. By abstracting system-level interactions, kxio enables easier mocking and testing of code that relies on file system, network and print operations.
Written in Rust
Repo: https://git.kemitix.net/kemitix/kxio
A Rust Library.
New in 5.0
• (net) BREAKING: remove Drop assertions for any unused plans. Tests should explicitly use net.assert_no_unused_plans(); to make the assertions
• (net) add tracing to matching each criteria for mock request
• (print) add details to readme and an example
What does it do:
- Fluent APIs for file and network requests
- The Filesystem module offers a clean abstraction over std::fs,
- The Network module offers a testable interface over the reqwest crate
- The Print module offers a testable wrapper for println, eprintln, print and eprint macros.
Since the existing plugins came with too many dependencies for my taste, or specialized on some aspect that didn't cover what I need, I'm working on a #Vim plugin to display code coverage in the sign column.
It's reading lcov-formatted files (which is why I don't have any dependencies) and displays for each line whether it's covered or not.
Still needs a bit of work to be convenient, but I like the result already.
Torque Testing 3D Printed Screws - Unless you’ve got a shop with a well-stocked hardware bin, it’s a trip to the hard... - https://hackaday.com/2024/12/03/torque-testing-3d-printed-screws/ #yieldstrength #destructive #toolhacks #fastener #hardware #testing #torque #screw #bolt
Is this the dawn of a new era?
A day of testing FreeBSD as a potential daily driver.
Spoiler alert: I don't think I'm confident about a complete switch. Those who know me know I'm slow as hell, and it'll take time. But running a day under FreeBSD proves that it's possible for my workloads. And the first step has been done.
Just updated the Kitten reference section on testing Kitten to include instructions on running the new regression and end-to-end tests.
Will only be of interest if you’re hacking on Kitten itself.
Really enjoying adding end-to-end tests to Kitten¹ using Playwright² and my own little Kitten controller class for starting/stopping/otherwise interacting with the Kitten server.
Just wrote some that comprehensively test identity creation and authentication for Small Web places:
https://codeberg.org/kitten/app/src/branch/regression-tests/tests/end-to-end/examples.spec.js#L32
Lots more to write but I think I’ve found a good flow :)