Aria Ghora P's Avatar

Aria Ghora P

@ghora.net

Machine Learning stuff programming for fun Now enjoying #odinlang

108
Followers
82
Following
84
Posts
03.07.2023
Joined
Posts Following

Latest posts by Aria Ghora P @ghora.net

Generative AI is a Parasitic Cancer
Generative AI is a Parasitic Cancer YouTube video by Freya Holmรฉr

I think many more people should watch @freya.bsky.social 's excellent video
youtu.be/-opBifFfsMY?...

27.01.2025 21:21 ๐Ÿ‘ 137 ๐Ÿ” 20 ๐Ÿ’ฌ 0 ๐Ÿ“Œ 2

Any language is just a frontend for Raylib. Once you realize you can't be replaced by AI.

07.01.2025 05:56 ๐Ÿ‘ 99 ๐Ÿ” 6 ๐Ÿ’ฌ 2 ๐Ÿ“Œ 2

Nabi kok dideploy

29.12.2024 08:55 ๐Ÿ‘ 0 ๐Ÿ” 0 ๐Ÿ’ฌ 1 ๐Ÿ“Œ 0
Post image

LFG

27.12.2024 11:19 ๐Ÿ‘ 1 ๐Ÿ” 0 ๐Ÿ’ฌ 0 ๐Ÿ“Œ 0

Idk. Personally I prefer using PascalCase, tho.

25.12.2024 11:43 ๐Ÿ‘ 0 ๐Ÿ” 0 ๐Ÿ’ฌ 1 ๐Ÿ“Œ 0
Odin-lang's naming conventions, found in its core library

Naming Conventions:
In general, Ada_Case for types and snake_case for values

Package Name: snake_case (but prefer single word)
Import Name: snake_case (but prefer single word)
Types: Ada_Case
Enum Values: Ada_Case
Procedures: snake_case
Local Variables: snake_case
Constant Variables: SCREAMING_SNAKE_CASE

Odin-lang's naming conventions, found in its core library Naming Conventions: In general, Ada_Case for types and snake_case for values Package Name: snake_case (but prefer single word) Import Name: snake_case (but prefer single word) Types: Ada_Case Enum Values: Ada_Case Procedures: snake_case Local Variables: snake_case Constant Variables: SCREAMING_SNAKE_CASE

Couldn't find odin's naming conventions online, then suddenly found them its core lib.

24.12.2024 06:57 ๐Ÿ‘ 1 ๐Ÿ” 0 ๐Ÿ’ฌ 1 ๐Ÿ“Œ 0

Curious, do you also integrate LLM with your development tooling (text editor via extensions, etc.)?

23.12.2024 11:10 ๐Ÿ‘ 0 ๐Ÿ” 0 ๐Ÿ’ฌ 1 ๐Ÿ“Œ 0

Thanks to โ€œbatteries includedโ€. Even a GUI program can run easily and statically compiled.

23.12.2024 06:28 ๐Ÿ‘ 0 ๐Ÿ” 0 ๐Ÿ’ฌ 0 ๐Ÿ“Œ 0

Another nice thing about odin (and/or its "ecosystem"): I can just grab an example code in the internet, and run it without any weird project structuring:
`odin run myprogram.odin -file`

23.12.2024 05:48 ๐Ÿ‘ 1 ๐Ÿ” 0 ๐Ÿ’ฌ 1 ๐Ÿ“Œ 0
GitHub - ariaghora/arraydyn: Learning odin by implementing another ndarray because why not Learning odin by implementing another ndarray because why not - ariaghora/arraydyn

Learning #odinlang by creating... yes... numpy-like ndarray because why not
github.com/ariaghora/ar...

23.12.2024 03:26 ๐Ÿ‘ 1 ๐Ÿ” 0 ๐Ÿ’ฌ 0 ๐Ÿ“Œ 1
A screen capture of a PSP game, final fantasy tactics: the war of the lions

A screen capture of a PSP game, final fantasy tactics: the war of the lions

Another run of replaying

11.12.2024 09:40 ๐Ÿ‘ 0 ๐Ÿ” 0 ๐Ÿ’ฌ 0 ๐Ÿ“Œ 0

Akhirnya kembali kencan ganteng (dan cantik). ๐Ÿฅฐ

07.12.2024 06:28 ๐Ÿ‘ 0 ๐Ÿ” 0 ๐Ÿ’ฌ 0 ๐Ÿ“Œ 0

Eh bole juga iki

30.11.2024 05:29 ๐Ÿ‘ 0 ๐Ÿ” 0 ๐Ÿ’ฌ 1 ๐Ÿ“Œ 0

Ada yang mendekati ini ga?

