Live data from Hacker News

Includeable minimal operating system for C++

includeos.org

11–20 of 50 posts

Re: Includeable minimal operating system for C++

#11
What's with the recommendation for a YouTube MP3 converter near the bottom? There seems to be no technological relation so I can only guess the author got paid to include it, but you're legally supposed to disclose if something is a paid ad

Re: Includeable minimal operating system for C++

#12
post #11

What's with the recommendation for a YouTube MP3 converter near the bottom? There seems to be no technological relation so I can only guess the author got paid to include it, but you're legally supposed to disclose if something is a paid ad

Is it a legal requirement? I thought it (disclaiming ads) was something one did to avoid the proverbial pitchforks and nothing more.

Re: Includeable minimal operating system for C++

#15
Sounds neat but very minimal:

> Node.js-style callback-based programming - everything happens in one efficient thread with no I/O blocking or unnecessary guest-side context switching.

> No race conditions. Delegated IRQ handling makes race conditions in “userspace” “impossible”. …unless you implement threads yourself (you have the access) or we do.

Re: Includeable minimal operating system for C++

#16
post #5

Pretty cool way to turn x86es into embedded machines.

For a similar embedded RTOS there is RTEMS https://www.rtems.org/ https://en.wikipedia.org/wiki/RTEMS

An interesting example would be GRiSP where Erlang's BEAM was ported to an Arm Cortex M7 microcontroller with 64 MB of external RAM. https://www.grisp.org/

Re: Includeable minimal operating system for C++

#17
post #11

What's with the recommendation for a YouTube MP3 converter near the bottom? There seems to be no technological relation so I can only guess the author got paid to include it, but you're legally supposed to disclose if something is a paid ad

Is it a legal requirement? I thought it (disclaiming ads) was something one did to avoid the proverbial pitchforks and nothing more.

There is no such legal requirement whatsoever.

It's part of the terms of service of a number of social networks, I can almost see how someone might confuse that for the law. If I squint.

Re: Includeable minimal operating system for C++

#19
post #11

What's with the recommendation for a YouTube MP3 converter near the bottom? There seems to be no technological relation so I can only guess the author got paid to include it, but you're legally supposed to disclose if something is a paid ad

Is it a legal requirement? I thought it (disclaiming ads) was something one did to avoid the proverbial pitchforks and nothing more.

16 CFR Part 255 Guides Concerning the Use of Endorsements and Testimonials in Advertising https://www.ftc.gov/sites/default/files/attachments/press-re...

Re: Includeable minimal operating system for C++

#20
post #11

What's with the recommendation for a YouTube MP3 converter near the bottom? There seems to be no technological relation so I can only guess the author got paid to include it, but you're legally supposed to disclose if something is a paid ad

Is it a legal requirement? I thought it (disclaiming ads) was something one did to avoid the proverbial pitchforks and nothing more.

The FTC has guidance on when it considers a compensated endorsement to be "deceptive advertising", which is something they can legally enforce. [0]

[0] https://www.ftc.gov/business-guidance/resources/ftcs-endorse...

Post reply on HN