maybe I need to bother the good people at the music department at my local uni(s)
This is my self promotional alt, to share my programming projects and some stuff I like that are uncontroversial.
https://newdawnowl.itch.io/microtonal-grid : Microtonal music grid, a 16 step sequencer. Give it a go!
- 4 Posts
- 10 Comments
NewDawnOwl@lemmy.worldOPto
linux4noobs@programming.dev•Using bash & cron to chime at specific times - "guide"
1·1 month agogood luck
NewDawnOwl@lemmy.worldOPto
linux4noobs@programming.dev•Using bash & cron to chime at specific times - "guide"
1·1 month agoMy sound is a free airplane liner crew communication chime
I just need a cleaner sound because the chime I found is kinda noisy.
I got you fam
https://www.myinstants.com/en/instant/intercom-chime-1-31642/
NewDawnOwl@lemmy.worldOPto
linux4noobs@programming.dev•Using bash & cron to chime at specific times - "guide"
2·1 month agooooooooo… I should try it.
EDIT : for others, you might need to set up/enable terminal bell
NewDawnOwl@lemmy.worldOPto
linux4noobs@programming.dev•Using bash & cron to chime at specific times - "guide"
2·1 month agoFighting Time Blindness one chime at a time.
I feel so seen 🥲, thank you so much. I’m happy it helped you, thank you for letting me know it’s useful to you.
I’ve had to up it to once every 10, and I’m considering lowering it to 5 or 6, and changing the case statement to be a division/modulus calcuation.
There’s various sound effects on https://www.myinstants.com/ , I’m using one of the airhorn sounds from there 🙈
deleted by creator
Contributing is what you do to other people’s projects once you are done making your own stupid things, and feel confident you will improve rather than ruin other people’s stuff.
The problem is, things never feel like they are complete. There’s always more you can do.
I might do some contribs to lichess once I am done with my current stuff.
Shameless plug : I recently finished a longterm project :
https://newdawnowl.itch.io/microtonal-grid
https://programming.dev/post/46248494
I’m trying to get established, I’ve just got a few more things to sort out before I can start putting stuff out there regularly.
I make music and write programs
NewDawnOwl@lemmy.worldto
Programmer Humor@programming.dev•The JavaScript type coercion algorithm
6·9 months agoif you hate JS and think it’s dumb, but still have to use it, look into Eloquent Javascript (free) https://eloquentjavascript.net/ and the mozilla docs https://developer.mozilla.org/en-US/docs/Web/JavaScript.
Eloquent JS is written by someone who also hates JS, but understands it very well.
I used them while I worked on the Microtonal Music Grid (still in progress)






Maybe try it from the other way around : look for tutorials that help you achieve your goals, and contextualise the tutorial to your project.
I am wrapping up the Django tutorial because I needed to make a database that held the information on where I put my taxes instead of just ramming them in the downloads folder. I just followed the django tutorial on the official website, but changed variable names etc to make it suit my needs.
I’m also working on improving my bash skills. I made a clock chime to learn cases :
https://lemmy.world/post/43115099