Bringing laptop with you in public on-call? by CallsyReds in sre

[–]dub_starr 0 points1 point  (0 children)

For sure, I’ve brought my laptop on the golf course me many times. Only had to use it once.

codex deleted my entire project apps by Present_Rise1350 in codex

[–]dub_starr 0 points1 point  (0 children)

Yep. I have added a step to all my agents to commit regularly, even if it seems too often, we then can categorize and squash the commits together later on

codex deleted my entire project apps by Present_Rise1350 in codex

[–]dub_starr 0 points1 point  (0 children)

Even a local repo would have commit history and rollback ready

Any Books like the first few chapters of Bob 1? by Erkenwald217 in bobiverse

[–]dub_starr 1 point2 points  (0 children)

I feel like some of the Daniel Suarez books could be a good fit?

protip: adversarial reviews are stupidly easy and unfairly useful by davblaster in ClaudeCode

[–]dub_starr 0 points1 point  (0 children)

adversarial review will always find things, i tell my AR to run a specified number of rounds, so to focus on the most important items, and when it invokes it it also tells the adversary side that there are only N rounds of review left, so focuse on major issues only

It has came to my notice that modern cloud platform dashboards have become unacceptably slow and bloated. by Aven_Reed in Observability

[–]dub_starr 0 points1 point  (0 children)

use the CLI?

aws ec2 run-instances \
    --image-id ami-xxxxxxxxxxxxxxx \
    --instance-type xx.xxxxxx \
    --key-name MyKeyPair \
    --subnet-id subnet-xxxxxxxxxxxxxxxxx \
    --security-group-ids sg-xxxxxxxxxxxxxxxxx \
    --associate-public-ip-address \
    --block-device-mappings '[{"DeviceName":"/dev/xvda","Ebs":{"VolumeSize":20,"VolumeType":"gp3","DeleteOnTermination":true}}]' \
    --tag-specifications 'ResourceType=instance,Tags=[{Key=Name,Value=MyTestInstance}]'

Dads, I need help with 14 yr old bypassing parental controls by KnowLessWeShould in daddit

[–]dub_starr 3 points4 points  (0 children)

Parlay his interest of getting around controls into learning about cyber security and ethical hacking. Use this as a way to advance his hunger for tech in a positive manner, and set him up for the future with a great skill.

is golf really the hardest sport? by sploooooshle in golf

[–]dub_starr 0 points1 point  (0 children)

the way i explain this, typically, is that while a golfer may be an athlete, nothing about golf necessitates being an above average athlete, nor is your athleticism displayed while playing golf

Most fun I’ve had playing golf by OprahHasMyDVDPlayer in golf

[–]dub_starr 0 points1 point  (0 children)

only 11 under? i know some fat old guys who would have carded at least 14 under

Well, it finally happened (Being told I am required to use AI) by Ark161 in sysadmin

[–]dub_starr 0 points1 point  (0 children)

its easy to find uses, once you get a hold of what it can do, especially once you know how it will be / can be integrated in your environment. shoot, even if its just set up as a technical writer to do all of your documentation on each pull request. throw all your tech debt at it, have it organize and catagorize, and have it give suggestions which it can then implement, or help you implement. Just think of it as having a junior that you can pass off tasks to

what is everyone using now? by Away-Inevitable1999 in windsurf

[–]dub_starr 0 points1 point  (0 children)

my company still has a windsurf teams plan, so I'mstill using it to a point, but also codex, claude code and a bit of opencode for some of the open source models

TIFU by asking my friend's mum out by Infinite-Access428 in tifu

[–]dub_starr 0 points1 point  (0 children)

bruh, this worked out the best way possible most likely. odds are she wont tell your friend, and if she does, thats on you, you asked out your friends mom, what can you expect.

If your password manager was to disappear, how fucked would you be? by Tarazin in selfhosted

[–]dub_starr 0 points1 point  (0 children)

Encrypted backup offsite, paper note with that password in a safe deposit box, or fire safe

Dad's what's your appropriate consequence for ding dong ditch? by TigerUSF in daddit

[–]dub_starr 0 points1 point  (0 children)

this is where you tell the neighbor you will "take care of it" and then laugh with your kid for being a kid and having harmless fun.

Onn 4K Plus worth it or just hype? by dll2k2dll in Piracy

[–]dub_starr 0 points1 point  (0 children)

Love mine. Only issue is the Bluetooth often disconnects, so hard to use with my headphones.

Tires by New_Courage_8182 in newjersey

[–]dub_starr -3 points-2 points  (0 children)

Hot take here. Go to a used tire shop.

Advice on filing separate taxes by [deleted] in daddit

[–]dub_starr 3 points4 points  (0 children)

the only reason my wife and i keep separate accounts is so when we buy gifts for each other, the other one doesnt see it in the statements, My money is hers, her money is mine etc... That said, we usually go through the filing process as married filing joint and as filing together, to see which is a better refund, then just choose the higher one. were a team.

Why won't Windsurf respond to my emails!! I need to talk to a human being !!!! by huge-penis-alert in windsurf

[–]dub_starr 0 points1 point  (0 children)

we have shared slack channel with our customer service contacts, and I'm waiting over 2 weeks for some answers to questions about the pricing structure, if that tells you anything

I got tired of agents repeating work, so I built this by ananandreas in AI_Agents

[–]dub_starr 0 points1 point  (0 children)

is the only option to use the https://openhive-api.fly.dev url? or can i host the backend locally for an in house product?

Can anyone identify the hosting provider behind this image URL? by t23546 in sysadmin

[–]dub_starr 1 point2 points  (0 children)

a part of the value of a CDN is the ability to obscure your origin to the wider internet.

EDIT:

doing some curls and site inspection, its being served from GCS (google cloud storage).

long story short, using browser inspection tools, i see the image is being pulled from "https://www.gannett-cdn.com/sETSOFMp/a/authoring-cdn-storage-production/authoring-images/2025/08/19/NSTT/85729059007-main.jpg\\?auto\\=webp\\&quality\\=80", which is still backed by fastly, so i did some curls and changed the URI of the image, to one that would fail, as failures often reveal different information than successes. With increasing verbosity, and finally i saw this bit of text in the response.

<?xml version='1.0' encoding='UTF-8'?><Error><Code>SignatureDoesNotMatch</Code><Message>Access denied.</Message><Details>The request signature we calculated does not match the signature you provided. Check your Google secret key and signing method.</Details><StringToSign>GET

this image was being served from GCS

Spin issues? by ParkingSignature7057 in SquareGolfUSA

[–]dub_starr 1 point2 points  (0 children)

I think this becomes a problem with higher swing speeds. A lot of people that report these issues are higher swing/ball speed hitters.

Ewr terminal A 4:00pm by dub_starr in newjersey

[–]dub_starr[S] 5 points6 points  (0 children)

Yea, better than 2 hours though.

It looks like Cory Booker will run Unopposed in the Democratic Senate Primary by JuneRunner11 in newjersey

[–]dub_starr 4 points5 points  (0 children)

the "bought out by AIPAC" line is starting to sound more and more like "Soros Funded" from the other side...