How do you interpret these licensing terms: License Copyright (c) Mihir Chaturvedi. All rights reserved. Licensed under the MIT License. If Mihir has all rights reserved, what's the purpose of adding MIT with it?
Open source license does not mean giving up intellectual property rights. You can only license the work if you own the rights to the work. MIT License starts with copyright notice: Copyright (c) Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal ....
Show HN: Markdown New Tab – A new tab replacement to jot down notes in Markdown
11–20 of 118 posts
Re: Show HN: Markdown New Tab – A new tab replacement to jot down notes in Markdown
#12This is really cool and I'll use it. My only negative comment is that white on black is really harsh on my eyes. It would be nice if the theme could be toned down a bit somehow.
I do wonder if it's controlled by the current chrome theme, given that the tab recorded in the window is also dark.
Re: Show HN: Markdown New Tab – A new tab replacement to jot down notes in Markdown
#13Re: Show HN: Markdown New Tab – A new tab replacement to jot down notes in Markdown
#14How do you interpret these licensing terms: License Copyright (c) Mihir Chaturvedi. All rights reserved. Licensed under the MIT License. If Mihir has all rights reserved, what's the purpose of adding MIT with it?
Isnt't "All rights reserved" typical language, even with open source licenses?
Re: Show HN: Markdown New Tab – A new tab replacement to jot down notes in Markdown
#15Too bad I gave up on Chrome...
Re: Show HN: Markdown New Tab – A new tab replacement to jot down notes in Markdown
#16*Edit: Yes, I know it's in the name of the extension :-) -- just wish I could change the default.
Re: Show HN: Markdown New Tab – A new tab replacement to jot down notes in Markdown
#17Earlier quoted context omitted.
Isnt't "All rights reserved" typical language, even with open source licenses?
No, it's generally "Copyright " to explain where the license is coming from , but a copyright license is the exact opposite of "all rights reserved".
Allow MIT terms
Deny * # all rights reserved (implied)
Am I using it under MIT terms? Allowed. Otherwise not.Re: Show HN: Markdown New Tab – A new tab replacement to jot down notes in Markdown
#18> The code makes use of localStorage() to save the raw text and the time and date of when the edit has been made. Given that localStorage only has 5MiB available to it, you could try using the localForage library to have a localStorage-like API around IndexedDB, so that people can store even larger notes (you could even support storing pasted images as PNG blobs). Even better: is has automatic localForage fallback. A…
You realize that all of Pride and Prejudice is ~280KB, right? http://www.gutenberg.org/ebooks/1342 :)
Re: Show HN: Markdown New Tab – A new tab replacement to jot down notes in Markdown
#19> The code makes use of localStorage() to save the raw text and the time and date of when the edit has been made. Given that localStorage only has 5MiB available to it, you could try using the localForage library to have a localStorage-like API around IndexedDB, so that people can store even larger notes (you could even support storing pasted images as PNG blobs). Even better: is has automatic localForage fallback. A…
You realize that all of Pride and Prejudice is ~280KB, right? http://www.gutenberg.org/ebooks/1342 :)
Re: Show HN: Markdown New Tab – A new tab replacement to jot down notes in Markdown
#20This is really cool and I'll use it. My only negative comment is that white on black is really harsh on my eyes. It would be nice if the theme could be toned down a bit somehow.
I much prefer it to a lower contrast setup. And it does mimic a terminal. I do wonder if it's controlled by the current chrome theme, given that the tab recorded in the window is also dark.