# Blogs

## Favourite blogs

### Computing and Technology

* [Lambda the Ultimate](http://lambda-the-ultimate.org/)
* [Paul Graham](http://www.paulgraham.com/articles.html) - [On Lisp](https://www.goodreads.com/book/show/41803.On_Lisp) is probably *the* book which got me interested in programming, esp. Lisp in particular as a school kid. Of course his essays are some of the best ones I've come across in startup/technical space.
* [Agner Fog](https://www.agner.org/)
* [Mechanical Sympathy](https://mechanical-sympathy.blogspot.com/)
* [Gilad Bracha - Room 101](https://gbracha.blogspot.com/)
* [Daniel Spiewak](http://www.codecommit.com/)
* [Paul Chiusano](https://pchiusano.github.io/)
* [fogus: Send More Paramedics](http://blog.fogus.me/) - (co)author of [Joy of Clojure](https://www.goodreads.com/book/show/8129142-the-joy-of-clojure) and one of my aspirational models!
* [antirez - Salvatore Sanfilippo](http://antirez.com/) - author of Redis and all around C expert
* [Concurrency Freaks](https://concurrencyfreaks.blogspot.com/) - A web site dedicated to Concurrent algorithms and patterns.
* [Julia Evans](https://jvns.ca) - has a knack for explaining things clearly
* [Brandur](https://brandur.org/articles) - his technical posts are informative and beautiful to the same degree!
* [Sacha Chua](https://sachachua.com/) - awesome Emacs and life tips&#x20;
* [Juan Pedro Bolivar Puente](https://sinusoid.es) - author of C++ [immer](https://sinusoid.es/immer/) library
* [Victor Zverovich](http://www.zverovich.net/) - author of [C++ fmt](https://fmt.dev/latest/index.html) library, soon to be `std::format` in C++20
* [David Nolen](http://swannodette.github.io/) - prominent Clojure developer.
* [Dan Luu](https://danluu.com) - is full with well researched articles on a myriad of topics.
* [The ryg blog | When I grow up I'll be an inventor](https://fgiesen.wordpress.com/) - Blog of Fabian Giesen which is full of articles on high performance computing.
* [Blog | Paul Cavallaro](https://paulcavallaro.com/) - Another blogger with very good high performance computing articles and writeups about research papers in same areas.
* [Eli Bendersky](https://eli.thegreenplace.net/)
* [Stephen Diehl](http://www.stephendiehl.com/posts/decade.html) - One of the best blogs when it comes to Haskell.
* [Chris Wellons](https://nullprogram.com/)
* [John A De Goes](http://degoes.net/) - A treasure trove advanced Scala articles.
* [Edward Z. Yang](http://blog.ezyang.com/)
* [Tom Ryder](https://sanctum.geek.nz/)

### Personal Development

* [Farnam Street](https://fs.blog)

### Philosophy

* [Zen habits - Leo Babauta](https://zenhabits.net/)


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://wiki.dewaka.com/research/blogs.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
