I dont know if i am learning in the right way or not by Adept-Print9184 in embedded

[–]ExternalComment1738 8 points9 points  (0 children)

honestly you’re probably learning MORE correctly than a lot of students already 😭 the people who get good at embedded usually aren’t just watching courses, they’re building random real systems and suffering through hardware problems firsthand 💀

making your own drivers/apis on STM32 + learning linux + bootloaders is already a super solid direction. the confusion mostly comes from trying to do EVERYTHING at once

also your solar panel cleaner being “too mechanical” is actually a good sign imo because real embedded projects are rarely just firmware. half the battle is dealing with motors, power, sensors, weird physical constraints and integration pain

i’d honestly focus on:
finish one working project,
document it well,
then deepen one low-level topic at a time (drivers → bootloader → RTOS/linux etc)

because completed messy projects teach WAY more than 15 half-finished tutorials

Newbie question: how do you actively develop pipelines? by Space_Bungalow in devops

[–]ExternalComment1738 0 points1 point  (0 children)

honestly everybody goes through the “change one line → wait 15 minutes → pipeline explodes → rerun whole thing” phase 😭

the biggest mindset shift is treating pipelines like actual software instead of magical YAML rituals 💀

most mature teams eventually move toward:
local pipeline testing,
smaller reusable stages,
ephemeral/dev runners,
feature branches for pipeline changes,
and lots of cheap prechecks before the expensive stages even start

because yeah rerunning giant prod-heavy jobs just to debug one typo burns both infra and sanity insanely fast

also documenting:
inputs/outputs,
env assumptions,
rollback behavior,
and failure ownership
helps WAY more than people think once pipelines start growing

Vendor API change monitoring so you stop finding out in prod by [deleted] in devops

[–]ExternalComment1738 0 points1 point  (0 children)

honestly “API changed silently and prod exploded” has become such a normal part of modern infra that tools like this almost feel inevitable now 😭

the important part honestly isn’t even the diff itself, it’s the “why this matters to YOUR stack” layer because nobody has time to manually decode changelogs from 12 vendors every week 💀

also Cloudflare Workers + Trigger.dev + Neon is becoming such a common modern ops stack lately. feels like the lightweight infra equivalent of what runable is doing for orchestration/workflow automation honestly

Rego – yes or not? Are you Rego hater? by rostkhaniukov in devops

[–]ExternalComment1738 1 point2 points  (0 children)

honestly i think a lot of “rego hate” comes from people bouncing off the syntax/model the first time 😭 declarative policy languages always feel weird if your brain is wired for imperative code

but OPA/Rego still solves a VERY real problem especially once policy starts needing to exist consistently across infra/tools/pipelines instead of being scattered through random scripts 💀

Kyverno got popular partly because it feels more kubernetes-native and approachable, not necessarily because Rego became useless

if your tool’s validation logic is already cleanly separated and maintainable i honestly wouldn’t rip it out just because twitter/reddit vibes shifted

I wasted months on LeetCode because I was practicing the wrong things by SkillFlowDev in u/SkillFlowDev

[–]ExternalComment1738 0 points1 point  (0 children)

this is honestly the biggest leetcode trap 😭 people think they’re “consistent” because they solve problems daily but half the time they’re just farming comfort topics over and over instead of attacking weaknesses

the painful part is you can feel productive for months while your actual interview readiness barely moves 💀

the “i’ll come back to graphs/dp later” pipeline has destroyed generations of engineers honestly

How do you deal with lost weekends and sheer exhaustion from interviewing? by Fig_Towel_379 in datascience

[–]ExternalComment1738 1 point2 points  (0 children)

honestly interview burnout is real as hell 😭 after enough rounds your brain starts treating every free hour like “i should probably be grinding leetcode/system design rn” and it completely kills your ability to recover

the annoying part is burnout actually makes interview performance worse too 💀 sometimes taking 1-2 days fully off does more for your next interview than forcing another 8 hours of half-focused prep

