Forwarded from Henok | Neural Nets
Introducing Synheart AI
For the past almost 2 months and a half and we started doing some cool things. This is the start and the best is yet to come.
https://synheart.ai/blog/introducing-human-state-infrastructure-for-modern-systems
For the past almost 2 months and a half and we started doing some cool things. This is the start and the best is yet to come.
https://synheart.ai/blog/introducing-human-state-infrastructure-for-modern-systems
Why donโt we have a reverse Marketplace app?
What if instead of sellers listing items, buyers listed what they want?
Sellers could scroll through requests, match what they already have, and send an offer. Way less scrolling, way faster matches, and people get money for stuff they forgot they owned.
Basically a demand-first Marketplace.
Would you use this?
๐ค
๐4๐2
How do some Netflix shows manage to clearly define a character as gay, but struggle to make the overall story and logic fully make sense?
Is all about a propaganda?
Is all about a propaganda?
Tilet solution
How do some Netflix shows manage to clearly define a character as gay, but struggle to make the overall story and logic fully make sense? Is all about a propaganda?
I am really pissed the ruined "stranger things"๐
Five minutes after birth, they decide your name, religion, nationality and sect. And you spend the rest of your life defending what you did not choose.
- Arthur Schopenhauer
๐ค happy Monday
The E-Myth Revisited - Michael E. Gerber.pdf
965.9 KB
The E-Myth Revisited: Why Most Small Businesses Don't Work and What to Do About It
by Michael E. Gerber
this books is about
- The E-Myth (Entrepreneurial Myth): The false belief that someone who understands the technical work of a business will naturally understand how to run the entire business
- The Three Personalities: Every business owner wears three hats: the Technician (the doer), the Manager (the organizer), and the Entrepreneur (the visionary).
- problem: Most owners focus only on being the Technician.
by Michael E. Gerber
this books is about
- The E-Myth (Entrepreneurial Myth): The false belief that someone who understands the technical work of a business will naturally understand how to run the entire business
- The Three Personalities: Every business owner wears three hats: the Technician (the doer), the Manager (the organizer), and the Entrepreneur (the visionary).
- problem: Most owners focus only on being the Technician.
โค1
"แจแแตแซแฝ แณแแ
แฐแตแณ แฅแแ แแฌ แ แณแแต แจแฐแ แแตแแแต แญแฑแ แญแญแตแถแตแแณ แจแแ แฐแแแถแแฝแแแ"
(แแ: แแ 2รท11)
แฅแแณแ แแฅแญแแ แแฐแฑ แ แฐแแแ แ แคแ แ แฐแจแณแฝแ แแแซแ แจแแฐแต แ แแ แญแแแแฝแ โค๏ธ
(แแ: แแ 2รท11)
แฅแแณแ แแฅแญแแ แแฐแฑ แ แฐแแแ แ แคแ แ แฐแจแณแฝแ แแแซแ แจแแฐแต แ แแ แญแแแแฝแ โค๏ธ
Forwarded from Henok | Neural Nets
๐๐๐ซ๐ข๐ช๐ฎ๐๐๐๐ โ a suite of open Large Language Models (LLMs) adapted to ๐ฎ๐ฌ ๐๐ณ๐ฟ๐ถ๐ฐ๐ฎ๐ป ๐น๐ฎ๐ป๐ด๐๐ฎ๐ด๐ฒ๐ through Continue pre-training (CPT) on 26B tokens.
It have 3 ๐ช๐น langauges: Amharic, Tigrinya, and Afaan Oromoo
https://huggingface.co/collections/McGill-NLP/afriquellm
It have 3 ๐ช๐น langauges: Amharic, Tigrinya, and Afaan Oromoo
https://huggingface.co/collections/McGill-NLP/afriquellm
huggingface.co
AfriqueLLM - a McGill-NLP Collection
Best open African LLM
Unpopular opinion:
๐ค
I donโt think your life has to have a purpose, or a grand ambition; I think itโs okay to just wander through life finding interesting things until you die
๐ค
The Scariest place to be
is the same place as
last year
Grow
is the same place as
last year
๐2
Live as if you were to die tomorrow. Learn as if you were to live forever.
- Mahatma Gandhi.
๐2
#JobAd
Weโre Hiring Remote Developers
Weโre looking for 2 talented developers to join a delivery system project.
๐ Position Details
โข Fully remote
โข Contract based
โข Payment is monthly
๐ฉโ๐ป Open Roles
โข 1 Full Stack Developer
โข 1 Mobile App Developer with Flutter
๐ฉ How to Apply
Send your CV or portfolio to @Habromm
If you or someone in your network is interested, feel free to share.
Weโre Hiring Remote Developers
Weโre looking for 2 talented developers to join a delivery system project.
๐ Position Details
โข Fully remote
โข Contract based
โข Payment is monthly
๐ฉโ๐ป Open Roles
โข 1 Full Stack Developer
โข 1 Mobile App Developer with Flutter
๐ฉ How to Apply
Send your CV or portfolio to @Habromm
If you or someone in your network is interested, feel free to share.
โค1๐1
the แฅแแแแ part ๐๐๐๐ แฅแแแต แ แจแแต ๐๐
https://www.youtube.com/live/7TdYPqwzdko
https://www.youtube.com/live/7TdYPqwzdko
YouTube
irl stream in Ethiopia ๐ช๐น
tts donations here/ https://streamlabs.com/ishowspeed
FOLLOW ME ๐ http://link.me/ishowspeed
MERCH ๐ - https://speed.store/
MEMBERSHIPS โ - https://www.youtube.com/c/IShowSpeed/join
for donations tts/ Media Request here
https://streamlabs.com/ishowspeed/tipโฆ
FOLLOW ME ๐ http://link.me/ishowspeed
MERCH ๐ - https://speed.store/
MEMBERSHIPS โ - https://www.youtube.com/c/IShowSpeed/join
for donations tts/ Media Request here
https://streamlabs.com/ishowspeed/tipโฆ
โค1
I was doing some experiments with Node.js
even though we say Node.js is single threaded because the event loop itself runs on a single thread, some parts of the code actually run concurrently.
By default, Node.js has a thread pool with 4 threads. That is why when you run this code, the first 1 to 4 tasks run at almost the same time.
The 5th task has to wait until one of those 4 threads finishes.
run the code and see it yourself
even though we say Node.js is single threaded because the event loop itself runs on a single thread, some parts of the code actually run concurrently.
By default, Node.js has a thread pool with 4 threads. That is why when you run this code, the first 1 to 4 tasks run at almost the same time.
The 5th task has to wait until one of those 4 threads finishes.
run the code and see it yourself
const crypto = require('crypto');
const start = Date.now();
crypto.pbkdf2('a', 'b', 100000, 512, 'sha512', () => {
console.log('1:', Date.now() - start);
});
crypto.pbkdf2('a', 'b', 100000, 512, 'sha512', () => {
console.log('2:', Date.now() - start);
});
crypto.pbkdf2('a', 'b', 100000, 512, 'sha512', () => {
console.log('3:', Date.now() - start);
});
crypto.pbkdf2('a', 'b', 100000, 512, 'sha512', () => {
console.log('4:', Date.now() - start);
});
crypto.pbkdf2('a', 'b', 100000, 512, 'sha512', () => {
console.log('5:', Date.now() - start);
});
Tilet solution
I was doing some experiments with Node.js even though we say Node.js is single threaded because the event loop itself runs on a single thread, some parts of the code actually run concurrently. By default, Node.js has a thread pool with 4 threads. That isโฆ
and u can also adjust the thread pool size using
so by default it 4
process.env.UV_THREADPOOL_SIZE so by default it 4
i think most of u guys may have heard about ci/cd but never tried it or used it. actually itโs super simple. github actions gives u free ci/cd for public repos and some limited minutes for private ones. or u can just host jenkins on ur server and create ur ci/cd easily.
so if ur repo is public, u can build and test ur app for free on github every time u push code. u can also run linters, tests, and even deploy it to a server or cloud.
jenkins is a bit more work since u need a server, but itโs very powerful. u can automate anything from build โ test โ deploy, and even handle complex pipelines.
learning ci/cd makes u better dev: u automate boring stuff, test ur code properly, and deploy confidently
links
- The Complete Jenkins Tutorial You Will Ever Need
- Learn to Use GitHub Actions: a Step-by-Step Guide
just pick a project, try github actions or jenkins, and watch ur workflow run automatically itโs very simple
so if ur repo is public, u can build and test ur app for free on github every time u push code. u can also run linters, tests, and even deploy it to a server or cloud.
jenkins is a bit more work since u need a server, but itโs very powerful. u can automate anything from build โ test โ deploy, and even handle complex pipelines.
learning ci/cd makes u better dev: u automate boring stuff, test ur code properly, and deploy confidently
links
- The Complete Jenkins Tutorial You Will Ever Need
- Learn to Use GitHub Actions: a Step-by-Step Guide
just pick a project, try github actions or jenkins, and watch ur workflow run automatically itโs very simple
โค2๐ฅ1
Treating people right is better than posting religious verses that you don't even practice.๐
๐6
Do u know about Buridanโs donkey?
It is a famous philosophical thought experiment.
The problem goes like this
A donkey is placed exactly halfway between two piles of grass.
The two piles are equal in every way same distance, same size, same smell, same appeal.
The donkey is perfectly rational and always chooses the option with a clear reason.
Because both piles are equally good, the donkey has no reason to choose one over the other.
So it keeps hesitating, unable to decide.
While it keeps thinking, time passes.
Eventually, the donkey starves to death.
It is a famous philosophical thought experiment.
The problem goes like this
A donkey is placed exactly halfway between two piles of grass.
The two piles are equal in every way same distance, same size, same smell, same appeal.
The donkey is perfectly rational and always chooses the option with a clear reason.
Because both piles are equally good, the donkey has no reason to choose one over the other.
So it keeps hesitating, unable to decide.
While it keeps thinking, time passes.
Eventually, the donkey starves to death.