HackerTrans
TopNewTrendsCommentsPastAskShowJobs

5d41402abc4b

no profile record

Submissions

Texas Instruments to Acquire Silicon Labs

ti.com
3 points·by 5d41402abc4b·vor 5 Monaten·0 comments

Software Based Memory Testing

esacademy.com
3 points·by 5d41402abc4b·vor 6 Monaten·0 comments

Wafer.space lets you design your custom silicon just for $7/die(Crowdfunding)

cnx-software.com
4 points·by 5d41402abc4b·vor 9 Monaten·0 comments

Slack will end support for Firefox v128(shipped with Debian trixie)

slack.com
5 points·by 5d41402abc4b·letztes Jahr·2 comments

comments

5d41402abc4b
·letzten Monat·discuss
Have you tried locally running qwen?
5d41402abc4b
·letzten Monat·discuss
what prompts do you use for this?
5d41402abc4b
·vor 2 Monaten·discuss
Whats the difference between a member function and a method?
5d41402abc4b
·vor 3 Monaten·discuss
Why did you give up on Java and Rust?
5d41402abc4b
·vor 3 Monaten·discuss
Are there any local models that i can setup to run on my code as part of CI?
5d41402abc4b
·vor 4 Monaten·discuss
>And you blame Google for this

Why does google allow apps to access this info?
5d41402abc4b
·vor 6 Monaten·discuss
What was it that the Google founders said about not adding advertisements to Google search?
5d41402abc4b
·vor 6 Monaten·discuss
Can this X Ray bit flip memory or damage NAND?
5d41402abc4b
·vor 6 Monaten·discuss
If you have enough RAM, you can run Qwen A3B models on the CPU.
5d41402abc4b
·vor 6 Monaten·discuss
>But wait – the token= command ends up in the history again

If you prepend your command with a space, it will not be added to your shell history.
5d41402abc4b
·vor 6 Monaten·discuss
Which G0 part is this? Can you point me to one of these forum posts?
5d41402abc4b
·vor 6 Monaten·discuss
>rushed to market, fix the bugs later

I've yet to see a MCU vendor ship without bugs. At least with ST, the MCU is very cheap.

>USB controllers straight up doesn't enumerate with ARM Macs

I've seen USB devices struggling to enumerate on Mac/IOS devices before. This feels more like an Apple bug to me considering how they work very well on Linux, Windows and Android.
5d41402abc4b
·vor 6 Monaten·discuss
>why is that a problem

Supply chain attacks. There are also regulatory requirements to keep track of your tools.
5d41402abc4b
·vor 6 Monaten·discuss
>it can use your interrupt controller as a scheduler

Isnt' that how schedulers always work?
5d41402abc4b
·vor 6 Monaten·discuss
>the stm32 firmware hello world from cubeide caused temperature spikes due to spinning

That should never happen unless you are using a high end 1GHz+ MPUs.Check your GPIOs to make sure there are no shorts.
5d41402abc4b
·vor 6 Monaten·discuss
If it has async and concurrency isnt this an OS?
5d41402abc4b
·vor 6 Monaten·discuss
https://www.waveshare.com/esp32-s3-touch-lcd-4b.htm

This one is nice too, it has an enclosure. You could use this for a smart home dashboard. Be careful with the boards with two USB ports, they will backfeed power.
5d41402abc4b
·vor 6 Monaten·discuss
I would recommend getting a ST nucleo board over raspberry PICO or ESP32. The nucleo boards have integrated SWD programmer which makes flashing easier. You can also use it to debug your code. Try to get one with onboard USB port (like https://www.st.com/en/evaluation-tools/nucleo-f767zi.html) so that you can build USB projects.
5d41402abc4b
·vor 6 Monaten·discuss
>it finally feels like embedded is getting a toolchain that is actually modern and better

Last time i tried embassy, it pulled over 100 dependencies just to build a blinky. Its great for hobbyist programming but i doubt its going to be used in any industrial application any time soon.
5d41402abc4b
·vor 6 Monaten·discuss
> The flip side is that their errata is lengthy

Just like security bugs, lengthy errata doesn't mean anything. A popular MCU will have bigger errata sheet because it gets more eyes on it.

>documentation from STM is poorly organized and spread out over a zillion different documents

The spreading out over multiple documents is good organization. You don't want to combine your datasheet, reference manual and appnotes into one.