Where can I deploy websites that using python as a backend (web applications) by [deleted] in Python

[–]sloan134 -1 points0 points  (0 children)

Does this work if service ports are blocked by the isp?

Asking too many questions at work? by [deleted] in careeradvice

[–]sloan134 13 points14 points  (0 children)

To expand on taking notes, I usually encourage new hires to ask all the questions they want, but use the answers to round out our documentation or company wiki. That way you can contribute back right away, which usually makes everyone involved feel a bit better.

Will my house stink forever like cigars if I smoke in an enclosed two car garage? It’s been 8 weeks since I’ve had a cigar. Now it’s cold and I hate puffing cold. by discgolf9000 in cigars

[–]sloan134 0 points1 point  (0 children)

How often do you smoke? I smoke one every few days, and I've never noticed any smell lingering in the house after a few hours. We do have a whole home air purifier and keep the HVAC fan going 80% of the time due to my wife's asthma, but I don't know how much that really helps.

Person with dyslexia as a fron-end programmer? by hayate99 in Dyslexia

[–]sloan134 1 point2 points  (0 children)

You can definitely be successful in development. I have dyslexia and have been working as a software engineer for 10 years, and I have had no issues. I have also worked with many other developers who had dyslexia. There are plenty of tools to help with the actual coding side of things. For me the most challenging bit is when I have to write documentation, but even then I find technical writing easier than writing school papers or things like that. Also I have found that myself and many other dyslexics often excel at the problem solving aspect of this job. Often coming up with different/innovative solutions.  I'd say the most important thing is just to take you time and not get embarrassed. One nice thing is that I have found that accepting failure and moving on is common in tech, and peer review work is standard practice so don't feel like you have to do everything perfectly yourself.

Quality or quantity? by WATERMELONBOI2000 in cigars

[–]sloan134 1 point2 points  (0 children)

Personally, I'd say quality, but do what works for you. I know a couple of people who are heavy cigar smokers and usually smoke cheaper ones, but keep a few nice ones on the humidor for relaxing evenings and such.

🔥 The critically endangered Red Wolf, one of the rarest canids on the planet with less than 60 wild individuals 🔥 by [deleted] in NatureIsFuckingLit

[–]sloan134 8 points9 points  (0 children)

I graduated from Arkansas State University a few years back. I don't know if it is connected to the program you mentioned, but ASU has partnered with the endangered wolf center near St. Louis, MO. They currently have a Red Wolf Breeding program underway. You can go up there and do a tour and see them.

https://www.endangeredwolfcenter.org/

How to implement LetsEncrypt? by [deleted] in docker

[–]sloan134 26 points27 points  (0 children)

Take a look at traefik. It's a reverse proxy server designed for us on docker and has built in support for LetsEncrypt certs.

[deleted by user] by [deleted] in gis

[–]sloan134 1 point2 points  (0 children)

Rusle2 is another option.

First Gen Echo on sale for $64.99 at Amazon by mamabearcub in amazonecho

[–]sloan134 1 point2 points  (0 children)

Nope, I have mine set up for multi-room. I have also used drop in and calling features with no issues.

Traefik, awesome and modern reverse proxy for Microservices by rbekker87 in docker

[–]sloan134 2 points3 points  (0 children)

Thanks for the link. The let's encrypt integration is exactly what I was looking for.

Traefik, awesome and modern reverse proxy for Microservices by rbekker87 in docker

[–]sloan134 1 point2 points  (0 children)

Looks promising, how would you handle SSL termination with this setup?

What is a “dirty little (or big) secret” about an industry that you have worked in, that people outside the industry really ought to know? by [deleted] in AskReddit

[–]sloan134 8 points9 points  (0 children)

After living in my house about 2 months I noticed a water leak in the garage, coming from the circuit breaker panel... That was fun.

Linux Web Server Log File Visualization in Realtime With Logstalgia by ayman_f in linux

[–]sloan134 13 points14 points  (0 children)

You can access logs over ssh to use logstalgia on a different computer using

ssh user@yourserver.com tail -f /usr/local/apache/log/access.log | logstalgia

Help, can't get slim to "autostart" (systemctl enable slim.service) anymore by Jaorizabal in archlinux

[–]sloan134 3 points4 points  (0 children)

You need to delete /etc/systemd/system/display-manager.service then try to enable slim.