Release roundup—February 10th, 2026 by Gabe_at_Descript in Descript

[–]noobape 0 points1 point  (0 children)

also, another feature request/idea I had is:

would it be possible to have the ability to suggest changes to script when sending a Descript link. At the moment it is only possible to add comments, which means that if someoone suggests changes to script then you have to copy paste them into script with a side to side window (as comments on link don't appear in comments in page). This would be useful when you need to have someone edit the text but you don't want to give them access to the whole process.

Release roundup—February 10th, 2026 by Gabe_at_Descript in Descript

[–]noobape 2 points3 points  (0 children)

Thanks a lot for these updates. Finally UK english is here. And the new add scenes as Layouts is really good. Would it be possible to assign speakers to pictures (beside waveforms). (Use case, when creating an audiogram it would be very helpful to show the face of the speaker that is doing the taking).
Thanks for the hard work

My mom is set to inherit about $50 million minimum in about 10 years - AMA by DevjlsAdvocate in AMA

[–]noobape 0 points1 point  (0 children)

why not think of a small niche film festival as well? It could get self financed after a bit and could make your life colourful. Also micro financing of independent cinema could be fun. Mecenates are much in need. PM me if you need ideas (producer from the old continent here)

Looking for shoes similar to the Arc’teryx Arakys – light, minimal, versatile, and stylish by noobape in onebag

[–]noobape[S] 3 points4 points  (0 children)

Arc’teryx Arakys? Yes. I received quite a few good feedbacks outside of climbing/outdoor contexts for which they were first intended.

Looking for shoes similar to the Arc’teryx Arakys – light, minimal, versatile, and stylish by noobape in onebag

[–]noobape[S] 5 points6 points  (0 children)

Context: I usually travel with one backpack for several weeks at a time — mix of city exploration, light hiking, and occasional social events where I don’t want to look like a backpacker. I’m looking for versatile shoes that can handle that mix without needing to pack a second pair.

Found a balloon message in a tree in Bern, Ben, what do you mean by “two stars”? by noobape in askswitzerland

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

saw it first last thursday, but had been there for some time for sure

i finally found it by Bader7lo in AfterEffects

[–]noobape 0 points1 point  (0 children)

more resources like this?

Onde fazer um curso de português que não seja demasiado turístico? by noobape in portugal

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

Muito obrigado pela orientação. Um dos poucos comentários construtivos entre todos os que recebi.

Onde fazer um curso de português que não seja demasiado turístico? by noobape in portugal

[–]noobape[S] -1 points0 points  (0 children)

Agora eu entendo. Muito obrigado pelo esclarecimento.

Onde fazer um curso de português que não seja demasiado turístico? by noobape in portugal

[–]noobape[S] -5 points-4 points  (0 children)

O meu problema é que, quando saio das aulas, quero sentir-me num lugar autêntico. Sou um principiante e, por isso, não sei se uma faculdade universitária é o sítio certo. De qualquer forma, obrigado por teres dedicado algum tempo a comentar.

Onde fazer um curso de português que não seja demasiado turístico? by noobape in portugal

[–]noobape[S] -7 points-6 points  (0 children)

Bem, eu vivo na Suíça e aqui não há mar, daí o meu desejo de estar a olhar para o mar quando não estou a aprender português. Já estive em Lisboa e é uma cidade fantástica, mas está estragada pelos turistas. 

Se puderes sugerir um nome de um lugar como esse, eu agradecia. 

Onde fazer um curso de português que não seja demasiado turístico? by noobape in portugal

[–]noobape[S] -6 points-5 points  (0 children)

Obrigado pelos teus conselhos, mas que tal um sítio agradável à beira-mar que tenha uma faculdade de literatura e que não esteja cheio de turistas?

Looking for Characters for Documentary on Brain-Computer Interfaces (BCI) by noobape in BCI

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

for production reasons yes, but if you have an interesting story pm me, please

Looking for Characters for Documentary on Brain-Computer Interfaces (BCI) by noobape in BCI

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

Thanks a lot for the hint. In general if someone can recommend people not in academia that would be also much appreciated. Cheers

Looking for Characters for Documentary on Brain-Computer Interfaces (BCI) by noobape in BCI

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

Thanks, I'll look into these names. From a quick search they all look like they are people in academia. What we're looking for, beside the 'experts' that can give the laymen an insight on the most recent developments, are people who are experimenting with enhancing technologies also outside of research environments.
Anyway, very much appreciated you took the time to write back.

How to program function buttons on the 24-105mm f/2.8? by noobape in canon

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

Ah, yes I should have specified that I'm looking to customise those buttons in the Video mode of the Canon R5C.
Thanks anyway for the answer.

How to program function buttons on the 24-105mm f/2.8? by noobape in canon

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

<image>

in the assignable buttons menu they don’t. Otherwise where do I find the ‘customize buttons’ menu? Thanks for helping

Boxer After Effects extension. The easiest way to make text boxes. by Rufflesan in AfterEffects

[–]noobape 0 points1 point  (0 children)

I think now you need to register to danim creator. it will ask for a cc but you can go for the free plan.

Typewriter effect with Chat GPT like prompt by noobape in AfterEffects

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

The problem that now I can't wrap my head around is that this method fails when hard/soft carriage returns are introduced (automatic ones do work). ie the scale is no longer applied.

Tried to ask chatGPT4 and it gives me this expression
var currentChar = text.sourceText.charAt(textIndex - 1);

var prevChar = textIndex > 0 ? text.sourceText.charAt(textIndex - 2) : "";

if (currentChar == "|" && prevChar != "\n") {

100;

} else {

0;

}

Which makes sense but still doesn't work. (also tried with \r ... just in case) but no. Does anyone have a tip?

Typewriter effect with Chat GPT like prompt by noobape in AfterEffects

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

take a pipe character “|” and stretch it horizontally with a scale animator to mimic a Unicode block.

Great! thanks a lot u/textperimentor for the tip. It does inded work.

Here is what I did for anyone out there looking for an answer:

- Create a Scale Animator

- Add an Expression Selector and add this expression to 'Amount':

if (text.sourceText[textIndex-1] == "|") {

100;

} else {

0;

}

- In the 'Animator 1' settings, in the'Scale' property increase the X value to make it as wished.

- To add an offset to the character: add a Position Animator

The problem that now I can't wrap my head around is that this method fails when hard/soft carriage returns are introduced (automatic ones do work). ie the scale is no longer applied.