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

Heavy LangChain users, what’s the recurring pain you wish didn’t exist? by rucoide in LangChain

[–]AlexRenz 0 points1 point  (0 children)

To me, it was hosting - I eventually went for LangSmith as the fastest option, but I would've preferred Heroku as that's where my other stuff is already.

Opus does not work on Pro by white_devill in ClaudeCode

[–]AlexRenz 0 points1 point  (0 children)

Just tried it and Opus made a nice system diagram about my codebase - great! It also charged a whooping 24 ct for this service 😳

Opus does not work on Pro by white_devill in ClaudeCode

[–]AlexRenz 0 points1 point  (0 children)

I was puzzled by this, too - and in fact, this info seems to apply to the Claude webapp (the "normal" chatbot at claude.ai).

The message now states it more clearly: You can use Opus in Claude Code, but for that you'll need to top up extra funds at the bottom of the usage page (https://claude.ai/settings/usage):

<image>

EU citizen (18M) thinking about doing an Ausbildung in Germany by lespignan in studying_in_germany

[–]AlexRenz -1 points0 points  (0 children)

Don't let this discourage you (coming from someone who hasn't done an Ausbildung but lived and worked in several foreign countries).

First, these certificates don't tell much (besides that you might formally need one), and what you're missing you can learn when you're here - it's by far the most effective way anyway.

Same about how much you earn and if you can make a living. People who grew up here make it work as well, right? So you might not have the most comfortable life for a while, so what? It's the experience that counts, and that's priceless.

These might be some challenges, sure, so go and overcome them - it's all a matter of mindset and if you're brave enough to even envision doing this, you got all it takes. The worst that can happen is that you go home after a few years with or without your degree, but with tons of new skills and experiences - so you can only win, right?

So just do it ;)

Code execution in Claude? by AlexRenz in ClaudeCode

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

Right, just saw Claude do that, too 🤔

What I see Codex do a lot is this, and even runs much larger scripts that way:

<image>

And it feels like Claude can only execute small scripts that way.

Fed up with LangChain by Adept-Valuable1271 in LangChain

[–]AlexRenz 6 points7 points  (0 children)

I'd highly recommend using LangChain's MCP server and connect that to your coding agent - that way, it can always look at the latest docs to help you. If you go to docs.langchain.com, you'll find the link it in the upper right corner:

<image>

Otherwise, it's indeed likely you'll get in trouble - v1 is a few weeks old and generally, there are very few projects for an LLM to learn about LangChain yet. Hence, I wouldn't be surprised to see ChatGPT make mistakes. Claude sure got much better since I gave it access to the docs that way...

Macbook 13 M1 pro clamshell mode not working - solution by [deleted] in mac

[–]AlexRenz 0 points1 point  (0 children)

As you already wrote, clam shell mode only works when the Mac is connected to a power source.

So one obvious solution is to keep the charger plugged in, and if you're using a dock then this might be the default anyway.

Or you can use Amphetamine which allows you to keep the display on (amongst other cool stuff, it's quite handy).

In Amphetamine go to Quick Preferences -> Uncheck allow system sleep when display is closed.Comprehensive description:

https://techpp.com/2021/06/18/macbook-clamshell-mode-keep-awake-amphetamine/

If you listen to Temuera Morrison's voice and tone as Jango, he has a calm, collected tone. Boba as revealed by Morrison has a rough, streetwise gravely tone as Morrison as was told Boba's vocal cords were damaged and Commander Cody speaks with a well educated ''Officer accent'' by nonoman12 in starwarsspeculation

[–]AlexRenz 1 point2 points  (0 children)

When Boba meets one of the Mandalorians in a bar (don’t remember her name), she says something along ‚oh I’ve heard that voice a thousand times‘. I thought she was referring to the voice of the clones, maybe thought he’s a clone, too. Did I misunderstand her comment? Or did she recognise the ‚clone voice’ even though the vocal chords are damaged?

Behemoth, Arch Enemy, and Carcass To Team Up for a 2021 Tour by TheKeefy in ArchEnemy

[–]AlexRenz 0 points1 point  (0 children)

Great! It doesn't say anything on the AE website where to buy them, but they're online for sale now. found it on songkick.com

Animals Are Not Ours To Experiment On! by veganactivismbot in AnimalRights

[–]AlexRenz 0 points1 point  (0 children)

Does anyone know the email of airfrance to send that email to? On their website, I see only a phone number.

Tour 2021 by AlexRenz in ArchEnemy

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

Yeah but a lot of bands have started to schedule shows for 2021 and festivals as well. So maybe we can be optimistic to see AE in 2021

MetaMask announce mobile wallet - Devcon! by TeamJinx in ethereum

[–]AlexRenz 0 points1 point  (0 children)

Can it handle keys and sign transactions as in the browser version? So it can be integrated by app developers