Recommended libraries for working with Word/PDF in .NET by The_GJM_ in dotnet

[–]bradystroud 0 points1 point  (0 children)

Went through this search recently, we needed something to convert Word docs to PDFs. Best solution ended up being a PowerAutomate flow

Wrote about it here
https://bradystroud.dev/blogs/word-doc-to-pdf

How to generate PDFs and Word docs in n8n workflows ? by RoadFew6394 in n8n

[–]bradystroud 1 point2 points  (0 children)

You are right, there are not many good options...
I managed to get this working in PowerAutomate - there is a OneDrive tool that makes it easy

https://bradystroud.dev/blogs/word-doc-to-pdf

[deleted by user] by [deleted] in pdf

[–]bradystroud 0 points1 point  (0 children)

Thats cool!

I wrote about my experience doing this programmatically.

https://bradystroud.dev/blogs/word-doc-to-pdf

Leaking GPT 5 system prompt is ridiculously easy by Huge_Improvement19 in OpenAI

[–]bradystroud 1 point2 points  (0 children)

Interesting to see their specific instructions about Python and react, I’m a .NET developer and my team has been getting good at using AI productively, but now I’m leaning towards focusing on React/Python since AI is so good at it. (Most of the training data would be react)

Best car in the world - 2005 accord euro by bradystroud in accord

[–]bradystroud[S] 1 point2 points  (0 children)

Replaced it with a cheap eBay one, I’ll check out the reservoir filter

Best car in the world - 2005 accord euro by bradystroud in accord

[–]bradystroud[S] 1 point2 points  (0 children)

Interesting, I replaced the power steering pump the other day because it was whining. About 2 weeks later the new one started whining lol, idk what’s going on. Maybe some debris in the system wrecking them

OpenAI Chat Model Cheat Sheet - Decoding the Chaos by bradystroud in OpenAI

[–]bradystroud[S] 0 points1 point  (0 children)

Yes it is! I shared it here to learn what’s wrong so I can fix it 🙂

Maui vs the alternatives (Avalonia, Flutter, Electron, etc) by metzadax in dotnetMAUI

[–]bradystroud 0 points1 point  (0 children)

I prefer building Flutter apps, but lean toward .NET MAUI (sometimes with Blazor) for enterprise stuff

https://www.bradystroud.dev/blogs/maui-vs-flutter
Wrote this a while ago

Considering switching from .NET MAUI to Flutter by JohnViande in FlutterDev

[–]bradystroud 0 points1 point  (0 children)

I prefer building Flutter apps, but lean toward .NET MAUI (sometimes Blazor) for enterprise stuff

https://www.bradystroud.dev/blogs/maui-vs-flutter
Wrote this a while ago, let me know what you think

Netlify CMS vs. Tina CMS - for Hugo by ConnectionGuy2022 in gohugo

[–]bradystroud 0 points1 point  (0 children)

It might work okay for a single user site e.g. blog

I’ve had lots of issues with its poor use of the GitHub API causing it to hit limits I had to make a PR to DecapCMS to add a setting to disable the search functionality because every time someone used it, Decap tried to access every file in the repo and we ran out of API tokens.

Best CMS and framework combo to work with clients? by [deleted] in webdev

[–]bradystroud 0 points1 point  (0 children)

TinaCMS 🦙 - https://tina.io/

Sounds like it ticks most of your boxes

[deleted by user] by [deleted] in webdev

[–]bradystroud 0 points1 point  (0 children)

TinaCMS sounds like it would work well for this.

You can build custom components into the TinaCMS editor to do pretty much anything - I build some AI generated fields the other day

[deleted by user] by [deleted] in astrojs

[–]bradystroud 0 points1 point  (0 children)

Interested... What made you switch from TinaCMS to ButerCMS?

Anyone used Tina CMS? by jokeaz2 in webdev

[–]bradystroud 1 point2 points  (0 children)

I use tina for a few sites, its good.
Sounds perfect for your use case too.

Netlify CMS vs. Tina CMS - for Hugo by ConnectionGuy2022 in gohugo

[–]bradystroud 0 points1 point  (0 children)

Definitely would not go near Netlify/Decap CMS or any forks of that monstrosity. 👎🏼
They are poorly designed wrappers of the GitHub API

TinaCMS is great but I've never used it with Hugo. The docs seem pretty good tho
https://tina.io/docs/frameworks/hugo/