ExperimentalGuy

joined 2 years ago
[–] ExperimentalGuy@programming.dev 7 points 1 day ago (1 children)

What makes Fdroid trash exactly? My experience is really positive, so I don't understand your sentiment.

Not for long. Its called enshittification.

Not for long. Its called enshittification.

What does she think about this post?

For audio work, I use 4 programs: LMMS, yt-dlp, demucs, and audacity

My workflow usually goes yt-dlp to download audio/samples, then either audacity and demucs. Audacity I use for splicing the clips I need, and if its necessary, I use demucs to split stems either on the full song before splicing clips with audacity or splitting stems after getting the clips I want. I then use LMMS to sample and layer drums and other samples usually.

Always gotta love a little cache speed up.

Is your firewall preventing outbound requests from random ports on ur computer?

[–] ExperimentalGuy@programming.dev 1 points 2 weeks ago* (last edited 2 weeks ago)

Could u use an already parallelized solution like ripgrep? I think someone else also mentioned putting it in a database, that shouldnt be too bad either.

I really like this approach. The only problem I see with this is that the measure of center you're using for the calculation would have to be chosen well. Maybe a weighted average towards lower incomes or using a median, but properly choosing the measure of center would be really important along with verifying that a linear increase or decrease in percentage is also the best solution.

I think figuring out the rate at which taxation should increase relative to ones income should be the first step, then mapping that onto a set of equations that could calculate taxes would be the best approach.

This is the beat option. Also make sure if you're considering fully switching to see if any of the software you're using is supported on Linux or has an alternative.

In LMMS you can import samples and it has VST support, so it is a pretty featured DAW

and as the kids say… Skibidi.

 

I saw the post earlier about making maps using Python. I thought that was a really cool concept as I love seeing open art projects like that. Do you know any other projects that allow you to make art with code?

 

Linked the section in their terms of service that includes instructions on how to opt out. You have thirty days to do so if you are currently signed up.

 

Saw this and figured others would like to know that this exists. Its basically a wiki that details the consumer rights goods and bass of different companies and products. Its still a work in progress, so if you have anything to contribute, feel free!

 

Are there any FOSS alternatives to privacy.com? I want to conceal my actual card information when registering with a new account on different platforms so I can create limits, but I can't shake the feeling that privacy.com probably just sells my transaction history. If there's any alternatives to privacy.com that are more transparent, I'd love to know!

 

So I've had this idea for an API for a while but the problem I keep coming back to is authentication. I'm using rocket to actually code it. I looked through the rocket docs and it looks like the closest thing to API key authentication it has are cookies.

I then went and looked at some other APIs to see if I can copy their layouts and it looks like a lot of them use an API key and then a secret API key for authentication. Did some more googling and stackoverflow said that it's more secure to use a pair like that.

So that leaves me with the actual question: how do you actually implement this feature? Do you just generate API keys and throw them a database to be looked up later? Should they be written/read to a file to be used later(probably not a good option I'd guess).

Just for reference I'm using rocket, sqlx and postgres.

 

The first time I've heard about this browser was here on Lemmy maybe 20 minutes ago. A quick look at their webpage says that they use gecko as their web engine, but doesn't specify it bring a fork of Firefox.

To put this in context, most gecko based browsers I've heard about recently have also been Firefox forks. Is Waterfox a Firefox fork? And what does Waterfox do differently that should make people consider it more than Librewolf or another Firefox fork?

 

I recently purchased a domain for myself as a why-the-fuck-not purchase and I need some ideas for what to put on there. Some ideas so far include: Small Blog Personal S/FTP server to sync back to Minecraft server

Does anyone have other ideas? Thanks :)

 

I'm trying to find a good fuzzing tool for testing my web applications and was wondering what people would recommend. I'm trying to find one that is open source, free, and doesn't use proprietary stuff. It seems like Google's OSSFuzz is the closest option to what I'm looking for, but it uses Google cloud :/

view more: next ›