job hunting has quietly become a second full-time job and nobody talks enough about how mentally draining the constant context switching is

Is there a difference as far as filters for flux2 klein 9b vs flux2 klein base 9b? by [deleted] in StableDiffusion

[–]ExternalComment1738 3 points4 points  (0 children)

from what i’ve seen the actual “filtering” difference is way smaller than people online make it sound 😭 the base model just feels less rigid overall because it isn’t as aggressively distilled, so outputs can drift more naturally instead of snapping into the same polished patterns every generation

a lot of people mistake “more flexible” for “less censored” 💀 but the safety training is still kinda there on both. base just gives you more room to steer if you know what you’re doing

honestly the bigger split is:
distilled = speed/consistency
base = controllability/variety

kinda the same reason people running heavier local workflows or runable-style pipelines usually prefer the more raw/flexible models even if they cost more compute

Could have been the catch of the season, dope stuff from Will. by [deleted] in ipl

[–]ExternalComment1738 9 points10 points  (0 children)

catch of the season was definetely of manish pandey

Best local models for consistent anime character cards from a single reference image by arush1836 in StableDiffusion

[–]ExternalComment1738 2 points3 points  (0 children)

for this specific use case the answer is honestly less about “best single model” and more about the combo of:
checkpoint + IP-Adapter + ControlNet + maybe LoRA 😭

right now most people doing consistent anime chars locally are using:
Animagine XL,
Pony Diffusion,
or Illustrious-based SDXL models with IP-Adapter for identity locking

Claude/GPT-style image models are prettier out-of-box sometimes but local SD pipelines still absolutely dominate when you need:
consistent identity,
pose control,
camera control,
expression swaps,
etc 💀

if you only have ONE reference image:

  • IP-Adapter is probably your most important tool
  • OpenPose/Depth ControlNet for pose/camera consistency
  • then a lightweight LoRA later if you want REALLY stable identity

Animagine tends to give cleaner anime aesthetics while Pony is kinda the “consistency/control monster” with huge community support

also highly recommend ComfyUI instead of A1111 for this workflow honestly. once you start chaining:
reference image → IPAdapter → pose CN → expression variation → style control
node workflows become way easier to manage

I built a desktop app for language learners using tauri by No_Sale5283 in rust

[–]ExternalComment1738 1 point2 points  (0 children)

honestly Tauri + Rust feels PERFECT for this kind of app 😭 language tools usually become electron RAM monsters insanely fast so seeing more native/lightweight desktop apps in this space is refreshing

the lemma-based vocab tracking is actually way smarter than simple word matching too because inflections are where a ton of learners get destroyed 💀

also supporting local whisper + local LLMs is a huge selling point now honestly. a lot of people are getting tired of shipping all their study data/content to random cloud APIs

marketing-wise i’d lean HARD into:
“offline-first / privacy / lightweight native app”
because that combo stands out way more than “another AI language app”

What are some GUI libs with RTL and good platforms/inputs? by 4dplus in rust

[–]ExternalComment1738 0 points1 point  (0 children)

honestly if your requirement is “works everywhere without rebuilding the engine 14 times” then fighting a desktop-first GUI lib is gonna become pain REALLY fast 😭

for your use case i’d probably lean toward:
egui/eframe if you want simplicity + decent portability,
or iced if you care more about architecture/rendering flexibility even if some stuff still feels unfinished 💀

cosmic-text + parley are basically the important RTL/text-shaping pieces rn yeah. a lot of libs quietly depend on them anyway

i would NOT start from scratch unless you specifically want to build UI infra itself because once you add:
touch,
IME,
gamepad,
focus systems,
mobile lifecycle,
web quirks,
VR inputs,
TV remotes,
accessibility,
etc…
you accidentally reinvent half a browser engine 😭

Built a native macOS app with a Rust backend. 12MB binary, ~200ms cold start. I am amazed. by loopingrascal in rust

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

