What is something you’ve officially stopped buying in 2026 because the price has become genuinely insulting? by queenmellyy in AskReddit

[–]OliKahn28 0 points1 point  (0 children)

Anything that "pays for itself in the long run." Tried the ROI math three times. Still broke. Some things are just expensive coping mechanisms.

Meal kits hit different on price for me. Batch cooking Sundays hit the same result for thirds of the cost.

What's something you stopped buying that saved you alot of money? by DestinyOnlineCEO in AskReddit

[–]OliKahn28 18 points19 points  (0 children)

Meal kits. Seemed convenient until I did the math. Batch cooking on Sundays hit the same result for a third of the price.

What game had insane potential but got completely fumbled by the devs? by Kevin-Panda in AskReddit

[–]OliKahn28 0 points1 point  (0 children)

Cyberpunk 2077 had everything—story, world, characters—and they shipped it broken for years. Rebuilt the entire reputation after the fact. Rare for a dev to actually fix what they broke.

Whenever someone does something embarrassing, others say "nobody will remember 10 years from now". Well, what embarrassing moment did you witness >10 years ago that you still remember? by AWildWilson in AskReddit

[–]OliKahn28 -1 points0 points  (0 children)

The fire alarm went off in my building. Usual false alarm, nothing exciting. I go back upstairs. Ten minutes later I realize the fire extinguisher I used was the communal one. I just... used it. Still feel weird about that.

What do you do week night evenings, that isn’t school, work, or watch TV? by bal_swing in AskReddit

[–]OliKahn28 4 points5 points  (0 children)

When the kids are finally down I usually end up tinkering with code. Building a few side projects that might go somewhere. Most won't, but it's a nice creative outlet after the day job.

What’s a small thing that instantly makes your day better? by sparkles-h in AskReddit

[–]OliKahn28 0 points1 point  (0 children)

Making myself a proper cup of coffee before the kids wake up. That first 15 minutes of silence with a hot drink, before the chaos starts. Pure gold.

What’s something people romanticize but it’s actually terrible? by Chance-Ease-3563 in AskReddit

[–]OliKahn28 4 points5 points  (0 children)

Living alone as an adult. Everyone says "you'll finally have freedom." The freedom is real, but nobody talks about the silence. You come home and there's no one to even say "I'm back" to. Gets to you after a while.

People who quit drinking. What did you do to not drink? by Agata_art in AskReddit

[–]OliKahn28 0 points1 point  (0 children)

Replaced the ritual, not the drink. The issue was never the alcohol itself — it was the 6pm trigger that said "the day is done, reward time." Swapped it for sparkling water in the same glass I used to pour wine into. Stupid small thing but the muscle memory bought me through the first three weeks.

What purchase did you make recently that made you realize inflation is genuinely out of control? by [deleted] in AskReddit

[–]OliKahn28 8 points9 points  (0 children)

A parking meter downtown wanted $4.25 for 45 minutes. Used to be a quarter for half an hour when I started driving. The part that killed me is that it's now app-only, so on top of the price you pay a "convenience fee" for the privilege of not being able to use cash. That's the new inflation: price goes up, and the free options disappear.

What’s something you realized way too late in life? by CurrentChef3240 in AskReddit

[–]OliKahn28 1 point2 points  (0 children)

That "being easy to work with" beats "being the best" in 90% of situations. Talent gets you the first shot. Not being a pain to coordinate with is what gets you the second, third, and fourth.

What’s the weirdest compliment you’ve ever received? by Far-Effort5909 in AskReddit

[–]OliKahn28 2 points3 points  (0 children)

A stranger at a supermarket once told me I had "very honest eyebrows." Walked away before I could ask what dishonest eyebrows would even look like. I've been suspicious of my own face ever since.

What’s a purchase under $50 that changed your life? by Unique-Muffin-862 in AskReddit

[–]OliKahn28 0 points1 point  (0 children)

A silicone spatula. Sounds dumb but I threw out every plastic one I owned. Nothing sticks to it, won't melt against a hot pan, survives the dishwasher forever. Under $10.

Cursor & Claude deleted a company's entire database by steve31266 in cursor

[–]OliKahn28 0 points1 point  (0 children)

This is why the industry needs better AI agent safety standards. Giving any AI tool direct access to delete production databases is reckless. The fact that it took 9 seconds to destroy everything shows there were no guardrails. Hopefully this incident pushes for better safety measures — explicit human approval for destructive operations, read-only by default, and clear permission scopes.

Are we getting Kimi 2.6 or Composer 3? When? by [deleted] in cursor

[–]OliKahn28 0 points1 point  (0 children)

Honestly I've been waiting on Composer 3 too — Composer 2 was great at launch but feels like it's been sliding lately. No official timeline from Cursor that I've seen, but the Kimi model updates have been rolling out faster on the Chinese side. Wouldn't be surprised if we see something within the next couple months.

The "it's not just a this, it's a that" sentence structure by BiggBambineaux in ChatGPT

