β€œCentralized version control workflow is an objectively worse way of developing software. […] Sure, SVN is better than e.g. ClearCase, CVS or SourceSafe - but it pales in comparison to Git.” vogons.org/viewtopic.php?…
πŸ‘︎ 6
πŸ’¬︎
πŸ‘€︎ u/spider-mario
πŸ“…︎ Nov 13 2019
🚨︎ report
Here's a side by side comparison of the Seinfeld scene from S13E07. I apologise for the dog shit quality, I'm using a trial version of video editing software, and 360p is the best I could get. streamable.com/wrb0x
πŸ‘︎ 415
πŸ’¬︎
πŸ‘€︎ u/PsychedeLurk
πŸ“…︎ Oct 18 2018
🚨︎ report
New KSP Control Panel Software Comparison Chart

I wanted to create a new software comparison chart, found HERE. I thought the old was not very organized and not collaborative.

I only filled it out with the software I am familiar with, so feel free to suggest edits if you are familiar with the other mods (Kerbal Simpit, kRPC, Telemachus)

The "Receiving info" and "control" sections need to be fleshed out a bit more to highlight the differences between Simpit and KSPSerialIO, but I am not familiar with Simpit unfortunately.

Edit: added Kerbal Simpit.

πŸ‘︎ 26
πŸ’¬︎
πŸ‘€︎ u/c4ooo
πŸ“…︎ Oct 28 2019
🚨︎ report
Chapter 1021 spoilers: A study on the art style of THAT panel (with an edited version for comparison)
πŸ‘︎ 1k
πŸ’¬︎
πŸ‘€︎ u/sameljota
πŸ“…︎ Aug 07 2021
🚨︎ report
TIL the software that runs all of Google's Internet services takes up around 2 billion lines of code, almost all of which is available to all of Google's 25,00 engineers. Managing so much code is such a large task that Google created their own version control system called Piper. wired.com/2015/09/google-…
πŸ‘︎ 138
πŸ’¬︎
πŸ“…︎ Jun 05 2016
🚨︎ report
My air conditioner remote control in blender. Here’s it and a real life version for comparison reddit.com/gallery/hwdow5
πŸ‘︎ 20
πŸ’¬︎
πŸ‘€︎ u/McCrizzle2207
πŸ“…︎ Jul 23 2020
🚨︎ report
Version Control Software in 2020 - Nothing's Changed & It Hurts

My IMHOs

So this may end up being a little more hostile as I go on especially when I get to a certain point, so I apologize ahead of time for that.

IMHO VCS hasn't changed much for game development in the past 10-20 years.

These are strictly my IMHOs based on a few factors:

  1. I do most game dev with Unreal Engine 4
  2. I typically work in teams and sometimes overlap with each other's work
  3. I prefer GUIs and ease of use

Best VCS for game dev: Perforce

Newest contender on the block(technically has been out since 2006): PlasticSCM

Best for Solo Dev: Local Perforce Server

Best for sharing work: Git + Github

Best open-source: tied between SVN & Git (depends on what I need)

-------------

Checking Out

So with UE4, most assets are binary files that can't be merged. This includes their Blueprints scripting system.

One of the biggest issues when working with others is that you don't want anything to be overwritten by accident. The solution is relatively easy, we lock it out so that others cannot use it while we are actively working on it.

Confusion occurs when some VCS use the phrase "check out". In Perforce, if you check something out, it's also locked from others.

PlasticSCM check out does not lockout by default, you have to configure a "lock list" first

SVN check out does not lockout by default.

Git does not have it, but Git LFS has some version that never quite seems to work correctly.

Perforce is the only one that locks out assets on checkout reliably.

(I'm sure there are plenty other VCS out there I have never heard of or used, but I'm writing from my own experience here)

---------------

So, where does that leave us?

Pricing

Git = Free (Github & GitLab and other hosting sites are different)

SVN = Free

PlasticSCM =

  • Free solo
  • $7/user(up to 15)/month for cloud,
  • $10/user(up to 15)/month for self-hosted server

Perforce =

  • Free up to 5 users
  • Sub $420/user/year
  • Assembla Sub: $45/user/month
  • Perpetual: (for 10 at least) $720/user/year + yearly Maintenance: $185/user/year (1st year mandatory)

-------------

My Story

