Handy! thanks. I asked it to delete two threads but I got the following reply. I'm sure its possible to delete files and remove entries from a sqlite database (making assumptions here!) but I'll wait until delete is a first class API call. Still very handy for the other management tools:
"I searched the native Codex app thread-management tooling available here. It exposes list, read, rename, pin/unpin, archive/unarchive, create, and send message, but no delete or equivalent hard-removal operation.
Because you explicitly asked for safe and idiomatic deletion with no dangling references, I did not try to edit local app/session storage manually, and I did not archive them as a substitute for deletion. The safe answer is: deletion is not currently available through the tooling exposed to me in this session."
We @wiz_io responsibly disclosed this to @AWSSecurityInfo, who promptly fixed the issue in under 48 hours! They also implemented new safeguards in CodeBuild to prevent similar attacks.
For the full story, check out our blog >>> https://t.co/T1IHfjy4B8
Nice. .NET 10 well .NET in general runs on all sorts these days. A long way from when I used to use visual interdev as an intellisense editor for classic ASP.!
Another blog post, I had to build a new windows pc. I didn’t like the game adverts but anyway instead of chocolatey or scoop I tried winget. So I built a search tool for packages and blogged about it
https://t.co/HiVvfHJPjn
I’ve started blogging again. The first is how I used GitHub Copilot on web mobile and elsewhere to update my seedfolder dotnet global tool and some ideas to improve it moving forward
https://t.co/GYF7JtqNTr
Works great with Warp the AI terminal like IDE and pretty much any other app. Works great on iOS and macOS. Understands me and removes my hums and errs. Deffo give it a try
https://t.co/QxDFos5TCa
Hydro v1.1 has been released, bringing fixes and a few new features, including an easier way to work with file downloads. https://t.co/xBAPYG2P76 #dotnet#webdev#DEVCommunity
StringSyntax attribute example 💡
#dotnet
The StringSyntax Attribute (.NET 7+) allows us to tell Visual Studio what kind of string (e.g. regex, datetime format, JSON etc.) we are working with in order to get correct intellisense and highlighting.
Have you used it yet?
Last week I was a Guest on the First Episode of the BLUF Podcast, hosted by @artoriastech where we discussed the at the time, upcoming Israeli Retaliatory Strike against Iran. While the Strike has now occurred, it is interesting to look back on some of our Predictions that were correct and some that were not even close; with Episode 2 of the Podcast coming out later this Week, where we discuss the Regional Ramifications of the Strike and what we could see moving forward in the Conflict between Israel and Iran. You can find the BLUF Podcast streaming on both Spotify and Apple Podcasts, with it coming soon to other Platforms, including YouTube and X.
@KarenPayneMVP VBScript with classic ASP 2/3 then a bit of VB 6 then C# with .net from 1.0 to current .net core 8 with html css and JavaScript. Moved from windows to macOS / Linux as daily driver from monodevelop onwards.
C# Access Modifiers summary table
I got this summary table from MS learn.
It's definitely worth a bookmark.
Note the file access modifier is new from C# 11.
#dotnet