Buckshot

joined 2 years ago
[–] Buckshot@programming.dev 2 points 1 week ago (1 children)

In 2014 I set up GitLab for my then employer. It had to be something self hosted because of client requirements. I was apparently the only one in a company of about 200 that knew anything about Linux.

Wasn't too bad, just keeping it up to date etc. When I left in 2016 I'd just upgraded the server to ubuntu 16.04. It's probably still running that now. I know someone who is still there and they've said GitLab itself hasn't been updated since I left.

[–] Buckshot@programming.dev 1 points 1 week ago (2 children)

I set up a VPS as a VPN server just for me. There's sites have definitely done this. Reddit for one. I get cloudflare captchas a lot as well.

[–] Buckshot@programming.dev 1 points 2 weeks ago

We have these and i have term filtered but honestly the most obvious giveaway before you even read it is the font.

I can only think of 1 person who routinely used a different font from Outlook's default in my entire working life. Sometimes you get something copy pasted with formatting from elsewhere but that'll be in the middle of an email.

I dont know why the phishing tests always use a different font.

We only have to do these tests at all because someone bought a load of Apple gift cards for the "CEO".

[–] Buckshot@programming.dev 23 points 3 weeks ago

You might be already paying a premium for a Skyscanner's cut. I'd suggest find the flight on Skyscanner and then go directly to that airline's website to see what the price is there.

I just tried it and got 723 on Skyscanner and 547 for the same ticket direct from airline.

[–] Buckshot@programming.dev 11 points 1 month ago (1 children)

Had the same research issue from multiple models. The website it linked existed and was relevant but often the specific page was hallucinated or just didn't say what it said it did.

In the end it probably created more work than it saved.

Also a programmer and i find it OK for small stuff but anything beyond 1 function and it's just unmaintainable slop. I tried vibe coding a project just to see what i was missing. Its fine, it did the job, but only if I dont look at the code. Its insecure, inefficient, and unmaintainable.

[–] Buckshot@programming.dev 10 points 2 months ago (1 children)
[–] Buckshot@programming.dev 3 points 3 months ago

No. Its had external library support for quite a while now

[–] Buckshot@programming.dev 6 points 3 months ago (1 children)

Obtainium can solve that. It will check websites for updates and then download the new apk and install it. I use it more than fdroid now, can get apk straight from the developers github repo usually.

[–] Buckshot@programming.dev 33 points 4 months ago

Sort of related, I was fact checking some of the content on my own website that had been provided by someone who later turned out to be less than reliable.

There was one claim I was completely unable to find a source for and suspected it was an AI hallucination. Turned to chatgpt and tried to find a source with that and it provided nearly the exact same sentence and cited my website as the source thus completing the hallucination cycle.

I just deleted it all from my site and started over.

[–] Buckshot@programming.dev 3 points 4 months ago (1 children)

100%. It irks when software has messages in the first person. The human-like TTS are very uncanny valley to me.

I needed voice over for a video recently and everyone is telling me to use AI, I tried dozens and they'll all just off. Ended up getting a friend to record it. I don't have a decent mic so my own recording sounded bad.

[–] Buckshot@programming.dev 13 points 4 months ago (2 children)

I have to use windows at work, have 32gb and regularly get browser tabs unloaded for low memory. I'm not running VMs or anything. Usually just Firefox, visual studio, and slack.

Personal computer is Linux with 16gb and that's more than enough.

 

We're using Terraform to manage our AWS infrastructure and the state itself is also in AWS. We've got 2 separate accounts for test and prod and each has an S3 bucket with the state files for those accounts.

We're not setting up alternate regions for disaster recovery and it's got me wondering if the region the terraform S3 bucket is in goes down then we won't be able to deploy anything with terraform.

So what's the best practice for this? Should we have a bucket in every region with the state files for the projects in that region but then that doesn't work for multi-region deployments.

view more: next ›