29.11.2024 12:47 ๐Ÿ‘ 0 ๐Ÿ” 0 ๐Ÿ’ฌ 1 ๐Ÿ“Œ 0
Ranggajati train interior

Ranggajati train interior

My first train ride in ๐Ÿ‡ฎ๐Ÿ‡ฉ after a decade or more ๐Ÿ˜‡

23.11.2024 06:03 ๐Ÿ‘ 1 ๐Ÿ” 0 ๐Ÿ’ฌ 0 ๐Ÿ“Œ 0

Happy too see more familiar folks here!

21.11.2024 02:00 ๐Ÿ‘ 3 ๐Ÿ” 0 ๐Ÿ’ฌ 1 ๐Ÿ“Œ 0
Preview
Finding that One Problem โ€œIf I had an hour to solve a problem, Iโ€™d spend 55 minutes thinking about the problem and five minutes thinking about solutions.โ€โ€Šโ€”โ€ŠAlbertโ€ฆ

In the world of product management, figuring out which problem to solve first is a crucial. Lately I've been trying to improve my sense in this area as I think it should be sharp and performed almost instinctively. This is what I want to share

adityop.medium.com/finding-that...

21.11.2024 01:15 ๐Ÿ‘ 7 ๐Ÿ” 4 ๐Ÿ’ฌ 1 ๐Ÿ“Œ 0
raylib surpassed the 640 contributors to date! AMAZING!

raylib surpassed the 640 contributors to date! AMAZING!

Wow! raylib has surpassed the **640 contributors**!!!

As someone said, 640CB should be enough to run any open-source software. ๐Ÿ˜‰

Please, comment if you have ever contributed to raylib! โค๏ธ

20.11.2024 11:45 ๐Ÿ‘ 63 ๐Ÿ” 3 ๐Ÿ’ฌ 1 ๐Ÿ“Œ 2
Writing a Physics Engine from scratch
Writing a Physics Engine from scratch YouTube video by Pezzza's Work

Soooooo biudiful www.youtube.com/watch?v=lS_q...

20.11.2024 15:00 ๐Ÿ‘ 0 ๐Ÿ” 0 ๐Ÿ’ฌ 0 ๐Ÿ“Œ 0

Ya Allah mengapa aku introvert

20.11.2024 12:21 ๐Ÿ‘ 0 ๐Ÿ” 0 ๐Ÿ’ฌ 0 ๐Ÿ“Œ 0

Pulang kampung ini tidak bisa santai ya. Banyak rikues ngamen. Energi habis. ๐Ÿ˜ญ

20.11.2024 11:48 ๐Ÿ‘ 1 ๐Ÿ” 0 ๐Ÿ’ฌ 1 ๐Ÿ“Œ 0

Riil, ndan. Mati gaya, susah tidur.

20.11.2024 11:38 ๐Ÿ‘ 0 ๐Ÿ” 0 ๐Ÿ’ฌ 1 ๐Ÿ“Œ 0

Jadi inget Mastodon. Sayang sekali dia (monmaap) tuna rupa dan tidak nyaman digunakan, hehe.

19.11.2024 14:58 ๐Ÿ‘ 2 ๐Ÿ” 0 ๐Ÿ’ฌ 0 ๐Ÿ“Œ 0

Hari ini especially ada gelombang follower baru. Ada event apa nih baru2 ini? Hahaha

19.11.2024 14:56 ๐Ÿ‘ 0 ๐Ÿ” 0 ๐Ÿ’ฌ 1 ๐Ÿ“Œ 0

Maksudku, run aja ga bisa. Unusable, pak. Belum sempet troubleshooting, sih.

19.11.2024 12:17 ๐Ÿ‘ 0 ๐Ÿ” 0 ๐Ÿ’ฌ 0 ๐Ÿ“Œ 0

Asyik buat kerja lokal. Langsung broken pas buka tmux/nvim via SSH. Ini alasan saya tunda pemakaian intensif.

19.11.2024 11:55 ๐Ÿ‘ 0 ๐Ÿ” 0 ๐Ÿ’ฌ 1 ๐Ÿ“Œ 0

Github activity mandek, perasaan bersalah muncul. Apakah ini pertanda.

19.11.2024 04:50 ๐Ÿ‘ 0 ๐Ÿ” 0 ๐Ÿ’ฌ 0 ๐Ÿ“Œ 0
Preview
marimo | a next-generation Python notebook Explore data and build apps seamlessly with marimo, a next-generation Python notebook.

A refreshing take on Python notebooks. Gonna check it soon marimo.io

19.11.2024 01:04 ๐Ÿ‘ 2 ๐Ÿ” 0 ๐Ÿ’ฌ 0 ๐Ÿ“Œ 0