Skip to content

Commit dd02e12

Browse files
author
Steve Krouse
committed
refactored /slack to /community
1 parent 395faff commit dd02e12

File tree

5 files changed

+36
-33
lines changed

5 files changed

+36
-33
lines changed

404.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,10 @@ const moved = {
4040
'/essays/visual': '/drafts/visual',
4141
'/drafts/frp': '/papers/comprehensible-frp',
4242
'/notes/conal-elliot': '/notes/conal-elliott',
43-
'/drafts/dctp': '/essays/dctp'
43+
'/drafts/dctp': '/essays/dctp',
44+
'slack': '/community',
45+
'slack-link': 'https://join.slack.com/t/futureofcoding/shared_invite/enQtNjk1NDc2MTkzNjE4LWFjYTY2NDU1ODI1MTI5M2MwYjZlZTk4OTU5NTM1YTRiMDEwODZhN2Y3OWNhN2VmZDU4YmJiZjlhYTFjYmJhZGQ',
46+
'slack-readme': '/community'
4447
}
4548

4649
const movedKey = Object.keys(moved).find(url => window.location.pathname.includes(url))

_layouts/default.html

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,8 @@
1313
<div class="container-lg px-3 my-5 markdown-body">
1414
<nav>
1515
<a href="/" class="foc title">Future of Coding</a>
16-
<a href="/slack" >Community</a>
17-
<a href="/#episodes">Podcast</a>
1816
<a href="/about">About</a>
17+
<a href="/community" >Community</a>
1918
<a href="/log">Log</a>
2019
<a href="https://patreon.com/stevekrouse"><img class="patreon" src="https://c5.patreon.com/external/logo/[email protected]">
2120
</a>

slack-readme.md renamed to community.md

Lines changed: 29 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -1,38 +1,38 @@
11
---
2-
title: Slack README
2+
title: Future of Coding Community
33
---
44

5-
<h1>Slack README</h1>
5+
<h1>Future of Coding Community</h1>
66

