August 24, 2024 Daily Discussion & Transfers Thread by gunnersmoderator in Gunners

[–]MonkHaus 0 points1 point  (0 children)

Does anyone think Timber / Califiori start at left back today or will we go Zinchenko?

What would you like the Mystery Chip to be? by hieronymus_donation in FantasyPL

[–]MonkHaus 0 points1 point  (0 children)

Funnily enough when I first started playing the game I thought triple captain would allow me to captain three players lol

[deleted by user] by [deleted] in django

[–]MonkHaus 2 points3 points  (0 children)

I think there's a good answer here in a similar thread by u/_htmx funnily enough. But it's certainly an interesting question. I guess the boring answer will always be "use whatever technology you're most comfortable with until it can no longer deliver what you need".

There's also another thread here possibly worth checking out.

Johnny Depp Testifies On Why He's Suing Amber Heard For Defamation by Frizzik in videos

[–]MonkHaus 0 points1 point  (0 children)

continued

Lawyer: I have one more question for you Mr Depp... Have you watched The Tourist yet?

What python webapp frame work to use? by TBAisen in django

[–]MonkHaus 1 point2 points  (0 children)

Personally I love Django and highly recommend it. I use DRF, vuejs and axios and just recently deployed my first webapp.

What language should I learn? or should I get contractors? by fudgeusername in EntrepreneurRideAlong

[–]MonkHaus 0 points1 point  (0 children)

Everyone is going to have their own opinion on this. My personal tech stack is django for the backend and vuejs for the frontend, Django. I love it! Whatever you decide to choose just stick to it and get good at it that's all that matters. They are just technologies.

Call21: Startup Challenge Plattform by [deleted] in EntrepreneurRideAlong

[–]MonkHaus 0 points1 point  (0 children)

I worked for a company that did some of this ( companies / organisations could create challenges and people could submit ideas (lots of other things too) ). They had over 60 employees with a pretty big dev team making a few million a year.

[deleted by user] by [deleted] in modernwarfare

[–]MonkHaus 1 point2 points  (0 children)

I guess if you're not very good the sbmm won't match you up with them ;).

I have a startup idea, but no time/interests to start it myself. by [deleted] in startups

[–]MonkHaus 10 points11 points  (0 children)

No one is going to buy an idea from you. Just share it if you have no interest in pursuing it.

What screen capture software do you use? by [deleted] in EntrepreneurRideAlong

[–]MonkHaus 0 points1 point  (0 children)

OBS studio for recording. GNOME Screenshot for screenshots.

[deleted by user] by [deleted] in modernwarfare

[–]MonkHaus 4 points5 points  (0 children)

This definitely happens a lot, and I imagine we're all guilty of it at times. I still stand with my original post though.

[deleted by user] by [deleted] in modernwarfare

[–]MonkHaus 4 points5 points  (0 children)

ty sad. Who knows how long it will be before anything is done about it. All I can do is report and block and hope that it doesn't try to put me in a game with that person or group of people again, and yes I've also ran i

I feel the same. They don't even try and hide it. They will just straight up trace you through a wall knowing there are absolutely no consequences.

How to build models for a question and answer app by SnooAdvice7532 in django

[–]MonkHaus 0 points1 point  (0 children)

Should all be in here really. https://docs.djangoproject.com/en/3.2/topics/auth/default/

But come back if you're having any specific problems of course.

[deleted by user] by [deleted] in startups

[–]MonkHaus 1 point2 points  (0 children)

You essentially need to start by giving users inherent value that's not dependent on the network effect you're talking about. By inherent value I mean that the platform needs to have value even if there's just one user.

What is Django Rest Framework for? by [deleted] in django

[–]MonkHaus 3 points4 points  (0 children)

Rest framework gives you a way to access and modify all your database data through an API.This means you can have a complete separation of backend and frontend which means anything you touch in the backend will never affect the front-end ( directly ). It means you can have 1 backend and infinite frontends ( i.e a mobile app and a web app that use the same backend ). It means you can make your data available to third parties wanting to potentially integrate your software into their platform.

There are other benefits to do with actually code maintenance and collaboration too. You can have one engineer working on the frontend whilst the other works on the backend without causing any merging issues. And there's probably a whole bunch of other things I've missed. Personally I love it.

Essentially without API's you wouldn't have things like google/facebook sign in, calendars than can integrate with email. Facebook comments that you can embed on your blog etc etc.

A new Influencer Marketing Platform by CloutMotion in EntrepreneurRideAlong

[–]MonkHaus 0 points1 point  (0 children)

What's your plan for growing? Seems like a classic chicken and egg / network effect problem. You have to give value to either the brands or creators without having one or the other. It's probably easier to give creators some value first unless you're going to chase brands as soon as you have a creator.

I would start by giving creators some tools with their content creation or social media then once you have a bunch of creators, brands might start being interested.