throwsbooks
Because as much as trains and buses are great for everyday commuter movement (and having amenities within walking distance is key as well), there’s two issues:
- Changing the infrastructure and zoning of an existing city is much easier said than done. Ripping up concrete, tearing down existing business and homes to increase densification, that’s a huge undertaking.
- Trains never replaced the horse drawn carriage. You can never fully eliminate the need for cars because sometimes you need to move something big like a couch. Even if there’s less cars on the road, it’ll never be 0, as this also includes things like ambulances, and fire trucks that can’t rely on schedules.
Some cities, yes. LA is an example, right? And how they wrecked the street cars.
But not my city. Calgary was built as a stop on the Trans Canadian Railway, and that still exists, and there’s an (okayish) light rail train system here that’s slowly been built over the years and not torn down. Fully wind powered, too! Edit: our public transit kinda sucks though, I’m not saying we’re great. My commute to the office would be over an hour by transit and twenty minutes by car, I’m lucky I work remote.
A majority of North American cities that have grown within the last hundred years (coinciding with cars) were built from the ground up with cars in mind as the primary form of commute.
The image in the post is of a yogi of some sort stating that electric cars are here to save the car industry first, and my impression of it is that it’s suggesting that exploring the idea of electric cars is unwise.
And hell yeah, efficient transit and walkable cities are the goal. But while we’re working on that goal, we should also focus on electrifying cars! Tackle the crisis in multiple ways. Because there’s no way we’re gonna stop using cars overnight, and if we can make cars more environmentally friendly while we taper off of them, that’s a win.
… Oh. Huh.
I like having an off day once a week from my Vyvanse, personally. On a day off where I’ve got nothing important to do.
Like, I let myself have an ADHD day, where I’d normally be beating myself up over my self perception of being lazy with deadlines hanging over my head, but now it’s fine because I actually got things done the other 6 days of the week.
Reduce scope. Look at what you’re doing and cut out all the “nice to haves” until you have just the “need to haves”.
For a behindthevoiceactors clone, the bare minimum would be a simple web page with a search bar for actor names. You could use a query string in the URL that gets passed to an IMDb API call that then renders a simple page that just has the actor’s name as the header and a plain table listing shows/movies/games and their role(s) and years.
Everything on top of that, pretty CSS, pictures, hyperlinks to other places, that’s all fluff that you can add on after you’re already “done” having created a minimum viable product. And at the nice to have stage, you can put it down at any point without feeling like it’s unfinished.
Interesting. An API call shouldn’t return HTML, since it’s essentially just a proxy to query a DB for some value, so I can see why they’d think you’re web scraping. Might want to try a different API?
But yeah, most APIs have a fee associated with them, so web scraping gets around that. You could fully commit to it, nothing wrong with that. If you’re web scraping though, I’d definitely do some studying up on how the DOM works. Once you learn to navigate it, things get a lot easier. https://www.w3schools.com/whatis/whatis_htmldom.asp
Good luck!!
I’m no professional, but if you’re concerned about it and it’s available to you, maybe try some sort of anger management class?
But: imo, one of the best lessons I’ve learned is that you’re not defined by your emotions and thoughts, only how you act on them. Getting angry about being angry would just feed a big ole anger loop. So if you can identify what makes you angry, you can take however much control you can over your environment to reduce it, and don’t beat yourself up for feeling a certain way!
Over the last five years, I’d click a link to Stack Overflow while googling, but I’ve never made an account because of the toxicity.
But yeah, chatGPT is definitely the nail in the coffin. Being able to give it my code and ask it to point out where the annoying bug is… is amazing.