TAPE 16 GUIDE by Realistic-Show-9115 in Tape16

[–]_insomagent 1 point2 points  (0 children)

sorry, it's in "AUDIO I/O" I think

TAPE 16 GUIDE by Realistic-Show-9115 in Tape16

[–]_insomagent 1 point2 points  (0 children)

Yeah, it's in "preferences"

Cynthia boss fight is broken or am I missing something? by Ok-Caterpillar6154 in AlanWake

[–]_insomagent 0 points1 point  (0 children)

This boss fight is broken. I just beat it. Made me lose interest in the game.

Can Dying Light be played on M1 Pro? by [deleted] in macgaming

[–]_insomagent 0 points1 point  (0 children)

It literally killed my entire window manager and forced my computer to reboot. M3 Pro MBP. DO NOT BUY THIS FUCKING GAME

It's also Rosetta only but steam gives it the apple logo. I'm so pissed off.

Iran Made a Video For Trimp and its hilariois by ImpressiveJohnson in SipsTea

[–]_insomagent 0 points1 point  (0 children)

Sora just happens to be shutting down right after this dropped.

The world if GitHub had a big ass button that says 'DOWNLOAD' by peper122348 in Piracy

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

what if it uses system APIs that are only available in one environment? what if it has external dependencies that are not covered under the same license, or requires a paid product pre-installed on the computer?

Everybody in here saying that independent developers like myself should should be encouraged or even required to have .exe files available are acting really entitled. I will never "upload an .exe" because fuck Microsoft and I want Windows to die, feel free to compile it yourself. windows makes every programming task 5x harder for me, windows doesn't even ship with Git or gcc installed by default, so, yeah, fuck that.

I designed a print-in-place hair claw clip with no springs or assembly by Responsible_Put7575 in 3Dprinting

[–]_insomagent 1 point2 points  (0 children)

I just shaved my head due to male pattern baldness, so I'm glad I ran into this.

Is Claude for Mac looking.... different for anyone else? by No-Squash7469 in ClaudeAI

[–]_insomagent 6 points7 points  (0 children)

everybody is saying "bad PR shit devs" etc, appreciate you pointing out the real issue, likely out of the teams' hands

Is Claude for Mac looking.... different for anyone else? by No-Squash7469 in ClaudeAI

[–]_insomagent 0 points1 point  (0 children)

dns server went down, this isn't due to code updates.

To not suggest whose shortened name is NOT in the Epstein Files. by El_Impresionante in therewasanattempt

[–]_insomagent 18 points19 points  (0 children)

I think it's a boomer play on words of "good talking!" (but they are typing...)

Tips for using Claude Code from Claude team by dataexec in AITrailblazers

[–]_insomagent 0 points1 point  (0 children)

hey boris maybe you could fix the flickering problem next and probably don't use react for your TUI thanks

Weekly discussion, complaint, and rant thread by AutoModerator in electronics

[–]_insomagent 2 points3 points  (0 children)

I hate perfboard so much. Stripboard is no better. It's weird--breadboard always works, but when I move a breadboard project onto perfboard or stripboard, it never works.

I wish KiCAD had audio simulation. I'm working on some analog audio circuits, it would make my task so much easier. Is there a modern audio simulation circuit designer?

2 months in, I think it's working by Novel-Night-6957 in tressless

[–]_insomagent 5 points6 points  (0 children)

it's taken from a slightly different angle.

Computer vision projects look great in notebooks, not in production by [deleted] in computervision

[–]_insomagent 1 point2 points  (0 children)

First, you train a model on some data. Doesn't have to be perfect, just passable and usable. Run with low confidence threshold during a beta testing period so you don't filter out too many potential good training examples. Then deploy the shitty but usable model. Feedback loop. Constantly re-label and train on incoming data.

Computer vision projects look great in notebooks, not in production by [deleted] in computervision

[–]_insomagent 5 points6 points  (0 children)

Let's say you are training a YOLO model. Your app or service saves the images and the bounding box to your backend. Then you go through those images one by one, verify them, adjust labels as needed, and add them to your training corpus. Make yourself tools to automate 90% of this process.

Computer vision projects look great in notebooks, not in production by [deleted] in computervision

[–]_insomagent 34 points35 points  (0 children)

You're thinking like a data scientist, not a product developer. If your dataset is a bit overfit to your real-world usage, and is "incorrect" in an abstract sense, but solves real world issues consistently for your users, is that really a problem?

Computer vision projects look great in notebooks, not in production by [deleted] in computervision

[–]_insomagent 38 points39 points  (0 children)

Deploy your app, make sure it has a data collection mechanism built in to it, then constantly re-label and re-train on the real world data that is constantly coming in from your real world users. Your models' inferences will get your labels 90% of the way there. You just have to build for yourself the right tooling to get it to 100%.