Catégorie : Saved Links
-
ai-rulez: autogenerate rule files (.cursorrules, CLAUDE.md etc.) from yaml
—
dans Saved LinksGitHub: https://github.com/Goldziher/ai-rulez The Problem If you’re using multiple AI coding tools (Claude, Cursor, Windsurf, etc.), you’ve probably noticed each one requires its configuration file – .cursorrules, .windsurfrules, CLAUDE.md, and so on. Maintaining consistent coding standards across all these tools can be frustrating. Solution: Write Once, Generate for Any Tool AI-Rulez lets you define your coding…
-
Kenneth Reitz (Request library creator) current situation
—
dans Saved LinksKenneth Reitz, known by creating dozens of python open source libraries and tools, some of them like requests library (top 5 still nowadays) and Pipenv (still being used in millions of CI-CD pipelines) He posted yesterday in LinkedIn (also in X): If anyone wants to help by sending me some dollars, that would be tremendously…
-
High Schoolers in Philly – Join a Free Beginner-Friendly Coding Jam This Weekend
—
dans Saved LinksHey everyone! I’m helping organize Flourish, a beginner-friendly hackathon + social coding jam happening this Saturday, June 28 at Launchpad Philly — and we’d love to have you (or someone you know) join! 🛠️ No experience needed you can: Build a personal website 💻 Train your own AI model 🤖 Or just hang out, learn,…
-
U.S. Marshall call – might’ve given info
—
dans Saved LinksHi guys I’m one of those that never thought this would happen to me. Just got off the phone with the actual U.S. Marshall office who said it was a scam call: I got a call from a number similar to mine and asked for a name I haven’t used in years (my old married…
-
[US] “Noise Complaint” phishing scam?
—
dans Saved LinksPretty annoyed with this. I was immediately suspicious when I saw the unfamiliar area code. Looked it up and it came back as Canada, but reasonably so many landlords are absentee and based outside the country. I responded because I knew that if on the off chance it was real, I’d need a record of…
-
which one is better and goes more in depth?
—
dans Saved Linkssubmitted by /u/Beyond_Birthday_13 to r/learnmachinelearning [link] [comments]
-
I shared 300+ Python Data Science Videos on YouTube (Tutorials, Projects and Full Courses)
—
dans Saved LinksHello, I am sharing free Python Data Science Tutorials for over 2 years on YouTube and I wanted to share my playlists. I believe they are great for learning the field, I am sharing them below. Thanks for reading! Data Science Full Courses & Projects: https://youtube.com/playlist?list=PLTsu3dft3CWiow7L7WrCd27ohlra_5PGH End-to-End Data Science Projects: https://youtube.com/playlist?list=PLTsu3dft3CWg69zbIVUQtFSRx_UV80OOg AI Tutorials (LangChain, LLMs…
-
Tax Role and ACCA
—
dans Saved LinksHi everyone! I’m currently working in a tax role with a strong focus on financial analysis and close collaboration with the Accounting team. Over time, I’ve realized how crucial a solid understanding of financial reporting and broader business insights are – not only to improve the quality of my current work, but also to unlock…
-
Do I tell an elderly stranger that her job offer is almost certainly a scam?
—
dans Saved LinksI had a short video pop up when I was on YouTube from a creator I had never seen before. It was an elderly woman talking about her ‘pin of the day’ (a costume jewelry brooch). She said she was just treated for cancer but she’s excited that she got a job offer. Someone she…
-
Kajson: Drop-in JSON replacement with Pydantic v2, polymorphism and type preservation
—
dans Saved LinksWhat My Project Does Ever spent hours debugging « Object of type X is not JSON serializable »? Yeah, me too. Kajson fixes that nonsense: just swap import json with import kajson as json and watch your Pydantic models, datetime objects, enums, and entire class hierarchies serialize like magic. Polymorphism that just works: Got a Pet with…