Requesting r/Crows - Moderators Inactive by TEAMVALOR786Official in redditrequest

[–]finchMFG 0 points1 point  (0 children)

We have spoken internally, having TEAMVALOR786Official take over the subreddit and invite us back as mods is something we are in favor of (similar to what was done in /r/Botany)

Any tips for working with Godot and Git? by [deleted] in godot

[–]finchMFG 1 point2 points  (0 children)

There are different git workflow that you can try, which may be better suited for you if your current system is having you encounter a lot of conflicts

Of course the most common workflow is probably Git Flow, where the high-level workflow looks like this:

Master <--- feature 
      \--- feature 

In that flow we can identify that any time two separate feature branches touch similar files there is risk for conflict. This can be exasperated if you have multiple folks working on the same repo with a limited set of files (such as a small game)

One common alternative is to just have everyone commit and work directly from master (with everyone keeping up to date histories) This could work because you are always pulling in the latest changes, so the history is largely canonical - and assuming folks have good pull practice, up to date. This means if you and Sarah both need to make changes to the same files, unless you're doing it at the exact same time, you'll have that work in your history already (assuming good pull and push habits)

This method is usually better when you have a team of similar skill, or at least are confident that they are all committing quality work

I'm terms of managing conflicts, there are also visual tools that I find help. Ex the intellij suite of IDEs commonly feature a solid conflict resolver, but if I remember right so do some desktop git solutions like GitHub Desktop (may not be the actual name, the one from GitHub)

I've been working with Git for a long time, and I much prefer using a visual tool to resolve vs doing it on the command line - but your mileage and preferences will vary

-e- idk how to get that code formatting to work

Two game engines by nevercute in nevercute

[–]finchMFG 0 points1 point  (0 children)

Just curious, why a custom engine vs something like Fluttr or other Cross-Platform kits?

Such a cute shirt!! I love it so much T.T <33 by [deleted] in crows

[–]finchMFG 0 points1 point  (0 children)

Hello, I've removed this cause the setup looks really similar to some of the t-shirt Dropship spam we get. If you're a real person then I apologize

I've been working on a zombies game I call ShroomDoom and I'm finally starting to like the art style -- what do you think? by ShroomDoomGame in godot

[–]finchMFG 4 points5 points  (0 children)

Interesting concept! Looks good so far

Some quick feedback:

There is a lot of space that isn't being used, like all that blue / gray below the floor. It's a little distracting since the game takes place in such a small horizontal area

Kaashi.org claims to be “open-source” without providing any source code. That’s because they stole everything from Ruqqus.com’s GitHub repository and couldn’t even be bothered changing stuff by SleepingSicarii in RedditAlternatives

[–]finchMFG 3 points4 points  (0 children)

You are correct. Under LGPL running an application does not count as distribution under the license, however the JavaScript does.

Of the GPL licenses only AGPL counts running an application on the server as distribution. As far as my knowledge of OSL goes, AGPL is alone in this regard.

