🎉 TagLibSharp2 v0.6.0 is live!
🔧 Breaking Changes:
• AudioProperties now a struct (better perf!)
• Removed deprecated MusicIpId (use AcoustID)
• API consistency improvements across formats
Looking for early adopters to test! Also, let me know what video and image formats you want implemented first.
Feedback welcome! 🙏
https://t.co/gkVCppFYJ7
#SkiaSharp v4 preview 1 just dropped! Filled with goodies AND a new partnership (special thanks to Ramez Ragaa) with @UnoPlatform! If you want to know more, check out our new website: https://t.co/o8eU12I8YA
Read the blog: https://t.co/1ijeZs83zx
But wait, there is more! ...
One of my projects that I've been working on at @roonlabs is finally public. It allows you to explore various headphone EQ profiles
https://t.co/uj9xe86RhX
So, Amazon just lays off a significant number of their Prime Video staff and then I get an email saying that they are going to increase the cost of Prime Video (if I don't want to see ads)
“People always asked "Why do you pay so much money for your kid to do sports”?
Well I have a confession to make; I don't pay for my kid to “to do sports”
Personally, I couldn't care less about what sport she does
So, if I am not paying for sports what am I paying for?
- I pay for those moments when my kid becomes so tired she wants to quit but doesn’t
- I pay for those days when my kid comes home from school and is “too tired" to go to her training but she goes anyway.
- I pay for my kid to learn to be disciplined, focused and dedicated
- I pay for my kid to learn to take care of her body and learn how to correctly fuel her body for success.
- I pay for my kid to learn to work with others and to be a good team mate, gracious in defeat and humble in success
- I pay for my kid to learn to deal with disappointment, when they don’t get that placing or title they'd hoped for, but still they go back week after week giving it their best shot.
- I pay for my kid to learn to make and accomplish goals
- I pay for my kid to respect, not only themselves, but others, officials, judges and coaches
- I pay for my kid to learn that it takes hours and hours, years and years of hard work and practice to create a champion and that success does not happen overnight
- I pay for my kid to be proud of small achievements, and to work towards long term goals
- I pay for the opportunity my child has and will have to make life-long friendships, create lifelong memories, to be as proud of her achievements as I am
- I pay so that my child can be in the gym instead of in front of a screen
- I pay for those rides home where we make precious memories talking about practice, both good and bad
-I pay so that my child can learn the importance of time management and balancing what is important like school and keeping grades up
I could go on but, to be short, I don't pay for sports
I pay for the opportunities that sports provides my kid with to develop attributes that will serve her well throughout her life and give her the opportunity to bless the lives of others.
From what I have seen I think it is a great investment!”
- Softball Parent
Need Help?
Just ask
@SRUSA_Official
Developers: have you ever used git bisect?
(It's a built-in command that binary-searches your commit history to find the exact commit that introduced a bug.)
As a software developer I keep coming back to thinking that the current limitations of AI in daily usage are:
1. Imagination
2. Time
3. Resources (money, tokens, hardware)
Claude Code CLI 2.1.9 changelog:
• Added `auto:N` syntax for configuring the MCP tool search auto-enable threshold, where N is the context window percentage (0-100)
• Added `plansDirectory` setting to customize where plan files are stored
• Added external editor support (Ctrl+G) in AskUserQuestion "Other" input field
• Added session URL attribution to commits and PRs created from web sessions
• Added support for `PreToolUse` hooks to return `additionalContext` to the model
• Added `${CLAUDE_SESSION_ID}` string substitution for skills to access the current session ID
• Fixed long sessions with parallel tool calls failing with an API error about orphan tool_result blocks
• Fixed MCP server reconnection hanging when cached connection promise never resolves
• Fixed Ctrl+Z suspend not working in terminals using Kitty keyboard protocol (Ghostty, iTerm2, kitty, WezTerm)
Source: https://t.co/fSBhEDTBr7
We just open sourced the code-simplifier agent we use on the Claude Code team.
Try it: claude plugin install code-simplifier
Or from within a session:
/plugin marketplace update claude-plugins-official
/plugin install code-simplifier
Ask Claude to use the code simplifier agent at the end of a long coding session, or to clean up complex PRs. Let us know what you think!