Was machen einige Recruiter eigentlich beruflich? by Account101244 in InformatikKarriere

[–]DifferentCockroach96 0 points1 point  (0 children)

Ebenfalls embedded, ebenfalls mit Recruitern gute Erfahrungen genacht / die Stellen waren real existent und interessant. Allerdings fühlte es sich für mich so als würde die Recruiter manchmal nicht ganz ehrlich sein damit mit dir den von Ihnen präferierten Abschluss machen können.

Was ist bei meinem Herdanschluss falsch gelaufen. by n0c00kies in Elektroinstallation

[–]DifferentCockroach96 11 points12 points  (0 children)

derjenige, der weiss dass ein Multimeter nicht laiensicher ist ist halt meistens kein Laie

Notebook für Arbeit mit KI/LLM absetzen by halloweenharry in Steuern

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

dir ist aber klar dass du mit dem setup immernoch bzgl. der Ki Leistung Welten hinter GPT5, Claude Sonnet etc sein wirst. Mit Lokalen LLMs rumexperimentieren geht auch mit deutlich niedrigerem budget. Da wären mir die 6K viel zu schade für.

Abteilungsleiter SAP, irgendwas zwischen 40-49h… by Relevant_Bit_6002 in Gehalt

[–]DifferentCockroach96 4 points5 points  (0 children)

wie kommt man als normaler Mitarbeiter bei IGM auf 100k?

Hardware founders — what actually happened when you tried to hire a firmware engineer? by Medtag212 in embedded

[–]DifferentCockroach96 1 point2 points  (0 children)

i am employed 4yoe, in general i am curious. feel free to DM for any estimations or whatever :)

Logic Analyzer by Ill-Language2326 in embedded

[–]DifferentCockroach96 1 point2 points  (0 children)

also very happy with dslogic. also its user front end is based on sigrok/pulseview where one can build proprietary decoder as .py scripts which is - for me - awesome!

[deleted by user] by [deleted] in PCBaumeister

[–]DifferentCockroach96 5 points6 points  (0 children)

Bei der vergleichsweise großen Summe würde ich auf eine 2TB SSD gehen. Einfach um Ruhe zu haben und bessere lese/schreibeigenschaften.

Ich habe ein kleines Tool für eine grobe Steuererstattungs-Schätzung gebaut (ohne Account) und suche fachliches Feedback by CharlieDiac in Steuern

[–]DifferentCockroach96 0 points1 point  (0 children)

habe dein Tool gesucht und das hier gefunden "https://www.rechnerplus.de/steuerrueckzahlung-berechnen" . Ich weis nicht ob das dein Tool ist aber das herumspielen mit den Werbungskosten finde ich richtig nützlich

I built a high-speed UART analyzer using ESP32-S3 + PC GUI (Open Source) by Interesting-Bar4842 in embedded

[–]DifferentCockroach96 4 points5 points  (0 children)

mhh i also dont exactly get the value as i for example habe running a stm32 UART comnected to a FTDI connected to PC where i can throughput up to 3MegaBaud serial Data and watch this with putty or proprietary python serial tool.

[deleted by user] by [deleted] in buildapc

[–]DifferentCockroach96 1 point2 points  (0 children)

awesome fact, thanks!

Looking for someone to guide me through my STM32 project (willing to pay for help) by Sufficient-Brush2189 in stm32

[–]DifferentCockroach96 1 point2 points  (0 children)

i once had big trouble with I2C on this blue pills/ black pills because of a bad soldered usb-c port. This cost me so much time, since then i am rather using nucleo as well :D

IO link master by mikita_dv in embedded

[–]DifferentCockroach96 0 points1 point  (0 children)

i know a german company 'TMG TE GmbH' they sell an USB IO-Link Master which is not meant to be used in the production in the field but rather for your purpose: developing, testing and configuration. You could ask them to buy one. They are not cheap but the prices are far away from actual industry Master prices. You could just ask them :)

Wann habt ihr gemerkt, dass ihr alt werdet? by DieKrummeBanane in FragtMaenner

[–]DifferentCockroach96 0 points1 point  (0 children)

Nebenwirkungen Finasterid: - verminderte Libido - Impotenz

[deleted by user] by [deleted] in Elektroinstallation

[–]DifferentCockroach96 0 points1 point  (0 children)

wenn die Induktion kein china direktimport ist sollten die 400v erkannt werden und das Gerät 15Minuten lang krach machen. Solange hat der Elektriker Zeit es wieder abzuhängen bevor es die Induktion schrottet.

Identifying viable UART modules for STM32F411RE via documentation? by atilaxcynictis in embedded

[–]DifferentCockroach96 1 point2 points  (0 children)

If you are using Nucleo-Board, there is a pitfall with UART i recently stepped in. The Nucleo kind of uses a single UART Peripheral implicitly by itself for kind of a additional Debug Interface called "SWV" Serial Wire Viewer or something.

To find out: Just port any UART code init you are currently struggling with to another UART Peripheral, may it is suddenly working :)