7-
* TOC
8-
{:toc}
9-
10-
## About
11-
12-
The Slack is loosely connected to the Future of Coding podcast -- people hear about it there and sometimes discuss episodes -- but it&#39;s only one of many, many common touch points for the community, including Bret Victor, Douglas Engelbart, Alan Kay, Fred Brooks, HCI, HARC, Eve... For a fuller list of relevant people, topics, and links, check out [Chris Novello's _Computer Utopias_ curriculum](http://chrisnovello.com/teaching/risd/computer-utopias/) (particularly Week 3 &amp; 4).
13-
14-
## Purposes
15-
16-
1. Sharing of ideas, debate, feedback, constructive criticism, and collaboration
17-
18-
2. Encouragement, high fives
19-
20-
3. Organizing IRL meetings and meetups
7+
The Future of Coding Slack is loosely connected to the Future of Coding podcast. People hear about it there and sometimes discuss episodes -- but it's only one of many common touch points for the community, including Bret Victor, Douglas Engelbart, Alan Kay, Fred Brooks, HCI, HARC, Eve... For a fuller list of relevant people, topics, and links, check out [Chris Novello's _Computer Utopias_ curriculum](http://chrisnovello.com/teaching/risd/computer-utopias/) (particularly Week 3 & 4) and [The New Media Reader](https://mitpress.mit.edu/books/new-media-reader).
218

229
## Getting Started
2310

24-
You can [join the Slack here](http://futureofcoding.org/slack).
11+
On desktop, you can [join the Slack here](http://futureofcoding.org/slack-link). The link doesn't work on mobile for some reason.
2512

2613
Upon joining the Slack, you get this automated message:
2714

2815
👋 welcome welcome @new\_user\_name! Head over to the Future of Coding Slack README for a 5 minute intro futureofcoding.org/slack-readme
2916

3017
So if you are reading this message, congrats on following the instructions!
3118

32-
1. Introduce yourself in the #introductions channel (after reading the style guide)
19+
1. Introduce yourself in the #introductions channel (after reading the [style guide](https://futureofcoding.org/community#style-guide))
3320
2. Join the relevant channels
3421
3. Be kind and have fun!
3522

23+
* TOC
24+
{:toc}
25+
26+
## Purposes
27+
28+
The purposes of the Future of Coding Slack are:
29+
30+
1. Sharing of ideas, debate, feedback, constructive criticism, and collaboration
31+
32+
2. Encouragement, high fives
33+
34+
3. Organizing IRL meetings and meetups
35+
3636
## Channels
3737

3838
### #introductions
@@ -79,7 +79,7 @@ Post if you are hiring or looking for work. Work related to the future of coding
7979

8080
This slack discusses nuanced topics, so we have a strong preference for organizing conversations by thread. If you want to respond to someone, respond in the thread of that message. Do not respond with another top-level message.
8181

82-
When creating a top-level message, try to create it in a single message so that it&#39;s easier to thread off it. You can create newlines with shift-enter. It&#39;s helpful to draft longer messages in your personal channel @yourname channel.
82+
When creating a top-level message, try to create it in a single message so that it's easier to thread off it. You can create newlines with shift-enter. It's helpful to draft longer messages in your personal channel @yourname channel.
8383

8484
### Sharing your own work
8585

@@ -102,6 +102,11 @@ This community was started by Irvin Hwang as a Google Group in mid-2017 for orga
102102

103103
## Changelog
104104

105+
### Sept 8, 2019
106+
107+
- Moved /slack to /slack-link
108+
- Redirect /slack and /slack-readme to /community
109+
105110
### July 7, 2019
106111

107112
- Added #robust-compute channel as per @curious_reader's request after a 60-message thread
@@ -110,6 +115,10 @@ This community was started by Irvin Hwang as a Google Group in mid-2017 for orga
110115

111116
- Added #category-theory as per Stefan Lesser's request to foster a study group
112117

118+
### May 18, 2019
119+
120+
- Created #research-center channel to discuss the idea of an in-person research community, requested by David Broderick
121+
113122
### March 1, 2019
114123

115124
- Added #jobs channel
@@ -138,9 +147,6 @@ This community was started by Irvin Hwang as a Google Group in mid-2017 for orga
138147
- Changed the name of the Slack to Future of Coding and the URL to futureofcoding.slack.com
139148
- Created #music channel
140149

141-
### May 18, 2019
142-
143-
- Created #research-center channel to discuss the idea of an in-person research community, requested by David Broderick
144150

145151
### Proposed changes
146152

@@ -156,6 +162,6 @@ Many of us also congretate on Twitter. You can check out [who I follow](http://t
156162

157163
### Others
158164

159-
- [r/n](https://www.reddit.com/r/nosyntax/)[osyntax](https://www.reddit.com/r/nosyntax/)
165+
- [r/nosyntax](https://www.reddit.com/r/nosyntax/)
160166
- [r/futureofprogramming](https://www.reddit.com/r/futureofprogramming)
161167
- [nearthespeedoflight.com](http://discuss.nearthespeedoflight.com/)

index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,11 +27,11 @@ Are you looking for the _real_ computer revolution? Join the club!
2727

2828
<br>
2929

30-
Future of Coding is a [community](/slack), [podcast](/episodes), and [research project](/log) organized by Steve Krouse.
30+
Future of Coding is a [community](/community), [podcast](#episodes), and [research project](/log) organized by Steve Krouse.
3131

3232
<br>
3333

34-
Join our [Slack community](https://join.slack.com/t/futureofcoding/shared_invite/enQtNjk1NDc2MTkzNjE4LWFjYTY2NDU1ODI1MTI5M2MwYjZlZTk4OTU5NTM1YTRiMDEwODZhN2Y3OWNhN2VmZDU4YmJiZjlhYTFjYmJhZGQ)! (The join link doesn't work on mobile.) We share ideas, prototypes, opinions, and debate each other endlessly. We also organize meetups in NYC, London, Boston, SF, Kitchener-Waterloo, Seattle... [Learn more about our community here](./slack-readme).
34+
Join our [Slack community](/community)! We share ideas, prototypes, opinions, and debate each other endlessly. We also organize meetups in NYC, London, Boston, SF, Kitchener-Waterloo, Seattle... [Learn more about our community here](./slack-readme).
3535

3636
<br>
3737

slack.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

0 commit comments

Comments
 (0)