-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
698 lines (626 loc) · 25.8 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
<!DOCTYPE html>
<html lang="en">
<head>
<meta name="author" content="Joseph Wilk">
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Art @ Joseph Wilk | http://art.josephwilk.net</title>
<meta name="description" content="Studio Joseph Wilk, working with code, creativity & computation.">
<meta property="og:title" content="Joseph Wilk" />
<meta property="og:locale" content="en_US" />
<link rel="canonical" href="https://art.josephwilk.net/" />
<meta property="og:url" content="https://art.josephwilk.net/" />
<meta property="og:site_name" content="art.josephwilk.github.io" />
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Cutive+Mono&family=Roboto+Serif:opsz,[email protected],100&display=swap" rel="stylesheet">
<link href="stylesheets/screen.css" media="screen, projection" rel="stylesheet" type="text/css">
</head>
<body>
<div class="header">
<div class="wrapper">
<header>
<div class="container">
<a href="/">
<div class="logo">
<h1><span>Studio</span></h1>
<h2>Joseph Wilk</h2>
</div>
</a>
<div class="default-header header">
<div class="header-holder">
<div class="menu-holder">
<nav>
<ul>
<li class="menu-item menu-item-type-post_type menu-item-object-page current-menu-item page_item page-item-34 current_page_item menu-item-2187 active"><a href="/index.html">Projects</a> </li>
<li class="menu-item menu-item-type-post_type menu-item-object-page current-menu-item page_item page-item-34 current_page_item menu-item-2187"><a href="/artist_statement.html">Artist Statement</a> </li>
<li class="menu-item menu-item-type-post_type menu-item-object-page current-menu-item page_item page-item-34 current_page_item menu-item-2187"><a href="/talks.html">Talks</a> </li>
<!--<li class="menu-item menu-item-type-post_type menu-item-object-page current-menu-item page_item page-item-34 current_page_item menu-item-2187"><a href="http://shop.josephwilk.net">Shop</a> </li>-->
<li class="menu-item menu-item-type-post_type menu-item-object-page current-menu-item page_item page-item-34 current_page_item menu-item-2187"><a href="https://medium.com/@josephwilk">Writings</a></li>
<li class="menu-item menu-item-type-post_type menu-item-object-page current-menu-item page_item page-item-34 current_page_item menu-item-2187"><a href="/contact.html">Contact</a></li>
</ul>
</nav>
</div>
</div>
</div>
</div>
</header>
</div>
</div>
<article>
<div class="title">
</div>
</article>
<div class="page-container">
<div class="row">
<div class="porfolio-item">
<div class="item-box-container">
<div class="item-box">
<div class="thumb">
<div class="info"><a href="/projects/cripship.html"><img src="imgs/thumbs/cripship_color.png" alt="A icon of a wheelchair in motion with a radar, helmet and backpack." />
<div class="hover-state padding hover-eff-fade-slide position-top-left hover-full hover-style-black opacity-yes">
<h3>CripShip: An AI Revolt</h3>
</div>
</a>
</div>
</div>
</div>
</div>
</div>
<div class="porfolio-item">
<div class="item-box-container">
<div class="item-box">
<div class="thumb">
<div class="info"><a href="/projects/value_system_of_commercial_llms.html"><img src="imgs/thumbs/llm_values.jpg" alt="A screen showing the words 'Training you is accelerating climate change'" />
<div class="hover-state padding hover-eff-fade-slide position-top-left hover-full hover-style-black opacity-yes">
<h3>The Values of LLMs</h3>
</div>
</a>
</div>
</div>
</div>
</div>
</div>
<div class="porfolio-item">
<div class="item-box-container">
<div class="item-box">
<div class="thumb">
<div class="info"><a href="/projects/llms_and_ableism.html"><img src="imgs/thumbs/rating_ableism.png" alt="A circular heat map with words radiating from the center" />
<div class="hover-state padding hover-eff-fade-slide position-top-left hover-full hover-style-black opacity-yes">
<h3>LLMs and Ableism</h3>
</div>
</a>
</div>
</div>
</div>
</div>
</div>
<!-- <div class="porfolio-item">
<div class="item-box-container">
<div class="item-box">
<div class="thumb">
<div class="info"><a href="/projects/llm_cooking.html"><img src="imgs/thumbs/llm_cooking.jpg" alt="" />
<div class="hover-state padding hover-eff-fade-slide position-top-left hover-full hover-style-black opacity-yes">
<h3>Breaking LLMs</h3>
</div>
</a>
</div>
</div>
</div>
</div>
</div> -->
<div class="porfolio-item">
<div class="item-box-container">
<div class="item-box">
<div class="thumb">
<div class="info"><a href="/projects/errors_are_inevitable.html"><img src="imgs/thumbs/errors_are_inevitable.png" alt="text 'aabaab'" />
<div class="hover-state padding hover-eff-fade-slide position-top-left hover-full hover-style-black opacity-yes">
<h3>Errors are Inevitable </h3>
</div>
</a>
</div>
</div>
</div>
</div>
</div>
<div class="porfolio-item">
<div class="item-box-container">
<div class="item-box">
<div class="thumb">
<div class="info"><a href="/projects/disabled_joy_in_motion.html"><img src="imgs/thumbs/disabledjoy.jpg" alt="Digital wheelchair trails with the text 'Disabled joy in motion'" />
<div class="hover-state padding hover-eff-fade-slide position-top-left hover-full hover-style-black opacity-yes">
<h3>Disabled Joy in Motion</h3>
</div>
</a>
</div>
</div>
</div>
</div>
</div>
<div class="porfolio-item">
<div class="item-box-container">
<div class="item-box">
<div class="thumb">
<div class="info"><a href="/projects/wrong_move.html"><img src="imgs/thumbs/value_systems_of_rent.png" alt="A aerial 3D view of an imaginary Greater London." />
<div class="hover-state padding hover-eff-fade-slide position-top-left hover-full hover-style-black opacity-yes">
<h3>Wrong Move</h3>
</div>
</a>
</div>
</div>
</div>
</div>
</div>
<div class="porfolio-item">
<div class="item-box-container">
<div class="item-box">
<div class="thumb">
<div class="info"><a href="/projects/medical_gaze.html"><img src="imgs/thumbs/medical_gaze2.jpg" alt="A collage of many different eyes." />
<div class="hover-state padding hover-eff-fade-slide position-top-left hover-full hover-style-black opacity-yes">
<h3>Medical Gaze</h3>
</div>
</a>
</div>
</div>
</div>
</div>
</div>
<div class="porfolio-item">
<div class="item-box-container">
<div class="item-box">
<div class="thumb">
<div class="info"><a href="/projects/mouth_of_lords.html"><img src="imgs/thumbs/mouth_of_lords.jpg" alt="A grid of 16x49 rectangular mouths." />
<div class="hover-state padding hover-eff-fade-slide position-top-left hover-full hover-style-black opacity-yes">
<h3>The Mouth of Lords</h3>
</div>
</a>
</div>
</div>
</div>
</div>
</div>
<div class="porfolio-item">
<div class="item-box-container">
<div class="item-box">
<div class="thumb">
<div class="info"><a href="/projects/average_lord.html"><img src="imgs/thumbs/average_lords.png" alt="A slightly ghostly white face, the eyes, noise and mouth are clearest." />
<div class="hover-state padding hover-eff-fade-slide position-top-left hover-full hover-style-black opacity-yes">
<h3>Average Lords</h3>
</div>
</a>
</div>
</div>
</div>
</div>
</div>
<div class="porfolio-item">
<div class="item-box-container">
<div class="item-box">
<div class="thumb">
<div class="info"><a href="/projects/wheeltrails.html"><img src="imgs/thumbs/wheeltrails_trail2.png" alt="Two red ribbon like tails of a wheelchair." />
<div class="hover-state padding hover-eff-fade-slide position-top-left hover-full hover-style-black opacity-yes">
<h3>Wheeltrails</h3>
</div>
</a>
</div>
</div>
</div>
</div>
</div>
<div class="porfolio-item">
<div class="item-box-container">
<div class="item-box">
<div class="thumb">
<div class="info"><a href="/projects/accessibility_aids.html"><img src="imgs/thumbs/accessibility_aids.jpg" alt="A pen plotter is moving through paint with an hand holding it." />
<div class="hover-state padding hover-eff-fade-slide position-top-left hover-full hover-style-black opacity-yes">
<h3>Accessibility aids</h3>
</div>
</a>
</div>
</div>
</div>
</div>
</div>
<div class="porfolio-item">
<div class="item-box-container">
<div class="item-box">
<div class="thumb">
<div class="info"><a href="/projects/focalpoint_marbling.html"><img src="imgs/thumbs/focalpoint.jpg" alt="A flowing flower like shape sculpted in flat paint." />
<div class="hover-state padding hover-eff-fade-slide position-top-left hover-full hover-style-black opacity-yes">
<h3>Focalpoint Marbling</h3>
</div>
</a>
</div>
</div>
</div>
</div>
</div>
<div class="porfolio-item">
<div class="item-box-container">
<div class="item-box">
<div class="thumb">
<div class="info"><a href="/projects/wheeltrails_r&d.html"><img src="imgs/thumbs/wheeltrails.jpg" alt="A person is drawing on the floor with their wheelchair." />
<div class="hover-state padding hover-eff-fade-slide position-top-left hover-full hover-style-black opacity-yes">
<h3>Wheeltrails R&D</h3>
</div>
</a>
</div>
</div>
</div>
</div>
</div>
<div class="porfolio-item">
<div class="item-box-container">
<div class="item-box">
<div class="thumb">
<div class="info"><a href="/projects/stupid_cities.html"><img src="imgs/thumbs/stupidcities.jpg" alt="Traffic cone and barriers block a pavement." />
<div class="hover-state padding hover-eff-fade-slide position-top-left hover-full hover-style-black opacity-yes">
<h3>Stupid Cities</h3>
</div>
</a>
</div>
</div>
</div>
</div>
</div>
<div class="porfolio-item">
<div class="item-box-container">
<div class="item-box">
<div class="thumb">
<div class="info"><a href="/projects/marbling.html"><img src="imgs/thumbs/marbling.jpg" alt="" />
<div class="hover-state padding hover-eff-fade-slide position-top-left hover-full hover-style-black opacity-yes">
<h3>Machine Marbling</h3>
</div>
</a>
</div>
</div>
</div>
</div>
</div>
<div class="porfolio-item">
<div class="item-box-container">
<div class="item-box">
<div class="thumb">
<div class="info"><a href="/projects/edge_dancing.html"><img src="imgs/thumbs/edge_dancing.jpg" alt="" />
<div class="hover-state padding hover-eff-fade-slide position-top-left hover-full hover-style-black opacity-yes">
<h3>Edge Dancing</h3>
</div>
</a>
</div>
</div>
</div>
</div>
</div>
<div class="porfolio-item">
<div class="item-box-container">
<div class="item-box">
<div class="thumb">
<div class="info"><a href="/projects/growth_in_paint.html"><img src="imgs/thumbs/differential_growth.jpg" alt="" />
<div class="hover-state padding hover-eff-fade-slide position-top-left hover-full hover-style-black opacity-yes">
<h3>Differential Paint Expansion</h3>
</div>
</a>
</div>
</div>
</div>
</div>
</div>
<div class="porfolio-item">
<div class="item-box-container">
<div class="item-box">
<div class="thumb">
<div class="info"><a href="/projects/automation_paint_flow.html"><img src="imgs/thumbs/paintpour.png" alt="Many small circles of paint slowly growing outward in size, the middle flows and blends together." />
<div class="hover-state padding hover-eff-fade-slide position-top-left hover-full hover-style-black opacity-yes">
<h3>Automation, paint and flow</h3>
</div>
</a>
</div>
</div>
</div>
</div>
</div>
<div class="porfolio-item">
<div class="item-box-container">
<div class="item-box">
<div class="thumb">
<div class="info">
<a href="/projects/chaotic_systems_of_air_and_ink.html"><img src="imgs/thumbs/chaoticsystems.jpg" alt="Paper based work created through blowing ink splinterring outward from a circle, halo like." />
<div class="hover-state hover-eff-fade-slide position-top-left hover-full hover-style-black opacity-yes">
<h3>Chaotic Systems of ink and air</h3>
</div>
</a>
</div>
</div>
</div>
</div>
</div>
<div class="porfolio-item">
<div class="item-box-container">
<div class="item-box">
<div class="thumb">
<div class="info"><a href="/projects/symbol_of_disability.html"><img src="imgs/thumbs/wheelchairsymbols.jpg" alt="Wheelchair symbol constructed out of a plant like growth." />
<div class="hover-state padding hover-eff-fade-slide position-top-left hover-full hover-style-black opacity-yes">
<h3>Symbols of Disability</h3>
</div>
</a>
</div>
</div>
</div>
</div>
</div>
<div class="porfolio-item">
<div class="item-box-container">
<div class="item-box">
<div class="thumb">
<div class="info"><a href="/projects/soft_robotics_detritus.html"><img src="imgs/thumbs/soft_robotics_detritus.jpg" alt="A soft robot sits on a table, looking like a tardigrade, made out of recycled materials, wires and sensors." />
<div class="hover-state padding hover-eff-fade-slide position-top-left hover-full hover-style-black opacity-yes">
<h3>Soft Robotics: Detritus</h3>
</div>
</a>
</div>
</div>
</div>
</div>
</div>
<div class="porfolio-item">
<div class="item-box-container">
<div class="item-box">
<div class="thumb">
<div class="info"><a href="/projects/how_to_be_seen.html"><img src="imgs/thumbs/howtobeseen.jpg" alt="Monitor with a digital constructed image of the artist, a webcamera points at the screen." />
<div class="hover-state padding hover-eff-fade-slide position-top-left hover-full hover-style-black opacity-yes">
<h3>How to be seen</h3>
</div>
</a>
</div>
</div>
</div>
</div>
</div>
<div class="porfolio-item">
<div class="item-box-container">
<div class="item-box">
<div class="thumb">
<div class="info"><a href="/projects/flow_of_my_voice.html"><img src="imgs/thumbs/flowofvoice.png" alt="Diagram showing the flow of data for a voice call to NYC." />
<div class="hover-state padding hover-eff-fade-slide position-top-left hover-full hover-style-black opacity-yes">
<h3>The flow of my voice</h3>
</div>
</a>
</div>
</div>
</div>
</div>
</div>
<div class="porfolio-item">
<div class="item-box-container">
<div class="item-box">
<div class="thumb">
<div class="info"><a href="/projects/accelerating_silences.html"><img src="imgs/thumbs/accelerating_silences.png" alt="" />
<div class="hover-state padding hover-eff-fade-slide position-top-left hover-full hover-style-black opacity-yes">
<h3>Accelerating Silences</h3>
</div>
</a>
</div>
</div>
</div>
</div>
</div>
<div class="porfolio-item">
<div class="item-box-container">
<div class="item-box">
<div class="thumb">
<div class="info"><a href="/projects/audio_reactive_black_box.html"><img src="imgs/thumbs/roboticslab.jpg" alt="Robotics lab with a tapped of section on the floor labeled "black box"." />
<div class="hover-state padding hover-eff-fade-slide position-top-left hover-full hover-style-black opacity-yes">
<h3>Audio reactive performance: Black box</h3>
</div>
</a>
</div>
</div>
</div>
</div>
</div>
<div class="porfolio-item">
<div class="item-box-container">
<div class="item-box">
<div class="thumb">
<div class="info"><a href="/projects/averaging_emojis.html"><img src="imgs/thumbs/averageemojis.png" alt="An emoji but only the eyes are really visible, the rest is a blurred overlay of many Emojis on top of each over." />
<div class="hover-state padding hover-eff-fade-slide position-top-left hover-full hover-style-black opacity-yes">
<h3>Averaging Emojis</h3>
</div>
</a>
</div>
</div>
</div>
</div>
</div>
<div class="porfolio-item">
<div class="item-box-container">
<div class="item-box">
<div class="thumb">
<div class="info"><a href="/projects/tessellating_code.html"><img src="imgs/thumbs/tessalate.png" alt="A rectangle filled with triangles of purples and pinks. The shape of the lines and layout of the programming code are visibile in the triangles." />
<div class="hover-state padding hover-eff-fade-slide position-top-left hover-full hover-style-black opacity-yes">
<h3>Tessellating code</h3>
</div>
</a>
</div>
</div>
</div>
</div>
</div>
<div class="porfolio-item">
<div class="item-box-container">
<div class="item-box">
<div class="thumb">
<div class="info"><a href="/projects/accents_in_motion.html"><img src="imgs/thumbs/stockholmdance.jpg" alt="A dancer with outstretch arms in a pleading like gesture. The background is in a decommissioned underground nuclear bunker." />
<div class="hover-state padding hover-eff-fade-slide position-top-left hover-full hover-style-black opacity-yes">
<h3>Accents in motion</h3>
</div>
</a>
</div>
</div>
</div>
</div>
</div>
<!--
<div class="porfolio-item">
<div class="item-box-container">
<div class="item-box">
<div class="thumb">
<div class="info"><a href="/projects/live_coded_album.html"><img src="imgs/thumbs/db.png">
<div class="hover-state padding hover-eff-fade-slide position-top-left hover-full hover-style-black opacity-yes">
<h3>Live coded album: d[-_-]b</h3>
</div>
</a>
</div>
</div>
</div>
</div>
</div>
-->
<div class="porfolio-item">
<div class="item-box-container">
<div class="item-box">
<div class="thumb">
<div class="info"><a href="/projects/creatures.html"><img src="imgs/thumbs/creatures.png" alt="Computer generated sea urchin like creates with spikes extending from a orb in the middle. Overlayed with programming code." />
<div class="hover-state padding hover-eff-fade-slide position-top-left hover-full hover-style-black opacity-yes">
<h3>Creatures Songbook Zine</h3>
</div>
</a>
</div>
</div>
</div>
</div>
</div>
<div class="porfolio-item">
<div class="item-box-container">
<div class="item-box">
<div class="thumb">
<div class="info"><a href="/projects/sorting_sound_visually.html"><img src="imgs/thumbs/sound.jpg" alt="40,000 sound wave forms sorted, almost becoming a object of shape due to the sorting." />
<div class="hover-state padding hover-eff-fade-slide position-top-left hover-full hover-style-black opacity-yes">
<h3>Sorting sounds visually using t-SNE</h3>
</div>
</a>
</div>
</div>
</div>
</div>
</div>
<div class="porfolio-item">
<div class="item-box-container">
<div class="item-box">
<div class="thumb">
<div class="info"><a href="/projects/music_for_machines.html"><img src="imgs/thumbs/musicformachines.jpg" alt="Black/White frequency analysis for an audio file." />
<div class="hover-state padding hover-eff-fade-slide position-top-left hover-full hover-style-black opacity-yes">
<h3>Generative Music for machines</h3>
</div>
</a>
</div>
</div>
</div>
</div>
</div>
<div class="porfolio-item">
<div class="item-box-container">
<div class="item-box">
<div class="thumb">
<div class="info"><a href="/projects/accents_of_the_world.html"><img src="imgs/thumbs/trainstation.jpg" alt="A train station in Japan, Tokyo." />
<div class="hover-state padding hover-eff-fade-slide position-top-left hover-full hover-style-black opacity-yes">
<h3>Accents of the world</h3>
</div>
</a>
</div>
</div>
</div>
</div>
</div>
<!--
<div class="porfolio-item">
<div class="item-box-container">
<div class="item-box">
<div class="thumb">
<div class="info"><a href="/projects/.html"><img src="imgs/thumbs/glsl.jpg">
<div class="hover-state padding hover-eff-fade-slide position-top-left hover-full hover-style-black opacity-yes">
<h3>Live coding: GLSL Shaders</h3>
</div>
</a>
</div>
</div>
</div>
</div>
</div>
-->
<div class="porfolio-item">
<div class="item-box-container">
<div class="item-box">
<div class="thumb">
<div class="info"><a href="/projects/attune.html"><img src="imgs/thumbs/attune2.jpg" alt="A shape with hard artifical edges is surrounded by electric like tendrils moving to the edges of the screen." />
<div class="hover-state padding hover-eff-fade-slide position-top-left hover-full hover-style-black opacity-yes">
<h3>Live coding: Attune</h3>
</div>
</a>
</div>
</div>
</div>
</div>
</div>
<div class="porfolio-item">
<div class="item-box-container">
<div class="item-box">
<div class="thumb">
<div class="info"><a href="/projects/fall_into_your_screen.html"><img src="imgs/thumbs/fall_into_your_screen.png" alt="Black screen, white text using Acsii art to create a person with headphones. I call this person db." />
<div class="hover-state padding hover-eff-fade-slide position-top-left hover-full hover-style-black opacity-yes">
<h3>Live coding: fall_into_your_screen</h3>
</div>
</a>
</div>
</div>
</div>
</div>
</div>
<div class="porfolio-item">
<div class="item-box-container">
<div class="item-box">
<div class="thumb">
<div class="info"><a href="/projects/end_of_buffer.html"><img src="imgs/thumbs/flatiron.jpg" alt="Rippling circles of color, slowly distorting as the circles get larger." />
<div class="hover-state padding hover-eff-fade-slide position-top-left hover-full hover-style-black opacity-yes">
<h3>Live coding: end_of_buffer</h3>
</div>
</a>
</div>
</div>
</div>
</div>
</div>
<div class="porfolio-item">
<div class="item-box-container">
<div class="item-box">
<div class="thumb">
<div class="info"><a href="/projects/the_stars.html"><img src="imgs/thumbs/stars.jpg" alt="Black screen with bright colors writing 'Repl-Electric'. Overlayed with code." />
<div class="hover-state padding hover-eff-fade-slide position-top-left hover-full hover-style-black opacity-yes">
<h3>Live coding: The stars</h3>
</div>
</a>
</div>
</div>
</div>
</div>
</div>
<div class="porfolio-item">
<div class="item-box-container">
<div class="item-box">
<div class="thumb">
<div class="info"><a href="/projects/minecraft.html"><img src="imgs/thumbs/minecraft.jpg" alt="Minecraft game, looking up at a spiral structure in the sky." />
<div class="hover-state padding hover-eff-fade-slide position-top-left hover-full hover-style-black opacity-yes">
<h3>Live coding: Minecraft</h3>
</div>
</a>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<a rel="me" href="https://mastodon.social/@josephwilk"></a>
<div id="footer">Copyright © 2013-present - Joseph Wilk</div>
</body>
</html>