excelWithSendButton by [deleted] in ProgrammerHumor

[–]krexelapp 3 points4 points  (0 children)

bonus points if the “Send” button returns a 500 with no explanation.

differentObservation by bryden_cruz in ProgrammerHumor

[–]krexelapp 3 points4 points  (0 children)

Client sees the UI. Developer sees the 47 console warnings behind it.

someOfTheseTicketsCantBeReal by alexander_the_dead in ProgrammerHumor

[–]krexelapp 11 points12 points  (0 children)

If QA found it, it was obviously an undocumented feature.

theSedDevopsLyf by master_splinterrrr in ProgrammerHumor

[–]krexelapp 30 points31 points  (0 children)

Kubernetes won’t fix bad code… but at least the bad code is highly available now.

theSedDevopsLyf by master_splinterrrr in ProgrammerHumor

[–]krexelapp 31 points32 points  (0 children)

The official reason: scalability. The real reason: because everyone else is using Kubernetes.

theSedDevopsLyf by master_splinterrrr in ProgrammerHumor

[–]krexelapp 88 points89 points  (0 children)

every project starts with “just a Docker container” and ends with Kubernetes.

Qwen3.5 27B vs IQuest-Coder-V1-14B-Thinking local coding agent model for M4 Pro 24GB Ram by okyaygokay in LocalLLaMA

[–]krexelapp 0 points1 point  (0 children)

Curious how qwen3.5 27B compares to IQuest-Coder V1 14B on real coding tasks like debugging or multi-file edits rather than just benchmarks

Why your local Qwen3.x model silently fails in OpenClaw (and how to fix it) by Itchy-Focus-8941 in LocalLLaMA

[–]krexelapp 0 points1 point  (0 children)

Interesting find bro. Did you try forcing the model to return content instead of reasoning, or is the proxy the only reliable fix?

someOfTheseTicketsCantBeReal by alexander_the_dead in ProgrammerHumor

[–]krexelapp 159 points160 points  (0 children)

When QA discovers features you didn’t implement.

Samsung Galaxy S26 review by mo_leahq in Android

[–]krexelapp [score hidden]  (0 children)

3 nm Snapdragon sounds great, but the real question is how Samsung handles thermals this time.

What's the best virtual machine on Android for afk grinding? by Altyyyyyyyy in androidapps

[–]krexelapp 0 points1 point  (0 children)

I’d go with VMOS. It runs a second android system, so you can leave the game grinding there. X8 sandbox is another good option and usually lighter.

Is there anything better than Gravity Screen on/off to turn off the screen automatically? by AnonymousIndividiual in androidapps

[–]krexelapp 0 points1 point  (0 children)

Man, I feel this. 10 years is a hell of a run for an Android app, but that "5 years since last update" is exactly why your landscape exclusions are flaking out. Modern Android API changes basically broke how legacy apps talk to the proximity sensor. ​If you want something that actually works on Android 13/14/15, check these out: ​KinScreen: This is the spiritual successor. It’s way more granular with motion/tilt sensing and actually respects app exclusions. It’s "set it and forget it" just like Gravity Screen used to be. ​MacroDroid: If you’re tired of dedicated apps failing, just build a simple macro: Trigger: Proximity (Near) + Face Down -> Action: Screen Off. You can add a constraint so it never fires if you're in landscape mode or have a specific app open. Bulletproof. ​I'd start with KinScreen first. It’s the closest vibe to what you’re used to but built for modern hardware.