Skip to main content

buy experience

i'm wasting money when i pay for something that doesn't give anything in return. so when i'm about to buy something, it should give me something. and the returns of buying are categorized in two:

1. benefit of consumption and
2. benefit of experience (which i always prefer)

consuming is to stay alive while experiencing is to live. even if it's good or bad, experience gives out more than just staying alive.

Popular

rhymin

i got stuck with words on this song that i want to finish by tomorrow. i have no instrument to use so im hoping to finish at least the lyrics. sad part is my rhyming brain is not that functional right now. so, i headed online to look for some sites or software that can help. here's what i got: analogx.com 's rhyme came to mind first as it's what i used before. a simple to install software that returns numerous results that, most of the time, ends up confusing. good thing is you can use it offline. so i started searching. 3d2f and the next one got my attention. but let me pour my heart out on this one first. one word: confusing! it gave me more list to figure out. so click on the first. then it lead me to several pages before i get to download. then, i have to figure out which of the links i needed. then after few minutes, i found it only to be more confused... i am to download a 249MB of a .dmg which turned out to be for mac engines and not for windows. i know, right?! w...

learning linux

i've always wanted to learn linux for years. but i'm still stuck with this crappy w!ndows v!sta - yes, v!sta. the crappiest of them all. and now that i have some time and a spare laptop to use, i managed to install ubuntu studio . why ubuntu studio? i just got fascinated with the programs it came with. the first thing i checked was if i could go online, wireless that is. sad to say, the browser couldn't fetch anything. fortunately, getting the laptop wired got me online. and that's one less trouble for me. now, the problem at hand is that there is no wireless connection. solution - search the web. i landed on ubuntuforums.com and found out that ubuntu studio doesn't install the gnome network manager which is like the "view available networks" on xp and "connect to a network" on v!sta. so, lets just install it. i mean, lets try to install it. next: installing a program in linux

Understanding Prompt Engineering Using First-Principles Thinking

Instead of memorizing prompt techniques, let’s break Prompt Engineering down to its fundamentals using First-Principles Thinking (FPT) . Step 1: What is Communication? At its core, communication is the process of: Encoding thoughts into words (speaker). Transmitting words to a receiver. Decoding the words into meaning (listener). Now, let’s apply this to AI. Step 2: How Do Machines Process Language? A Large Language Model (LLM) doesn’t "understand" words the way humans do. Instead, it: Converts words into tokens (mathematical representations). Predicts the next word based on probability. Generates responses that appear coherent based on patterns it has learned. Thus, prompt engineering is not just about writing sentences—it’s about giving instructions that optimize LLM prediction behavior . Step 3: What is a Prompt? A prompt is just an input instruction that guides an LLM’s response. But at the most basic level, a prompt must contain three thin...