Ben Sima

Results 13 issues of Ben Sima

Key | function ----- | ----------- `r` | random quote `j`/`n` | next quote `k`/`p` | previous quote Next and previous can just go to the next element in the...

feature

Allow people to select quotes to show on a single page. Save this data in local storage

feature

Add license, copyright, github link, and built-by info to a small, unobtrusive footer section

feature

Two elements to this problem: 1. shebang should be the POSIX-compliant `#!/usr/bin/env python` instead of `#!/usr/bin/python` 2. If NixOS is detected, you could just execute the correct `nix-env -i` command,...

This helper function allows code like: data Person = Person { first :: ByteString, last :: ByteString } instance FromNamedRecord Person where parseNamedRecord r = Person r .:: ["firstName", "fname"]...

enhancement

Stackage publishes package sets at [https://www.stackage.org/lts-11.5/cabal.config][]. I can download this and use it with cabal, and it seems to work as well as using just `stack` the tool. The problem...

It would be useful to filter by post format: https://codex.wordpress.org/Post_Formats

Most markdown parses include YAML frontmatter, which jour uses for tags: ```markdown --- tags: work, tea --- Today I worked on code stuff while drinking tea... ``` `jour ls` then...

enhancement

I'm imagining something like this: ```sh $ jour stats Average words per entry: 362 Frequency of entries: 2.4 per week Most common tags: tag1, tag2, tag3 ``` Maybe a more...

question