Hey, this is my blog

It is somewhat abandoned.

Incrementing

In an old essay, Paul Graham, talks about how some languages are more succinct and therefore they are more powerful. In fact, some programming languages can say things that you can’t easily say in others. Maybe you can’t say them at all. Its a good essay overall, you should read it.

Read more...

How to get bluetooth working in windows 8 / 8.1 on various thinkpads

Truly Ergonomic Keyboard

keyboard

Read more...

Emacs Client on Windows 8

Problem:

I want to use emacs like I use notepadd++ on windows.

Read more...

Project Euler #19 in haskell and by hand

How many Sundays fell on the first of the month during the twentieth century (1 Jan 1901 to 31 Dec 2000)?

http://projecteuler.net/problem=19

Read more...

Functor is to Lens as Applicative is to Biplate

“Functor is to Lens as Applicative is to Biplate”

Haskell, the language with seemingly endless new concepts to learn about

Project Euler #11 in haskell

What is the greatest product of four adjacent numbers in any direction (up, down, left, right, or diagonally) in the 20×20 grid?

http://projecteuler.net/problem=11

Read more...

Graham’s scan algorithm for the convex hull

Using the code from the preceding three exercises, implement Graham’s scan algorithm for the convex hull of a set of 2D points. You can find good description of what a convex hull. is, and how the Graham scan algorithm should work, on Wikipedia

Read more...

WordPress Force “View all posts in %s” for categories

Force categories list not to use category descritption use this:

Read more...

Problems Clojure thinks I have with C#

I am reading “Joy Of Clojure”. It seems like a good book, but it keeps telling me about these problems I have which I don’t percieve as problems.

Read more...

Tags