
ai
Training LLMs Taking Too Much Time? Technique you need to know to train it faster
Training and using LLMs can be a hefty task, By using this technique you can acheive more output with less time and performance.
ai
Training and using LLMs can be a hefty task, By using this technique you can acheive more output with less time and performance.
ai
Unsure or anxious about your team's AI/ML strategy? Like many business leaders, I too was a bit confused and anxious. Every day I see new developments in AI/ML flowing into my feeds. And such deluge of activity can be overwhelming for business leaders. How a conversation
rickover
What does it mean to be a professional or to practice a profession? There is no one better to define this for us than, Admiral Rickover. He truly walked the talk, and got the job done. These are my takeaways from Admiral Rickover's essay: "Engineering in Practice&
rickover
The rarity of a good mind A good mind is rarer than a full bank account. The bank account can be taken away from you. But a good mind is a secure possession capable of miracle-like feats. Nobody can take it away from you The origin & limits of intelligence
rickover
What follows are notes from Admiral Rickover's speech: Engineering Opportunities The Administrator's Job The most important function of an administrator is: * Selection of personnel * Training of personnel "If one chooses the right people, there is little else to do" Purpose vs Security On graduation,
ai
Our team at Hexmos had problems with absenteeism. When the team involved aren’t consistent, it leads to chaos in managing projects and lower team performance.
golang
Sharing our journey of transforming glee from Python to Golang.
ai
I saw everywhere recently that OpenAI's SORA is making waves across the web. SORA is capable of making videos out of textual descriptions. I went to their website, trying to give it a go. No way to try it immediately, though. I'd have loved to make
websocket
Have you recognized a sluggish component in your web app and want it to be more snappy? I was in the same boat until I tried Websocket. It helped me achieve faster load times and get real-time updates for my web app's feed. I'll be sharing my learnings, so stay tuned!
What we are up against. Have you ever wondered how hackers find bugs on websites? What does it take to hunt for bugs and responsibly disclose them? In this article, we will be focusing mainly on a single bug called DOM-based XSS (cross-site scripting), which is found very often on
ml
Are you new to machine learning, or have you ever struggled to upskill your machine learning skills? In this article, I'll guide you through a simple ML project that helped me raise my ML skills.
logging
The Hurdles of Debugging: Time, Effort and Annoyance Ever felt like you are stuck in a never-ending bunch of errors? The process of debugging can be frustrating, without proper methods it can cost us hours, effort and annoyance. Consider this scenario: You are dealing with a bug in your app