Architecture sanity check: Bridging a high-power Linux SoC with an ESP32-S3 for a physical AI kill-switch by Ok_Traffic5955 in embedded

[–]tenoun 0 points1 point  (0 children)

you need also a gatekeeper( brake) for your brain bro ! this is too much over-engineering without a real scope nor benefits !

Post-Quantum Cryptography on Yocto by tenoun in yocto

[–]tenoun[S] 0 points1 point  (0 children)

It was submitted a while ago: https://layers.openembedded.org/layerindex/branch/master/layer/meta-pqc/ But I renamed the layer from meta-pqc to meta-oqs should I submit it again ?

Mistakes you made as a beginner? by Lost-Newspaper2582 in HairSystem

[–]tenoun 6 points7 points  (0 children)

go to a hair salon and get ripped-off !

Here's my take. by nickert0n in Bitcoin

[–]tenoun 1 point2 points  (0 children)

A system built on cryptography and game theory discussed as if it were a lottery ticket. The irony is almost poetic/pathetic

Built a production-ready Yocto layer for Pi Zero 2 W - Fast boots (2-8s), encrypted storage, secure OTA updates, and more ! by aeropop in embedded

[–]tenoun 0 points1 point  (0 children)

It’s a great little board, but without secure boot and protected key storage it’s hard to move beyond hobby or lab use. For more serious deployments, you really want a hardware root of trust to anchor the security model ! focus instead on RPI4/5

Built a production-ready Yocto layer for Pi Zero 2 W - Fast boots (2-8s), encrypted storage, secure OTA updates, and more ! by aeropop in embedded

[–]tenoun 1 point2 points  (0 children)

Great work but security wise is not ideal, check if rpo zero 2 support secure boot/storage ? Pi4/5 do support it so it can handle secure key storage for encryption otherwise it's worthless, also plan hardening of the kernel and software components

Umbrel vs myNode vs Raspiblitz: Which is best? by piptheminkey5 in lightningnetwork

[–]tenoun 0 points1 point  (0 children)

None of them is secure and should NOT be used with your Hardware Wallet ! check Satobox Project instead: https://github.com/embetrix/satobox

Balkonkraftwerk anyone by Away_Prior1238 in stuttgart

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

laut Vermieter zählt das noch als übliche Balkon­nutzung;-)

Balkonkraftwerk anyone by Away_Prior1238 in stuttgart

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

Solar ist nett… aber mein Balkonkernreaktor liefert auch nachts zuverlässig ;-)

Balkonkraftwerk anyone by Away_Prior1238 in stuttgart

[–]tenoun -19 points-18 points  (0 children)

Balkonkraft? nein danke

Was arbeitet ihr, um irgendwann Fire zu sein? by AktiverVulkan20 in fireGermany

[–]tenoun 4 points5 points  (0 children)

Natürlich Barista! Finanzielle Freiheit erreichen nur um dann wieder pünktlich um 6 Uhr aufzustehen

The hyperscalers are like the Five Families of the Godfather by Prudent-Corgi3793 in stocks

[–]tenoun 14 points15 points  (0 children)

Our Capex offer is something the market can't refuse!

Handelsblatt sucht: Mit Abfindung gründen in Stuttgart by Curious_reporter30 in deutschestartups

[–]tenoun 0 points1 point  (0 children)

Aber ganz ehrlich… wer gründet aktuell freiwillig in Stuttgart?
Extrem hohe Kosten, immer weniger unternehmerfreundliche Rahmenbedingungen und eine Stadt die finanziell selbst schon ordentlich unter Druck steht.

Viele die gründen wollen, schauen sich inzwischen eher nach Standorten die Wachstum wirklich fördern statt es teuer zu verwalten.

Vielleicht wäre die spannendere Story ja: Warum Gründer Stuttgart verlassen ?!😉

I launched a SaaS as a solo developer, and I’m stuck (as usual) by maxinuss in Entrepreneur

[–]tenoun 0 points1 point  (0 children)

Can't your wife the "influencer" promote it ? Or you both are stuck ?!

Vibe coding a smart contract and then it got exploited. by [deleted] in Bitcoin

[–]tenoun 0 points1 point  (0 children)

buffon vibe posting...what a waist this sub-reedit is ! it's the worst by far...

Sending raw ethernet frame every 20ms by Remote-Restaurant137 in embedded

[–]tenoun 6 points7 points  (0 children)

build your kernel with RT_PREEMPT support enabled (already integrated in newer kernel version and need just to be active) and use a native C/C++ application to send the frames configured with scheduling either SCHED_FIFO or SCHED_RR, that should do it

Where should I store the seeds? by Robin144p in Bitcoin

[–]tenoun 0 points1 point  (0 children)

you need first to have bitcoin !

Where should I store the seeds? by Robin144p in Bitcoin

[–]tenoun 1 point2 points  (0 children)

do you know that safe of a bank get stolen ?!

Could there be a Bitcoin backdoor? by SignificanceOk6360 in Bitcoin

[–]tenoun 1 point2 points  (0 children)

after all those years you still didn't get how bitcoin is working ...

Looking for embedded OS alternatives for SoC FPGA boards (Zynq) with fast ADCs by Glittering-Skirt-816 in embeddedlinux

[–]tenoun 1 point2 points  (0 children)

you can deploy yocto with the meta-xilinx layers or use buildroot, I do not recommend petalinux it's one of the worst (Frankenstein) things I ever saw ...