diff options
Diffstat (limited to 'newsletter/campaigns/2021-01.json')
| -rw-r--r-- | newsletter/campaigns/2021-01.json | 81 |
1 files changed, 0 insertions, 81 deletions
diff --git a/newsletter/campaigns/2021-01.json b/newsletter/campaigns/2021-01.json deleted file mode 100644 index d3756c9..0000000 --- a/newsletter/campaigns/2021-01.json +++ /dev/null | |||
| @@ -1,81 +0,0 @@ | |||
| 1 | { | ||
| 2 | "categories": [ | ||
| 3 | { | ||
| 4 | "name": "General", | ||
| 5 | "links": [ | ||
| 6 | { | ||
| 7 | "title": "Fast Inverse Square Root — A Quake III Algorithm", | ||
| 8 | "excerpt": "In this video we will take an in depth look at the fast inverse square root and see where the mysterious number 0x5f3759df comes from. This algorithm became famous after id Software open sourced the engine for Quake III. On the way we will also learn about floating point numbers and newton's method.", | ||
| 9 | "url": "https://www.youtube.com/watch?v=p8u_k2LIZyo", | ||
| 10 | "tags": [ | ||
| 11 | "Video", | ||
| 12 | "Quake III" | ||
| 13 | ] | ||
| 14 | }, | ||
| 15 | { | ||
| 16 | "title": "Goodbye, Adobe Flash", | ||
| 17 | "excerpt": "A thrice-weekly news show about tech + gaming culture.", | ||
| 18 | "url": "https://www.youtube.com/watch?v=zV2VEOHNCJU", | ||
| 19 | "tags": [ | ||
| 20 | "Video", | ||
| 21 | "Tech news" | ||
| 22 | ] | ||
| 23 | }, | ||
| 24 | { | ||
| 25 | "title": "The Year's Biggest Breakthroughs in Math and Computer Science", | ||
| 26 | "excerpt": "For mathematicians and computer scientists, 2020 was full of discipline-spanning discoveries and celebrations of creativity. We'd like to take a moment to recognize some of these achievements.", | ||
| 27 | "url": "https://www.youtube.com/watch?v=HL7DEkXV_60", | ||
| 28 | "tags": [ | ||
| 29 | "Video", | ||
| 30 | "Math and Computer Science" | ||
| 31 | ] | ||
| 32 | }, | ||
| 33 | { | ||
| 34 | "title": "20 Award-Winning 13-Kilobyte JavaScript Games You Can Play in Your Browser", | ||
| 35 | "excerpt": "In this article, I am going to show you 20 award-winning JavaScript games from the JS13kGames competition. So in other words, you're going to see 20 great examples of code from 20 insanely talented developers.", | ||
| 36 | "url": "https://www.freecodecamp.org/news/20-award-winning-games-explained-code-breakdown/", | ||
| 37 | "tags": [ | ||
| 38 | "Blog", | ||
| 39 | "Games" | ||
| 40 | ] | ||
| 41 | }, | ||
| 42 | { | ||
| 43 | "title": "Espressif's New ESP32-S3 Adds AI Features for IoT Devices", | ||
| 44 | "excerpt": "The very last day of 2020 came with great news for ESP32 fans. The ubiquitous IoT microcontroller is getting a new family member — the ESP32-S3! Espressif's latest introduction includes an updated dual-core MCU, expanded GPIO, AI-focused instructions, and hardware-accelerated security features.", | ||
| 45 | "url": "https://www.hackster.io/news/espressif-s-new-esp32-s3-adds-ai-features-for-iot-devices-b42b902abdf5", | ||
| 46 | "tags": [ | ||
| 47 | "Product", | ||
| 48 | "IoT" | ||
| 49 | ] | ||
| 50 | }, | ||
| 51 | { | ||
| 52 | "title": "Radioactive materials were once sold in a STORE in the USSR!", | ||
| 53 | "excerpt": "‘Izotopy’ was the name of a specialist store in Moscow that sold radioactive materials. And demand for them was very high. But how was such a thing possible?", | ||
| 54 | "url": "https://www.rbth.com/history/333230-radioactive-materials-sold-ussr", | ||
| 55 | "tags": [ | ||
| 56 | "Blog", | ||
| 57 | "Russia" | ||
| 58 | ] | ||
| 59 | }, | ||
| 60 | { | ||
| 61 | "title": "Welcome to 2021 with Joel Spolsky", | ||
| 62 | "excerpt": "We are stepping into a new year with a very special guest, Stack Overflow's co-founder and chairman, Joel Spolsky. We chat programming, social networks, and what comes next.", | ||
| 63 | "url": "https://stackoverflow.blog/2021/01/01/podcast-300-welcome-to-2021-with-joel-spolsky/", | ||
| 64 | "tags": [ | ||
| 65 | "Podcast", | ||
| 66 | "Stack Overflow" | ||
| 67 | ] | ||
| 68 | }, | ||
| 69 | { | ||
| 70 | "title": "The AI companion who cares", | ||
| 71 | "excerpt": "Replika is a #1 chatbot companion powered by artificial intelligence.", | ||
| 72 | "url": "https://replika.ai/", | ||
| 73 | "tags": [ | ||
| 74 | "Product", | ||
| 75 | "AI Chatbot" | ||
| 76 | ] | ||
| 77 | } | ||
| 78 | ] | ||
| 79 | } | ||
| 80 | ] | ||
| 81 | } | ||