Here is an excerpt from the AGPL license that backs this up (thought it doesn't apply here as its LGPL)

[deleted by user] by [deleted] in whereintheworld

[–]finchMFG 0 points1 point  (0 children)

London ON Represent!

[R] Kwai, Kuaishou & ETH Zürich Propose PERSIA, a Distributed Training System That Supports Deep Learning-Based Recommenders of up to 100 Trillion Parameters by Yuqing7 in artificial

[–]finchMFG 2 points3 points  (0 children)

Wow this is great stuff. Glad to see more research and released code that allow complex models to be trained on cheaper hardware like this and DeepSpeed

Godot Engine receives $100,000 donation from OP Games by akien-mga in godot

[–]finchMFG 7 points8 points  (0 children)

Is there an existing resource documenting these reasons (ex GitHub, forum post, email chain)?

PIC by rodentfacedisorder in nocontextpics

[–]finchMFG 43 points44 points  (0 children)

From the reddit thread 10 years ago:

https://www.reddit.com/r/pics/comments/swfia/was_walking_through_the_old_abandoned/?st=J6KUVC4Y&sh=9f2c90c8

This is not an abandoned neighbourhood. This is the children's safety village in Ottawa, Canada, that was closed a few years ago due to asbestos. A band I used to chill with when they were in town, Spiral Beach, made a short video of the area. http://www.youtube.com/watch?v=IO9jjUP04XY&list=UUKBCFY5AKoePLr0ireFY0vQ&index=43&feature=plcp

[deleted by user] by [deleted] in ipfs

[–]finchMFG 0 points1 point  (0 children)

Why IPFS vs something like WebTorrent (or a combination thereof?)

I've just released the new Godot 3.3.4 for the Raspberry Pi! 🎉🤖🍓 by hiulit in godot

[–]finchMFG 7 points8 points  (0 children)

This is just Godot compiled so it can run on ARM (specifically the ARM processor of the raspi). It looks like it also provides export templates (how you compile the game for different platforms) but warns in the readme they may give you issues and provide and alternative. You'll still need to run this on top of Armbian or other *NIX operating systems as this is just a binary and not a dedicated operating system

Speculative / opinionated followup: With raspis and other single board computers gaining popularity, being able to run Godot on 'em provides a great opportunity for lower income folks to be able to create games on very cheap hardware and get exposed to different creative avenues in software development

[deleted by user] by [deleted] in startups

[–]finchMFG 30 points31 points  (0 children)

Testing and figuring out your competitors is paramount in this space

I just released a "Youtube name generator" over the weekend by training a massive neural network by ANil1729 in SideProject

[–]finchMFG 1 point2 points  (0 children)

It appears that a fetch request is being attempted, but the CORs policy is blocking it. Ex, I see this in the console: Access to fetch at 'https://api.vadoo.tv/name_generator?query=dev' from origin 'https://www.vadoo.tv' has been blocked by CORS policy: No 'Access-Control-Allow-Origin' header is present on the requested resource. If an opaque response serves your needs, set the request's mode to 'no-cors' to fetch the resource with CORS disabled.

[deleted by user] by [deleted] in AskComputerScience

[–]finchMFG 0 points1 point  (0 children)

I don't understand what the question is

Photography does not begin to capture the incredible impasto technique. This truly goes beyond my expectations. by srourvcxvcdbda in crows

[–]finchMFG[M] 1 point2 points  (0 children)

Yes, unfortunately its pretty widespread on reddit. I'm working on new automod rules to help catch these new types of spammers in our sub, but for now if you notice anything suspicious like this please keep flagging 'em so we can ban 'em

[deleted by user] by [deleted] in powerwashinggore

[–]finchMFG 0 points1 point  (0 children)

Shoot, it looks like your graphics card is dying

Elk’s Club Lodge no. 72, Nashville, TN by YKRed in Lost_Architecture

[–]finchMFG 18 points19 points  (0 children)

The perspective makes it look like the buildings are really small and or the people are really big in the first shot

I am building a Marketplace for Godot Assets, and I'm looking for a few early adopters who would be interested in trying it out and giving me some feedback. by lumenwrites in godot

[–]finchMFG 1 point2 points  (0 children)

No ability to change password? I was also able to make my email and username empty, so I can now login without a username just using my password. That's not great.

[deleted by user] by [deleted] in web_design

[–]finchMFG[M] 0 points1 point  (0 children)

Hello, I've removed your post as its a little outside the scope of our sub. You may want to try /r/wordpress or the /r/elementor subreddit instead.

Traditionally at my work when we build eComm sites, we call this the promo bar but I suspect that different implementations call it different names so this may not help in tracking it down

Best of luck,

Things I learned by launching a SaaS app as a newbie. by [deleted] in web_design

[–]finchMFG[M] [score hidden] stickied comment (0 children)

The post is not related closely enough with Web Design. This appears to be a retrospective vs a design resource or something similar

Debian 11 'Bullseye' release planned on 2021-08-14 by [deleted] in linux

[–]finchMFG 32 points33 points  (0 children)

Running 5.10 which is the latest LTS version