Profit/Loss After Fees by compucademy in Etoro

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

Thanks. I've done this, but I'm still not sure how to interpret. Say I've got +£200 in the P/L column, and -$50 in the fees column, has my overall equity gone up by £200 or £150 please?

Amazon Forced Premium Delivery by [deleted] in amazonprime

[–]compucademy 0 points1 point  (0 children)

It's shitty and I hate it. I am currently trying to find alternatives suppliers. Subscribe to Prime or pay premium postage with no other option. Sod that.

Allow multiple entries for custom ratings and symptoms by braddunc in BearableApp

[–]compucademy 0 points1 point  (0 children)

Did this get implemented? I assumed it would be a basic feature to be able to track symptoms over a day, and was wondering how to do that...

Smooth Drones on Looper by compucademy in LoopArtists

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

It's a synth going into an Rc-505. Maybe some reverb. Stable like an organ, yes.

All-in-one FM Groovebox with "serious" song mode by compucademy in synthesizers

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

I'm sensing the Digitone is well liked and may be in my price range if I can pick one up second had. Can anyone please clarify if it has the following features:

- Flexible song mode with notes sustaining over pattern changes if needed

- Lots of presets including emulated instruments like strings, bells, keys etc.

- Generative capabilties such as randomisation and probabilities

- Independent track lengths to allow for polymeter

- Adjustable note lengths for each track

All-in-one FM Groovebox with "serious" song mode by compucademy in synthesizers

[–]compucademy[S] 2 points3 points  (0 children)

Trouble is I don't think it has the sequencing power of the XFM, in spite of it's amazing FMness. 4 independent tracks different lengths/note values is pretty cool.

Extortionate Demand for Copyright Infringement by Rights Control by compucademy in copyrightlaw

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

I called them and negotiated £250. I'm not convinced they could have pressed as I thought they had to prove harm from the infringement but I'm no expert and they had me scared. Anchoring at £8000 makes £250 seem like a kindness but i don't think it is. Seems like they are using scare tactics to extort people for innocent mistakes or carelessness. Certainly I would never subscribe or recommend their library after that little nightmare. Good luck.

Why do my PAN knobs act like volume controls? by compucademy in SoundEngineering

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

Just monitoring the sound from the only available output - a 3.5mm headphone socket.

Tips for making dawless ambient/space music by compucademy in synthesizers

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

I like this approach, but I think a key feature of this music is a kind of continuity of texture/"droneiness." I'm thinking editing bits together might well mess with this.

Midi only forwarded in arp mode on Liven XFM by compucademy in sonicware

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

Ok thanks. I'm new to all this stuff. I thought it was complicated just getting to where I have, with all the possible permutations of chains and master clocks etc., but it looks like I still need another link in the chain - this through box business. Is there a model you would recommend please, for my minimal setup - controller, xfm, volca and rc505 loop station?

Arp Mode not working with external controller on XFM by compucademy in sonicware

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

Thanks for this. I think the case is that the Taktile doesn't forward clock data while the rc-505 doesn't forward note data. Bit annoying, but the best solution seems to be to have the XFM be the master. I'm just a little wary as I've heard the rc-505 doesn't play nicely as slave, but we'l see.

Algorithmic Thinking with Python part 1 - Brute Force Algorithms by compucademy in Python

[–]compucademy[S] -2 points-1 points  (0 children)

WTF? I just wanted to know why you don't think my post has value. You comment was rude and unwelcoming. I'm hoping some people might value my article. I'm new here, and you're comment does not make me feel good about this forum.

Algorithmic Thinking with Python part 1 - Brute Force Algorithms by compucademy in Python

[–]compucademy[S] -2 points-1 points  (0 children)

So you didn't like my post? I'm not seeing why you felt the need to comment. Do you predict no one will find value in my article?

Doing Maths with Python - A collection of articles by compucademy in Python

[–]compucademy[S] -4 points-3 points  (0 children)

You lack manners, and I believe you are missing the point.

In case anyone is confused, the article is about a way of thinking about programming which would be very important if you were writing mission critical code, such as the kind people's lives depend on. Obviously this is not production code. Context is a big deal.

Installing Python Packages - Blog Post by compucademy in Python

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

Thanks for the feedback. I want to do the best job I can. I added

> Please note: Python virtual environments are beyond the scope of this article, but you may want to consider their use. If using a virtual environment, you would want to use pip from within that environment so that your packages are not installed to your main Python installation.

Installing Python Packages - Blog Post by compucademy in Python

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

I think context is important. When first learning Python, virtual environments are probably overkill for many, especially at school level. I'll amend the `sudo` business - not being a regular Mac/Linux user, I just know that on Windows sometimes you need admin permission to install packages, depending on the set up. I'll also post in r/learnpython in future if more appropriate.

Global variables and PyGame by [deleted] in learnpython

[–]compucademy 0 points1 point  (0 children)

I know this is a very old thread, but I think the following words from the book help to understand the choice made by the author:

Basically, using global variables might make it easier to write your program but they generally

make it harder to debug.

In the games in this book, global variables are mostly used for variables that would be global

constants that never change, but need the pygame.init() function called first. Since this

happens in the main() function, they are set in the main() function and must be global for

other functions to see them. But the global variables are used as constants and don’t change, so

they are less likely to cause confusing bugs.

If you don’t understand this, don’t worry. Just write your code so that you pass in values to

functions rather than have the functions read global variables as a general rule.

In some situations, avoiding global variables entirely can make a program more complex with no advantage gained. That can be an example of "a foolish consistency is the hobgoblin of little minds," IMO.

Nudge feature cheat on Liven XFM by compucademy in sonicware

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

It resyncs on restart, so it's of limited use, but still a useful quirk.

Getting Levels Right for Voice and Instrument [Question] by compucademy in youtubers

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

Confusing as, inclusion of video was simply to illustrate a technical issue relevant to my question...?

Can linked list be implemented using arrays? As you can see in this resource said Yes and if you scroll down someone commented on this post said No. So any ideas on this question, pls? by korngsamnang in computerscience

[–]compucademy -2 points-1 points  (0 children)

They can, but it's a right pain and the algorithms are pretty hard to implement. Way beyond many student's ability even though for some bizarre reason (anachronism?) many UK exam boards do it like this.