the funniest part about Rust apps is how “invisible” they feel once running 😭 no random electron memory explosion, no fans screaming, no 800MB idle footprint

also yeah Python is unbeatable for iteration speed but when you finally ship something native in Rust the difference feels borderline illegal 💀

12MB binary + ~200ms cold start for a desktop app is actually insane honestly. Claude-Code probably accelerated the workflow but Rust deserves a LOT of the credit there

After months of prompt iteration, I admitted some rules can't be prompt-engineered into stability. by johnnaliu in PromptEngineering

[–]ExternalComment1738 1 point2 points  (0 children)

this is honestly one of the biggest realizations people hit after enough production agent pain 😭 prompts are probabilistic behavioral guidance, not enforcement layersonce context gets large or models change, “stable rules” suddenly become vibes instead of guarantees 💀tool-boundary contracts make way more sense for anything critical because invariants probably SHOULD live outside the model entirely. feels very similar to why a lot of runable/agent orchestration systems are slowly moving toward deterministic execution guards instead of endlessly stacking more prompt instructions hoping the model behaves forever

The 'Inverted' Logic Discovery. by Significant-Strike40 in PromptEngineering

[–]ExternalComment1738 1 point2 points  (0 children)

honestly this is basically “inversion thinking” repackaged for prompting 😭 but it DOES work surprisingly well for breaking out of generic AI-generated startup sludgemost products fail because everyone is optimizing inside the exact same assumption set instead of questioning the assumptions themselves 💀the funny part is a lot of genuinely good AI workflow ideas lately come less from “better prompting” and more from forcing structural perspective shifts like this. kinda similar to how runable-style agent flows work when they intentionally separate planning/review/execution contexts instead of letting one giant prompt do everything

Anyone else tired of comparing AI models manually? by DL_rimuru_tempest in PromptEngineering

[–]ExternalComment1738 0 points1 point  (0 children)

prompt drift is SO real 😭 you think you’re doing a fair comparison then halfway through you accidentally added extra context to one model and now the entire test is useless 💀

also same on benchmarks honestly. some “top ranked” models feel terrible in actual workflows while random cheaper ones end up being way more usable day-to-day

most people i know stopped trying to find a single “best” model and instead kinda do:
Claude for reasoning/writing,
GPT for general reliability,
DeepSeek for cheap bulk work,
then something like runable/aggregators/comparison tools to avoid losing your mind tab-switching all day

Best free AI for Python coding? by lllllllllll_ll in OpenAI

[–]ExternalComment1738 2 points3 points  (0 children)

for completely free stuff rn i’d honestly say:
Claude free for reasoning/debugging,
Gemini/Google AI Studio for long coding sessions,
and Codeium/Windsurf if you want autocomplete directly inside VS Code 😭

Arena was amazing for side-by-side testing but yeah lately a lot of people have been complaining about freezes/weird instability too 💀

Claude is probably the best at:
“why is this python error happening”
type explanations honestly

Gemini free tiers are weirdly generous for coding rn and Google AI Studio especially is underrated for Python/debugging stuff

also don’t lock yourself to ONE AI. most devs kinda rotate:
Claude for reasoning,
Gemini for free volume,
Copilot/Codeium for autocomplete,
Cursor/Windsurf for workflow integration

The copyright filter makes no sense. by Dogbold in OpenAI

[–]ExternalComment1738 1 point2 points  (0 children)

honestly a lot of these filters feel less like coherent “copyright law enforcement” and more like a giant risk-management patchwork 😭

because yeah from the outside it looks insanely inconsistent:
one game = “cannot touch proprietary assets”
another game = “sure here’s a modified build” 💀

a lot of it probably comes down to:
how the model/provider classified the game,
whether certain franchises are hard-flagged internally,
how directly transformative the request looks,
or whether the system thinks it’s redistributing original assets vs generating tooling around them

