content stringlengths 3 2.46k ⌀ | author stringlengths 1 32 ⌀ | timestamp stringdate 2025-05-08 15:31:02+0530 2026-03-23 17:56:46+0530 ⌀ | channel stringclasses 46
values | category stringclasses 7
values |
|---|---|---|---|---|
Code: arr[i][j] = ord(pic(i][j]) | Deleted User | 2026-02-09T21:36:13.888+05:30 | 💯-today-i-learned | Fun stuff |
No, U need to make it user-friendly & optimized, [bold text] ⬇️ : 1. U need to find way to load a frame, or a video or an image on to an external window 2. Gray-scale and shift the channels, trim them so that u have only Green part of the content in it, and other channels are thrown away for now, as eyes can find the g... | Sandeep Kumar Kuanar✌🏼 | 2026-02-10T04:53:36.272+05:30 | 💯-today-i-learned | Fun stuff |
Ok chatgpt Adding reactions to ur own msg is crazy | Deleted User | 2026-02-10T08:59:04.364+05:30 | 💯-today-i-learned | Fun stuff |
"heh... chat did I cook?" | h_three | 2026-02-10T14:05:13.369+05:30 | 💯-today-i-learned | Fun stuff |
TIL DuckDB | Kzeckt | 2026-02-10T19:49:12.857+05:30 | 💯-today-i-learned | Fun stuff |
i thought i cooked | Sandeep Kumar Kuanar✌🏼 | 2026-02-11T01:28:32.859+05:30 | 💯-today-i-learned | Fun stuff |
Owo kiss @user Kumar Kuanar✌🏼 | Deleted User | 2026-02-11T09:11:50.581+05:30 | 💯-today-i-learned | Fun stuff |
TIL Process management in Linux | gl1tch_095 | 2026-02-14T21:34:31.74+05:30 | 💯-today-i-learned | Fun stuff |
can u tell me what this is? | Sandeep Kumar Kuanar✌🏼 | 2026-02-14T21:59:55.309+05:30 | 💯-today-i-learned | Fun stuff |
go learn it bruh | h_three | 2026-02-14T22:11:21.084+05:30 | 💯-today-i-learned | Fun stuff |
TIL Array Of Structures vs Structures of Array,Using SIMD we can do operation on 4 floats in one clock cycle also useful to hit L1 cache lines | vikas | 2026-02-14T23:07:40.533+05:30 | 💯-today-i-learned | Fun stuff |
yeah this shows(?) processes are running independently of the termianl session | gl1tch_095 | 2026-02-15T22:34:16.651+05:30 | 💯-today-i-learned | Fun stuff |
TIL linux commands | Void | 2026-02-16T21:43:05.637+05:30 | 💯-today-i-learned | Fun stuff |
I learned how to touch grass professionally | nothing | 2026-02-16T22:50:35.664+05:30 | 💯-today-i-learned | Fun stuff |
tutorial please 😭 | Blinus | 2026-02-16T23:56:13.116+05:30 | 💯-today-i-learned | Fun stuff |
its very complicated to one | nothing | 2026-02-17T15:38:44.338+05:30 | 💯-today-i-learned | Fun stuff |
Today I learned how to make my websites more accessible | Sandeep Kumar Kuanar✌🏼 | 2026-02-20T20:16:50.19+05:30 | 💯-today-i-learned | Fun stuff |
?ban 755384420390797333 | Xem | 2026-02-21T09:16:24.109+05:30 | 💯-today-i-learned | Fun stuff |
whom did vro ban | leetuah | 2026-02-21T11:45:27.663+05:30 | 💯-today-i-learned | Fun stuff |
.rohit00 | Xem | 2026-02-21T12:03:27.627+05:30 | 💯-today-i-learned | Fun stuff |
<URL> | Xem | 2026-02-21T12:03:44.719+05:30 | 💯-today-i-learned | Fun stuff |
today i learned that i can share here what i learned today 🥰 | Mani Ⓜ | 2026-02-21T19:42:32.857+05:30 | 💯-today-i-learned | Fun stuff |
I have learnt about how sound and psychology can be used in UX but making things more and more accessible at the same time. | Sandeep Kumar Kuanar✌🏼 | 2026-02-21T23:12:23.82+05:30 | 💯-today-i-learned | Fun stuff |
Still trying to learn how to get gf but condition 1 not satisfied: Talk to a girl | Pingu | 2026-02-22T00:53:06.836+05:30 | 💯-today-i-learned | Fun stuff |
Today I learnt that Electricity is okay to be tackled, but Magnetism is a whole different beast! Heck, U get so weird effects that u have use unconvential techniques to only get the 1st approximation or 2nd order correction to a complex integral, and brothers and sisters, Griffith is a genius on presenting me with this... | Sandeep Kumar Kuanar✌🏼 | 2026-02-22T22:41:15.721+05:30 | 💯-today-i-learned | Fun stuff |
I discovered that Emacs has "independent" [code] pages, known as [code] pages (W.O. (without) man), which appear to locally retrieve the man pages from the internet regardless of whether you're using Windows or Linux. <URL> | eep.cpp | 2026-02-23T16:13:36.378+05:30 | 💯-today-i-learned | Fun stuff |
I have no words, try to run these programs! [code block] [code block] | meet a back | 2026-02-23T22:34:03.815+05:30 | 💯-today-i-learned | Fun stuff |
idk what the second one does but first happens because small numbers like smaller than 256 (iirc) get cached and reused right? | Dachi Arevadze | 2026-02-24T12:57:39.655+05:30 | 💯-today-i-learned | Fun stuff |
yes, in cpython (the most popular implementation) | Kzeckt | 2026-02-24T14:34:46.295+05:30 | 💯-today-i-learned | Fun stuff |
Ye @user it also is not just a cpython thing Just try to run the second one, it's prints out sone string that is not in the program | meet a back | 2026-02-24T15:09:29.951+05:30 | 💯-today-i-learned | Fun stuff |
It isn't exclusive to that ig, it is more like an implementation optimization, not something fixed for the language, i.e. might differ depending on the implementation. CPython is just one which definitely has this. And I didn't run the second one. | Kzeckt | 2026-02-25T00:54:53.316+05:30 | 💯-today-i-learned | Fun stuff |
Today I stole 50 pamphlets from the advertisement guys. | Unemployed Programmer | 2026-02-25T14:13:50.654+05:30 | 💯-today-i-learned | Fun stuff |
just why | Kzeckt | 2026-02-25T14:30:22.765+05:30 | 💯-today-i-learned | Fun stuff |
Yeah, it's not exclusive to that, like Pydantic also does this and so on, also i give up gatekeeping the output. Basically, it prints out [code block] This is a line from the [code] poem, which is printed to stdout when the [code] frozen module is imported (fun fact, the [code] module has a frozen function that is a ro... | meet a back | 2026-02-25T16:35:11.044+05:30 | 💯-today-i-learned | Fun stuff |
TIL foids are evil | Balthazar/Reitard | 2026-02-25T23:24:18.852+05:30 | 💯-today-i-learned | Fun stuff |
<URL> | leetuah | 2026-02-26T00:33:03.661+05:30 | 💯-today-i-learned | Fun stuff |
They were giving away free periodic tables with phone numbers with tuitions I cut phone numbers and resell periodic tables for profit 💸 | Unemployed Programmer | 2026-02-26T09:44:05.635+05:30 | 💯-today-i-learned | Fun stuff |
<URL> | Raptor.og | 2026-02-26T10:03:24.145+05:30 | 💯-today-i-learned | Fun stuff |
Today I questioned my existence, and went back to play rocket league 😌 What a save | Ashu56 | 2026-03-01T02:54:22.102+05:30 | 💯-today-i-learned | Fun stuff |
I learned about docker images and containers today. It's great :amazing: | Vighnesh | 2026-03-02T07:39:04.328+05:30 | 💯-today-i-learned | Fun stuff |
Today I learned about tailscale what a gift to humankind | Swastik | 2026-03-04T19:22:14.407+05:30 | 💯-today-i-learned | Fun stuff |
day before yesterday i learnt that more than half of github repo uses heroku seervice | Meowha <3 | 2026-03-05T11:42:36.297+05:30 | 💯-today-i-learned | Fun stuff |
Today I learned that I can map a path of my ssh key to a config file and let ssh access it from that config file. Handy | Vighnesh | 2026-03-05T17:28:17.354+05:30 | 💯-today-i-learned | Fun stuff |
Today I learnt git stores in same files with same contents into same blob instead of making 2 and how git basically works under the hood | Mr Fool | 2026-03-06T21:56:34.383+05:30 | 💯-today-i-learned | Fun stuff |
print("Hello World!") I AM OFFICIALLY A PROGRAMMER | Pingu | 2026-03-07T00:23:00.41+05:30 | 💯-today-i-learned | Fun stuff |
Today I learnt that if you sit on your hand for 10-20 mins and make it fully numb, so you can't feel it anymore Now when you would goon with that hand, it would feel like someone else is helping you goon. now all you gotta imagine is Bro helping you goon. It would help you lower cortisol and boost oxytocin while making... | [ABG Boob Cult] Tarbai | 2026-03-07T08:48:42.051+05:30 | 💯-today-i-learned | Fun stuff |
til there are three types of probability classical assignment -> classic relative frequency -> similar thing subjective probability -> intuition based | Pandey_Kun | 2026-03-07T19:58:20.451+05:30 | 💯-today-i-learned | Fun stuff |
clavicular spoke of this | Balthazar/Reitard | 2026-03-08T11:24:44.883+05:30 | 💯-today-i-learned | Fun stuff |
Today i learned that Machine Learning (The one stripped off from Input layer like Attention thing.) is actually dang simple like middle-school level math (Gradients, functions, relations, and multiplications) and learned the math (And made my first ML Next Word Predictor with PyTorch) | A z u r e 9 9 9 | RAJA | 2026-03-09T14:24:41.623+05:30 | 💯-today-i-learned | Fun stuff |
Today I learnt the difference between a data race and a race condition | ✞ঔৣλŁPҤEλU$ঔৣ ✞ | 2026-03-10T22:49:04.423+05:30 | 💯-today-i-learned | Fun stuff |
today i learned multidimensional arrays in C was really tricky at first got cooked and gave up stumbled upon a dev who does game hacking and reverse engineering who mostly uses C, C++ and C# who explained it in a simple way for me i understood it then i solved the exercise regarding multidimensional arrays easily then ... | [boob cult ceo] ✗odobyte | 2026-03-11T06:50:45.126+05:30 | 💯-today-i-learned | Fun stuff |
array inside array take my explanation too same as pythons lists where you can put lists inside lists but arrays are fixed like tuples :pepega: | ᑕᒪᗩᖇEᑎᑕE~さん | 2026-03-11T13:23:30.972+05:30 | 💯-today-i-learned | Fun stuff |
noted taking all the knowledge i can get from those whove already done it i appreciate you :pandaheart: | [boob cult ceo] ✗odobyte | 2026-03-11T14:55:39.825+05:30 | 💯-today-i-learned | Fun stuff |
Today I leaned how vLLM can increase efficiency and throughput of the LLM 24 Times vLLM is nothing but memory optimization of LLMs similar whats done in Operating system for eg page table This is my medium article on it <URL> | sarveshDON | 2026-03-11T17:06:16.486+05:30 | 💯-today-i-learned | Fun stuff |
Created entity mapping [italic text]one to many many to many in SpringBoot Backend dev is not just about Api's Database architecture is also very imp part of backend dev I have created a hospital management system and mapped Patients, rooms, Doctors, appointment Here is detailed article of it on Medium [medium.com/p/c6... | sarveshDON | 2026-03-13T09:57:47.257+05:30 | 💯-today-i-learned | Fun stuff |
today I will complete my dev portfolio website | Unemployed Programmer | 2026-03-17T06:50:17.771+05:30 | 💯-today-i-learned | Fun stuff |
where is the portfolio website I wanna look !!! | MR HAPILE | 2026-03-20T07:35:37.92+05:30 | 💯-today-i-learned | Fun stuff |
#channel Live: <URL> Github: <URL> | Unemployed Programmer | 2026-03-20T07:44:38.749+05:30 | 💯-today-i-learned | Fun stuff |
classic selection bias | man_x64 | 2025-06-14T21:15:22.02+05:30 | 📊-unnecessary-polls | Fun stuff |
:tuxhmmm: | man_x64 | 2025-06-14T21:15:26.829+05:30 | 📊-unnecessary-polls | Fun stuff |
:tuxhmmm: | zed | 2025-06-14T21:42:39.783+05:30 | 📊-unnecessary-polls | Fun stuff |
can i post here | Guru | 2025-08-12T21:21:55.472+05:30 | 📊-unnecessary-polls | Fun stuff |
#channel | zed | 2025-08-12T21:22:08.98+05:30 | 📊-unnecessary-polls | Fun stuff |
why doing poll when we can do pole dance | icebear | 2025-08-14T10:43:11.128+05:30 | 📊-unnecessary-polls | Fun stuff |
kill those ppl who said yes. | zed | 2025-08-14T13:15:25.853+05:30 | 📊-unnecessary-polls | Fun stuff |
no voting if you've only watched one of these :) | Xerx | 2025-08-15T12:40:35.562+05:30 | 📊-unnecessary-polls | Fun stuff |
the problem is that one piece is has not ended yet. otherwise it would have been in the better + the slow pacing in anime. But managa better. | zed | 2025-08-15T13:29:33.236+05:30 | 📊-unnecessary-polls | Fun stuff |
there's no problem. one piece is just better. after you take over the server, kick everyone who voted aot | Xerx | 2025-08-15T13:35:39.825+05:30 | 📊-unnecessary-polls | Fun stuff |
Yeahhhhh | zed | 2025-08-15T14:57:48.493+05:30 | 📊-unnecessary-polls | Fun stuff |
@user Chads thnx in advance 😘 | man_x64 | 2025-08-17T00:13:46.041+05:30 | 📊-unnecessary-polls | Fun stuff |
I don't vote for unnecessary polls :manofculture: | 𝟳𝟳𝟳 | 2025-08-17T00:34:55.277+05:30 | 📊-unnecessary-polls | Fun stuff |
this javascript is so cursed | AnshumanNeon | 2025-08-17T01:13:02.993+05:30 | 📊-unnecessary-polls | Fun stuff |
7 thala for a teason | zed | 2025-08-17T16:10:28.872+05:30 | 📊-unnecessary-polls | Fun stuff |
javascript | Xerx | 2025-08-19T10:29:53.753+05:30 | 📊-unnecessary-polls | Fun stuff |
It should be only Atheist and Not Atheist since an Agnostic is a believer after all | ᑕᒪᗩᖇEᑎᑕE~さん | 2025-08-20T17:05:36.771+05:30 | 📊-unnecessary-polls | Fun stuff |
no. I just searched, agnostic is basically who is neutral. He dosent deny god exist and nor if it does. | zed | 2025-08-20T17:10:07.532+05:30 | 📊-unnecessary-polls | Fun stuff |
True but will end up at the end with a believer or atheist | ᑕᒪᗩᖇEᑎᑕE~さん | 2025-08-20T17:15:43.976+05:30 | 📊-unnecessary-polls | Fun stuff |
i think agnostics are atheist. they just wanna avoid controversy | Xerx | 2025-08-20T18:03:58.022+05:30 | 📊-unnecessary-polls | Fun stuff |
well I am that guy ig. | zed | 2025-08-20T18:09:25.244+05:30 | 📊-unnecessary-polls | Fun stuff |
To eat? | Secretive Watcher | 2025-08-22T19:44:14.333+05:30 | 📊-unnecessary-polls | Fun stuff |
so.. you like to eat cat | Xerx | 2025-08-22T19:53:10.384+05:30 | 📊-unnecessary-polls | Fun stuff |
.... | BuildMindset | 2025-08-23T01:08:24.691+05:30 | 📊-unnecessary-polls | Fun stuff |
Yes I like to eat cat | Secretive Watcher | 2025-08-23T01:08:57.912+05:30 | 📊-unnecessary-polls | Fun stuff |
ik what you edited. and yes, me too. | Xerx | 2025-08-23T07:29:25.173+05:30 | 📊-unnecessary-polls | Fun stuff |
@user Chads which thumbnail should I choose for my next video? 1️⃣ Diagram 2️⃣ Doraemon Thanks in advance! | man_x64 | 2025-08-24T16:05:06.708+05:30 | 📊-unnecessary-polls | Fun stuff |
Everyone wants to fuck doraemon 💀 | Beluga_NK | 2025-08-24T16:06:19.092+05:30 | 📊-unnecessary-polls | Fun stuff |
damn i spent 2 hours on the first one | man_x64 | 2025-08-24T16:06:38.724+05:30 | 📊-unnecessary-polls | Fun stuff |
prolly max 20 mins on second | man_x64 | 2025-08-24T16:06:48.032+05:30 | 📊-unnecessary-polls | Fun stuff |
1st one is undisputedly better for the algorithm, 2nd one is undisputedly better | Alec Hazard | 2025-08-24T16:07:34.111+05:30 | 📊-unnecessary-polls | Fun stuff |
Sorry bro use it for something else 😭 maybe inside the video spam it | Beluga_NK | 2025-08-24T16:08:44.699+05:30 | 📊-unnecessary-polls | Fun stuff |
The first one looks more informative and the second one looks more fun | krish. | 2025-08-24T16:09:49.793+05:30 | 📊-unnecessary-polls | Fun stuff |
Next vid dropping when? | SponDyToe | 2025-08-24T16:15:21.829+05:30 | 📊-unnecessary-polls | Fun stuff |
tonight | man_x64 | 2025-08-24T16:18:11.456+05:30 | 📊-unnecessary-polls | Fun stuff |
:anyahehehe: | man_x64 | 2025-08-24T16:18:13.837+05:30 | 📊-unnecessary-polls | Fun stuff |
:tuxhmmm: | highintoxic | 2025-08-24T16:25:44.819+05:30 | 📊-unnecessary-polls | Fun stuff |
Got some content for tonight then :yunny: | SponDyToe | 2025-08-24T16:26:10.755+05:30 | 📊-unnecessary-polls | Fun stuff |
I wanted to know wtf is Fast API, people voting for 2 are just trolling | FN Diaz | 2025-08-24T16:54:53.563+05:30 | 📊-unnecessary-polls | Fun stuff |
Only Shizuka | OkaBoy | 2025-08-24T17:03:47.918+05:30 | 📊-unnecessary-polls | Fun stuff |
Final round done | GeoGuyz | 2025-08-24T17:23:59.433+05:30 | 📊-unnecessary-polls | Fun stuff |
Waiting for the results | GeoGuyz | 2025-08-24T17:24:04.058+05:30 | 📊-unnecessary-polls | Fun stuff |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.