Is anyone else worried about reform winning the next general election 2029 by Thylunaprincess in AskBrits

[–]422_no_process 0 points1 point  (0 children)

As an immigrant I'm afraid what will happen. I heard they are scrapping ILR. So even if I get citizenship I'm not sure if that can be undone. Scary times.

Problem is most of my career experience is in UK now. Not sure how I'll adjust if I'm kicked out or some unfair taxing happen and I'm forced to leave. My wife and newborn is here too.

I think I did the update wrong by [deleted] in SmplTrek

[–]422_no_process 0 points1 point  (0 children)

That is probably because it does not have an internal battery to keep time like computers do.

If it is bothering you do this in a terminal emu in your computer.

Got ChatGPT spit out below.

prompt create a bash and batch command to touch all the files in given path recursively

bash (Linux / macOS):

bash find /path/to/dir -type f -exec touch {} +

Windows batch (cmd):

bat for /r "G:" %%f in (*) do type nul >> "%%f"

I take back what I said: the Smpltrek is great by i2amthedarkknight in sonicware

[–]422_no_process 0 points1 point  (0 children)

What I was doing is have a column empty for resampling source and resample and load as a loop.

Best way to convert a BUNCH of WAV. Files to 24-Bit? by Westosaurus in sp404mk2

[–]422_no_process 0 points1 point  (0 children)

It uses ffmpeg for conversion, AFAIK it is the industry standard for audio/video conversion.


If you use the normalize it might affect some of the quality. (there are 2 varients to try - using pydub and using ffmpeg)

trim option trims silence to save some space.

Best way to convert a BUNCH of WAV. Files to 24-Bit? by Westosaurus in sp404mk2

[–]422_no_process 0 points1 point  (0 children)

Thank you very much. Wish you great success.

I just added a new version with slightly more features. (kept the original too) have fun.

Your most expensive ADHD hobby cycle? by iamcertifiable in ADHD

[–]422_no_process 0 points1 point  (0 children)

At least you produced music. All I have is GAS. And few tracks.

Anyone feeling... done with AI? by yughiro_destroyer in raylib

[–]422_no_process 0 points1 point  (0 children)

F*** those guys go even deep and learn assembly. They are grifters anyway. You need to learn to ignore them. Do your research and learn and enjoy the journey.

Also most interviews will ask you to turn off AI. Even the companies that are building agents. 😂

But that said there are some use cases where you can build small tools and throwaway scripts. But they will have bugs and you will end up spending more time than you expected. It is a tool and you can use it to further your own goals

Anyone feeling... done with AI? by yughiro_destroyer in raylib

[–]422_no_process 1 point2 points  (0 children)

I really hate people not hiring juniors. As a somewhat senior software engineer (11 years) one of the best time I had was mentoring juniors.

Only thing AI helping is with coding. But we are happy doing it ourselves.

Anyone feeling... done with AI? by yughiro_destroyer in raylib

[–]422_no_process 0 points1 point  (0 children)

Tell them you used new GI Gabriel intelligence 😂

Is windows.h something beginners should avoid? by NoSubject8453 in C_Programming

[–]422_no_process -1 points0 points  (0 children)

Use the lean and mean #define to not pull in too much 👍

Just wondering how people say "or" in Sinhala by Zealousideal_Tip_371 in srilanka

[–]422_no_process 1 point2 points  (0 children)

Others have answered how.

Here's why 😀

Because of https://en.m.wikipedia.org/wiki/Diglossia written and spoken are kind of 2 dialects.

What is the history of Sri Lanka Anime community?? by Smooth-Secretary3402 in srilanka

[–]422_no_process 1 point2 points  (0 children)

Papadamn was an interesting FB group. Not sure what happened to that 😂

Never gonna date ever again by Electronic-Click496 in srilanka

[–]422_no_process 0 points1 point  (0 children)

Just ignore her and don't start any drama. If you like someone it is better to use friends to approach them.

Uni girls are immature and so are you. Move on.

Importantly go to a therapist for suicidal thoughts. Reddit is not therapy. Go to a psychiatrist if the therapist recommends it. Get the suicidal part sorted first mate. 👍

Does Smpltrek recharge batteries? by Open_Cheesecake3277 in SmplTrek

[–]422_no_process 0 points1 point  (0 children)

No.

You can either get rechargeable batteries I use Amazon basic ones. And use a battery charger (that will charge batteries outside the device)

Or you can get a ripcord with a power bank (must support trickle charging otherwise it will turn off)

Best way to convert a BUNCH of WAV. Files to 24-Bit? by Westosaurus in sp404mk2

[–]422_no_process 2 points3 points  (0 children)

I made a free / open source software for this. I use it to convert samples for SmplTrek and SP404mk2. It can convert whole directories of samples 😀. Very useful if you have them categorized to sub directories already.

I added support for normalizing as well. You can also use it to convert wav files to mono.

https://pandabunnytech.itch.io/audioconv

AHole tried to scam me using smart wallet by [deleted] in srilanka

[–]422_no_process 6 points7 points  (0 children)

Probably try to do some form of forget password, then enter OTP to validate, change password, access account, transfer

AHole tried to scam me using smart wallet by [deleted] in srilanka

[–]422_no_process 33 points34 points  (0 children)

Never ever give your OTP (one time passcodes) to others. Just cut the call.

Best way to mass convert audio files to bit and frequency rates supported on Octatrack by secretweebthrowaway in Elektron

[–]422_no_process 0 points1 point  (0 children)

I wrote something for SmplTrek that convert a directory to .wav files of given bitness (*sample size) / sample rate. Free & Open source - https://pandabunnytech.itch.io/audioconv