Click here to Skip to main content
15,916,692 members

Welcome to the Lounge

   

For discussing anything related to a software developer's life but is not for programming questions. Got a programming question?

The Lounge is rated Safe For Work. If you're about to post something inappropriate for a shared office environment, then don't post it. No ads, no abuse, and no programming questions. Trolling, (political, climate, religious or whatever) will result in your account being removed.

 
GeneralRe: Thought of the Day Pin
jeron12-Dec-19 5:28
jeron12-Dec-19 5:28 
GeneralRe: Thought of the Day Pin
Daniel Pfeffer2-Dec-19 19:44
professionalDaniel Pfeffer2-Dec-19 19:44 
GeneralRe: Thought of the Day Pin
W Balboos, GHB2-Dec-19 6:16
W Balboos, GHB2-Dec-19 6:16 
GeneralRe: Thought of the Day Pin
Daniel Pfeffer2-Dec-19 6:21
professionalDaniel Pfeffer2-Dec-19 6:21 
GeneralRe: Thought of the Day Pin
dandy722-Dec-19 6:39
dandy722-Dec-19 6:39 
GeneralRe: Thought of the Day Pin
Dave Kreskowiak2-Dec-19 6:36
mveDave Kreskowiak2-Dec-19 6:36 
GeneralRe: Thought of the Day Pin
Mike Hankey2-Dec-19 9:53
mveMike Hankey2-Dec-19 9:53 
GeneralI could use some CI/CD right now... Pin
Sander Rossel2-Dec-19 4:31
professionalSander Rossel2-Dec-19 4:31 
So I've inherited this WinForms project for a customer who's a two hour drive away.
It's a fun project and a good customer, but the code quality is... It (mostly) works, let's leave it at that Laugh | :laugh:

What's worse though, is the manner of deployment.
Which is each work station one by one WTF | :WTF:
Software on a USB and go.
Of course a couple of people aren't at the office or have another work laptop at home.
In that case it's phone them one by one and update using TeamViewer.
Since I'm not going there for every update (which can be ad-hoc and unplanned) the phone and Team Viewer option is used frequently.

I wrote a little program that closes the application and then copy/pastes a newer version from a file server which also happens to be someone's regular computer.
That way I only need to copy/paste the new version to a single computer and everyone gets the new version.
That sounds great except not everyone has file access to that computer (even though it has all the reports and the database as well).

Seems like I'll be updating individual workstations for a while... Sigh | :sigh:
Any sort of version control wasn't present until now, so everyone has version 1.0.0.0, but they can still be different code bases (but the individual code bases can never be recovered unless you do some reverse engineering).

Time to bring some change around here! Big Grin | :-D

GeneralRe: I could use some CI/CD right now... Pin
glennPattonWork32-Dec-19 4:39
professionalglennPattonWork32-Dec-19 4:39 
GeneralRe: I could use some CI/CD right now... Pin
OriginalGriff2-Dec-19 4:59
mveOriginalGriff2-Dec-19 4:59 
AnswerRe: I could use some CI/CD right now... Pin
lopatir2-Dec-19 5:04
lopatir2-Dec-19 5:04 
GeneralRe: I could use some CI/CD right now... Pin
Sander Rossel2-Dec-19 5:20
professionalSander Rossel2-Dec-19 5:20 
GeneralRe: I could use some CI/CD right now... Pin
lopatir2-Dec-19 5:43
lopatir2-Dec-19 5:43 
GeneralRe: I could use some CI/CD right now... Pin
Sander Rossel2-Dec-19 7:53
professionalSander Rossel2-Dec-19 7:53 
GeneralRe: I could use some CI/CD right now... Pin
honey the codewitch2-Dec-19 5:18
mvahoney the codewitch2-Dec-19 5:18 
GeneralRe: I could use some CI/CD right now... Pin
Sander Rossel2-Dec-19 5:29
professionalSander Rossel2-Dec-19 5:29 
GeneralRe: I could use some CI/CD right now... Pin
honey the codewitch2-Dec-19 5:32
mvahoney the codewitch2-Dec-19 5:32 
GeneralRe: I could use some CI/CD right now... Pin
Sander Rossel2-Dec-19 5:45
professionalSander Rossel2-Dec-19 5:45 
GeneralRe: I could use some CI/CD right now... Pin
honey the codewitch2-Dec-19 5:46
mvahoney the codewitch2-Dec-19 5:46 
GeneralRe: I could use some CI/CD right now... Pin
Sander Rossel2-Dec-19 7:45
professionalSander Rossel2-Dec-19 7:45 
GeneralRe: I could use some CI/CD right now... Pin
#realJSOP2-Dec-19 6:39
professional#realJSOP2-Dec-19 6:39 
GeneralRe: I could use some CI/CD right now... Pin
Sander Rossel2-Dec-19 7:47
professionalSander Rossel2-Dec-19 7:47 
GeneralRe: I could use some CI/CD right now... Pin
Jörgen Andersson2-Dec-19 10:22
professionalJörgen Andersson2-Dec-19 10:22 
GeneralRe: I could use some CI/CD right now... Pin
Rick York2-Dec-19 7:13
mveRick York2-Dec-19 7:13 
GeneralRe: I could use some CI/CD right now... Pin
Mycroft Holmes2-Dec-19 11:27
professionalMycroft Holmes2-Dec-19 11:27 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.