Click here to Skip to main content
15,891,733 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: It makes me wonder why I've never seen it before Pin
enhzflep24-Jul-21 18:59
enhzflep24-Jul-21 18:59 
GeneralSo - you thought the weather couldn't get worse: Pin
W Balboos, GHB21-Jul-21 9:25
W Balboos, GHB21-Jul-21 9:25 
GeneralRe: So - you thought the weather couldn't get worse: Pin
OriginalGriff21-Jul-21 10:24
mveOriginalGriff21-Jul-21 10:24 
GeneralRe: So - you thought the weather couldn't get worse: Pin
MarkTJohnson21-Jul-21 11:13
professionalMarkTJohnson21-Jul-21 11:13 
GeneralRe: So - you thought the weather couldn't get worse: Pin
Jacquers21-Jul-21 18:59
Jacquers21-Jul-21 18:59 
GeneralRe: So - you thought the weather couldn't get worse: Pin
Daniel Pfeffer21-Jul-21 19:54
professionalDaniel Pfeffer21-Jul-21 19:54 
GeneralRe: So - you thought the weather couldn't get worse: Pin
W Balboos, GHB22-Jul-21 1:20
W Balboos, GHB22-Jul-21 1:20 
QuestionMy better nature vs my wallet Pin
honey the codewitch21-Jul-21 7:36
mvahoney the codewitch21-Jul-21 7:36 
I've been working on some software that I had planned to release open source under the MIT license.

It's an e-pub reader. The thing is as I was working on it, I ended up out of curiosity looking up how the original Nook e-reader did its magic.

Come to find out, as I understand it anyway, it's basically using a smartphone(ish) back like an ARM Cortex-A with 256MB of RAM end running a modified android OS.

My code *should* run on 512kB of RAM on a much lower end (read cheaper and less power hungry) CPU/SoC. 1GHz+ ARM Cortex-A vs my 240Mhz Tensilica Xtensa (although my software should run on other systems as well). I haven't finished the code yet so I can't be 100% certain but worst case I need a WROVER with an extra 4MB of PSRAM.

Well this presents me an opportunity according to some people I work with who do sales.

I could potentially approach a larger company that makes e-readers with this stuff because my software will run on as little as $30 retail worth of hardware (small e-paper screen included) and the battery can be smaller/last longer meaning the device can be significantly shrunk.

But if I'm to do that, I don't want to release my e-pub reader to the public and thus lose some of my negotiating leverage.

I've been thinking about releasing the component pieces. Indeed I already have by way of GFX and my Zip library - I'm working on a markup reader right now that I may release.

But the paranoid part of me is worried doing that may also decrease my leverage because someone else will put the pieces together into an e-pub reader.

What would you do?
Real programmers use butterflies

AnswerRe: My better nature vs my wallet Pin
  Forogar  21-Jul-21 7:41
professional  Forogar  21-Jul-21 7:41 
GeneralRe: My better nature vs my wallet Pin
honey the codewitch21-Jul-21 8:10
mvahoney the codewitch21-Jul-21 8:10 
AnswerRe: My better nature vs my wallet Pin
OriginalGriff21-Jul-21 7:49
mveOriginalGriff21-Jul-21 7:49 
AnswerRe: My better nature vs my wallet Pin
englebart21-Jul-21 7:57
professionalenglebart21-Jul-21 7:57 
GeneralRe: My better nature vs my wallet Pin
honey the codewitch21-Jul-21 8:10
mvahoney the codewitch21-Jul-21 8:10 
GeneralRe: My better nature vs my wallet Pin
k505421-Jul-21 8:11
mvek505421-Jul-21 8:11 
AnswerRe: My better nature vs my wallet Pin
Slacker00721-Jul-21 8:15
professionalSlacker00721-Jul-21 8:15 
GeneralRe: My better nature vs my wallet Pin
honey the codewitch21-Jul-21 8:30
mvahoney the codewitch21-Jul-21 8:30 
GeneralRe: My better nature vs my wallet Pin
Slacker00721-Jul-21 8:37
professionalSlacker00721-Jul-21 8:37 
GeneralRe: My better nature vs my wallet Pin
David O'Neil21-Jul-21 9:39
professionalDavid O'Neil21-Jul-21 9:39 
AnswerRe: My better nature vs my wallet Pin
CPallini21-Jul-21 8:28
mveCPallini21-Jul-21 8:28 
AnswerRe: My better nature vs my wallet Pin
Daniel Pfeffer21-Jul-21 9:12
professionalDaniel Pfeffer21-Jul-21 9:12 
GeneralRe: My better nature vs my wallet Pin
charlieg21-Jul-21 10:28
charlieg21-Jul-21 10:28 
GeneralRe: My better nature vs my wallet Pin
Nelek21-Jul-21 20:22
protectorNelek21-Jul-21 20:22 
AnswerRe: My better nature vs my wallet Pin
Greg Utas21-Jul-21 10:43
professionalGreg Utas21-Jul-21 10:43 
AnswerRe: My better nature vs my wallet Pin
BillWoodruff21-Jul-21 19:26
professionalBillWoodruff21-Jul-21 19:26 
GeneralRe: My better nature vs my wallet Pin
honey the codewitch21-Jul-21 20:05
mvahoney the codewitch21-Jul-21 20:05 

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.