शैडोइंग अभ्यास: 10 weird OSS projects you need right now... - YouTube के साथ अंग्रेजी बोलना सीखें

C1
Yesterday, I was looking at my GitHub feed and realized it was 90% AI agents reviewing other AI agents' pull requests.
⏸ रुका हुआ
138 वाक्य
यदि वाक्य बहुत छोटे या लंबे हों, तो समायोजित करने के लिए Edit पर क्लिक करें।
1
Yesterday, I was looking at my GitHub feed and realized it was 90% AI agents reviewing other AI agents' pull requests.
2
My For You page is just six wrappers around the same Claude API key,
3
and all the most starred repos are literally just markdown files that tell you how to talk to robots.
4
I thought I had died and went to hell,
5
but I realized this can't be hell,
6
because this is my terminal emulator.
7
It's 3D, it uses 300MB of RAM,
8
it has a spinning wrap for a cursor,
9
and it might be the most important software released in 2026.
10
Underneath the AI sewage layer,
11
and below the Prompt Bros and Notion template goblins,
12
there are still real humans building insane,
13
beautiful, and deeply unnecessary software.
14
In today's video, we'll look at 10 projects you've never heard of,
15
built by people who absolutely should not be allowed near a compiler,
16
and I mean that as the highest possible compliment.
17
It is May 26, 2026,
18
and you're watching The Code Report.
19
The first project I want to talk about is Rati.
20
It's a new terminal emulator built in Rust and inspired by TempleOS.
21
And as you can see here,
22
the cursor is a spinning 3D rat.
23
It was created by Oren Parmaxes,
24
and unlike most terminal emulators,
25
it doesn't just render text,
26
but rather an entire GPU-accelerated 3D scene using the Bevy game engine.
27
That means you can do incredibly useless things,
28
like hit Ctrl-Alt-Enter, to physically tilt your terminal in a 3D space like you're flying through a PS2 game.
29
And you can even bring in your own crappy 3D models from tools like Blender.
30
The only catch is that it eats 300 megabytes of RAM,
31
and RAM is not cheap these days.
32
The creator fully acknowledges that this is insane by saying,
33
quote, everything comes at a cost,
34
especially the spinning rat cursor.
35
But if 3D rats are not enough,
36
your terminal's about to get even more awesomer thanks to a project called Terminal Phone.
37
Imagine this, you're in the terminal,
38
vim open, three TMUX panes deep,
39
and instead of unlocking your phone to take a call,
40
you just make the call from bash.
41
The Terminal Phone is an open-source push-to-talk voice and text app that runs entirely over Tor as a shell script.
42
There are no servers, no accounts, no phone numbers.
43
Instead, a .onion address is your identity,
44
which means everything is ephemeral and end-to-end encrypted.
45
The developer shipped this project in February with a custom protocol built from scratch.
46
This is the project cypherpunks were promising us in 1995,
47
and now finally, after 30 years,
48
one psychopath finally delivered it.
49
But this next project might even be more rebellious.
50
Back in 1988, before the internet even existed,
51
John Carpenter made an awesome movie where this dude puts on sunglasses,
52
and suddenly every billboard, magazine,
53
and advertisement on Earth is revealed to be what it truly is,
54
alien mind-control propaganda telling us to obey, consume, marry, and reproduce.
55
Developer David Lawrence realized that this is also the most aesthetically correct way to implement an ad blocker.
56
He actually had the idea all the way back in 2015,
57
sat on it for a decade,
58
and then finally shipped it recently as a fork of uBlock Origin Lite.
59
Instead of just blocking ads,
60
it turns the entire experience of surfing the World Wide Web into an 80s sci-fi horror movie.
61
But our next project, Kuda Oxide,
62
didn't come from some basement hacker.
63
It was quietly dropped on GitHub by the 5 trillion market cap NVIDIA last week.
64
And it addresses an important problem.
65
In order to write CUDA kernels,
66
code that runs on a GPU,
67
you need to carefully craft C++.
68
Pray the compiler doesn't segfault,
69
because it only takes one wrong pointer to turn your $40,000 GPU cluster into a worthless paperweight.
70
CUDA Oxide tries to fix this by letting you write GPU kernels in pure Rust.
71
Just annotate a function with kernel,
72
and now you have Rust code that can actually run on a GPU.
73
And it actually compiles straight to PTX.
74
There's no foreign functions interface or C++ involved at all.
75
But all these awesome projects should have their own theme songs,
76
and that's where WarioSynth comes in.
77
This is a weird project where you paste in a song,
78
and it spits it back out as a Game Boy chiptune.
79
Under the hood, it uses the Web Audio API to take two pulse waves,
80
one wave channel, and one noise channel,
81
to re-synthesize an entire song as something that sounds like it's coming out of a 1989 Game Boy.
82
And it can do all of this in the browser,
83
with zero server-side processing required.
84
Enjoy it before Nintendo's legal team nukes it and memory holes it,
85
but speaking of memory holes,
86
I completely forgot about the Epstein files after the Iran War and UFO disclosures.
87
Luckily, though, the files are easier than ever to consume now thanks to projects like Jmail,
88
which emulates Gmail as if you were Jeffrey himself using it.
89
But if you truly want to go deep down this rabbit hole,
90
Epstein Exposed provides a searchable database for the files,
91
and also this awesome network graph that shows you how deep the connections of the deep state actually go.
92
If that's a little too dark for you,
93
though, you'll really like this next project, Exipedia.
94
Developer Lyra Rebane looked at the dumpster fire that's modern social media and asked the only sensible question.
95
What if doom scrolling was actually good for you?
96
So she built Wikipedia as a TikTok feed.
97
You open up the web app,
98
pick a few categories, and it downloads 40 megabytes of simple Wikipedia in the background,
99
and then you have an infinite feed you can scroll through endlessly.
100
This project is also open source and runs its algorithm entirely in the browser.
101
But what if we could run an entire computer in the browser?
102
Well, that's where Pewter comes in.
103
It's a project you can self-host,
104
or if you go to pewter.com,
105
you'll be taken to a desktop environment where you have a taskbar,
106
draggable windows, a file manager,
107
and a bunch of applications like a notepad,
108
code editor, terminal, and so on.
109
It's kind of like the dream of Chrome OS,
110
except it's actually free, actually open, and actually fun.
111
But now, it's time to learn about Honker.
112
This one's for the SQLite gang,
113
and honestly, it might be the single most underrated project on this list.
114
SQLite is an incredible database that can handle even the most ambitious of failed side projects.
115
But if you end up needing a feature like a job queue,
116
things start to get complicated.
117
You might think you need to spin up Redis,
118
install Celery, or run a message broker,
119
but developer Russell Romney says no. Honker is a SQLite extension written in Rust
120
that adds Postgres-style notify-listen directly into your database file.
121
You get durable PubSub, task queues,
122
event streams, and a cron scheduler,
123
and all that lives inside the same .db file as your business data.
124
It's yet another humble reminder that 99% of us don't f***ing need motherf***ing Kubernetes,
125
and would be perfectly fine running SQLite and Node on a $5 VPS.
126
And that brings us to number 10,
127
HyperAgent, the sponsor of today's video.
128
Most agent platforms only give you tool calls,
129
but HyperAgent lets you build and deploy agents with their own browser,
130
shell, and file system, all running in an isolated cloud sandbox.
131
I used it to build a research workflow for our Bytes newsletter that studies past issues,
132
scouts tech Twitter and Hacker News for promising story topics,
133
and saves them to our team's Airtable.
134
Then I turn that workflow into an agent we can invoke from Telegram or Slack whenever we need ideas.
135
Right now, HyperAgent is giving away $10 million to founders building agent-first companies,
136
and the first 1,000 viewers to use the link below will get $1,000 in free inference credits.
137
This has been The Code Report,
138
thanks for watching, and I will see you in the next one.

