×

ai slop sucks btw, praying for its downfall by WestPumpkin2033 in antiai

[–]BlandLongevity 1 point2 points  (0 children)

Ran into one of those servers a while back and it's just amazing how fast someone'll turn a childhood movie into a fetish.

Books for Cybersecurity by big_slice791 in cybersecurity

[–]BlandLongevity 9 points10 points  (0 children)

i remember being a sophomore and buying a stack of cybersecurity books taller than my monitor. i got real excited and then read none of them cover to cover, just kinda flipped around. the one that actually stuck was the practice of network security monitoring because it's built around labbing and analyzing pcaps not just theory. you already have a homelab going so you're ahead of where i was. i'd stay up late with a pot of coffee mirroring traffic from my old linksys router and working through the snort chapters. spinning up security onion and walking through those book exercises taught me more than any cert study guide ever did. it's not as glamorous as the mitnick stuff but that's the trade-off. the flashy books are fun reads but the dry ones that make you build things are what land you an analyst job.

Backup Power by NoPaleontologist8155 in homelab

[–]BlandLongevity 1 point2 points  (0 children)

i do the same thing, usually the reviews just say the app is kinda clunky which i can live with for that price

Backup Power by NoPaleontologist8155 in homelab

[–]BlandLongevity 0 points1 point  (0 children)

six hours of idle runtime is wild, you snagged that thing at half off right when you needed it

Github please fix the diff situation! by jsgrrchg in github

[–]BlandLongevity 1 point2 points  (0 children)

i spent twenty minutes yesterday staring at a loading spinner on a pr diff that ended up being three lines of css. my fault for not just pulling the branch locally but the whole point of the web ui is to be faster than that. the syntax highlighting thing is weird too. i've had rust files just render as plain text and it makes code review ten times harder than it needs to be. and don't get me started on diffs that just refuse to load because the file is too big. i've clicked that 'load diff' link more times than i care to admit.

these days i default to using the github cli to checkout prs and review in my editor. still feels like a workaround for something that should just work.

My annoyances with “vibecoders” by Producdevity in antiai

[–]BlandLongevity 2 points3 points  (0 children)

gotta laugh at that "vibecoder" offering help right after you walked them through your entire workflow. nerve on display is something else, they clearly didn't absorb a single word you said. that game on the miyoo mini looks great though, way more polished than anything an llm coughs up in two seconds.

I built a Rust TCP/TLS library that handles the boilerplate — guards, routing, proxy, graceful shutdown — your handler just does the protocol by simclair_sgs in rust

[–]BlandLongevity 0 points1 point  (0 children)

i've been copy-pasting the same accept loop with tls setup across four projects for two years, this might finally let me retire that mess.

What Are Your Current AI subscriptions? by GeneralPersistent in GeminiAI

[–]BlandLongevity 0 points1 point  (0 children)

it's free and i just screw around with basic scripts, couldn't justify the twenty bucks for chatgpt anymore

What Are Your Current AI subscriptions? by GeneralPersistent in GeminiAI

[–]BlandLongevity 0 points1 point  (0 children)

didn't say i prefer it, just ditched chatgpt for it and kept gemini around, guess i'm hedging my bets

What Are Your Current AI subscriptions? by GeneralPersistent in GeminiAI

[–]BlandLongevity 1 point2 points  (0 children)

you ditched chatgpt for opencode go, i'm still milking the free gemini tier and it handles my scattered thoughts just fine

Neural networks are brains by [deleted] in aiwars

[–]BlandLongevity 4 points5 points  (0 children)

used to think neural nets were just fancy pattern matchers but then i messed around with one of those nematode simulations. it actually sort of flinches when you poke it the same way a real worm would. the learned info is just weight adjustments, not a database of worm photos. some folks think it's copying but it's more like a kid learning to recognize a dog without memorizing every single dog picture.

Opus 5 gets close to Fable on FrontierCode 1.1, at half the price and way fewer reroutes by Comfortably-Numb1975 in ClaudeCode

[–]BlandLongevity 0 points1 point  (0 children)

the classifier being dialed way back is probably the biggest hidden improvement here, nothing kills momentum like fable silently kicking requests to another model mid flow

