Spyke

Replies

Comment on

If it's called open source, then what is the significance of licence ?

Just to add a concrete example/plug:

I made the microtonal music grid : https://newdawnowl.itch.io/microtonal-grid
Its source code is open, you can see it here : https://github.com/MicrotonalGrid/MicrotonalGrid

If you want to, you can modify it yourself and add in things like different colours, default music systems, or even ratio mode instead of even temperment. I'm perfectly happy with that. You can even use it to teach yourself or other people how to program in javascript , or how to program a very basic synth. You can even use just the part that has an implementation of conway's game of life.

I don't consent to you making money off it. If anyone is going to make the pittance that this code would make, I want it to be me.

That's why I chose the Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International licence.

https://creativecommons.org/licenses/by-nc-sa/4.0/

I want credit, and I don't want you to make money off it.

So you use a license to specify how you want people to treat you and your code, and threaten legal action if that desire is abused.

Comment on

In the context of celebrities announcing a new thing they're releasing, what does "soft launch" vs "hard launch" mean exactly? 🤔

I've worked in software development professionally and I am working on some personal projects that I am going eventually share and try to get known.

Soft launch is when you make something available, but either allow something to just be encounterable, either through the system you are working in , or through search engines and whatnot. The main motive of this is when you have reached a state where it can be used, but you do not want it to be under scrutiny, and to get some feedback from initial users, and to see if it will work as expected in a live environment.

A "Hard" launch is when you work on publicity, announcements, buy advertising, and generally try to get people to all come and see/use the thing you have completed. There is a release date and you are actively trying to attract people to the thing.

For example, I'm slowly working my way up the release state for the microtonal grid.

The first stage of soft launch was just uploading it to Itch.io , without it being listed properly or on the recommendation engine listings. Then I enabled it to be seen through those categories. Then I started posting about it on lemmy. I still need to work on trying to reach out to Xenharmonic wiki to list it on their pages of tools or some kind of use through there. I want to start documenting my projects I am working on in videos and upload them to a schedule.

The things I need to will keep making the release "harder".

Comment on

*Permanently Deleted*

I finished Microtonal music grid :
https://newdawnowl.itch.io/microtonal-grid

It's a step sequencer that lets you play in arbitrary scales, and arbitrary even temperment music systems, and it's so simple to use a child could do it.

I finished a bill database manager in django. It sounds fancy but you just choose where a file is and where you want it to go, or where a file is, and say how much the payment was and why it was done. It's to help manage tax returns or the like. I made it very, very simple on purpose.

I'm working on a spending tracker, in django again, and trying to create an android app that can scan receipts so you can send data from pictures you take into it. I've got the DB running, I've got the android app sending data into a placeholder in the DB, and the next step is to create some adjustments to the android app so that you can clean up and structure the text into decent entries and put them into the db that way.

I need to clean up the microtonal grid codebase, put the bill db manager on my personal server, and start recording videos for publicity and code breakdowns and demos etc so I can build some kind of publicity arm.

Comment on

Conway's Game of Life

Plugging something I did : I implemented this on a 16*16 step sequencer. Click the "Conway's game of life" button to turn on the game of life rules, and whatever you drew on the sequencer will apply the simulation rules and change the music being played.

https://newdawnowl.itch.io/microtonal-grid

I do post a bit from this account, but I have another account I make more contributions from. Please let me know if this is bothersome.

I want to do a bit more before I do a proper launch and try to bring people's attention to it, but I felt like it would fit this submission.

Comment on

What was the smallest python hobby project you worked on?

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

linux

Comment on

*Permanently Deleted*

Reply in thread

Debian, not a bad idea but where I live I have shared wireless only, so I’d have to install the wireless drivers manually using my phone to search for advice. Not even sure how that’d go. Easier if I had ethernet.

I installed through wireless. you just set it up as part of the installation process.

Comment on

NutriTrace v1.0.0-rc.26 released!

damn. Good features. I was hoping to move onto this as part of the portfolio pieces/improve habits self hosted DB thing I'm working on, but for now I guess I can learn some of the things I don't know how to do yet (like shipping to other people!) from your team.

How are you planning on reacting to the android freedoms getting compromised? I'm literally working on the android app for mine now, and it bums me out that they're going to put more invasions of privacy for deploying apps to your own phone.

Also, are you planning to make money from this somehow? If yes, how?

linux

Comment on

*Permanently Deleted*

Reply in thread

hey, when you're used to GUIs, the install finishes and you're staring at a command line with no idea how to get started with the desktop, yeah it's "the hard way".

It's not hard, but you have to know WTF is going on. It surprised me when I got sent to the command line after reboot, I lucked out because I changed DE while I was distro hopping so knew how to install from apt.

Comment on

the rule that never opened

Reply in thread

There's a few scattered vocals throughout the album, especially track 4 , Valisystem A. The vocals there take inspiration from the beach boys, as one of the creative leads for this album is a HUGE fan of BB/Brian Wilson.

Estradasphere also worked like that, most of the songs were instrumental, but there were some with vocals.

I wholeheartedly recommend both the whole album and the entire Estradasphere catalog.

I'm glad you liked the song :)

Comment on

What is this "Contributing"?

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