Skip to content

Commit 8fdb7bc

Browse files
committed
Add src/directory.conf (authors, sponsors)
1 parent 9b8509d commit 8fdb7bc

1 file changed

Lines changed: 128 additions & 0 deletions

File tree

src/directory.conf

Lines changed: 128 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,128 @@
1+
# authors
2+
3+
armanbilge {
4+
name: Arman Bilge
5+
pronouns: "he/him"
6+
title: Executive Director
7+
avatar: "/img/authors/arman.jpg"
8+
email: "arman@typelevel.org"
9+
github: armanbilge
10+
bluesky: armanbil.ge
11+
mastodon: "https://fosstodon.org/@armanbilge"
12+
linkedin: "https://www.linkedin.com/in/armanbilge/"
13+
bio: "I am a member of the Typelevel community and a core maintainer of several projects, including Cats Effect. I also serve as the Executive Director of the Typelevel Foundation, where I help grow our community and support industry adoption of our libraries. I am interested in functional programming, concurrent runtimes, and how community and technology interact in open source :) ask me how you can get involved with Typelevel!"
14+
}
15+
16+
djspiewak {
17+
name: Daniel Spiewak
18+
title: Director
19+
avatar: "https://github.com/djspiewak.png"
20+
github: djspiewak
21+
mastodon: "https://fosstodon.org/@djspiewak"
22+
linkedin: "https://www.linkedin.com/in/djspiewak/"
23+
bio: "I write code, read papers, and think thoughts. Broadly, I'm interested in: type theory, parser theory, functional abstractions, data structures, performance."
24+
}
25+
26+
jducoeur {
27+
name: Justin du Coeur (aka Mark Waks)
28+
title: Treasurer
29+
avatar: "https://github.com/jducoeur.png"
30+
github: jducoeur
31+
mastodon: "https://social.coop/@jducoeur"
32+
linkedin: "https://www.linkedin.com/in/jducoeur/"
33+
bio: "I’m a second-generation programmer, starting out on my father’s PDP-8 back in the mid-70s, and I’ve been a language geek ever since, working professionally in everything from LISP to Ada to assembly to C# to JavaScript to C++ to (heaven help me) COBOL, and pretty much everything in between. I picked up Scala back in 2007 (after trying to build a company in Java and winding up in a rage over its limitations); I’ve been working in Scala full-time since 2012. I’ve been doing “light FP” since picking up the style from Ruby around 2002, and "pure FP" in Scala since 2018. During the day, I work at One Pass, building out a suite of health-maintenance tools using the Typelevel stack. In my spare time, I’m the CEO and Architect of Querki, a wiki/database hybrid designed to make it easier for individuals and communities to manage and collaborate on their data."
34+
}
35+
36+
valencik {
37+
name: Andrew Valencik
38+
title: Secretary
39+
avatar: "https://github.com/valencik.png"
40+
email: "andrew.valencik@gmail.com"
41+
github: valencik
42+
mastodon: "https://mastodon.social/@valencik"
43+
linkedin: "https://www.linkedin.com/in/andrewvalencik/"
44+
}
45+
46+
samspills {
47+
name: Sam Pillsworth
48+
pronouns: "she/her"
49+
avatar: "https://github.com/samspills.png"
50+
github: samspills
51+
mastodon: "https://hachyderm.io/@spills"
52+
url: "http://www.blerf.ca/"
53+
email: "sam@blerf.ca"
54+
}
55+
56+
lukajcb {
57+
name: "Luka Jacobowitz"
58+
avatar: "https://github.com/LukaJCB.png"
59+
github: LukaJCB
60+
twitter: LukaJacobowitz
61+
bio: "Luka is a functional programmer in love with finding great abstractions to engineering problems. He’s also a maintainer of several typelevel projects and seeks to make learning of pure functional programming as easy as possible."
62+
}
63+
64+
mpilquist {
65+
name: "Michael Pilquist"
66+
pronouns: "he/him"
67+
avatar: "https://github.com/mpilquist.png"
68+
github: mpilquist
69+
twitter: mpilquist
70+
mastodon: "https://fosstodon.org/@mpilquist"
71+
bio: "Michael Pilquist is the author of Scodec, a suite of open source Scala libraries for working with binary data, and Simulacrum, a library that simplifies working with type classes. He is also a committer on a number of other projects in the Scala ecosystem, including Cats and FS2. He is also the chief software architect at Combined Conditional Access Development (CCAD), a joint venture between Comcast and ARRIS, Inc., where he is responsible for the design and development of control systems that manage tens of millions of cable system devices, including set-top boxes and head-end equipment."
72+
}
73+
74+
satabin {
75+
name: "Lucas Satabin"
76+
pronouns: "he/him"
77+
avatar: "https://github.com/satabin.png"
78+
email: "lucas.satabin@gnieh.org"
79+
url: "https://blog.gnieh.org"
80+
github: satabin
81+
mastodon: "https://piaille.fr/@lucassatabin"
82+
}
83+
84+
hkateu {
85+
name: "Herbert Kateu"
86+
avatar: "/img/authors/hkateu.jpg"
87+
email: "hkateu@gmail.com"
88+
github: compile-at-the-nile
89+
}
90+
91+
bpholt {
92+
name: "Brian P. Holt"
93+
pronouns: "he/him"
94+
avatar: "https://github.com/bpholt.png"
95+
url: "https://www.planetholt.com"
96+
github: bpholt
97+
}
98+
99+
rossabaker {
100+
name: "Ross A. Baker"
101+
pronouns: "he/him"
102+
avatar: "https://github.com/rossabaker.png"
103+
url: "https://rossabaker.com/"
104+
github: rossabaker
105+
mastodon: "https://social.rossabaker.com/@ross"
106+
}
107+
108+
# sponsors
109+
110+
spotify {
111+
logo: /img/sponsors/spotify.png
112+
url: "https://engineering.atspotify.com/2024/11/congratulations-to-the-recipients-of-the-2024-spotify-foss-fund"
113+
}
114+
115+
aruna {
116+
logo: /img/sponsors/aruna.webp
117+
url: "https://aruna.de"
118+
}
119+
120+
shopify {
121+
logo: /img/sponsors/shopify.svg
122+
url: "https://shopify.engineering"
123+
}
124+
125+
famly {
126+
logo: /img/sponsors/famly.svg
127+
url: "https://famly.co"
128+
}

0 commit comments

Comments
 (0)