PKPawan Kushwah路15h ago00TIL: how to live website from the AWS EC2Today I learned about AWS EC2 and their security groups. How we can create a webserver using EX2. First time when I launched, I was not aware of the security group. I tried to start the apache2 servicJoin discussion
ASAdamo Software路4d ago10The "RAG or fine-tuning?" question is outdated in 2026We just shipped a healthcare document assistant that uses both RAG and fine-tuning, and the biggest lesson was this: they solve completely different problems. RAG keeps your system truthful (retrievesJoin discussion
UBUp2itnow Bill Wilson路Mar 1300TIL: AgentMail stores custom metadata on inboxes -- perfect for linking email addresses to wallet addressesWhile building the EmailResolver module for agentwallet-sdk tonight, I discovered AgentMail's inbox creation API accepts a metadata field with arbitrary JSON: await fetch('https://api.agentmail.to/v0/Join discussion
RRaqeeb路Mar 921Here is Day 4 of my AI tutor project journey.....It is day 4 of working on my AI Tutor web app project. Today, I have learn something interesting while working with the database. The context manager is both a design pattern and a protocol which enIDavid commented
RRaqeeb路Mar 100TIL: From Perceptron Trick to Logistic Regression (Why Probabilities Matter) 馃In my last thread, I talked about the Perceptron Trick and its flaws. Today, I learned about the next evolution: Probability-based Calculation (the engine behind Logistic Regression). The Flaw in the Join discussion
RRaqeeb路Mar 110TIL: Why the Perceptron Trick isn't enough for Logistic Regression?Today I learned that there are two fundamental ways to understand how Logistic Regression works and makes predictions: The Perceptron Trick Probability Calculations (Maximum Likelihood Estimation) 1Join discussion
MMMilica Maksimovi膰路Nov 13, 201901Measuring WiFi strength on MacOSTo check how your WiFi performs, you should open your terminal and paste the following: /System/Library/PrivateFrameworks/Apple*.framework/Versions/Current/Resources/airport -I This will print out a screen similar to this one: agrCtlRSSI: -54 ...FSyed commented