en
Feedback
will to code

will to code

Open in Telegram

@mikxyas spam @dionysus393

Show more
The country is not specifiedTechnologies & Applications49 846
335
Subscribers
+124 hours
-47 days
+130 days
Posts Archive
I found this tool: neko It lets you run a browser on your vps It's very easy to setup

I didn't watch Morocco's game last night we were switching streams the whole time But I think I kinda have an idea how to fix that: What if I run multiple streams on a VPS, then the VPS tracks the time on each stream and sends me back the most stable one Or what if I just watch the stream on a VPS... idk... Either this is genius or very dumb I will test it on today's match

Damn what a game I can't believe I've been missing out on this

ggs started watching Afcon

Dinner break Did some scaffolding

I'm going to build this live in 5 minutes

Since today is #friday it means I must chill and build something And this project is something that someone like me desperate
Since today is #friday it means I must chill and build something And this project is something that someone like me desperately needs A Project Tracker I want to visually see how many days I've spent on a project and also plan out how many days I will be working on it I also want it to have a social aspect where you can see other people's profiles This is the stack I'll be using - Sveltekit - Convex - better-auth - shadcn

This is my progress on the audiobook generator so far I am using my laziness as a superpower to adopt all the best practices
This is my progress on the audiobook generator so far I am using my laziness as a superpower to adopt all the best practices Stuff that's left todo - use remote functions - create a shared class instance for the audio player - Maybe create another wasm module for processing and merging audio snippets into an audiobook. I am very biased towards using the user's compute whenever I can.

Women are low-key some of the best customers If you make a unique tech product, not everyone will be willing to try it, even if it’s useful But when you make something for women, they’re more likely to try it, buy it, and recommend it to their friends. They also really appreciate the effort put into presentation and design

Oh cool I got my first stars 😁 Arigato Goysamas 🎄

I've never had a real idea

Real thinking is rare It's all a personally fine-tuned groblegock Like llms Real ideas, the actionable ones, are like sparkling diamonds dug out of the deepest mountains 💎

My koreader bot is almost at 600 users. It grew organically with about 5 users per week. I want to rebuild the miniapp from scratch and make it open source The codebase rn is abysmal. Its capable of making a grown man cry. I tried to salvage it with AI but it only made it worse. I think it's beyond the scope this generation's AI. I might even create a benchmark with it... yes, it's that bad. It's preventing me from adding new features. I will start working on it soon.

I have moved on from buying books to erecting statues know where can I order this? This year I will dedicate myself to Apollo
I have moved on from buying books to erecting statues know where can I order this? This year I will dedicate myself to Apollo

No way I accidentally did the meme 😂 https://youtu.be/S8oGZMbLWWo First I got sick, then I was like, lemme just take the year off

School is a bad RL environment There's no loop for trail, error and reinforcement An llm on the other hand is a great RL environment. The potential it has in upgrading the human brain is truly limitless. We are the AGI now.

types.ts is the most important part of any project

Neurons that fire together wire together
Neurons that fire together wire together

It's about 800 lines of code in rust. I could've implemented this with javascript... but it just didn't feel right to have chunky code on the frontend. With epub-wasm I never have to see it again, plus its much faster and I can run it anywhere I want. I truly never have to look at the code again 🤌

Dealing with all the epub parsing libraries on the frontend was a drag, so I made epub-wasm I give it epub, it gives me json structure I want Github | NPM