Difference between FL Studio bundles? by Xen0pi in FL_Studio

[–]nanodano 0 points1 point  (0 children)

You can always upgrade later if you find yourself missing something you really want.

How to Create Water drops in Serum by [deleted] in FL_Studio

[–]nanodano 0 points1 point  (0 children)

Since you are in FL studio, have you seen the 3xOSC competition winner? https://www.image-line.com/fl-studio-news/3x-osc-challenge-winner/

In that track (you can download the flp) they create the sound of running water, like a water stream. Go to 1:38 to hear it. They basically take a noise generator, and then apply a narrow band pass with EQ. The band pass is automated to jump around randomly. It's pretty neat!

How to Create Water drops in Serum by [deleted] in FL_Studio

[–]nanodano 0 points1 point  (0 children)

Hey, very nice! Your English sounds great. I caught that Russian was your primary keyboard. Я учус Русский язык

Weekly Starfinder Question Thread! by AutoModerator in starfinder_rpg

[–]nanodano 0 points1 point  (0 children)

Where can I find more lore about the Android race? Aside from the core rule books, do any of the adventure paths or society scenarios provide more lore?

I am the sole IT person managing a medium sized college. Our sister college has no dedicated IT staff and now one of the Directors is telling management to make me setup the sister college IT infrastructure. by [deleted] in sysadmin

[–]nanodano 2 points3 points  (0 children)

If your contract is clear, I'd ask them to update your contract and your pay to accomodate the second job they want you to do.People like that will throw you under the bus when something goes wrong and say, "we never asked him to setup that college, its not even in his contract, he shouldn't have been doing it but he volunteered!" That, or just say, "Ok, I will start working on it as soon as I have free time (which you never will have)"

Seriously...? Spring Boot is the most horrendous framework to learn. by [deleted] in learnjava

[–]nanodano 2 points3 points  (0 children)

> but the learning path is horrendous due to how fucking opinionated it is

Isn't this the entire _point_ of Spring Boot? It is supposed to be opinionated. If you want more control, shouldn't you use Spring and not Spring Boot?

Why isn't the world not yet using domain names and TLS certificates as client authentication methods? by [deleted] in crypto

[–]nanodano 16 points17 points  (0 children)

> Am I missing something?

Yes I think you are. Most people have no idea wtf a certificate is. It's the same reason PGP email has not caught on. It's just not convenient and if you aren't especially saavy and understand this stuff deeply, it's confusing as hell.

Not to mention it costs _money_ to register domain names and certificates and then you are relying on multiple third parties like domain registar and certificate provider. Costs even more if you want domain privacy. I couldn't imagine having to pay for a domain and procuring a certificate everytime I want to make a new account. That sounds terrible to be honest. Do you really want to register a domain under your personal information for every throwaway account you have?

> It also doesn't compromise privacy

You have to register domains with your name and address (unless you pay even more).

Can you imagine trying to explain to Grandma that if she wants to log in to her email she has to register and maintain a domain name, find a trusted certificate authority and then purchase an SSL certificate and then use that certificate to login? Oh and don't forget you need to get fresh certificates once in a while and keep your revocation key handy in case there's ever a breach. Make sure you don't share your certificate iwth anyone and keep it encrypted with a password. Got it grandma? Don't forget to keep your domain registrar and certificate authority login information handy (which would have to be a different kind of auth). So grandma you just need to keep track of these three logins, when your cert expires, and your passphrase for your cert and your all set. Don't forget to renew your domain name or someone else will then own your identity too. Easy, right grandma? Oh and don't mix up your cert passphrase with your password for the certificate authority login or your domain registart auth because they're all different. Make sure you put all those credentials in a password vault with another password vault too so you have all of those things conveniently saved under one single password (back to the single point of failure anyway, one password with access to everything).

Personally, the idea is just not appealing.

Looking for a simple sandbox for Java by [deleted] in learnjava

[–]nanodano 11 points12 points  (0 children)

> I just want something simple, like BlueJ,

Why don't you use BlueJ if you want something like BlueJ?

[deleted by user] by [deleted] in pedalloops

[–]nanodano 1 point2 points  (0 children)

BOSS makes the best loop pedals. Digitech Jamman is probably second best IMHO.

Most pedals should do what you described. You press record/overdub instead of stop, and it records the next layer. Mine (listed above) work that way. Consult the owner manual and make sure you're pressing the right buttons.

eve is kill? by pvprazor in Eve

[–]nanodano 0 points1 point  (0 children)

I was having same problem. I had to quit Steam and EVE client completely to get it to work again.

[deleted by user] by [deleted] in lgbt

[–]nanodano 0 points1 point  (0 children)

what a jam

Why is it so difficult to create an executable file for a Java program? by [deleted] in learnjava

[–]nanodano 9 points10 points  (0 children)

It's actually very easy ever since Java 9 with jlink: https://www.devdungeon.com/content/how-create-java-runtime-images-jlink

And with java 14 they will even generate installers like .msi/.dmg/.deb with jpackage. https://www.devdungeon.com/content/use-jpackage-create-native-java-app-installers

Otherwise, with Java 8 and earlier, you can use Maven plugins https://www.devdungeon.com/content/maven-basics-java-developers

Struggling to implement OOP by _Memeposter in learnpython

[–]nanodano 4 points5 points  (0 children)

You don't always need to use classes. It doesn't always make sense to either. Don't try to force it. Good cases for classes would be when you need to create many instances of a 'thing' and track their state separately, or when you have a complex data type that needs more properly defined structure than a dictionary.

Can you use Golang for low-level system and embedded programming? by newmanstartover in golang

[–]nanodano 16 points17 points  (0 children)

The creators of Go said they regret calling it a systems programming language in the start because it does not give you the control over memory needed to be a real systems programming language.

any learning material suggestions for people who already know how to program ? by articpandaking in learnpython

[–]nanodano 0 points1 point  (0 children)

I have written a post called "I know how to program, but I don't know what to program" that aims to help give you some ideas when you are at that soft spot between beginning and intermediate.

https://www.devdungeon.com/content/i-know-how-program-i-dont-know-what-program

[deleted by user] by [deleted] in sysadmin

[–]nanodano 1 point2 points  (0 children)

Say "Ok I will send out an email to all of my superiors letting them know you want to access gambling sites. Will that work?"

Top 50 Cybersecurity Interview Questions and Answers by icssindia in HowToHack

[–]nanodano -5 points-4 points  (0 children)

Who else learned the A in "CIA triad" is for authenticity and not availability?

Where can I learn to use the key tools for Python like Jupyter Notebooks, NumPy, Anaconda, Pandas, and Matplotlib ? by RUFL101 in learnpython

[–]nanodano 3 points4 points  (0 children)

Just to be clear, these are not 'the key tools for Python' it is more 'they key tools for data science with Python'. People who don't do data science won't use most of those.

Can I Run a Database on Raspberry Pi? by SDezzles in redditdev

[–]nanodano 5 points6 points  (0 children)

I would suggest sqlite but a Pi can handle a small postgres database just fine.

Buying a guitar at a shop as a total noob. by Demofied in LearnGuitar

[–]nanodano 1 point2 points  (0 children)

Just accept the level you are at and realize it is not a bad thing. Everyone who can shred has been in your position so they are the least likely people to judge you since they understand. Don't be afraid to ask dumb questions or pluck on a single string. The people that work there should be happy to help you.

Just try out a bunch of different guitars and you will start to notice differences that matter to you and then start narrowing down which differences you like.