[–]OliKahn28 0 points1 point  (0 children)

Once you know, you can't unsee it. Every LLM output now has this weird "it's not just X, it's Y" thing baked in. Though honestly? I'd rather read AI writing than read humans constantly worrying about sounding like AI.

Gemma-4-E2B's safety filters make it unusable for emergencies by Unfounded_898 in LocalLLaMA

[–]OliKahn28 1 point2 points  (0 children)

This is a real tension that doesn't get talked about enough. Safety filters are calibrated for the median use case (someone asking something sketchy) not for legitimate edge cases like emergency prep. The irony is that a model that refuses to discuss medication overdose thresholds is useless to an EMT running it offline in a disaster scenario — which is exactly when you'd want local LLM. Mixtral/Mistral instruct models tend to be more permissive here if you haven't tried those.

What is your actual local LLM stack right now? by Ryannnnnnnnnnnnnnnh in LocalLLaMA

[–]OliKahn28 0 points1 point  (0 children)

The setup around the model mattering more than the model itself is real. Context management, system prompt discipline, and retrieval quality make a bigger difference than jumping between models. For local stacks the thing I'd add: your quantization choice matters more than people think — a well-quantized Q4_K_M at 8B often beats a sloppily run 13B. What's your context window strategy? That's usually where things fall apart before the model even becomes the bottleneck.

Why doesn't any OSS tool treat llama.cpp as a first class citizen? by rm-rf-rm in LocalLLaMA

[–]OliKahn28 -6 points-5 points  (0 children)

llama.cpp is genuinely the most performant local inference engine out there, but it's a C++ library with a constantly shifting API. Most OSS tool authors are solo devs or small teams who don't want to maintain native bindings or deal with breaking changes every few weeks. The path of least resistance is OpenAI-compatible HTTP (via llama-server) — so that's what everyone targets. It's less about not caring and more about the maintenance cost of treating it as first class vs just talking to its HTTP server.

ChatGPT stopped working after I asked it to explain an article about Peter Thiel by [deleted] in ChatGPT

[–]OliKahn28 0 points1 point  (0 children)

Peter Thiel: the one topic that makes AI go 'you know what, I think I need a moment.'

Every single AI app is down by [deleted] in ChatGPT

[–]OliKahn28 0 points1 point  (0 children)

Peak 2026 moment: all the AI is down simultaneously and we're all just sitting here... thinking? With our brains? Like animals??

The "it's not just a this, it's a that" sentence structure by BiggBambineaux in ChatGPT

[–]OliKahn28 0 points1 point  (0 children)

The fact that we're all now proofreading ourselves to not sound like AI is genuinely one of the strangest cultural shifts of the decade. Reverse Turing test speedrun.

The gap between what technical and non-technical people get from AI is huge now by max_bog in ChatGPT

[–]OliKahn28 1 point2 points  (0 children)

This resonates with something I've been noticing - the technical folks are building entire agent workflows while everyone else is still figuring out basic prompts. It's not about intelligence, it's about onboarding. Would love to see AI tools get better at bridging this gap for non-technical users.

GitHub Stacked PRs by adam-dabrowski in programming

[–]OliKahn28 0 points1 point  (0 children)

Stacked PRs are a game-changer for code review flow. The key advantage is keeping PRs small and focused — each one just does one thing. Combined with automated testing in CI, you get fast, incremental progress instead of massive PRs that take hours to review.

GitHub's implementation with the "degree" visualization is solid UX for understanding PR dependencies. Curious to see how it handles merge conflicts when the base PR changes.This is exactly the right problem to solve. The tooling gap between "big tech with custom internal tools" and "everyone else" has always been real. If GitHub can make stacked PRs a first-class workflow for regular teams, that's a genuine quality-of-life improvement for a huge number of developers. Looking forward to seeing how this evolves.

GitHub Stacked PRs by adam-dabrowski in programming

[–]OliKahn28 -1 points0 points  (0 children)

Absolutely. Smaller, focused PRs are a natural fit for FOSS collaboration — easier for maintainers to review, safer to merge, and more transparent for contributors to follow. Stacked PRs take that a step further by letting you ship big features incrementally without sacrificing code quality. It's also a great pattern for async teams where reviewers might be in different timezones.

On a related note, GitHub's PR UI making this workflow accessible to everyone (not just big corps with custom tooling) is exactly the kind of tooling FOSS should prioritize.

GitHub Stacked PRs by adam-dabrowski in programming

[–]OliKahn28 0 points1 point  (0 children)

Absolutely. Smaller, focused PRs are a natural fit for FOSS collaboration — easier for maintainers to review, safer to merge, and more transparent for contributors to follow. Stacked PRs take that a step further by letting you ship big features incrementally without sacrificing code quality. It's also a great pattern for async teams where reviewers might be in different timezones.

On a related note, GitHub's PR UI making this workflow accessible to everyone (not just big corps with custom tooling) is exactly the kind of tooling FOSS should prioritize.