ऐप डाउनलोड करें

आपके बोले हर वाक्य के लिए AI स्कोरिंग

डाउनलोड करने के लिए स्कैन करें
डाउनलोड करने के लिए स्कैन करें
TRENDING

लोकप्रिय

इस पाठ के बारे में

इस पाठ में, आप अद्वितीय और कुछ अजीब परियोजनाओं के बारे में जानकारी प्राप्त करेंगे जो तकनीकी दुनिया में नवाचार का प्रतीक हैं। इस सामग्री का उपयोग कर अंग्रेजी बोलने का अभ्यास करते हुए, आप न केवल नए शब्द सीखेंगे बल्कि एक दिलचस्प विषय पर बात करने का प्रयोग भी करेंगे। वीडियो में दी गई जानकारी आपके लिए उपयोगी होगी, खासकर यदि आप शैक्षिक दृष्टिकोण से अंग्रेजी सीखने के प्रति रुचि रखते हैं। यूट्यूब से अंग्रेजी सीखें और अपनी अंग्रेजी बोलने की क्षमताओं को बढ़ाएँ।

मुख्य शब्दावली और वाक्यांश

  • टर्मिनल एमुलेटर - एक सॉफ़्टवेयर जो अन्य ऑपरेटिंग सिस्टम की कमान के लिए कमांड-लाइन इंटरफेस देता है।
  • GPU-त्वरित - ग्राफिक्स प्रोसेसिंग यूनिट का उपयोग करके काम करना।
  • अभिनव सॉफ़्टवेयर - नया और अनोखा सॉफ़्टवेयर।
  • एंड-टू-एंड एन्क्रिप्टेड - ऐसी सुरक्षा जिसमें डेटा केवल प्रेषक और प्राप्तकर्ता के बीच सुरक्षित रहता है।
  • ओपन-सोर्स - ऐसा सॉफ़्टवेयर जिसका स्रोत कोड सार्वजनिक रूप से उपलब्ध है।
  • शेल स्क्रिप्ट - आदेशों का एक सेट जिसे टर्मिनल में निष्पादित किया जाता है।
  • 3D दृश्य - तीन आयामी ग्राफिक्स।
  • क्रेडिट - सम्मान या मान्यता प्राप्त करना।

