@EDM115 bots & updates ❀️‍πŸ”₯
3.63K subscribers
471 photos
28 videos
5 files
301 links
Just another random channel made for listing all my bots and their evolving + some milestones and news…
@EDM115_music for music things🎧
@unzip_updates for unzip-bot related updatesπŸͺ„
@EDM115_giveaways 🎁
🌐 edm115.dev

copyleft @EDM115, feel free to stea
Download Telegram
Forwarded from wrenchies πŸ”§ (EDM115 πŸ‡«πŸ‡·πŸ‘¨β€πŸ’»πŸ₯Ί)
GitHub Copilot to switch to token-based billing
it was expected, but not that soon...

Starting June 1st, 2026, GitHub Copilot will switch from Premium Requests to GitHub AI Credits.
Basically instead of having 300 requests (whether it's one message or an hour long session), you're actually billed per-token like with every other API. Was good while it lasted...
They are of course doing that because the current model isn't sustainable and abuses their infra, people used the Ask Question tool to run hour-long sessions and only be billed 1 request, with the model simply using it to ask for the next prompt.

A quick recap of changes :
- Pro plan gives 1000 monthly AI Credits, Pro+ gives 3900 (1 credit => $0.01)
- Users will see in May in their Billing settings an estimate of their current usage with the new system
- Models multipliers will also change, with no more 0x models, best Claude ones becoming 27x and best OpenAI ones becoming 6x (no pricing update for 5.5 yet)
- GitHub Copilot code review will start consuming GitHub Actions minutes on top of those AI Credits
- ChatGPT 5.3-Codex is removed from self-selection in the Student plan (right now) but stays available in Auto selection

[blog post, individuals pricing, models multipliers, review action blog, student blog]
🀬1😭1
https://muffin.ink/blog/scratch-svg-sanitization/

the story of the SVG render used in Scratch and all vulnerabilities it had
a very interesting read
😭2
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)

πŸš€ 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
Forwarded from EDM115 β€’ Music (EDM115 πŸ‡«πŸ‡·πŸ‘¨β€πŸ’»πŸ₯Ί)
also teaser 🀭
πŸ‘€1
@EDM115 bots & updates ❀️‍πŸ”₯
also I did my interview
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 :)
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 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 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 !
@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 <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
❀2
Please open Telegram to view this post
VIEW IN TELEGRAM
😭2
guys, what do I do when my battery fell in love ?
😭7❀2🀣2❀‍πŸ”₯1😁1
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$
2❀2