Earlier quoted context omitted.
THaNks for the nice write-up."In the process I started automating my Electrical Engineering job in python" Care to explain more. I am an EE aswell and could some inspirations and ideas to Automate the boring stuff.
Thanks for the kind words, and I got a bunch of inspiration from Automate The Boring Stuff as well. I'll run down the list of automation I did, hopefully to give you some ideas. Least complex, to complex. >Kill program, launch program, and press OK. We have a program that crashes often. This quickly kills it(which otherwise requires clicking out of error messages). Then reopens and clicks OK which starts a long boot…
Ask HN: What technologies did you learn in 2018?
151–160 of 620 posts
Re: Ask HN: What technologies did you learn in 2018?
#152None. There was no need to. Focus your energy on actually making more money and growing your business using tools you already know and are most comfortable with. Improving marketing and sales is more important than chasing after the next best tech stack.
Re: Ask HN: What technologies did you learn in 2018?
#153More fortunately, linq. It’s the thing I miss most when I’m not using the .net platform.
Re: Ask HN: What technologies did you learn in 2018?
#154Re: Ask HN: What technologies did you learn in 2018?
#155Weirdly, perl. I found myself on a client site in a locked down environment with only the Windows version of GIT installed. Powershell disabled, no other programs allowed. I had to produce reports on the log files for this machine, but had to obfuscate information before taking it off the server. I discovered that git had bash installed quite early on, so my initial automation and reporting was based on UNIX pipeline…
Re: Ask HN: What technologies did you learn in 2018?
#156Re: Ask HN: What technologies did you learn in 2018?
#157This year I also discovered R. I had to do a Python to R translation, so I got fairly familiar with R.
I also discovered a few languages, but I haven't started learning them yet: red-lang and Pharo.
Re: Ask HN: What technologies did you learn in 2018?
#158So this year I learned: Rust: While I'd dabbled in C++ before, it was mostly just a pain, while I found Rust to be a nicer way to work on lower level projects. Ported a game side project I've been working on from Python + Kivy to Rust + Piston, and came out with a nice performance boost. Mypy + SQLAlchemy: So while I have moved some projects from Python to Rust, others are still Python based and so I took the time to…
Re: Ask HN: What technologies did you learn in 2018?
#159In 2017, I was a copy editor and epidemiologist, but in 2018 I got a great full time opportunity to learn SQL and R on the job for a hospital. I've used these skills in real analyses of social work and food shortage amongst Veterans. In 2019, I hope to gain a deeper understanding of these two technologies and to add Linux and Python beginning skills to my knowledge. I also want to understand epidemiological theory, s…
Re: Ask HN: What technologies did you learn in 2018?
#160Python and specifically Pandas via Juypter Notebook. As a business guy looking to use it more instead of excel, Tableau in 2019.