You can add the RSS feed of a youtube channel with the Tiny Tiny RSS bookmarklet, it's working for most channels, but not all for a reason I don't understand yet.
YouTube channel feeds, if they have one, are at: www.youtube.com/feeds/videos.xml?channel_id={channel_id} Some channels have a custom url and the id isn't obvious but it should be in the page source somewhere.
For example, "It's Okay To Be Smart" is at "www.youtube.com/user/itsokaytobesmart". Right click, view page source, search for "/channel/". That finds "<link rel="canonical" href="https://www.youtube.com/channel/UCH4BNI0-FOK2dMXoFtViWHw">". So the feed url is:
Woah, I spent more time than I care to admit trying to find some feeds. I thought I had the secret sauce all figured out :) https://www.youtube.com/feeds/videos.xml?user=itsokaytobesma... is much easier to use. I can think of a few channels where the play list thing will come in handy if it works. Gamers where I only want to see 1 out of 50 games they play and are who are orginized enough to keep seperate playlist is one example. You can't even do that with YouTubes own subscription method as far as I know.
If you don't know it, take a look at Shaarli[1], it's a bookmarking web app that allows you to share your bookmarks via RSS, you can add tags and comments, but you can also have "notes" without a link that can be used as microblogging posts.
It's a project from Sebsauvage[2] (an old school french blogger), who wanted to build a social network around the RSS technology.
I know there are projects around it to aggregate multiple shaarli and use it as an actual social network based around sharing links with RSS. I didn't search about it, but it seems that shaarlo[3] is one of them. EDIT: actually, projects like this are listed in shaarli's documentation[4].
EDIT2: tt-rss-shaarli seems to be what you want, Tiny-Tiny RSS with Shaarli, an aggregator with a sharing/commenting functionality.
You should try undo tree (http://www.dr-qubit.org/undo-tree.html), it's a must have extension which brings proper undo-redo and a tree visualisation of history with diffs and many other options.
undo-tree is great! I use it like a "mini git", it supports branches/forks, so I can usually just try something in any order and easily go back to where I want to be. I use it in combination with Evil (vim) bindings, and everything works like a dream.
I'll second the recommendation to use undo-tree. If your undo history is going to be tree-like, which it is in Emacs, then you might as well be able to visualize and manipulate that tree directly.
I use zim (but planning to switch to org-mode which seems a lot more powerful), but any good note taking software should do it.
I put most of the things in my homepage with a tree of check-boxes (tasks) divided in 3 sections:
- To-plan : idea dumping, less than 5 words or just an URL for example
- To-do : tasks to do
- Urgent : tasks with a close deadline, should contain not many tasks, or be empty if possible.
When I start a project (moving a task from "to plan" to "to do"), I add a page with multiple mostly static info on it, like a small summary, final goals, commands I need to be up as fast as I can, important URLs.
When I add tasks to a project, I try to make them as small as possible (maximum a few hours for a task), most of the tasks are broken into multiple sub-tasks, that sometimes lead to a new project. Like with git, commits (tasks) should be atomic and when done it must still compiles (no "work in progress" state when I'm done with a task). It's also easy then to find common sub-tasks or sub-projects.
The first tasks on a project are almost always research, compare the solutions to pick the best, prepare and document the working environment, and are often longer than the rest.
New tasks/projects go on top on my tree, so when I have to pick one, I read my list from bottom to up.
I sometimes rearrange sub-trees to prioritize them.
When I want to do things, I pick tasks I will work on with these criteria :
- What I'm motivated to do right now (most important actually)
- How useful it will be (for other projects, to ease my life, ...)
- How fast it will be, regarding the free time I might have in the near future.
That way, my (too many) projects all go forward at the same time, I optimize the time I spend on them (with "how to get up to work" instructions), and I always have something to do that I like.
Some of my projects get done from time to time. But most do not and it's OK, because I always come up with new ideas so there is always things to add, and the project is never really over.
I don't personally need it, but one way to be stimulated with this flow is to keep your done tasks checked, in an archive page to not pollute your main page for example, and with dates if you are organized, so you can look back at what you achieved from time to time.
PS: I think it's close to GTD, but I didn't take time to read about it to be sure.
Edit: I didn't realize that, as Wikipedia says, this Hebrew phrase is used as a loanword in several European languages to refer to disorder, which in turn explains why Tatham called it "Unruly".
I used to install Arch by hand, then I discovered ArchFI and ArchDI scripts. They do every basic step of the install wiki, and if you need you can do some things manually from another console.
With those, I go from an empty machine to a fully functional system with total control/feedback on what is installed (Arch way) in about one hour (most of the time is waiting for packages to download and install).
Setting up your own email server will bring you into the wonderful world of big email corporations not delivering your emails until you subscribe to their whitelist with, for some of them, subscription fee.
Back in the time, I had this problem with sending emails from my private server to yahoo or microsoft (hotmail, live.com, etc...), both refusing to deliver my emails to their clients as I could be a potential evil spammer.
For the subscription fees, a few weeks ago I saw a price chart for <I don't remember which company, probably Microsoft> about how much you have to pay them depending on your situation and how many emails you plan to send to their servers. Unfortunately I didn't find this page again.
I think the best option is to go for a paid service with a good privacy policy. It will cost you a lot less in time and probably in money. Also, they will probably be more reactive than you in case of problem, and more aware about security.
I've heard this before, but I have my own vanity domain, a well run mail server (postfix), and I I've never had a problem. I do support DKIM, SPF, DNSSEC, and of course I don't send spam.
I have heard that newly registered domains do have a period before they are trusted.
I used to run my own mail server for ~7 years and never had issues. I used DKIM, SPF, etc and still do although they're problematic with mailing lists...
I've been running my own mail servers for quite a while and I can assure that this is total nonsense. No large email host charges a fee for mail delivery. There are some rogue antispam solutions that do so, but they are rare and only used by shady small email providers. There's even an RFC stating that charging for blacklist removal is forbidden.
You will sometimes have delivery problems, although the problem is much smaller than often painted. But they can usually be avoided if you don't send spam (many people send spam but like to call it differently - your newsletter you subscribe people that haven't asked for it is spam) and if you properly react to error messages and abuse reports.
I agree with you but wanted to give a data point that I have been self hosting with cloudron on digital ocean since almost 2 years now and I have had no problem with mail delivery.