Hello everyone π
I've been recently contacted by a bot developer who made cool projects already and is looking for bot ideas
so join his channel, test his bots and send him a message if you have an idea π₯°
(no this isn't an ad, I'm genuinely rooting for them)
I've been recently contacted by a bot developer who made cool projects already and is looking for bot ideas
so join his channel, test his bots and send him a message if you have an idea π₯°
(no this isn't an ad, I'm genuinely rooting for them)
π Welcome to DeadDot Channel
Here youβll find:
π» Scripts & programming tools
π₯ Powerful Telegram bots
π§ AI tools
βοΈ Quick and useful tutorials
Our goal: provide ready-to-use tools that save you time π
Follow us daily so you donβt miss anything new!
β¨ Our bots in this period:
@DeployXRobot
@CVEFarm_Robot
@DeadDownloaderRobot
β¨ Subscribe us to be notificated with every new project.
π© I will be happy to see your suggestions to make new Telegram bots π @LM_S0
Join right now https://t.me/D3D0T β₯οΈ
β€3π1
@EDM115 bots & updates β€οΈβπ₯
also I did my interview
pray for me that I get the role π₯Ήπ
pray for me that I get the role π₯Ήπ
for anyone who ain't in the group and didn't followed how it unveiled
I was originally rejected in favor of someone with more experience, which is totally understandable (I'm a new grad after all)
around a month later they called me back because they'll have a vacant post and I could fit so I jumped on the occasion βΊοΈ
will work as a Python dev on a desktop app, quite cool and a complex project that will sharpen my skills, in turn making the unzip-bot even better !
I'm starting officially on May 18th. keep an eye out on @unzip_updates as I dust off my py knowledge :)
I was originally rejected in favor of someone with more experience, which is totally understandable (I'm a new grad after all)
around a month later they called me back because they'll have a vacant post and I could fit so I jumped on the occasion βΊοΈ
will work as a Python dev on a desktop app, quite cool and a complex project that will sharpen my skills, in turn making the unzip-bot even better !
I'm starting officially on May 18th. keep an eye out on @unzip_updates as I dust off my py knowledge :)
5β€13
also if you follow me on GitHub, you might be like "why did this mf create 25 repos yesterday ?"
most of my school work during my CS studies, if not all, can be found at https://github.com/EDM115/school-codes-v2, but everything's sorted by class key and ain't easy to navigate
for a while I wanted to extract the projects as standalone repos to 1) showcase them off and 2) serve as an easier inspiration starting point. also cool to see how my coding style evolved (I did reformat everything to use 2space indentation tho)
commits have been created with roughly the date at which the codes were actually written for accuracy. some are mishmash of a specific language (python, java, sql, ...) over a year with multiple projects, other are fully fleshed out projects that are cool to look at.
READMEs have been mostly written by GPT 5.5 because I couldn't be bothered with reading 212 129 Lines of Code all over again
the
and if you wanna play, check https://github.com/EDM115/tetris-py which I made quite randomly in math class as part of a SAT Solver. I thought if the teacher had some fun maybe we'll get a better grade lol
looking back at it, I realized that school was the only time where I "vibe-coded" in the regular sense, just proompting until I get what I want
as a result, most of the code in those 25 repos can be considered "slop", but there's still a quite decent part made entirely by myself with interesting technical twists. it's all yours to explore, free. most of my work is opensource and if I have private repos, they'll get made public at some point anyway :)
most of my school work during my CS studies, if not all, can be found at https://github.com/EDM115/school-codes-v2, but everything's sorted by class key and ain't easy to navigate
for a while I wanted to extract the projects as standalone repos to 1) showcase them off and 2) serve as an easier inspiration starting point. also cool to see how my coding style evolved (I did reformat everything to use 2space indentation tho)
commits have been created with roughly the date at which the codes were actually written for accuracy. some are mishmash of a specific language (python, java, sql, ...) over a year with multiple projects, other are fully fleshed out projects that are cool to look at.
READMEs have been mostly written by GPT 5.5 because I couldn't be bothered with reading 212 129 Lines of Code all over again
the
cluedo, weather-webapp and todo-webapp are really representative of the style I liked back then (Vuetify 3)and if you wanna play, check https://github.com/EDM115/tetris-py which I made quite randomly in math class as part of a SAT Solver. I thought if the teacher had some fun maybe we'll get a better grade lol
looking back at it, I realized that school was the only time where I "vibe-coded" in the regular sense, just proompting until I get what I want
as a result, most of the code in those 25 repos can be considered "slop", but there's still a quite decent part made entirely by myself with interesting technical twists. it's all yours to explore, free. most of my work is opensource and if I have private repos, they'll get made public at some point anyway :)
π2β€1
https://peps.python.org/pep-0810/
Lazy imports to drop in Python 3.15
TL;DR : instead of
Lazy imports to drop in Python 3.15
TL;DR : instead of
from package import func you could do lazy from package import func, which will only load the package when you use func for the first time. This will improve memory usage, startup time and unnecessary CPU usage. a win-win !Python Enhancement Proposals (PEPs)
PEP 810 β Explicit lazy imports | peps.python.org
This PEP introduces syntax for lazy imports as an explicit language feature:
@EDM115 bots & updates β€οΈβπ₯
update, again (recap of the past 3 months) : - proper error page - OG images have been refreshed to use the same fonts as the website, nicer icons glow, entirely new renderer (5-6x faster), proper colors based on GitHub linguist, don't embed project og imagesβ¦
here's what's new on my website since last time :
- added more telegram posts. there's SO MUCH left to port there but hey I think I'm doing good with it
- added RSS feed support ! both blog and telegram posts have their own feed so you can use it in your reader and be notified when a new post is here. supports XML, Atom & JSON so should work with all readers out there. there's unfortunately no styling tho, but I did my best to keep the complex markdown renderer pieces, ex the code highlighting. you can find the links at the end of the blog/telegram posts list pages, and any RSS reader should pick them from
- blog/telegram search from link works again
- remove the useless translation of date search (
- better tag search (
- add the link to this channel at the top of telegram posts list page
- custom made MD plugin for videos
- use Vite 8 under the hood for smaller and faster build (and more manual optimizations)
- the optional Cloudflare Web Analytics now use a Web Worker to not occupy the main CPU thread
I will probably add a kind of "Changelog" page there with nice styling at some point. will see
- added more telegram posts. there's SO MUCH left to port there but hey I think I'm doing good with it
- added RSS feed support ! both blog and telegram posts have their own feed so you can use it in your reader and be notified when a new post is here. supports XML, Atom & JSON so should work with all readers out there. there's unfortunately no styling tho, but I did my best to keep the complex markdown renderer pieces, ex the code highlighting. you can find the links at the end of the blog/telegram posts list pages, and any RSS reader should pick them from
<head>. I don't use that personally but tell me if there's any issue :)- blog/telegram search from link works again
- remove the useless translation of date search (
/blog/2025 now redirects to /blog?search=at:2025 instead of /blog?search=before:2026+after:2024 since both are valid). remember that all of this is purely done locally on your machine based on NGINX rules- better tag search (
tag:x tag:y is an inclusive OR, tag:x,y is an AND)- add the link to this channel at the top of telegram posts list page
- custom made MD plugin for videos
- use Vite 8 under the hood for smaller and faster build (and more manual optimizations)
- the optional Cloudflare Web Analytics now use a Web Worker to not occupy the main CPU thread
I will probably add a kind of "Changelog" page there with nice styling at some point. will see
https://checkmygit.com/EDM115
a nice website with 2 other styles available for sharing images like this. clean UI and fast
a nice website with 2 other styles available for sharing images like this. clean UI and fast
β€2
Please open Telegram to view this post
VIEW IN TELEGRAM
Andrew Nesbitt
Incident Report: CVE-2024-YIKES
A series of unfortunate events.
π2
Forwarded from EDM115 β’ Music (EDM115 π«π·π¨βπ»π₯Ί)
Alright, here's some transparency
First 2 charts are streams repartition over time, and between stores
As you can see, majority is Spotify, then YT Music and finally Apple Music. I don't have any other stats apart from the 5 listed here.
However, despite totaling 2.5 times less streams than Spotify, Apple Music paid me 1.25 times more (see charts 3 & 4)
So over 5.5 years, my music got streamed 4.98K times for 8.59$
First 2 charts are streams repartition over time, and between stores
As you can see, majority is Spotify, then YT Music and finally Apple Music. I don't have any other stats apart from the 5 listed here.
However, despite totaling 2.5 times less streams than Spotify, Apple Music paid me 1.25 times more (see charts 3 & 4)
So over 5.5 years, my music got streamed 4.98K times for 8.59$
2β€2