Skip to content

Commit 8fd2535

Browse files
committed
Remove two idea cards, use jq command for prizes section
1 parent ccb3370 commit 8fd2535

1 file changed

Lines changed: 1 addition & 7 deletions

File tree

site/index.html

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -139,9 +139,6 @@ <h4>Demos at 4 pm, prizes after</h4>
139139
<div class="idea-card">
140140
<p>A mesh cache that shares Nix store paths over the local network at a conference</p>
141141
</div>
142-
<div class="idea-card">
143-
<p><code>nixos-rebuild</code> but it deploys to a VPS you actually own, with one command</p>
144-
</div>
145142
<div class="idea-card">
146143
<p>What if your phone could cryptographically attest that its OS was built from a public config?</p>
147144
</div>
@@ -151,16 +148,13 @@ <h4>Demos at 4 pm, prizes after</h4>
151148
<div class="idea-card">
152149
<p>Peer-to-peer secret sharing for teams&mdash;no third-party vault service</p>
153150
</div>
154-
<div class="idea-card">
155-
<p>A tool that diffs what your NixOS system is <em>supposed</em> to run vs. what it <em>actually</em> runs</p>
156-
</div>
157151
</div>
158152

159153
<p class="muted-note">These are sparks, not boundaries. Build whatever you want. The only test: <em>does it give a real person more control over their own computing?</em></p>
160154

161155
<!-- PRIZES -->
162156
<div class="section-num" id="prizes">05 PRIZES</div>
163-
<div class="section-cmd"><span class="prompt">$</span> cat ./prizes.md</div>
157+
<div class="section-cmd"><span class="prompt">$</span> jq . prizes.json</div>
164158

165159
<p class="muted-note">All prizes are per team unless noted otherwise.</p>
166160

0 commit comments

Comments
 (0)