Spyke

Replies

Comment on

Tips for safe city cycling

One tip not listed yet. The best route for a bike might not be the one google maps gives you. There is a 35mph road that is very direct between my home and downtown and seems like the obvious bike choice. The problem is every 2 miles there are on ramps to the highway that makes biking crazy unsafe. I’ve found a completely different route that would take 3 times as long if I was in a car but maybe 5 minutes more on a bicycle and I feel much safer.

196

Comment on

rule

Reply in thread

Some people have whole house generators for when their power goes out for extended periods of time. The simplest/ bad way to connect the generator to the house is a male to male connector to the breaker box.

python

Comment on

What python project(s) are you currently working on?

Switched jobs recently. So I'm building templates before I get bogged down. I took the opportunity to switch to poetry and pyproject.toml instead of setup.py which I'm liking. I got my file loader ETL template complete. Right now I'm trying to get a fastapi webbackend template. I'm used to nodejs & express for this and I'm finding fastapi is pretty similar. I got oauth2 working with the companies LDAP but right now I'm struggling to find good documentation for jwt with refresh tokens.