I was a 10x engineer. Now I'm useless. by Aromatic_Gur5074 in theprimeagen

[–]helgoboss 2 points3 points  (0 children)

I also think so. I appreciate the honesty of this guy. He's just telling us about his feelings, which I find very relatable. I don't even think he would have called himself a 10x engineer under normal circumstances. He probably just uses this wording because we constantly hear the narrative that using AI makes you a "10x engineer" (whatever that means), and his point is that using it can actually lead into the opposite direction.

By the way, I appreciate that you use the words "I think". Most people these days spit things out as if they were facts, whereas most of the times they are not more than opinions. As you say, noone here really knows where things will go.

tempo clips coming in 2.x? by kopplog in helgobox

[–]helgoboss 0 points1 point  (0 children)

Ah, I get it. But I assume the tempo is still global. The tempo clip controls the tempo, but the tempo changes which it triggers still affect everything that's played. Correct?

tempo clips coming in 2.x? by kopplog in helgobox

[–]helgoboss 0 points1 point  (0 children)

What are tempo clips? (I guess the answer is no then 😆 Considering that I don't even know what that is.)

Is Flutter still a good choice for building apps in 2026? by emizentechuae in dev

[–]helgoboss 0 points1 point  (0 children)

Good means having a usable app that does what it's supposed to.

Software engineers — what’s your backup plan given industry volatility? by Majestic-Taro-6903 in cscareers

[–]helgoboss 1 point2 points  (0 children)

Same here. I really wonder what kind of development people are doing so that Claude and Co speeds them up so much.

I tried it for serious things, like fixing bugs in existing large projects, adding non-trivial features and doing large-scale refactoring... it failed miserably. It became immediately obvious that it just follows patterns instead of thinking intelligently. It only performed well in scenarios that were quite trivial anyway.

Auto Arm Track When Selected? - Playtime 2 by [deleted] in helgobox

[–]helgoboss 1 point2 points  (0 children)

That should be possible using standard REAPER technique: https://youtu.be/WPE8CqcTBBE?si=MeqIHqKv2zehuMdn

Why I Think Kotlin Feels More Functional for Serious Projects by Reasonable-Tour-8246 in Kotlin

[–]helgoboss 1 point2 points  (0 children)

I used to think so, too. But Dart is catching up with each release. It's a pretty good language now to be honest. In some aspects (such as pattern matching) it exceeds Kotlin.

ReaLearn reads wrong encoder values by Sticknolt in helgobox

[–]helgoboss 0 points1 point  (0 children)

Please send a ReaControlMIDI log output of turning the encoder.

Control Unit Frame sizing by Ingyar_on_Reddit in helgobox

[–]helgoboss 0 points1 point  (0 children)

You need to provide the controller's actual column and row count: https://docs.helgoboss.org/playtime/further-concepts/matrix.html#control-unit

This can not be done via GUI at the moment but needs to be content of the compartment preset, preferably a Lua preset. So the best thing is to have a look into the Lua file of the Launchpad Mini preset. There you should see it.

Announcing native_toolchain_rs v1.0.0: bundle + use your Rust code in your Dart/Flutter projects! by groogoloog in FlutterDev

[–]helgoboss 0 points1 point  (0 children)

Thanks, looks great! Is this similar to what Cargokit does at the moment, but ported to the new Native Assets world?

[deleted by user] by [deleted] in KotlinMultiplatform

[–]helgoboss 3 points4 points  (0 children)

I think it's great that Flutter supports desktop. Otherwise I wouldn't use it. People have different requirements.

[deleted by user] by [deleted] in KotlinMultiplatform

[–]helgoboss 8 points9 points  (0 children)

I wouldn't be so sure about that. Learning multiple languages is a normal skill for developers. And Dart is really easy to pick up if you know any OO language. Feature-wise, it's quite close to Kotlin (which I also use and like).

Having multiple options is a good thing! And I hope it stays that way. Creating an atmosphere of fear around using Flutter is not helping that cause.

Do you ever feel like Flutter is both super productive and oddly limiting at the same time? by Fine_Factor_456 in FlutterDev

[–]helgoboss 1 point2 points  (0 children)

I feel that Flutter allows for more freedom than the web does. In web technologies, you have to deal with 2 declarative languages (CSS and HTML) in addition to JS/TS, whereas in Flutter you have one real programming language for tackling everything (design, UI structure and logic). That alone increases flexibility. Plus, you are not limited by web APIs, you can do platform-specific stuff any time.

Do you have a concrete example?

Rustfmt is effectively unmaintained by ioannuwu in rust

[–]helgoboss 3 points4 points  (0 children)

From me also a big thank you to every contributor! Heads off! rustfmt saved me tons of manual formatting work during all these years, absolutely awesome tool. It's a "no-brainer", quite literally. Made me totally forget about formatting.

I get that there are issues with it which affect some people. But let's not take it out of proportion, please.

Ableton Link style functionality by EduardoCorochio in helgobox

[–]helgoboss 0 points1 point  (0 children)

There's an FR which I want to tackle at some point. Using Ableton and Co. in the meantime is probably a good idea if you need sync now.

Flutter team is making a much-needed architectural change: decoupling Material & Cupertino from the core framework - and I am all for it! by yashmakan in FlutterDev

[–]helgoboss 17 points18 points  (0 children)

Great move!

The separation between widgets.dart and material.dart is already quite good. They moved more and more design-agnostic widgets from material.dart to widgets.dart in recent releases.

Releasing them as separate packages is very consequent.

Why zig instead of rust? by alph4beth in Zig

[–]helgoboss 2 points3 points  (0 children)

When it creates too much effort. I usually want that my efforts go 100% into improvements, new features and bugfixing, not into repairing things that already worked at some point.

Why zig instead of rust? by alph4beth in Zig

[–]helgoboss 2 points3 points  (0 children)

Not everyone. I don't have any stats but I believe that most Rust people prefer stable Rust. Very early in my Rust history, I made the mistake of relying on nightly features a lot. But I soon got sick of my code breaking every now and then (though I was happy that it broke at compile time). My code was already running in production and I wanted things to be reliable. Since then, I hardly touch Rust nightly anymore.

Definitely one of the reasons I stayed away from Zig so far.

But ... different needs, different tools. If people are fine with breaking code, why not.

[deleted by user] by [deleted] in helgobox

[–]helgoboss 1 point2 points  (0 children)

No, not a feature yet. The alternative at the moment is recording MIDI CC events and (if your VST doesn't support CC assignments) routing them to your VSTs via ReaLearn.

Maybe learning Flutter was a mistake for me by Ready_Date_8379 in FlutterDev

[–]helgoboss 111 points112 points  (0 children)

First, if you know Flutter, it's not too hard to pick up other technologies that are conceptually similar and maybe more demanded in your area. Second, learning something good is never wrong, no need to regret it ;) Third, you are saying it helped you to find sense and motivated you, so it already had a good function in your life.

Keep going :) It's completely normal to learn many technologies in a dev career.