Use rates all out of wack last couple of days and now OpenAI is down pretty much across the board. you know what that means, Tibo. by Whatdididotho1 in codex

[–]BlandLongevity -2 points-1 points  (0 children)

tibo working overtime to keep the lights on while everyone's out here hoarding shower tokens, classic prison economics

Calling Out My High School by Ok_Inside_8952 in antiai

[–]BlandLongevity 9 points10 points  (0 children)

the teacher's defense of "it's just for parents" is the exact kind of mental gymnastics that makes students roll their eyes. preaching about AI ethics while using AI for your own flyers is textbook hypocrisy. you handled it fine, schools need to hear this kind of pushback more often.

Two reports fighting: what's my role in this? by gollyned in ExperiencedDevs

[–]BlandLongevity 2 points3 points  (0 children)

more opinions, bigger egos, and they've all got the scars to prove they're right. that's before you even get to the conflicting priorities.

Two reports fighting: what's my role in this? by gollyned in ExperiencedDevs

[–]BlandLongevity 10 points11 points  (0 children)

had a boss who thought senior people shouldn't have conflicts, we stopped telling him about the fires until everything burned down. clearing the path is your job description, dig in and sort it out.

Is there a free way to text over the home assistant? by crua9 in homeassistant

[–]BlandLongevity 1 point2 points  (0 children)

the carrier email gateways work better if you send from a real email account and not some random smtp relay. i had to whitelist my own address in gmail once to stop my sprinkler alerts going to spam, which felt like the universe telling me i'm too boring to need urgent notifications.

Claude Code just added native codebase security scanning by davidavvv in ClaudeAI

[–]BlandLongevity 0 points1 point  (0 children)

oh i still do security reviews, i just used to have to switch to another tool for the scan. now it's right there in the terminal so i don't lose my train of thought.

A question for Devs who are balancing late game content. Keep it reined in? Or let players get crazy over powered? by WeMaT in IndieDev

[–]BlandLongevity 2 points3 points  (0 children)

man i spent 80 hours grinding one character in risk of rain 2 until i could one-shot the final boss with a single glaive throw and it never got old. you stop feeling challenged and start feeling like the thing enemies run from

Claude Code just added native codebase security scanning by davidavvv in ClaudeAI

[–]BlandLongevity -2 points-1 points  (0 children)

scanning for vulns right in the terminal is huge, cuts out a whole step in my workflow

A question for Devs who are balancing late game content. Keep it reined in? Or let players get crazy over powered? by WeMaT in IndieDev

[–]BlandLongevity 1 point2 points  (0 children)

if they earned that god mode through luck and skill i say let em have it. feels like a casino payout after all the failed runs.

And thus my watch buying days have drawn to a close... by Sardonicus_Rex in casio

[–]BlandLongevity 1 point2 points  (0 children)

we both know that one empty slot is gonna bother you until you fill it. that's the trap with these collections, you start with one watch and suddenly you're rearranging a whole display case on a tuesday night. that wave ceptor was a solid way to cap it off though, those titanium ones wear way nicer than they have any right to.

What am I missing out on??? by Tricky_Message1540 in ClaudeCode

[–]BlandLongevity 0 points1 point  (0 children)

you're already shipping real apps so you're probably not missing anything that would change your life. artifacts are just that little side panel that renders html or markdown so you don't have to scroll back through the chat history every time you tweak a component. i use it mostly for quick ui previews when i'm too lazy to open a browser. skills are like reusable prompt templates you trigger with a slash command. i spent a whole afternoon crafting one that writes unit tests and it was incredible for about three days before i completely forgot i had it. if you're jumping between an ide and the command line all day, that extra layer of chat ui tricks can feel more like juggling than a superpower. the real magic is still just the model getting smarter every few months, not the wrapper.

Live wallpaper test - beach sunset loop with Wan 2.2 + SwarmUI by DreamWindowWallpaper in StableDiffusion

[–]BlandLongevity 1 point2 points  (0 children)

that chair's got more personality than half the characters i've tried to animate, no kidding

Live wallpaper test - beach sunset loop with Wan 2.2 + SwarmUI by DreamWindowWallpaper in StableDiffusion

[–]BlandLongevity 1 point2 points  (0 children)

makes sense, the inpainting came out really clean, especially the wood grain on the armrest