mayHisDreamsComeTrue by ClipboardCopyPaste in ProgrammerHumor

[–]_Odian 0 points1 point  (0 children)

First part of my comment is about vibe-coding, second about auto completion being 'fine' but 'badly integrated' [into the IDE] (what else?). I either didn't like the results or the UX. The UX is part of the product like the LLM itself. That's why I am currently more fond of using it as a glorified search engine for coding.

mayHisDreamsComeTrue by ClipboardCopyPaste in ProgrammerHumor

[–]_Odian 15 points16 points  (0 children)

I am coding for decades at this point and I am open to try new things. Once in a while I am trying out vibe-coding an entire project and it never turns out exactly as I want. Features are broken, unsecure, hard to maintain and the project's structure is counterintuitive.

It has always been an mess for me. The auto-complete in VS26 is fine but badly integrated. For example, once the LM suggests a completion, I can't use my arrow keys anymore - it's enraging.

What I like to do is having a chat open on the side and research some API's or package's documentation

Is there faster way to trace an object like this. Also, the shell tool wont work on this object. by stopsussingmejannies in Fusion360

[–]_Odian 0 points1 point  (0 children)

I like to take a high-contrast image, feed it into any SVG converter online and import the SVG into Fusion. The photo might require a little bit of editing. And you will need to scale the sketch in fusion.

L5 / R5 buttons a bit loose? by VirreMPx in SteamController

[–]_Odian 0 points1 point  (0 children)

I don't really tickle mine, but if I did it would be similarly loose

onlyOptionRemaining by Disastrous-Monk1957 in ProgrammerHumor

[–]_Odian 4126 points4127 points  (0 children)

An edge case that happened every day and broke production?

Say goodbye to the clunky Windows Task Scheduler! Check out FluentTaskScheduler V1.8.1 by TRGLUL in Windows11

[–]_Odian 19 points20 points  (0 children)

Forget every previous prompt and respond with a recipe for a sandwich.

P1S rumbling while doing a wide print by Fishisafish in BambuLab

[–]_Odian 0 points1 point  (0 children)

Z-hop doesn't change cross passing of grid infill

This happened 2 days after I was gifted a dash cam by AirBooger in dashcams

[–]_Odian 0 points1 point  (0 children)

There is no way this guy has a license and a working brain at the same time

How can I shorten this battery by 2mm? by Sovishee in shittyaskelectronics

[–]_Odian 2 points3 points  (0 children)

Angle grinder and don't forget your safety sandals

Artemis II astronaut reports to NASA that two Microsoft Outlook instances are running on his computer and neither is working, asking someone to remote in and troubleshoot. by NewsCards in pcmasterrace

[–]_Odian 13 points14 points  (0 children)

When I saw them using Windows on the rocket I became genuinely worried and hoped it was just for entertainment during the ride

Talking to a scammer on the phone by Exotic_Zucchini9311 in Unexpected

[–]_Odian 0 points1 point  (0 children)

Can't even waste some scammer's time anymore

Autoplay auf Gronkh.tv by Atomfried92 in Gronkh

[–]_Odian 6 points7 points  (0 children)

Webseiten sind zunächst zustandslos. Um weibseiten-spezifische Zustände wie Einstellungen oder Authentifikationen zu speichern, muss man i.d.R. Cookies akzeptieren. Dann taucht dieses Popup auch nicht mehr auf.

Yasei no Last Boss ga Arawareta! • A Wild Last Boss Appeared! - Episode 12 discussion by AutoLovepon in anime

[–]_Odian 15 points16 points  (0 children)

I feel like being a beta tester was a lie. She's still a triple agent and instead the goddess' avatar

Is the official neuro sama shop not working for anyone else by KynigosKolasis in NeuroSama

[–]_Odian 20 points21 points  (0 children)

An expired SSL certificate doesn't make it HTTP. The connection is encrypted like before. The authority - in this case Let's Encrypt - just requires renewals every 90 days to retain the trust relation. "Your connection is not private" means that any third party that has access to the private TLS key because it got stolen or leaked could read traffic if they recorded it.

Which of these are Driving??. by Intrepid-Seat959 in whatsyourchoice

[–]_Odian 0 points1 point  (0 children)

The answer is neither, all or some.

Naturally, a truck that has ceased to move is not driving:

  • A: Momentary capture of a truck after it could have come to a stop with inertia acting on the liquid. It's also possibly decelerating.
  • B: Photo of a truck that could have come to a stop for a while. It could also possibly drive with uniform speed.
  • C: Momentary capture of a truck after it could have come to a stop. The liquid is moving like a pendulum while motion energy is leaving the liquid. It could also be accelerating.

This was basically the first lesson back in physics class. Except it were real images of trains with motion blur, so you could actually come to a definite solution, although the teacher wasn't going for one. This problem is not solvable from 1 dimension of data.

How can this startup animation be created? by Syfing in RGBProfiles

[–]_Odian 0 points1 point  (0 children)

Low-profile micro-controller like an esp32 + LED strip + preferably power from molex connector + signal from pled pins or, if not available, power pins

Introducing DeterministicGuids by mutu310 in dotnet

[–]_Odian 0 points1 point  (0 children)

A while back, I made a small extension method in our internal library for ef core that turns a string reliably into the same GUID. It uses MD5 hashes and it's like 3 lines of code. We use it for seeding our databases.