प्रैक्टिस टिप्स

जब आप इस वीडियो को देखें, तो इसे shadowing site के लिए एक संसाधन के रूप में उपयोग करें। विशेष रूप से वीडियो की गति पर ध्यान केंद्रित करें, ताकि आप उच्चारण और शब्दों के बीच सही तालमेल बना सकें। वीडियो में बोले गए शब्दों को सुनते हुए, उनके पीछे-पीछे बोलने का प्रयास करें। यह्सुनने और बोलने के अभ्यास को दोहराने का एक शानदार तरीका है। हर बार जब कोई नया तकनीकी शब्द सुने, उसे रोककर एक बार पुनः बोलने का प्रयास करें। इस प्रक्रिया में निरंतरता बनाए रखें; इससे आप धीरे-धीरे अंग्रेजी बोलने में अधिक आत्मविश्वास महसूस करेंगे। याद रखें, आप अपने अभ्यास में shadowspeaks का प्रयोग कर सकते हैं; यह आपके अंग्रेजी बोलने के अभ्यास को न केवल मजेदार बनाएगा बल्कि आपकी शब्दावली को भी समृद्ध करेगा।

शैडोइंग तकनीक क्या है?

शैडोइंग (Shadowing) एक विज्ञान-समर्थित भाषा सीखने की तकनीक है जो मूल रूप से पेशेवर दुभाषिया प्रशिक्षण के लिए विकसित की गई थी। विधि सरल लेकिन शक्तिशाली है: आप मूल अंग्रेज़ी ऑडियो सुनते हैं और तुरंत इसे ज़ोर से दोहराते हैं — जैसे वक्ता की छाया 1-2 सेकंड की देरी से। शोध से पता चलता है कि यह उच्चारण सटीकता, स्वर, लय, जुड़ी हुई ध्वनियाँ, सुनने की समझ और बोलने की प्रवाहशीलता में काफ़ी सुधार करता है।

हमें एक कॉफी पिलाएं