• 0 Posts
  • 135 Comments
Joined 2 years ago
cake
Cake day: June 22nd, 2023

help-circle




  • wewbull@feddit.uktoLinux@lemmy.mlLinux Tablet?
    link
    fedilink
    English
    arrow-up
    8
    ·
    20 days ago

    I’ve got a 12. I really like it.

    Get a DIY one and put your own memory and SSD in it. You’ll save £$\€ over the framework prices for those. I paid about £750 total for my maxed out 48GB/2TB one. Then slap something like Fedora on it and you’re good to go.

    I got a Lenovo slim pen 2 as the framework stylus isn’t out yet. Pairing required holding the buttons for ages, but works great after that.










  • You’re both right. You’re both wrong.

    • You write tests for functionality before you write the functionality.
    • You code the functionality so the tests pass.
    • Then, and only then, the test becomes a regression test and is enabled in your CI automation.
    • If the test ever breaks again the merge is blocked.

    If you only write tests after you’ve written the code then the test will test that the code does what the code does. Your brain is already polluted and you’re not capable of writing a good test.

    Having tests that fail is fine, as long as they’re not part of your regression tests.