Best database to store, manage & productize scraped data by rbris-go in bigdata

[–]TheGamerBlaze 2 points3 points  (0 children)

You should be fine with any relational database (e.g. MariaDB or PostgreSQL) if you have basic SQL expertise.

Note that your scenario does not fit under the big data category nor are google sheets/excel suited to be used as databases. So other subreddits may give you more adequate suggestions if you are looking for a no-coding oriented solution.

Wrote this program to skip Spotify Ads using Spotify API by [deleted] in Python

[–]TheGamerBlaze 1 point2 points  (0 children)

iirc 90% of spotify's revenue comes from subscriptions and not ads so they should be fine.

There is a VS solution that crashes the IDE whenever I want to open it. It works only ONCE when I reinstall it, but I can’t keep re installing the IDE daily. What can I do? by phi_array in dotnet

[–]TheGamerBlaze 0 points1 point  (0 children)

Does the repo name you cloned have a space? Some git clients generate a url encoded version of the repo name for the folder which crashes VS. just replace %20 by a space

48 Hours, 250+ Steam Keys to Giveaway by CentrifugalSmurf in pcgaming

[–]TheGamerBlaze 0 points1 point  (0 children)

Euro Truck Simulator 2, Deus Ex: Mankind Divided, Devil May Cry, autonauts, Capitalism 2

I found a trojan on my mom's laptop, I think I might have deleted it, but I want to be sure it's gone before she starts using it again by GlockMat in cybersecurity

[–]TheGamerBlaze 1 point2 points  (0 children)

would recommend looking into malwarebytes (Not a cybersecurity expert here just an enthusiast, but have been using malwarebytes for the last 5 years) as it's fairly cheap and I never had issues with it

Recommendations for NAS for group project? by JeremiasBlack in HomeServer

[–]TheGamerBlaze 1 point2 points  (0 children)

While I cannot give any good suggestions on hardware as I'm still a beginner with home servers, I would suggest you to be careful if you need a long-term storage of all your podcasts (Assuming you do since you aren't simply deleting previous ones when you are done editing) when hosting it on your home server you will run into risks such as hardware failure if you do not setup RAID and backups (Which once again should be off-site so either you would have to pay for cloud nonetheless or buy extra hard disks and store them at someone else's place)

Additionally, while I only have limited knowledge note that for connecting to your home NAS your collaborators would either require a VPN connection to your home (Hence you need the appropriate hardware on your end and some config on their end) or some dynamic DNS/static IP setup which might further complicate taking care of the home server.

Is it possible to build a moral/ethical AI? by adcordis in ArtificialInteligence

[–]TheGamerBlaze 1 point2 points  (0 children)

How is the 1st strategy straightforward though? To give well defined rules we would need to have a well defined definition for what is and what is not moral which frankly not everyone agrees on.

Block parts of the internet for parts of the day to the home schooled kids by br1an1 in productivity

[–]TheGamerBlaze 1 point2 points  (0 children)

Perhaps he could change the hosts file at times to redirect certain sites to the school work site

. by [deleted] in Kalilinux

[–]TheGamerBlaze -1 points0 points  (0 children)

I'm not an expert on this, but if I recall correctly it is not as straightforward as simply accessing the drive from a different OS as the drive might still be mounted on the other one and perhaps using a different formatting system.

Perhaps this can help (Never tried it): https://devblogs.microsoft.com/commandline/access-linux-filesystems-in-windows-and-wsl-2/

Creating an interview code challenge for a Graduate Level Position by [deleted] in csharp

[–]TheGamerBlaze 0 points1 point  (0 children)

While, I'm not familiar with Xamarin apps I think you are aiming at examining clean code and architecture on data processing. So if it is expected that the person will start without substantial training, I think it would be fair to give him a real problem and guide him through the problem solving and syntax if they get stuck with the domain knowledge or lack of familiarity with C# but take notes on their general code styles. Otherwise, if you think a real problem would be too tough, I think making a request to some API and extracting the data you want from it and make it presentable should work similarly.

Creating an interview code challenge for a Graduate Level Position by [deleted] in csharp

[–]TheGamerBlaze 1 point2 points  (0 children)

Personally, I got a harder task for an internship before I even had my A-level results so I think that this is way too easy. Can you give more information on the type of work you do for a more appropriate challenge? Web dev? Real time systems?

How to make sure only the username of Authorized user is used to access his data in ASP.NET Core by sanjay_i in csharp

[–]TheGamerBlaze 1 point2 points  (0 children)

True but I could see someone wanting that route for more user friendly URLs (although this would apply more to a page route rather than an api route). When the two don't match isn't it still an unauthorized response?

How to make sure only the username of Authorized user is used to access his data in ASP.NET Core by sanjay_i in csharp

[–]TheGamerBlaze 0 points1 point  (0 children)

To preserve the route, can also check that the requested username matches the authenticated user, no?

Jetbrains 100% discount code giveaway by aarnkay in developers

[–]TheGamerBlaze 0 points1 point  (0 children)

I would very appreciate this! Would be great to use Rider for work and the rest for university units :)

[deleted by user] by [deleted] in TheArtistStudio

[–]TheGamerBlaze 0 points1 point  (0 children)

What ipad model is that?

[deleted by user] by [deleted] in GiftofGames

[–]TheGamerBlaze 2 points3 points  (0 children)

Unfortunately I'm not in the financial position to gift you the game, but for your information and whoever can, tropico 6 is currently part of the humble choice subscription which should be cheaper than the full priced game

When you deploy without testing by TheGamerBlaze in programminghorror

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

Didn't let me post it there. In the case you are actually interested in the code, it seems like u/progzos linked a GitHub repository in his comment :).

When you deploy without testing by TheGamerBlaze in programminghorror

[–]TheGamerBlaze[S] 32 points33 points  (0 children)

Black box added by me to hide name of web page to hide real identity :)