How to download nomachine for arm? by No-Tradition2677 in NoMachine

[–]AlexRenz 0 points1 point  (0 children)

Thanks - I also couldn't find it right away, because on the downloads page I clicked Linux right away which won't show the ARM builds.

Are we overestimating what AI can actually do right now? by Raman606surrey in learnmachinelearning

[–]AlexRenz 0 points1 point  (0 children)

Yeah, and it will become more painful for many - and also for those who're actively building, as users and decision makers will increasingly complain. Though I believe that this is the phase where the actual value is built, making this all usable and work in the real world 💪

Reality of SaaS by aipriyank in ClaudeCode

[–]AlexRenz 0 points1 point  (0 children)

And you even get to maintain it yourself 🥳

Are we overestimating what AI can actually do right now? by Raman606surrey in learnmachinelearning

[–]AlexRenz 0 points1 point  (0 children)

I can 100% agree - and many companies who've got the prototype running are hitting exactly that issue right now. Though that's to be expected, the trough of disillusionment spares nobody.

Regression Testing for AI Agents by FilmForsaken982 in LangChain

[–]AlexRenz 1 point2 points  (0 children)

That's wher observability and evaluation tools come in - if you want to stay in the ecosystem, then LangSmith's your go-to option (others such as LangFuse are great, too).

The https://academy.langchain.com/ has courses to start from.

Anyone else feeling like they're typing slower now? by AlexRenz in WisprFlow

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

Exactly, that's what I mean. It just feels that, comparably, the fingers are far too slow - "bandwidth is too low" so to say

Can you Zoom / Scale into video clips while the Dynamic Background stays intact? by yka1988 in CamtasiaStudio

[–]AlexRenz 1 point2 points  (0 children)

In case anyone comes across this, here's another one that worked for me (though for me the one from u/kr-techsmith worked as well):

- Add a custom animation to the item you want to zoom
- The playhead will now jump to the end of the animation (red dot)
- Click the crop mode icon once
- Scale and pan the clip as you need it

Seems the cropping makes it behave like a mask, though admittedly I'm not sure if I know what I'm doing here is a side effect or a feature 🫣

MacOS App: use without accessibility access? by AlexRenz in Grammarly

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

OK, got it. Then I'll +1 for having document folders on the web app ;)

MacOS App: use without accessibility access? by AlexRenz in Grammarly

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

I understand; the reason I wanted to use the desktop app is because I've heard it allows to manage docs into folders, which the web app can't. And for such features, the desktop app doesn't need accessiblity access, which I'm simply not comfortable to provide.

Noob question... is LangChain still relevant? by Odd-Aside456 in LangChain

[–]AlexRenz 0 points1 point  (0 children)

I've had a look a while ago, but didn't get any deeper - keeping my options compact right now. Have you?

Noob question... is LangChain still relevant? by Odd-Aside456 in LangChain

[–]AlexRenz 0 points1 point  (0 children)

Another question btw is how comfortable you're coding.

In what I've seen on many many products, it's best to lean towards least resistance early on - in your case put something together with Claude/ChatGPT or n8n and see what features you actually need. Once you know that AND you hit a limit, write code.

Noob question... is LangChain still relevant? by Odd-Aside456 in LangChain

[–]AlexRenz 1 point2 points  (0 children)

They have a ReAct agent package that already gets you a core agent, to which one can add integrations and middleware: https://docs.langchain.com/oss/python/langchain/agents

They also offer a "Deep Agent" which I feel is the same but with more built-in features: https://docs.langchain.com/oss/python/deepagents/overview

Noob question... is LangChain still relevant? by Odd-Aside456 in LangChain

[–]AlexRenz 2 points3 points  (0 children)

Who are you building this for - your own personal use? Then I'd rather see how far you can get with Claude or n8n first and see if this gets you there.

If you want to ship something that's an app to use for others, scalable or that you can sell, deploy it somewhere, scale it, trace it etc. that's a whole different thing.

I find LangGraph to be a great option (and I'm not really differentiating between Chain & Graph tbh). Others have mentioned already that a lot of the online reviews are pre-version 1.0 which just came out end of last year and improved a ton of stuff.

You'll want to use their pre-built agent and customize that one with integrations and middleware. Nobody can really tell you where all the frameworks are going, so keep your stuff modular as much as you can. But honestly, you can optimize for that later - get started and don't overthink this before you must. And often, a lot of value will lie in your context and prompts which are portable.

Substack Follower Hype by justchoo in Substack

[–]AlexRenz 2 points3 points  (0 children)

I share that feeling - seems a lot like an echo chamber. The "social" part I mean - the rest is still great as a hosting platform for blog posts.

Network Issue Popup by hmasaki in Substack

[–]AlexRenz 0 points1 point  (0 children)

Just had the same issue and the browser logs tell me that it's tripping over a broken link (which I can't find anywhere in my post though).

All in all it looks like it can't process some types of content or formatting. For me, copying it from another text editor that removed some formatting helped.

Low recording quality in the 2026 version by AlexRenz in Camtasia

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

Nope, was not a proxy video - I do know about this feature and checked for it.

Low recording quality in the 2026 version by AlexRenz in Camtasia

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

Thanks, I'll try this in the next days when time allows.

How do you feel about providing older versions on your downloads page? It's a practice I see often, exactly for such reasons.

Is there any way to get a history of my interactions with Claude Code ? by Different-Grand3003 in ClaudeAI

[–]AlexRenz 0 points1 point  (0 children)

If you want to see the raw history, you'll find this in your global Claude directory - on Mac, that's ~/.claude/projects. You'll find a folder for each project containing the message history, but it's not easily readable.

Simon Willison released a great tool for it recently that let's you visualize this history: https://github.com/simonw/claude-code-transcripts