-
Posts
138 -
Joined
-
Last visited
-
Days Won
5
Content Type
Profiles
Forums
Downloads
Gallery
Everything posted by Stagg54
-
Finding work is one of the bigger challenges and often results in a lot of waiting around for contracts to resolve and then having a bunch of them resolve at once. Feast or Famine.
-
If you don't like downtime and just want to write LabVIEW code, being a consultant is a horrible idea. Find a better employer.
-
forgot to mention this part: Presenters at the GLA Summit will be eligible to receive 30 recertification points for NI LabVIEW certifications. Attendees will also be able to receive 20 points.
-
We are looking for presentations. more info here: https://www.glasummit.org/
-
Marketing - the 3rd oldest profession!
-
Those original scripts will no longer work with new versions of Git. In newer versions the 2 files being diffed will have the same file name. The script needs to account for that condition and rename the remote file. I have a created a similar bash script here that accounts for that. https://gitlab.com/sas-blog/LVCompare-Merge-Setup
-
The conference went well. We got lots of good video, but it will take a while to edit. I don't have an exact timeframe, but they should be posted within the next month or so. We had an extra cameraman and better lighting and angles this year, so the videos should be even better than last year.
-
I am taking a sabbatical from LabVIEW and NI R&D
Stagg54 replied to Aristos Queue's topic in LAVA Lounge
I'll just stick with the self-deprecating one "yes_i_am_aware_i_am_still_an_idiot". Probably not taken. -
see here for how to load stuff dynamically https://www.sasworkshops.com/ppl-plugins/ That solves part of your problem. The other half is about organizing your object heirarchy. The GOF can help here. You can buy the original, but this is better. https://refactoring.guru/design-patterns/book I would envision using an interface for switch and an interface for DMM. the DMM with a switch would implement both. You would need some way to discover that or hardcode it into a config file or something. Sorry if that is a little vague, but I could envision several different ways to do it. I'd probably just sit down with LV and iterate until I found something that works. And then sit and stew and make sure I didn't miss anything. I'd still be prepared to throw away version 1 in favor of version 2 because you are sure to miss something. Good luck.
-
Returning Python exceptions to LabVIEW
Stagg54 replied to Phillip Brooks's topic in Calling External Code
I'm no Python guru, but maybe a decorator? and or maybe monkeypatching? or some combination? -
I'll be there. But since you are also going to GDevCon NA, we could do a LAVA BBQ there as well. Or might might I suggest a LAVA tubing event? There is a whitewater park a block from the venue.
-
Separating "installer" development from code development
Stagg54 replied to infinitenothing's topic in Source Code Control
Possibly. Depends on your definition of better. They certainly had more constraints to work within and it forced them to be more efficient with things like memory usage and storage space. One could argue that makes for better code, but optimizing for those things often compromises readability. So what do you value more? and how do you define "better" software? -
Separating "installer" development from code development
Stagg54 replied to infinitenothing's topic in Source Code Control
To that I would say, someone else looking at your code is much more likely to find the holes than you are. If the holes were obvious to you, you wouldn't have put them there to begin with. We inherently understand that, that's why we do code reviews. However, often the code review is too late to really change things. What if we caught those problems while they were being written and fixed them then? What's the old saying "2 heads are better than 1"? -
Separating "installer" development from code development
Stagg54 replied to infinitenothing's topic in Source Code Control
The Joel test was good for its time, but it's 20 years old. I think it's time we reevaluate it. Number 8 is probably one of the most outdated. Remote work didn't even really exist back then. Here is a more modern take on it. https://www.sasworkshops.com/joel-3-joel-test/ -
Separating "installer" development from code development
Stagg54 replied to infinitenothing's topic in Source Code Control
I have done pair programming with clients and it works quite well. Granted these were one-off sessions working to solve a very particular problem. I mostly work alone so I haven't used it in a wide spread way, but I know people that have and are successful with it. Given the fact that most corporate management is still stuck in the industrial age, it's not very widespread. -
Separating "installer" development from code development
Stagg54 replied to infinitenothing's topic in Source Code Control
Seperate projects is not that uncommon, but I second what Neil says. Innosetup works great if you are still building installers. Much nicer than the NI build-in one and the results are orders of magnitude smaller. Offers you a lot more control too. Lately I've just migrated to doing NI Packages instead of installers. They seem to work fine. Although you would still have the same problem with multiple devs working in parallel. One other often overlooked solution to the whole working in parallel problem is pair or mob programming. No need to worry branching, merging or stepping on each other's toes. -
Apparently it's contagious!
-
I am taking a sabbatical from LabVIEW and NI R&D
Stagg54 replied to Aristos Queue's topic in LAVA Lounge
Well NI just solved the distribution and licensing problem didn't they? No one's complaining about that any more. -
I think it is totally worth watching the NetFlix documentary on Boeing, much of the same sentiment.
-
I stand corrected. If you are not going to have external, I guess you don't need a call for presentations.
-
We only had 1 track. Maybe in the future we'll graduate to 2 or more. As far as Eric's presentation, a. we didn't have a whole lot to chose from (being our first year and generally a smaller conference due to COVID) and b. as you mentioned a prominent NI employee talking on the future of LabVIEW seemed an interesting proposition. We knew the general topic of his presentation but didn't know exactly how it was going to go. Having been there, I haven't watched the video, so I don't know how it comes off in the video, but I thought it was an alright session in person. Looking back on it with all the things that have happened since then, I can see why you might look on it with a negative light. For all the talk of listening to their customers more, they don't seem to be heeding that advice.
-
If you don't like the presentation selection, you are welcome to submit your own ideas for this year. Deadline is April 30th so you have plenty of time. https://gdevconna.org/present/
-
Early-bird discounted Tickets are now available! https://gdevconna.org/
-
if they haven't put out a call for presentations yet or mentioned anything in the press or to the community by now, it ain't happening in May. The convention center probably only shows that because they probably signed a multi-year deal and just haven't officially cancelled with the convention center yet.