For the production of Neko Ghost, Jump! (https://nekoghostjump.com), I needed a VCS solution that would scale and be reliable. So I bit the bullet and paid for 10 licenses from Perforce. I have been using Perforce for years before on different projects, so it made the most sense as well.

I was told that only the first year was mandatory and that I can

... keep reading on reddit ➑

πŸ‘︎ 16
πŸ’¬︎
πŸ‘€︎ u/VictorBurgos
πŸ“…︎ May 10 2020
🚨︎ report
How to safely remove older version entries of same software (which uses Windows Installer) in the "Programs and Features" control panel?

e.g. the first software installation was v5.0. Then it was later updated to v5.2, v5.9, then v6.0. Now there are multiple entries for that software in the "Programs and Features" control panel: v5.0, v5.2, v5.9, and v6.0. IMO, the older entries are useless. If possible, I want to safely remove the older entries including the files in the X:\Windows\Installer folder, without loosing any setting for that software.

This software that I mentioned, can be anything which uses Windows Installer for its installer. e.g. in the form of *.msi or packaged in a self-extracting EXE.

EDIT for more clarification: I forgot to mention that what I want the most is to (safely & cleanly) remove the Windows Installer data in the registry for the older software version.

πŸ‘︎ 5
πŸ’¬︎
πŸ‘€︎ u/jcunews1
πŸ“…︎ Jun 12 2017
🚨︎ report
Comparison of BFDI 17: The Reveal's CAS votes at elimination being displayed by TV. Which one is better? (left is my version made on paint.net and right is the jacknjellify version) reddit.com/gallery/rgntbz
πŸ‘︎ 8
πŸ’¬︎
πŸ‘€︎ u/Historical_User
πŸ“…︎ Dec 15 2021
🚨︎ report
Me: "What's a version control software that I can use?" My British friend:

https://preview.redd.it/xsh5nfhag9f51.png?width=176&format=png&auto=webp&s=ce182dac4d07a1a6919a51a9e1f7b67eb21d477e

πŸ‘︎ 72
πŸ’¬︎
πŸ‘€︎ u/kennuree
πŸ“…︎ Aug 05 2020
🚨︎ report
I found this software on tape for the Vic-20. (It also work on the 64) I have not seen it anywhere else. It allows you to program your computer to control appliances your lights other computers and even your house. Have any of you seen it? reddit.com/gallery/qv1wmi
πŸ‘︎ 66
πŸ’¬︎
πŸ‘€︎ u/suna52
πŸ“…︎ Nov 16 2021
🚨︎ report
TIL that the US and Israel are believed to have incorporated software into some aircraft that allows them to take control of enemy air defence networks on the fly. The US version is called Suter. en.wikipedia.org/wiki/Sut…
πŸ‘︎ 101
πŸ’¬︎
πŸ‘€︎ u/doc_daneeka
πŸ“…︎ Dec 11 2012
🚨︎ report
Prince of Persia - Versions Comparison (HD) youtube.com/watch?v=0q_6t…
πŸ‘︎ 6
πŸ’¬︎
πŸ‘€︎ u/antdude
πŸ“…︎ Nov 15 2021
🚨︎ report
Version Control Software and GB's of Asset Store Assets - What do you do with Github's 1GB soft limit?

I would store them somewhere else, but they won't come into my project, will they? I was considering some convoluted .gitignore line for the Asset store folders paired with Google Drive watching those folders? What a hassle! In addition to making games myself, I want to add VCS to my curriculum in the spring semester. Thanks!

πŸ‘︎ 4
πŸ’¬︎
πŸ‘€︎ u/TheDeadSinger
πŸ“…︎ Nov 13 2015
🚨︎ report
Better SCM Initiative : Comparison (detailed overview of the features of various version control systems) better-scm.berlios.de/com…
πŸ‘︎ 6
πŸ’¬︎
πŸ‘€︎ u/weel
πŸ“…︎ Jun 23 2007
🚨︎ report
The Dev team when we're forced to use Atlassian version control software
πŸ‘︎ 26
πŸ’¬︎
πŸ‘€︎ u/Rellac_
πŸ“…︎ Jul 23 2020
🚨︎ report
Ask Reddit: Regarding version control software, under what conditions do you make use of the Branching feature?
πŸ‘︎ 9
πŸ’¬︎
πŸ‘€︎ u/jim258kelly
πŸ“…︎ Jul 18 2008
🚨︎ report
How does people choose which version control software to use?

I'm new to all of this. I don't understand why some projects like LibreOffice OpenOffice (which are open source) don't use GitHub, for example. And how hard is it to contribute to a project that uses GitLab (or other) if I use GitHub? Or even how to contribute to a project that doesn't use Git at all.

Thanks in advance.

πŸ‘︎ 14
πŸ’¬︎
πŸ‘€︎ u/lfvperes
πŸ“…︎ May 27 2020
🚨︎ report
Does anyone else think of the realities as Git software version control?

I know there has to be at least another programmer out there who thinks of all the time travel as Git version control.

Think about it: rewinding and making changes is just git checkout of an old commit and then creating a new branch.

After you make some changes you are satisfied with, you can git stash the changes, switch back to the main branch, and then git pop to apply.

Git has already been used to explain other time travel fiction: X-men, for example http://hashrocket.com/blog/posts/x-men-days-of-future-past-explained-in-git

πŸ‘︎ 5
πŸ’¬︎
πŸ‘€︎ u/EquationForLife
πŸ“…︎ Oct 21 2015
🚨︎ report
What's a good file version control software?

I work for a controls house that builds custom automated equipment. We have a lot of machines that occasionally need to be worked on. I'm looking for software where we can keep the machines programs updated with version control and sign in and out functionality so we can look and know if anyone is currently working on a project or who has worked on it last. The code we do isn't text based so I don't think a git solution would work for us. We have a lot of different kinds of files we can use for each job. We are a small company so a simple free solution is all we really need.

πŸ‘︎ 3
πŸ’¬︎
πŸ‘€︎ u/jcrafty3
πŸ“…︎ Apr 24 2020
🚨︎ report
Windows software management with version control for HMIs.

Basically, I’m looking for ideas on a better way to do version controlled updates for windows based HMI computers. For anyone that doesn’t know, HMI’s are computers that are used to interface with automated machinery (packaging lines, automated picking, etc). Which means that software versions and hardware compatibility have to be maintained per machine type.

The equipment might only have one computer on it and is probably in some random part of the world without internet. So a computer normally only get updated when it’s on the bench for repairs every few years. They do sometimes get upgrades in the field too, so an option to deploy an update from a USB might be nice but not required. I only maintain a few hundred computers with only a few dozen different setups, so a somewhat manual process is fine too. Also, some of the machines are one offs so it shouldn’t be to hard to make a custom setup but it’s vary rare to have one that doesn’t share most of it’s setup with some other type of equipment.

To sum up, I’d like to find something that can tell that a computer is setup for machine type 1 at Rev 2 and the latest type 1 setup is Rev 5. So it’ll know to update software X, install support for new hardware Y, and no matter what don’t change setting Z.

Thanks for reading.

πŸ‘︎ 4
πŸ’¬︎
πŸ‘€︎ u/nfg42
πŸ“…︎ Apr 10 2020
🚨︎ report
Planetary Resources deploys first space telescope test satellite to validate avionics, control systems and software for future versions of robotic telescopes that will prospect potential targets for mining missions theengineer.co.uk/aerospa…
πŸ‘︎ 8
πŸ’¬︎
πŸ‘€︎ u/Portis403
πŸ“…︎ Jul 17 2015
🚨︎ report
Own software deployment and version control

Hi!

I've a home server and I've wrote some services (with systemd service files/timers, conf files, binaries/scripts) for it. Currently, I develop the software on my main computer and I just scp it to the server whenever I need, without any kind of version control or packaging. What kind of method could I use to efficiently/"cleanly" update, package and deploy the software?

I use Arch btw (not saying it just for the meme, but for context, the package manager may matter).

I've been thinking about self-hosting an AUR-like private repository, but you may have better and easier solutions as I haven't so much experience.

Thanks in advance!

πŸ‘︎ 2
πŸ’¬︎
πŸ‘€︎ u/owentrigueros
πŸ“…︎ Jan 08 2020
🚨︎ report
Does anyone have a compiled, working OpenWrt version of mochad or equivalent software to control the CM19A for x10 devices?

I am trying to run my device to control my lights from my TP-Link Archer C7 on the usb port. This would be better than keeping my PC on 24/7. Any guidance would be appreciated. I found some software but I get lots of errors when compiling for OpenWRT. I could use a precompiled package. Thanks.

πŸ‘︎ 2
πŸ’¬︎
πŸ‘€︎ u/weirdmathteacher
πŸ“…︎ Dec 07 2014
🚨︎ report
Version control software VS Terminal- Do you judge someone for using one over the other?

Hi all,

Random question but, do you judge a person for using the terminal i.e git bash over software like source tree or git kraken?

When i started my new job i was using Git Bash for the first few weeks, then got a few money looks from the more senior dev and was told to download Git Kraken, which to be fair is a nice bit of software and the added visual benefit is pretty nice.

That being said i quite enjoy the git terms, miss my old git add. git commit -m "blah blah" stuff haha

πŸ‘︎ 3
πŸ’¬︎
πŸ‘€︎ u/Andylegacy
πŸ“…︎ Sep 14 2019
🚨︎ report
Access Source Code and Version Control Software

We have a large Access project (120,000+ lines of code, 500+ tables, 800+ forms) with 3 developers doing maintenance and enhancements. We are currently evaluating two source control tools: Oasis-SVN and Ivercy . Anyone have any experience with either of these tools?

TIA

πŸ‘︎ 5
πŸ’¬︎
πŸ‘€︎ u/ElvisAndretti
πŸ“…︎ Jun 27 2019
🚨︎ report
A comparison of two versions of Kiryu Coco's "Weather Hackers" MV v.redd.it/m0bkq9dbhy771
πŸ‘︎ 35
πŸ’¬︎
πŸ‘€︎ u/thomaswang0821
πŸ“…︎ Jun 28 2021
🚨︎ report
Fossil: A decentralized version control, bug tracking, and wiki software fossil-scm.org/
πŸ‘︎ 3
πŸ’¬︎
πŸ‘€︎ u/bprogramming
πŸ“…︎ Apr 12 2020
🚨︎ report
handheld CRMX Control comparisons.

I'm from the Film and Television world, looking for a comparison on CRMX control options. Looking at gaffers control versus Exalux control one. Also interested in Luminair vs Blackout software but the single universe onset box is my main question. Thanks.

πŸ‘︎ 5
πŸ’¬︎
πŸ‘€︎ u/jjfr33
πŸ“…︎ Dec 22 2021
🚨︎ report

Please note that this site uses cookies to personalise content and adverts, to provide social media features, and to analyse web traffic. Click here for more information.