Not sure about sharing port numbers - you can do something like:
docker -d -p 80:8000 repo/container
isn't this good enough? Can you give more detailed example?HN user
contact: hn (on domain) ayin.me
Not sure about sharing port numbers - you can do something like:
docker -d -p 80:8000 repo/container
isn't this good enough? Can you give more detailed example?I'm curious how much equity founders have after such investment with so many investors? I know there's no standard rule here, but I don't know anything about investors, raising money etc., could someone give me few examples with real life numbers?
I track the books I've read and want to read on Goodreads (https://www.goodreads.com). I currently have about 200 books on my "to read list". I find interesting books suggestions everywhere - on the HN (special topics for books but quite often in the random commments), articles, blogs etc. I don't blindly add new books, I first research it for a few minutes (table of content, reviews, similar books).
I also recommend Farnam Street Blog (http://www.farnamstreetblog.com/) for a lot of interesting suggestions.
Wow, release notes look great. I'm so impressed with the whole Django ecosystem - I'm yet to find a problem without a good answer on SO, there's a package for most of the repetitive stuff when building a web app. I tried to follow the development process on GitHub for some time and while it was a valuable experience [1], it can be like a side project on its own, just to keep up with all the issues and bigger commits.
Anyway, I'm incredibly thankful for all the contributors. Learning and using Django let me meet great people, experience new things and had quite an impact on my life. Yay Open Source! ;).
[1] In general, I think that watching big project on GitHub for just a few weeks can be better lesson than reading a book on the topic (it depends, of course, but it's a great learning experience nonetheless)
How one can get into making demos? What are the key concepts/techniques? What are the best sources/books about the topic?
There's typo in the URL, should be: https://github.com/agmcleod/desert
Don't know why somebody downvoted you, I've upvoted your post. I also use notebooks, mostly when I'm away from computer but as you, I'm using it for sketching and brainstorming sessions.
Do you regularly review things in your Safari's reading list or it keeps growing? Because that's the problem in my case.
Tagspaces (http://www.tagspaces.org/) is worth checking out if you're interested in files organizaiton
I agree on living simply, everyday I'm trying to do this better.
I also try to use my memory as often as possible and I think it's pretty good (I'm learning mnemonic techniques which are really fun to implement in everyday life). Yes, mind itself is reaaaallly good system, but (at least for me) not all my insights, ideas, notes etc. about particular topic are available on demand, but only some part of them. And if I don't think about one thing very often it can be lost forever. Nevertheless, thank you for taking time to write about your system and giving different perspective.
I'm very interested, will send you an email when I'll finish processing all the information from this thread ;).
Yes, I know the feeling. So even if I know that I won't return to 90% of my bookmarks, I'm adding all of the interesting things so if I'll need it in the future I'll have pretty small set of links (rather that billions from google).
Another thing is archiving all those bookmarks, since after few years a number of them is 404.
I never used DevonThink, can you tell me what are the your personal biggest pros and cons of this program? Also, what do you think is the biggest problem of this/similar systems?
I can sympathize with bookmarks problems, not only they rot, but after few years there is a lot of 404 (pinboard provides archiving bookmarks but that is a paid service).
Do you have a lot of Anki decks of just a single "random things from the bookmarks"? Do you use Anki every day or rather infrequently?
I've used Tiddlywiki in the past but I didn't quite like it (just my experience, I know that a lot of people use it). Switched to dokuwiki and after that to media wiki and I'm using this now, but as you can guess from the question, I'm trying to find/build something better for my needs ;).
How do you use Tiddlywiki - do you often search or do you know where did you put some note? What in your opinion are pros and cons of this wiki? What do you think is the biggest problem?
Will read the article, thank you.
In the past I've tried to use POIC system[0][1] but it wasn't really that efficient and the biggest 2 problems were search (mostly full text, I could find entry from a particular date quite easly) and portability - over time it becomes a big physical thing you need to store (I move quite often).
I agree with you about dividing (almost) everything into single pieces of information and adding to the system, but I'm still trying to figure out how to do this well.
[0] http://pileofindexcards.org/wiki/index.php?title=Main_Page
[1] http://lifehacker.com/the-pile-of-index-cards-system-efficie...
Just started reading. Most of the items on your list of things to fix I was thinking about for quite some time. Besides the comments, maybe you could write a blog post about your system and experience with it? I for sure would be interested.
Do you think that solution to the whole personal knowledgebase problem should be solved from a single app perspective or is it better to think about this as a sort of ecosystem - one "module" for adding new things to the system, other for statistics[0], sync etc.? Also, did you consider semantic part of such system? So we can write programs that can make sense of all the things we have in the system?
[0] I was actually thinking about using machine learning to somehow finding the most important things in the wiki and suggesting tags/place in hierarchy of new entries
Yes, I think this is a common problem. We collect things, because they seem worth reading/watching but never return to them. One thing is that some effort is required to read/watch those things but other thing is that we forget that we even saw that particular article/video. So, maybe bookmarks should have a reminder mechanism built into them of some sort? Sombining Spaced Repetition with bookmarking seems interesting.
For me the biggest downside of OneNote is that I can't use it on Linux/Unix (Wine doesn't always work). I didn't know fedwiki, looks interesting and I'll look into this, thanks for that.
Do you have categories in which single entries are grouped or you just add new thing and search for it later?
There is a 2000 character limit in the question box, so here is what I'm using now:
- pinboard for managing bookmarks (database of things that may be useful sometime; probably never) & reading list for articles
- I'm testing tagspaces (http://www.tagspaces.org/) for local files organization (mostly tagging research papers and books; didn't like Mendeley)
- cardav & caldav from owncloud for contacts and events
- anki as a memorization tool (spaced repetition) - from languages to my own mistakes (i.e. "lessons learned", so I won't repeat them)
- for insights, notes, ideas, things I've learned & everything else I use personal wiki (media wiki) on localhost. This is the biggest part of my "system", I have there entries like things to buy someday, current project's notes/resources, useful scripts, configuration snippets, notes from books, journeys, analysis of my own behaviour, personal journal, ideas for startups etc. But it's hard to organize, it becomes a mess very easly after some time. Also, I can't use it on mobile (I don't want to put all this on the web, there is a lot of personal info), it takes time to add new thing/entry (I need to think to which page new piece of information belongs etc.).
- simplified version of gtd as a meta-system managing this system and for projects/things to do
He gave a talk about massscan at this year's DEF CON: https://www.youtube.com/watch?v=UOWexFaRylM which is quite fun to watch.
I think sandboxing is a quite good solution, but it doesn't mean that you can't have a root access. Consider jails in FreeBSD, where you can isolate a single process but at the same time you have a control over whole system.
Your car analogy can provide insight into the consequences of a single insecure system in the network, but at the same time it's not valid when you consider that you can (should) control your systems and network if it has to fit your needs.
I think it's not a true comparison - freedom to modify your hardware doesn't have to imply that it's a hassle to use such hardware.
In other words: does "bullshit-free computing experience" (or let's just say usability) have to exclude freedom (i.e. your options to freely modify hardware/software you own/use)? I'm thinking about that for some time and I think that (as most of the things) it's not a objective thing but dependend on the philosophy of the producer/maker. And I'm sure that there are people who want to produce well designed things (be that a phone or an app) that can be modified by users/owners (here comes the topic of ownership in the light of digital world, but that's another thing).
There is also Redshift [0][1], which I've found easier and simpler to use/install on Linux (but I've researched f.lux long time ago, so things may be different now). I remember that at first I couldn't stand that everything was kind of orangeish, but after a while I honestly didn't notice it anymore. From my personal experience, I can tell that it really made my eyes suffer less from long sessions of copmuter use.
[0] http://jonls.dk/redshift/ [1] https://github.com/jonls/redshift
I've heard opinions along the lines of "thinking too much" countless of times, at first it was kind of depressing but later I've concluded that if you just like to think and analyze things in your mind (which is not so popular thing to do when you consider general population, sadly), people who voice such (negative, I'd say) comments didn't really think about this deeply. Over-analying can be a serious problem (consider some forms of OCD), but when you can somehow control it (but not constrain) it's ok to think as much as one like ;).
Thank you, your explanation was a deep insight into those patterns for me.
This is a very interesting idea. We're already living in times where volume of information grows exponentially almost every year, and I believe that "filters" such as/similar to presented in the article will become more and more important part of our civilization. Partially, Google/HN are such "filters", selecting pieces of information that have some value for us. These days I'm thinking about AI/"Singularity" -- I noticed that I envisioned Singularity as a single point in time, but now I think it's currently happening (like work on semiconductors or Turing's papers were the begining of information age). Why? Well, we're asking machines to give us clues on what to work on. It's not a formal argument but it's hard to provide one when it comes to predicting the future.