Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Search - "binaural"
-
!rant
Anyone else who can't focus while listening to music? I can't grasp how that's not annoying to people.
The sound of silence.
For real, the best coding flows happen then.
If there is something that I can hear and process, my train of thought behaves like a dream behaves when you wake up in the morning.
Even worse are children, humming, whistling or munching as the ONLY sound in that silence, Im scorching inside when that happens.
If I can't be somewhere silent (preferably completely), I block the distractions with binaural beats and/or sound of rain.26 -
The most powerful weapon an engineer can ever have, is his mind.
What happens when someone attacks the mind and their mind is the system with most power?
When you attack the central system with most power of any person, they become extremely vulnerable and defenseless.
What happens when the mental state of an engineer has been attacked and damaged?
How to focus with a damaged mind?
I paid $55 for a therapy app on the ios store with binaural waves sound programming and mind healing sounds.
It helps. But temporarily. When the attacker gets in sight, the mind becomes vulnerable again.
How to develop a strong mind that can not be disturbed by external real world triggers or attackers?9 -
So Today is my resignation and most employees after my employer refuses to pay us our salary for nearly 3 months. I am glad that I quit, so I no longer have to do application to scam people (eg, an android of biaural music player that will cure Covid19 instantly with the subscription of 300MYR per test). Also, I am so guilty when the government warn us publicly on the programme I do not feel comfortable to create in the first place. Before this employer pays me to do an app with the same concept of a music player and will cure diabetes after the user listens to the binaural music. (380MYR per test).
Finally got a proper company with a proper Project which related to Deep Learning.
ah.......
https://nst.com.my/news/nation/...8 -
Does anyone have any 3D music recommendations? Stuff you have wear headphones for, so that the music can move around?1
-
I am building a synth program for producing waveforms such as binaural. The programs I have used in the past have been mediocre.
In that project I am working on a realtime scope to visualize the waveforms. It is fun to learn how to streamline moving data between parts of the application. Right now it has a lot of unnecessary data copying going on, and resizing of vectors. So I am reading some books on high performance C++ to learn how to do this better. As part of this I am thinking about building a circular buffer so the vector is never resized and is always in contiguous memory.
Just plain fun!4