• 192 Posts
  • 469 Comments
Joined 2 years ago
cake
Cake day: July 21st, 2023

help-circle
  • Well-cured wood can help. Guitars built with green wood will crack easily.

    Plywood guitars are tough - my resonator guitars are impervious to dryness, and they’re made of plywood basically.

    The other thing that might explain it is survivor’s bias - the guitars on the wall at the pub or in a mountain cabin either survive, or they crack and die. We see the ones that made it. Same thing with 200 year old parlor guitars - they are survivors.


  • Well if you subject your guitar to humidity fluctuations, it may well crack. Many do. My guild had a crack when I bought it, and when I moved to colorado it developed another. I have another guitar that has survived lots of changes in humidity and severe dryness without cracking. Maybe the wood was cured better, or I just got lucky.

    I keep my nice martin humidified to ~47% all the time. Maybe it would survive dryness, but I don’t want to take the chance. When they dry out it changes the way they play, being humidified properly helps keep the action consistent as well as protecting it against cracks.





  • plateaued since when? if you look at the second half of the graph, 2022 forward, it looks more steep to me.

    I take it ‘geometric mean’ is the geometric mean of ‘statcounter’ and ‘steam’? What’s the specific source of those latter two measures? For instance, when I look at linux usage on the statcounter website I get more like 1.5%, not 4%.




  • Depends. I made one in tauri and it was a good fit because I already had a web frontend and rust backend. I was able to reuse both of those with minor changes, now the same code builds the app and the web server/frontend.

    I’d probably go native if:

    • you’re only developing for android and don’t care about desktop/ios/etc…
    • UI performance is really important, like for a game
    • You want to minimize app size
    • You aren’t skilled at web front end development

    With tauri, if you need phone apis that aren’t in the toolkit already you’re going to jump through some hoops going from javascript to rust to kotlin and back again. Its a significant barrier, you’re handling serialization/deserialization of function arguments/results in 3 different languages.


  • they only offer the one laptop, a T480. Not an HP, Dell, etc. Ongoing fixes to the UEFI and BIOS code are irrelevant as this has libreboot instead. That’s like saying you’re missing out on windows updates if you run linux.

    And anyway the T480 is at end of life:

    This product is no longer being actively supported by development (End of Development Support) and no further software updates will be provided.



  • I’ve had good luck with an X201, W520, and T480 - all thinkpads. Haven’t tried any of the lower end lenovo models. I got my W520 new and my other ones off craigslist.

    If you’re looking to get a preinstalled OS and from a refurb vendor, an interesting option would be buying from libreboot. Debian/KDE by default or you can choose your own distro. Libreboot is a good cause, and sales funds the project. You’ll have the most secure bios on the block.



  • I’m following the progress of nixos on snapdragon, but its still a bit early for me. Audio kind of working but might damage your speakers, webcam not working, crashing on 64G version but not 32G, etc. Also some funny business about needing windows for firmware or something. These issues are getting resolved but aren’t completely solid yet IMO.

    Don’t know where things stand on the more mainstream distros but I’m guessing its probably similar.