driving_crooner

joined 2 years ago
MODERATOR OF
[–] [email protected] 1 points 2 hours ago

I type in English, Portuguese and Spanish (mainly in English because code, then Portuguese because I live in Brazil) and I use Dvorak. I don't use accents or other special characters, but because I'm a "gringo" I get a pass.

[–] [email protected] 3 points 9 hours ago (1 children)

Not really, you do t=n and t=n+1, for n= 1, 2, 3 for a quick view on volatility.

Then ypu look up for correlations between e[t=n | t= 0, t= 1...] for different Ns. For more I would need to check out my notes

[–] [email protected] 7 points 14 hours ago (3 children)

This is why in forecasting and time series analysis is used the log difference, a 10% increase or decrease on the log scale gives you the same value being added or removed.

[–] [email protected] 12 points 15 hours ago* (last edited 15 hours ago) (1 children)

I think we in the financial department need a devops for us, we write a lot of code that generates a lot of important information for strategic decisions and for regulatory bodies. I'm the only one in the accounting team that knows how to code, but the actuarial team? All of them write code. And all of that code is sparced on butch of directories with _v{n}, _final_version, _post-fix, (copy) and so on. Is completely ridiculous that everything is being moved to Python without a git environment.

[–] [email protected] 1 points 19 hours ago

In Brazil it use to be like bail system, but instead of paying you needed a college degree. It was stuck down like 4 years ago because the Supreme Court found it unconstitutional.

[–] [email protected] 7 points 20 hours ago (3 children)

I'm part of the accounting team in my company, a fucking big corporation, but because I'm not part of the dev or IT department IT dosen't want to give me access to the azure devops they use. So I had to ask for service desk to install git locally and using it like that.

[–] [email protected] 9 points 22 hours ago (1 children)

Nintendo never put old games on sale.

[–] [email protected] 3 points 23 hours ago

If she knew a little more, she could be calling until crash the connection.

[–] [email protected] 3 points 23 hours ago

It's like Twitter and other online plataforms, where advocating or talking about violent acts is forbidden, unless you are an army or a government organization.

[–] [email protected] 2 points 1 day ago

Bubbling be like:

[–] [email protected] 42 points 1 day ago (1 children)

In Brazil public employees can't be fired without the government suing the employee and a judge agreeing with them. The right have been attacking this right for years, saying that government workers have no incentive to work, because they can't be fired. The rest of society had argued that this right is fundamental to protect government employees from the political wimps of elected officers. The destruction of the federal government by Trump, proves how important is the workers protection of government employees against unilateral decisions from politicians.

[–] [email protected] 3 points 1 day ago* (last edited 23 hours ago)

Glad to know im helping going to parties, using drugs, and kissing people other than my wife 🙏

 
 

Based on a dessert designed by my wife.

og picture:

 

Someone have experience with this?

 

SpoilerThey're from the picture The Substance, pretty good body horror movie released this year

 

I'm in 0.27.2 from the f-droid repo and can't update the subscribers tab or play from soundcloud, youtube have no problem.

 

Estou com bondade de um PC novo, mas gostaria de uma thinkpad pra instalar um Arch nele.

Obrigado pelas dicas.

 
 
 
 
 

Hi, I want to know what is the best way to keep the databases I use in different projects? I use a lot of CSVs that I need to prepare every time I'm working with them (I just copy paste the code from other projects) but would like to make some module that I can import and it have all the processes of the databases for example for this database I usually do columns = [(configuration of, my columns)], names = [names], dates = [list of columns dates], dtypes ={column: type},

then database_1 = pd.read_fwf(**kwargs), database_2 = pd.read_fwf(**kwargs), database_3 = pd.read_fwf(**kwargs)...

Then database = pd.concat([database_1...])

But I would like to have a module that I could import and have all my databases and configuration of ETL in it so I could just do something like 'database = my_module.dabase' to import the database, without all that process everytime.

Thanks for any help.

view more: next ›