Skip to content

Instantly share code, notes, and snippets.

@romanofski
romanofski / alias.bash
Created February 9, 2015 23:58
Solarized Dark Colormap for CDIF
cdif --cm 'NMARK=859900,NTEXT=859900,OTEXT=b58900,OMARK=b58900,APPEND=d33682,NCHANGE=2aa198,OCHANGE=cb4b16'
@romanofski
romanofski / bfpg_talk.asciidoc
Last active August 29, 2015 14:17
BFPG talk - Haskell: From N00b to Beginner

Abstract

Intended Audience: Beginner

The talk outlines how a beginner taking the CIS 194 course prepares applying Haskell on real world projects. Take away lessons include what pitfalls to avoid, struggles on might face on the transition from learner to practitioner and how to contribute to the Haskell community.

About myself: Róman is a software engineer at Red Hat, working on internal tools. His every day language is mainly Python. He is using XMonad for almost 6 years but never fully grokked how to configure the window manager and it’s components.Until now.

Personas: Application Development from the Users Perspective

Personas are hypothetical users which you can use when designing features for your application, to anticipate user interaction based on their goals. One of many problems in software engineering is providing consistent and easy to use user interfaces. How do you know what UI enables your users to get things done? How do you find a solution if you have conflicting interests? How do you build an interface, which doesn't leave decisions about configuration of the UI up to the user.

@romanofski
romanofski / kiwipycon2016proposal.md
Last active June 20, 2016 04:29
KiwiPyCon 2016 Proposal

Application Development from the Users Perspective

Short description

The talk gives first hand experience on creating personas - a usability tool for designing user interfaces - and how to incorporate them in the design process.

Long description

Personas are hypothetical users which you can use when designing features for your application, to anticipate user interaction based on their goals. One of many problems in software engineering is providing consistent and easy to use user interfaces. How do you know what UI enables your users to get things done? How do you find a solution if you have conflicting interests? How do you build an interface, which doesn't leave decisions about configuration of the UI up to the user.

This talk will offer a solution to these questions by making use of personas. It will give first hand experience from developing personas for Beaker: from user interviews to how we incorporate them in our design process.

This file has been truncated, but you can view the full file.
Sat Oct 1 09:37 2016 Time and Allocation Profiling Report (Final)
benchmark-csv-import +RTS -p -RTS
total time = 483.97 secs (483969 ticks @ 1000 us, 1 processor)
total alloc = 36,758,849,576 bytes (excludes profiling overheads)
COST CENTRE MODULE %time %alloc
stepError Database.Sqlite 92.6 0.0
@romanofski
romanofski / bfpg-purebred-proposal.md
Last active September 12, 2018 23:33
Talk proposal for BFPG about Purebred

Real World Haskell: A TUI e-mail client

There is a myriad of free software e-mail clients to choose from. However only few support a text user interface and fast indexing.

Talk Outline:

  • Quick introduction to brick and how to build text user interfaces
  • How do we extensively test purebred
  • What have we done to leverage Haskell to build a better client than what is available today
  • What have we learned so far
@romanofski
romanofski / termonadNixOS
Last active December 29, 2018 10:11
termonad compilation problems
% result/bin/termonad
Configuration '/home/rjoost/.config/termonad/termonad.hs' changed. Recompiling.
Error occurred while loading configuration file.
/home/rjoost/.config/termonad/termonad.hs:7:1: error:
Could not find module ‘Termonad’
Use -v to see a list of the files searched for.
|
7 | import Termonad
@romanofski
romanofski / bar.sh
Created April 16, 2019 10:24
test reproducer for exec/bash tempfile
#!/bin/sh
sleep 1
set -e
cat $1