Port and left have the same number of letters, so that works in a pinch.
Port and left have the same number of letters, so that works in a pinch.
7 was decent too; I personally feel like 8 is where things went off the rails.
Last year I owed 10k USD. I certainly cared then.
Overall I don’t think about it until I do my taxes. That said, I’d happily pay more if everyone else got healthcare, good infrastructure, and a clean environment.
Just a screen that says, “corn again, huh?”
I plan on being dead then, so do what you want with my digital wake.
Jfc. This is terrifying / terrible. Thank goodness he was able to get free.
The new slate truck looks super cool. I don’t want to support bezos, but a small affordable electric truck is what I personally want.
I just want something to run to the store with that doesn’t burn gas.
This is the first time I’ve heard that word used in the last couple of years where it seems like an accurate description of what occurred. Although terrorism or hate crime would be a better fit in this case.
People shouldn’t be murdered for being a member of a race or religion. It’s wrong no matter who is doing it. From a crazed individual to a world superpower.
It sounds like you need your own API with some sort of persistent store. You may be able to reuse what you’ve done as the view layer?
If this were something I was going to tackle, I’d start by identifying the types of users (authors, admins, users, etc.)
Then I’d think about the kinds of workflows those users are going to need to do. E.g. admins can edit or delete anything, authors can alter their own content, users can only view data, etc.
Now with some loose requirements in mind, start thinking about how to solve the problems for your users. This is when you start evaluating what technology might be a good fit for your problem domain.
You could probably throw together a trivial API that only you can publish to fairly quickly if that is sufficient for what you are trying to do. I dare say chatgpt can spit out a simple rest API in whatever language you like quickly and pretty accurately.
I wouldn’t chase making a static website tool dynamic. That will almost certainly end in heartbreak.
Wayne was my first thought, definitely his style.
This person loves piña coladas and getting caught in the rain.
In case you are curious, this is what you are trying to turn into a teachable moment.
St. Louis, a very blue city, got hit; people died and homes were destroyed!
So yeah, fuck off with that.
I had a third round of a job interview today. I was anxious and sweaty, but it is a remote job.
Unfortunately lots of red flags do I’m going to keep looking.
So you shit in the hand, right?
Bro, I just want to show up in the search queries. It probably won’t ultimately get me a job I want, so there is that, but cast a wide net. Get those bots working.
Ideally you have a network of friends that work at great places which are hiring. If that is the case, congrats. For everyone else, be proud to be open to work.
deleted by creator
That seems like a good thing to inquire about. Disappointed that when I hear about the FBI now I assume they are up to no good.
If you are searching by a primary key or other indexed id you should be fine. Here are a couple of articles to check out:
https://www.atlassian.com/data/databases/how-does-indexing-work
https://www.red-gate.com/simple-talk/featured/postgresql-indexes-what-they-are-and-how-they-help/
The TLDR is a where clause that hits an index doesn’t have to go through all the rows in the table.