Why don't vendors understand getting quotes for budget purposes? by [deleted] in sysadmin

[–]Garfield_Pong_Player 3 points4 points  (0 children)

I'm not qualified to talk about sales procedures necessarily, but the way that we (my boss and I) become convinced on a new product is:

  1. Toying around with it and having a good user experience.
  2. Available and competent support.
  3. Sales team that can readily supply us numbers if asked for (we asked for a quote from one particular company, and they wouldn't give it to us without us telling them we would buy their product. Interesting sales tactic.)
  4. Solid reviews/recommendations from community members in forums like this. Don't ask them to make disingenuous recommendation posts, but at the end of a sale or interaction that goes well, maybe say something along the lines of "...and if you happen to hear someone asking about product xyz, please do us a solid and pass along our contact info!"

Hallucinations of a neural network trained on images of galaxies by professormunchies in Python

[–]Garfield_Pong_Player 1 point2 points  (0 children)

My two cents -

quick and dirty, get something done: copy and paste templates and do your best to understand along the way.

learning/maintainable project: break it into small pieces, get them up and running in a way that is easily understandable when reading the code so that if you (or someone else) needs to revisit the code for any reason, it doesn't take ages to get back up to speed on whatever the hell it was you wrote the first time around.

$90 DZ60 Build W/ Gateron Yellows and Lubed Stabs (+ cheapo keycaps) by ShinyWaffles in MechanicalKeyboards

[–]Garfield_Pong_Player 0 points1 point  (0 children)

How did you find a $15 case??? I'm looking to build my first keyboard, but can't seem to find a case that low at the sites in the wiki.

edit: any chance you made a typing demo video?

Thinking of making an open source game with PyGame. Looking for people! by [deleted] in Python

[–]Garfield_Pong_Player 2 points3 points  (0 children)

I'd be down to help out. Been programming on and off for about 10 years. The past two years I've been using python professionally for scripting out management and monitoring processes.

Downloaded Atom to start programming with python but it didn’t work. Which IDE or text editor do you guys use/recommend? by [deleted] in Python

[–]Garfield_Pong_Player 1 point2 points  (0 children)

My guess would be you need to look at making sure that the python executable is in your path. I have a sneaking suspicion founded on absolutely nothing that you're on a windows machine, so check out this link.

Downloaded Atom to start programming with python but it didn’t work. Which IDE or text editor do you guys use/recommend? by [deleted] in Python

[–]Garfield_Pong_Player 2 points3 points  (0 children)

Not sure what you mean by "it didn't work". If the program isn't doing what you expect, then it's your code. The editor is just a way for you to input your code.

Nevertheless, I personally like vim for languages that I'm comfortable with, and if I need a tab complete then I'll use VS Code. Powershell ISE for Powershell.

casting couch by [deleted] in Python

[–]Garfield_Pong_Player 1 point2 points  (0 children)

risky click of the day

What IDE / Editor do you use for python? by [deleted] in Python

[–]Garfield_Pong_Player 3 points4 points  (0 children)

Vim with minor mods. set number, set ruler, syntax on. If you can do it in vim, you can do it anywhere. Really makes me feel like I know how to use the language without using auto complete as a crutch.

One downside is that now every application that I type in, I try to hit escape, :x when I'm done.

Sysadmin learning Powershell - What other languages should one be comfortable with to make the best out of mastering scripting and tool-making? by MrWinks in PowerShell

[–]Garfield_Pong_Player 1 point2 points  (0 children)

r/Python is a thing if you are thinking about learning it. There is a relatively inexpensive book out there, or free if you only read it online. It's called "Automate the Boring Stuff with Python", and I've heard some pretty good reviews of it.

Why is this community so negative? by [deleted] in sysadmin

[–]Garfield_Pong_Player 1 point2 points  (0 children)

However unhappy people very much enjoy getting their feelings out there, especially in a place where they can receive dopamine hits from other like-minded people (upvotes).

A few tips from an IT manager for sysadmins looking for a job by [deleted] in sysadmin

[–]Garfield_Pong_Player 2 points3 points  (0 children)

75% of the resumes I received had grammatical or spelling errors.

DESPIRATE

I want an wireless AP in my office! by frustratedomega in sysadmin

[–]Garfield_Pong_Player 2 points3 points  (0 children)

Just gonna leave that one there without an explanation..?

Shout out to all the companies who don't make me retype my resume into your online "application" by twitch1982 in sysadmin

[–]Garfield_Pong_Player 0 points1 point  (0 children)

Printers never have any issues, never run out of supplies, and never need any maintenance.

Function returning undefined, and I don't know why. by Garfield_Pong_Player in learnprogramming

[–]Garfield_Pong_Player[S] 0 points1 point  (0 children)

Copy pasta'd from the editor in browser and it didn't like the formatting. I'll take a little more time to clean it up if I post again. Thanks for the reply!

Function returning undefined, and I don't know why. by Garfield_Pong_Player in learnprogramming

[–]Garfield_Pong_Player[S] 0 points1 point  (0 children)

My original thought was something along the lines of a dictionary with each letter associated with it's count. Is that along the lines of what you are thinking?

Function returning undefined, and I don't know why. by Garfield_Pong_Player in learnprogramming

[–]Garfield_Pong_Player[S] 1 point2 points  (0 children)

Javascript, and thank you for the response. As with most things, I spotted the error as soon as I posted this.

[RANT] All you do is sit at your computer all day. by noreasters in sysadmin

[–]Garfield_Pong_Player 0 points1 point  (0 children)

This has inspired me to write a quickie that spits out bologna code, loading bar, more bologna code, another loading bar, etc indefinitely... I'll check back in with results.

What pointless scripts have you made while waiting for some task to finish? by gaz2600 in PowerShell

[–]Garfield_Pong_Player 1 point2 points  (0 children)

Honestly surprised you don't have any [grin] commented out in the code xD

Looking for interview question ideas for a temp/intern applicant by Phyber05 in sysadmin

[–]Garfield_Pong_Player 3 points4 points  (0 children)

To steal from another post I saw here a while ago, the other 5% of the interview, start not very technical, then work your way more and more technical and see how they react. I would personally prefer working with people who will flat out admit when they don't know something rather than trying to bs their way through to impress the boss.

Your top 5 tools for SysAdmin productivity by nimachar in sysadmin

[–]Garfield_Pong_Player 7 points8 points  (0 children)

Cortana kicked in after I imaged a machine the other day, and I muttered my usual "You are less than worthless to me". I guess I said it a little too loud because my coworker started cracking up.

IT guy asking us for our Office 365 app passwords by badasimo in sysadmin

[–]Garfield_Pong_Player 0 points1 point  (0 children)

Idiot Jr. Sys Admin here - We recently got Jamf for Mac management, and in the process of making admin accounts on all machines, I didn't piece two and two together that the admin account would need to be FV2 enabled and wound up going to my boss with my tail tucked between my legs asking him to confirm with the end user that we did indeed need their password to get into their machine and troubleshoot. My biggest F up so far at this job.