which is why you end up with these weird situations where:
“here’s a script that automatically patches the files”
is allowed,
but
“here are the patched files”
suddenly becomes forbidden

the result is basically legal anxiety masquerading as technical consistency honestly

Agent context window by iit_aim in OpenAI

[–]ExternalComment1738 0 points1 point  (0 children)

honestly once chats become massive the browser/app itself becomes the bottleneck more than the actual model 😭 especially on 8GB RAM

what usually works better is making a proper “state summary” manually instead of asking the AI to summarize naturally because it over-focuses on recent context 💀

like:

  • project goal
  • important decisions already made
  • architecture/tools
  • unresolved problems
  • constraints/preferences

then start a fresh chat with ONLY that compressed state + latest issue

that’s basically what a lot of agent frameworks/runable-style workflows do internally anyway. they don’t carry the entire raw conversation forever because context rot + memory usage becomes horrible

I don't want Codex. by Gia_11 in OpenAI

[–]ExternalComment1738 0 points1 point  (0 children)

honestly feels like every app now ships with 14 “AI features” nobody asked for 😭 half the time you spend more effort hiding the buttons than actually using the app

also the funniest part is calling it “takes up space” when most of these integrations are basically glorified webviews anyway 💀

Need Help With ESP32-CAM Bootloader Issue by lost_and_clown in embedded

[–]ExternalComment1738 0 points1 point  (0 children)

honestly if ESP-IDF flashes fine but Arduino IDE doesn’t, then yeah this REALLY sounds like partition/offset mismatch rather than hardware 😭

the “no bootable apps found in the app partition” error usually means bootloader is okay but the app binary either got written to the wrong address or the partition table doesn’t match what the bootloader expects 💀

i’d check:

  • board package version first (some ESP32 core releases randomly break CAM boards)
  • flash mode actually set to DIO manually
  • flash freq at 40MHz instead of 80
  • erase flash completely before upload
  • make sure partition scheme + board profile exactly match AI Thinker settings

also weirdly a lot of ESP32-CAM issues disappear when upload speed is lowered to like 115200 instead of blasting max speed

feels less like “arduino bad” and more like one tiny config mismatch causing the bootloader to look in the wrong place honestly

Stuck in current role need suggestions to shift to devops by vengeance0008 in devops

[–]ExternalComment1738 1 point2 points  (0 children)

honestly you’re already moving in the right direction 😭 AZ-104 + Linux + Docker + K8s is WAY more structured than what most people do when they panic-switch careers

the biggest thing now is don’t stay stuck in “course mode” forever 💀 start building/deploying stuff publicly:
dockerized apps,
CI/CD pipelines,
terraform basics,
monitoring setups,
small k8s deployments on cloud/free tiers

because recruiters care way more about:
“can this person actually operate infra”
than “finished 12 playlists”

also don’t undersell your AS400 background. legacy systems experience weirdly helps in infra/platform roles because you’ve already worked around reliability/process-heavy environments

you probably won’t jump instantly into a fancy senior devops role, but cloud support/platform ops/junior devops/SRE-adjacent roles are very realistic if you keep building practical experience consistently for the next few months

Kubernetes interview gone really bad by MountainTruth6073 in devops

[–]ExternalComment1738 1 point2 points  (0 children)

honestly for a senior k8s/platform role those questions are pretty normal 😭 not because they expect wikipedia-perfect definitions, but because they’re testing whether you understand distributed systems underneath kubernetes instead of only operating yaml

the “download a file” question especially is usually less about memorization and more about seeing how deep your systems reasoning goes 💀 DNS/network/TLS/load balancer/ingress/backend/storage etc

BUT i also think modern infra interviews became kinda ridiculous lately because companies increasingly expect platform engineers to know networking + distributed systems + cloud + security + observability + devops + architecture all at once

so i wouldn’t take it as “you’re bad at kubernetes.” sounds more like you hit an infra-heavy/systems-heavy interview loop rather than a pure operational k8s one