I was surprised to discover that GPT-4 is just Input -> Layers -> Predicted Value & Actual Value -> Loss Function -> Optimizer -> Update weights.
Finally we have released out submission for game jam. I am happy to have released my first ever game. I know this is long from perfect but I am proud. Go check it out.
https://t.co/OJoZLHkg6Z
Quick update on the Piano app:
- Added the sound to the keys using SoundPool so basically playing the sampled piano sound based on key press.
Will add some more features and improve ui in future.
Do drop your suggestions in comments. #AndroidDev#appdevelopment
I recently started writing Ul tests for Jetpack Compose for my own app. I have created a small article on writing Ul tests using Jetpack compose and dagger-hilt do check it out
#Android#JetpackCompose#DaggerHilt#Kotlin
https://t.co/JHWUtcuXK0
Interesting things in #Kotlin
Unit vs Nothing
- Unit is equivalent to void basically a function with not return type.
- Nothing is very interesting because It always throws exception.
You can use nothing to represent a value that never existed.
It was a great experience contributing to the @Google Horologist open-source library, people at are really helpful.
Horologist is a group of libraries that aim to supplement Wear developers with more features.
https://t.co/Ufnz4LCw1Y