Bookmark of https://obsidian.md/
@obsdmd![]()
Obsidian - Sharpen your thinking
Obsidian is the private and flexible note‑taking app that adapts to the way you think.
Bookmark of https://obsidian.md/
@obsdmd![]()
Obsidian - Sharpen your thinking
Obsidian is the private and flexible note‑taking app that adapts to the way you think.
Bookmark of https://jlelse.blog/links/2020/10/searchmysite/
Oct 17, 2020, 4:12 PM -04:00Search personal websites
Michael Lewis had a pretty great idea, he created a search engine for personal websites. I really like that idea because I like exploring personal websites and especially reading personal blogs. It’s always interesting to read about people’s thoughts, hobbies, lives, experiences and point of views.There are already a couple of resources to discover personal sites (like this, this or this), but having more is even better! Michael Lewis also wrote some background posts about creating this proje...
Bookmark of https://hacdias.com/2020/01/02/dynamic-static/
Jan 2, 2020, 6:40 PM -05:00Build a Dynamic Website… or Not?
After digressing a bit about building a Micropub endpoint for my website, I’ve been thinking about the next steps: if I should keep Hugo or move to some other system.I opened a topic on Hugo’s discourse to see to which point it would be reliable to use the watch mode of Hugo in production and it seems, as I was expecting, that it wasn’t made for that and there is no way of making incremental builds as of right now. And I don’t blame Hugo developers — I understand that’s quite a big issue and ...
Jan 29, 2020, 6:50 PM -05:00Owning My Reading Log
As Tom once said, it is now time to own my own reading log. Why? Despite all the reasons mentioned on Tom’s post, I also got bored of Goodreads and I ended up not using it as much as I should have.With university, work and… life… I stop reading as much as I did before. But it’s now time to get back to some reading. Even if it’s not that much, I need to read something. I must do it.At my reads, you can visualize my reading logs: basically, it’s just a big list of ‘I want to read X’, ‘I finishe...
Mar 31, 2015, 2:55 PM -04:00How To Create a Node.js Command-Line Application
Nowadays, node.js is one of the technologies which is always talked about when the subject is related with real-time applications or even CLI (Command-line interface) apps.Node.js is a cross-platform platform (which is very redundant) built on Chrome’s JavaScript runtime. They say that with Node.js we can create network applications, but we can do a lot more.Bow, for example, is a very useful tool built in the top of node.js. We can take advantage of the fact of node.js be cross-platform to c...