Omega Codes
166 subscribers
74 photos
2 videos
3 files
37 links
Learning to code is hard so let’s make it fun! Join me for coding chaos, debugging disasters, and lots of laughs along the way.
Download Telegram
wth telegram just made my account spam 😑
😁1🀣1
I can't talk to anyone or in group except for mutual contacts 😭
😁1🀣1
is there someone who knows how to appeal?
😁3🀣1
Spoiler

We die in the end

Live a little πŸ˜‰
❀3
Forwarded from BΟ…ΙΎΤ‹Ξ±Ι³-Ops (BΟ…ΙΎΤ‹Ξ±Ι³ | Ψ¨Ψ±Ω‡Ψ§Ω† :))
if you're anxious the unlock is to do everything for fun

talk to the camera for fun, write the blog post for fun, tinker for fun, do the job interviews for fun

anxiety feeds on importance.. you can subvert it with whimsy
Okay so CBE updated there mobile banking app to include biometric authentication then it authenticates with the biometric and after that it still ask for your pin 😭

What is the whole point of adding this feature 😭😭😁
😭4
One of the programming languages we use at iCog Labs is MeTTa

let me share u about it ☺️
What is MeTTa?

MeTTa is an experimental open-source programming language developed by SingularityNET for Artificial General Intelligence (AGI). It is designed to represent knowledge, perform logical reasoning, and build intelligent systems that can learn and adapt.

Why MeTTa?

Combines symbolic reasoning with AI.
Supports knowledge representation and inference.
Enables self-modifying and adaptive programs.
Flexible and expressive for building AI agents.
Designed specifically for AGI research and development.
πŸ‘1
How MeTTa Thinks Differently

In traditional programming languages like Python, we usually store data and then write code that knows how to use that data. Knowledge and logic are separate.

For example, to represent that Socrates is a human, we might write:

Python
facts = {
"Socrates": "Human"
}

print(facts["Socrates"]) # Human

Or using classes:
class Human:
pass

socrates = Human()


In MeTTa, you don't think in terms of variables, dictionaries, or classes. You simply state the knowledge itself.

MeTTa
(Human Socrates)

That's it.

The expression directly represents the fact "Socrates is a Human." There is no dictionary to look up or class to instantiate. MeTTa treats knowledge as relationships and facts, making it much more natural for reasoning and AI systems.
MeTTa at first might look confusing but trust me you'll get used to it

and there are AI agents like Omegaclaw mostly developed using MeTTa
How is ur night fam ❀️
EthioLink
job postings may be temporarily unavailable for the next few days
Btw EthioLink is down 😭

Coz of this railway only on month free tier 😀
😭3
So I just bought credit on GCP(Google cloud provider) πŸ’ͺ and im gonna host my projects there.

I will let u know how it goes. good bye free tier😘
❀‍πŸ”₯1πŸ”₯1
Monday again

Have a wonderful week ❀️
❀2
How i did it?

EthioLink have to things one a server to accept http requests from users for profile customization and a worker always listens for jobs in different places

So I separated them into two components


1,Deployed on Cloud Run. Handles user interactions with the bot subscription checks, category/job-type/experience preferences, all saved to the DB. Fully serverless, scales automatically, webhook connected directly to Telegram.

2,Runs on a dedicated Compute Engine VM as a persistent background daemon (managed by systemd, so it auto-restarts and survives reboots). Listens across many source channels, rewrites , posts to the main channel, and DMs matched subscribers based on saved preferences.

Infra
Single Docker image, pushed to Artifact Registry, run two different ways for the two components. Same setup will host future projects too.
πŸ‘2πŸ”₯1
Wtf it is 4 AM already 😴
😁1😒1
Nothing beats the feeling of watching your project live and annoying ☺️
😁1🀑1
Why the team im supporting lose this wc 😭
France was playing like they never seen a ball before 😑