Opens loud bag of chips
Opens loud bag of chips
It blows my mind how many of the MAGA/Qanon folks openly talk shit about Jews with comments about things like “Jewish Space Lasers” and whatnot, and it’s perfectly acceptable. Anyone with a shade darker than white or not in that camp opposes an actual genocide, and they’re a terrorist. I know I know, rules for thee not for me bs. It’s just exhausting. And any attempt to try to point this out to MAGAts is pointless.
Those rosaries are really gonna help him get out of this.
What the absolute flying fuck…
PyCharm is a solid choice. It just works. But if you’re open to another editor, take a look at Zed. It has python support too. It’s super snappy and way less bloated than the others.
Isn’t this kinda how the SS came to be?
Thanks for this!! I became spoiled with Arc’s UI, but it’s a Chrome based browser. This looks like it’s the same experience without the bs.
Tbh I didn’t even mind what the bot was trying to do. I just remember opening what felt like every post and seeing dozens of lines taken up by the bot. I ended up just blocking it and cross-referencing with ground news myself.
I’ve been using Netlify for smaller apps, but lately Railway has been my go to. Pretty cheap too and it covers mostly everything you’ll need to deploy app regardless of language or framework. Their UI makes it all very easy to manage with the “nodes”.
Both of those services (as do most) give you the option to load environment variables onto the app itself.
So the process is normally this: You have env vars you’re using locally like API tokens that you’re putting in your .env during development. Now you’re ready to deploy. Because you’ve gitignored that file locally, you don’t have to worry about secrets being in your code base, but also, because they’re environment variables, you’re framework will see those variables available in the “box”.
Ultimately, there’s no difference between having stuff in your local .env and injected by a service during deployment. Just make sure the env var keys are the same in each case.
Hope that’s not too confusing. If so, I’m happy to clarify anything.
EDIT: also wanna add that Supabase isn’t that bad. It helps you know exactly what you need it to provide for you and then start searching away to see how to slowly put together each of those pieces. With them, I usually start with the Auth stuff, then move on to my database and storage. Functions last if the project calls for them. There’s quite a bit of info out there if you know specifically what you’re wanting to solve at the moment.
You don’t really need to know a specific language to self-host anything. But things like YAML, JSON, Docker, and some networking basic will go a long way.
If I could do anything different though, it would definitely be to write more documentation. Document the steps taking setting things up, log notes on when you have to fix something, archive webpages and videos that you used along the way. Currently doing that myself now after some time self-hosting.
I not disagreeing but $15 would still put it at one of the cheapest if not the cheapest vital service. I’m not sure you could get any other utility for much lower than that.
I’ve quite enjoyed Tuxedo OS on my gaming rig. Worked right out of the box with every game I’ve thrown at it with my Nvidia GPU.
https://www.propublica.org/article/ap3-oath-keepers-militia-mole
Greta article talking about this very same guy and the mole who helped release the info.
“CrimeDad” asking us about our security setups? Good try buddy.
I personally prefer consistent and smaller releases. It offers less opportunity for big bugs to creep in along with smaller fixes and features.
I saw agile mentioned here but here’s another suggestion. Agile can be helpful in the right situations but for solo devs/tiny teams, I really recommend looking into Basecamps “Shape Up” method. It uses longer cycles vs shorter sprints with a cool down period in between.
So in the case of OP, they could set a 6 week cycle and plan for things that can definitely be completed during that time period. Right at the end of the cycle you release. The goal is to finish before the cooldown to give yourself time to breathe and plan what to do for your next cycle. Play around with a fun feature, learn about a new tool or technique you wanna try, organizing your backlog, etc. You don’t want to spill tasks into the cooldown. Else it’s not a cooldown.
The online version of the Shape Up book is free and can be found here.
Wow… I feel dumb. I’ve used Bruno for over a year now and never noticed.
From the video I saw of the incident, it looks like they were flying them from a safe distance to the crowd. But possibly some kind of interference or routine code bug caused some to drop and others to shoot out in random directions at full speed. As an FPV pilot, it’s crazy how fast they can pick up speed. I wonder if they lost all TX/RX abilities in order to turn them off. It happened to me once, luckily in a field alone and was only able to find it because of the stupid loud beeper I put on it.
I think drone shows are super neat, but there maybe needs to be a minimum distance regulation and required netting in front of crowds before we keep bringing the tech to events.
And most software is built using open source tools. I’ve had bosses who are just fine forking out tons of cash to AWS but cringe at the idea of donating $100 to something we use daily.
Yeah, this is that.