Learning Log
¿ did anyone know this
ASCI mining computer - a machine used for mining bitcoin on a blockchain.
- runs SHA-256 hashing
- has very high power (100–250 Terahash/s)
- uses ~3000W electricity(5-10* your pc man)
- does one job: solving Proof-of-Work(finding the valid hash) puzzles to mine blocks.
- runs SHA-256 hashing
- has very high power (100–250 Terahash/s)
- uses ~3000W electricity(5-10* your pc man)
- does one job: solving Proof-of-Work(finding the valid hash) puzzles to mine blocks.
Learning Log
ASCI mining computer - a machine used for mining bitcoin on a blockchain. - runs SHA-256 hashing - has very high power (100–250 Terahash/s) - uses ~3000W electricity(5-10* your pc man) - does one job: solving Proof-of-Work(finding the valid hash) puzzles…
Btw there is many interesting things about bitcoin blockchain . Some of them :
1. The arctecture of Bitcoin, Satoshi Nakamoto, is still unknown.
2. His wallet holds tens of billions of dollars in BTC — untouched.
3. Bitcoin is basically electricity turned into money: miners burn energy solving math puzzles, and the reward is coins(new coin created)
4. Rewards halve every 4 years until the max supply of 21 million BTC is reached. After that? It just circulates what is created so far.
5. To hack Bitcoin, dishonest machines must outnumber honest ones - but the cost would be billions, making it pointless. Cost > gain
6. The first real Bitcoin purchase was two pizzas for 10,000 BTC in 2010.
7. Around 20% of all Bitcoin is lost forever due to forgotten passwords and lost wallets.
8. Mining in Iceland consumes so much energy it rivals the country’s aluminum industry.
9. A new Bitcoin block is mined every 10 minutes, like clockwork.
10. A few “whales” (big holders) control a huge chunk of the supply, making the market swing wildly......
1. The arctecture of Bitcoin, Satoshi Nakamoto, is still unknown.
2. His wallet holds tens of billions of dollars in BTC — untouched.
3. Bitcoin is basically electricity turned into money: miners burn energy solving math puzzles, and the reward is coins(new coin created)
4. Rewards halve every 4 years until the max supply of 21 million BTC is reached. After that? It just circulates what is created so far.
5. To hack Bitcoin, dishonest machines must outnumber honest ones - but the cost would be billions, making it pointless. Cost > gain
6. The first real Bitcoin purchase was two pizzas for 10,000 BTC in 2010.
7. Around 20% of all Bitcoin is lost forever due to forgotten passwords and lost wallets.
8. Mining in Iceland consumes so much energy it rivals the country’s aluminum industry.
9. A new Bitcoin block is mined every 10 minutes, like clockwork.
10. A few “whales” (big holders) control a huge chunk of the supply, making the market swing wildly......
This media is not supported in your browser
VIEW IN TELEGRAM
Wedebete..... Wedebete.... Gorebete...
going home
going home
Learning Log
Wedebete..... Wedebete.... Gorebete... going home
So, starting after the holiday (Arefa), I will intensively learn and log here, inshallah, the deep concepts I understood clearly and the projects I built, even if small, focusing on system understanding and architectures. No log in this channel most probably means I am not learning that day.
Until then, share this channel with those who want to learn.
Eid Mubarak ❤️
Until then, share this channel with those who want to learn.
Eid Mubarak ❤️
❤1⚡1
Forwarded from ASTU Software Engineering
🔥🔥 Deadline extended 🔥🔥
🔄 Get $300 Free Claude Opus 4.8 Access 💻🔥
A Chinese platform is giving FREE Opus 4.8 API credits and Codex access for new users! 🎉🔄
✅ $300 total free credits🦇
✅ additional $10 for every user you invited
✅ $66 credits every week💎
✅ $10 every 5 hours
https://freemodel.dev/invite/FRE-8a619b08
Create your account and start using Opus 4.8 APIs for free before the offer ends. ⏳
💥 Make sure to verify with your telegram account to be eligible.
🔄 Get $300 Free Claude Opus 4.8 Access 💻🔥
A Chinese platform is giving FREE Opus 4.8 API credits and Codex access for new users! 🎉🔄
✅ $300 total free credits🦇
✅ additional $10 for every user you invited
✅ $66 credits every week💎
✅ $10 every 5 hours
https://freemodel.dev/invite/FRE-8a619b08
Create your account and start using Opus 4.8 APIs for free before the offer ends. ⏳
💥 Make sure to verify with your telegram account to be eligible.
Learning Log
Today learned how to use an AK-47 fr.
fr.. here the 4 Universal Firearm Safety Rules as told me by... : man yaqal titafesu yhonal.
1. Treat every firearm as if it is loaded
2. Never point it at anything you are not willing to destroy
3. Keep your finger off the trigger until ready to fire
4. Be sure of your target and what is beyond it
1. Treat every firearm as if it is loaded
2. Never point it at anything you are not willing to destroy
3. Keep your finger off the trigger until ready to fire
4. Be sure of your target and what is beyond it
deep Git skill helps u Scale Your Codebase
I think being very comfortable with Git and understanding it deeply is one of the highest-leverage skills right now.
Code is becoming cheaper to generate. With AI, you can spin up a repo and add multiple features in a day. The challenge is no longer just writing code it's managing the codebase as it grows.
That's where Git shines.
When you understand branching, merging, tags, stash, and history well, you can keep moving forward without getting overwhelmed by the size of your own code (or your LLM's code 😉).
And honestly, that's how real software works. Think about a huge codebase with thousands or millions of lines of code. No single developer understands every part of it. What makes it manageable is architecture, collaboration, and tools like Git. so be smooth and playing very comfy with git so u can manage Ur next large project ..
I think being very comfortable with Git and understanding it deeply is one of the highest-leverage skills right now.
Code is becoming cheaper to generate. With AI, you can spin up a repo and add multiple features in a day. The challenge is no longer just writing code it's managing the codebase as it grows.
That's where Git shines.
When you understand branching, merging, tags, stash, and history well, you can keep moving forward without getting overwhelmed by the size of your own code (or your LLM's code 😉).
And honestly, that's how real software works. Think about a huge codebase with thousands or millions of lines of code. No single developer understands every part of it. What makes it manageable is architecture, collaboration, and tools like Git. so be smooth and playing very comfy with git so u can manage Ur next large project ..
Learning Log
deep Git skill helps u Scale Your Codebase I think being very comfortable with Git and understanding it deeply is one of the highest-leverage skills right now. Code is becoming cheaper to generate. With AI, you can spin up a repo and add multiple features…
Saying this lemme share the big picture about Git - just the concept:
* Git is just a software installed on your machine (usually comes with Linux and Mac 😭). When you run git init, it creates a hidden .git folder in your project root that stores everything - commits, history, branches, tags, etc... U can see it making hidden files visible.
* Git is a graph of commits(directed acyclic graph) , where every commit is a node pointing back to the previous commit(node), so your project history becomes a chain/graph of nodes (commits)
* A branch is just a movable pointer to a commit; creating a branch means creating another pointer at the same commit, and then each branch can evolve independently as new commits are added.
* tag is also a fixed pointer to a commit, used to mark stable versions like v1.0, v2.0, releases, etc., and unlike branches, tags never move.
.. Etc...
So basically like :
git = a graph of commit,
branches = moving pointers on commits ,
tags = fixed pointers,
and the .git folder is where the entire system lives.
* Git is just a software installed on your machine (usually comes with Linux and Mac 😭). When you run git init, it creates a hidden .git folder in your project root that stores everything - commits, history, branches, tags, etc... U can see it making hidden files visible.
* Git is a graph of commits(directed acyclic graph) , where every commit is a node pointing back to the previous commit(node), so your project history becomes a chain/graph of nodes (commits)
* A branch is just a movable pointer to a commit; creating a branch means creating another pointer at the same commit, and then each branch can evolve independently as new commits are added.
* tag is also a fixed pointer to a commit, used to mark stable versions like v1.0, v2.0, releases, etc., and unlike branches, tags never move.
.. Etc...
So basically like :
git = a graph of commit,
branches = moving pointers on commits ,
tags = fixed pointers,
and the .git folder is where the entire system lives.
Learning Log
Saying this lemme share the big picture about Git - just the concept: * Git is just a software installed on your machine (usually comes with Linux and Mac 😭). When you run git init, it creates a hidden .git folder in your project root that stores everything…
Visualstudio
Git Graph - Visual Studio Marketplace
Extension for Visual Studio Code - View a Git Graph of your repository, and perform Git actions from the graph.
Junior = burning tokens through conversation
Senior = burning tokens through code generation
Both are still burning tokens tho 🙁
Senior = burning tokens through code generation
Both are still burning tokens tho 🙁
Tesla
Photo
Not proved scientifically tho. I just shared it so u guys think about.
Sometimes let's brainstorm ideas outside coding guys.
Sometimes let's brainstorm ideas outside coding guys.
Forwarded from JavaScript
Please open Telegram to view this post
VIEW IN TELEGRAM