Click here to Skip to main content
15,900,511 members

Welcome to the Lounge

   

For discussing anything related to a software developer's life but is not for programming questions. Got a programming question?

The Lounge is rated Safe For Work. If you're about to post something inappropriate for a shared office environment, then don't post it. No ads, no abuse, and no programming questions. Trolling, (political, climate, religious or whatever) will result in your account being removed.

 
GeneralRe: Unnoticeable yet awesome new C# feature Pin
jschell23-Dec-21 6:31
jschell23-Dec-21 6:31 
GeneralRe: Unnoticeable yet awesome new C# feature Pin
honey the codewitch22-Dec-21 7:34
mvahoney the codewitch22-Dec-21 7:34 
GeneralRe: Unnoticeable yet awesome new C# feature Pin
Randor 22-Dec-21 8:40
professional Randor 22-Dec-21 8:40 
GeneralRe: Unnoticeable yet awesome new C# feature Pin
honey the codewitch22-Dec-21 9:13
mvahoney the codewitch22-Dec-21 9:13 
GeneralRe: Unnoticeable yet awesome new C# feature Pin
Peter Shaw23-Dec-21 7:00
professionalPeter Shaw23-Dec-21 7:00 
GeneralRe: Unnoticeable yet awesome new C# feature Pin
honey the codewitch23-Dec-21 7:40
mvahoney the codewitch23-Dec-21 7:40 
GeneralRe: Unnoticeable yet awesome new C# feature Pin
Peter Shaw23-Dec-21 12:00
professionalPeter Shaw23-Dec-21 12:00 
GeneralRe: Unnoticeable yet awesome new C# feature Pin
honey the codewitch23-Dec-21 12:08
mvahoney the codewitch23-Dec-21 12:08 
I have to be very careful in practice about where my RAM is allocated. For example, I have SRAM (fast) and PSRAM (over an 80mhz bus). PSRAM isn't DMA capable, meaning for me to blt bitmaps to the screen requires me to tie up the CPU. So I need to use SRAM to do so asynchronously.

Then you have ISR code, which must be loaded into SRAM, and I doubt you can even make ISR code with .net

No offense, but what exactly are you going to do with a garbage collected managed code framework on something like an ESP32 that couldn't be done on the same platform several orders of magnitude more efficiently without it?

Because nobody has been able to satisfactorily answer that question for me, I have dismissed it as a viable IoT development framework. For now. As time goes on, I'll reconsider my position as the technology warrants it.

Micropython I'm uneasy about, but at least there's a better argument for it, and it's battle tested at this point. As much as I don't like it, it has proven capable enough.

As for me, for now I'll stick with C++, because of all of the C++ ecosystem I can leverage in the IoT world but also because every cycle i don't spend garbage collecting or interpreting script is one more cycle of battery life.
Real programmers use butterflies

GeneralRe: Unnoticeable yet awesome new C# feature Pin
Peter Shaw23-Dec-21 12:45
professionalPeter Shaw23-Dec-21 12:45 
GeneralRe: Unnoticeable yet awesome new C# feature Pin
honey the codewitch23-Dec-21 12:58
mvahoney the codewitch23-Dec-21 12:58 
GeneralRe: Unnoticeable yet awesome new C# feature Pin
Peter Shaw23-Dec-21 13:13
professionalPeter Shaw23-Dec-21 13:13 
GeneralRe: Unnoticeable yet awesome new C# feature Pin
honey the codewitch23-Dec-21 13:24
mvahoney the codewitch23-Dec-21 13:24 
GeneralRe: Unnoticeable yet awesome new C# feature Pin
Peter Shaw23-Dec-21 23:53
professionalPeter Shaw23-Dec-21 23:53 
GeneralRe: Unnoticeable yet awesome new C# feature Pin
BillWoodruff22-Dec-21 7:55
professionalBillWoodruff22-Dec-21 7:55 
GeneralRe: Unnoticeable yet awesome new C# feature Pin
Randor 22-Dec-21 8:41
professional Randor 22-Dec-21 8:41 
JokeRe: Unnoticeable yet awesome new C# feature PinPopular
trønderen22-Dec-21 10:07
trønderen22-Dec-21 10:07 
GeneralRe: Unnoticeable yet awesome new C# feature Pin
Andrei Bozantan22-Dec-21 20:12
Andrei Bozantan22-Dec-21 20:12 
GeneralRe: Unnoticeable yet awesome new C# feature Pin
Slacker00722-Dec-21 8:02
professionalSlacker00722-Dec-21 8:02 
JokeRe: Unnoticeable yet awesome new C# feature Pin
Randor 22-Dec-21 8:45
professional Randor 22-Dec-21 8:45 
GeneralRe: Unnoticeable yet awesome new C# feature Pin
Peter Shaw23-Dec-21 7:03
professionalPeter Shaw23-Dec-21 7:03 
GeneralRe: Unnoticeable yet awesome new C# feature Pin
BillWoodruff23-Dec-21 8:40
professionalBillWoodruff23-Dec-21 8:40 
GeneralRe: Unnoticeable yet awesome new C# feature Pin
Leo5622-Dec-21 20:56
Leo5622-Dec-21 20:56 
GeneralRe: Unnoticeable yet awesome new C# feature Pin
JohaViss6122-Dec-21 23:20
professionalJohaViss6122-Dec-21 23:20 
GeneralRe: Unnoticeable yet awesome new C# feature Pin
sasadler23-Dec-21 6:35
sasadler23-Dec-21 6:35 
GeneralRe: Unnoticeable yet awesome new C# feature Pin
Marc Clifton22-Dec-21 10:37
mvaMarc Clifton22-Dec-21 10:37 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.


Straw Poll

Were you affected by the geomagnetic storms this past weekend?
Communication disruptions, electrified pipes, random unexplained blue-screens in Windows - the list of effects is terrifying.
  Results   489 votes