Yeah. I go to the post office semi-regularly and I see people complain about this problem; the employees just roll their eyes and say to mark the mail.
Yeah. I go to the post office semi-regularly and I see people complain about this problem; the employees just roll their eyes and say to mark the mail.
Not going to say I haven’t done that but I’d rather stop receiving it at all.
What do you do after doing this for 4+ years for the same person and bank, and you’ve gone as far as showing up in person at the bank’s local branch?
I’ve been doing this for 4+ years for the same person and bank. I even showed up in person to the local branch and spoke to a manager. I’m having the same problem as OP; it never ends.
What’s more: no one (landlord, neighbors) knows who this person is. They’ve even got a business registered at my apartment.
I either feed it the list of ingredients or it finds them itself if it’s a popular item. It’s good at guessing the proportions of the ingredients if you’ve got the label.
If money weren’t an issue I’d go back to working in fast food or a warehouse. I miss busting ass and being able to clock out at the end of the day.
I always say “web application developer” because I don’t want to be considered a “web designer” (which I consider to mean designing static websites for businesses like restaurants).
I can’t be too specific without giving away my location, but I’ve recreated a sauce that was sold by a vegan restaurant I used to go to that sold out to a meat-based chain (and no longer makes the sauce).
The second recipe was the seasoning used by a restaurant from my home state. In this case the AI was rather stupid: its first stab completely sucked and when I told it it said something along the lines of “well employees say it has these [totally different] ingredients” then got it right.
I’ve used LLMs to reverse engineer some recipes.
I self-host web apps I write myself? ¯\(ツ)/¯
I used to love eggs but since going vegan it literally smells like garbage (as in I’ll blurt out “what smells like trash?” before realizing someone is cooking eggs).
Why would using metric cause someone not to understand fractions?
When it gets dark super early? Lame as fuck. Unless you’re talking about Arizona, fuck that.
Permanent DST > fucking with them.
Because “standard” and “normal” things are hardly ever the best.
It’s mostly about performance. Caddy’s Go-based garbage collector starts to negatively impact performance at high load. It looks something like:
server {
listen 443 ssl http2;
server_name example.com;
ssl_certificate /etc/nginx/ssl/fullchain.pem;
ssl_certificate_key /etc/nginx/ssl/privkey.pem;
location / {
proxy_pass http://localhost:3000/;
proxy_set_header Host $host;
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
proxy_set_header X-Forwarded-Proto $scheme;
}
}
I prefer nginx to Caddy myself for reverse proxies. As far as VPN technologies go, Tailscale and WireGuard are where it’s at.
Not sure why we’re comparing Caddy to Tailscale though.
I have two chihuahuas so I take them on three walks per day, but just two of those walks are what I call “medium” walks for them, it’s a few big blocks around the neighborhood.
What you reminded me of is when I do my 5+ km walks, I bring one of them in a shoulder bag carrier for dogs. They can’t walk that far every day due to their size but they still absolutely love the adventure.
Damn that’s a great idea! Cheers!