Allowing myself to play.
This program is on /tmp and it will be gone when I shut down my laptop in a few minutes.
I like that it won't be occupying space on my disk and probably not in my head either.
Allowing myself to play.
This program is on /tmp and it will be gone when I shut down my laptop in a few minutes.
I like that it won't be occupying space on my disk and probably not in my head either.
This week on Patreon!
I normally write about advanced engineering topics, but I also wanted to share valuable information for everyone.
In my latest post, I've outlined how to request the removal of Personally Identifiable Information (PII) from platforms like OpenAI, aka ChatGPT.
This is a public post, so you don't need to be a paying member to access it.
Check it out here: https://www.patreon.com/posts/how-to-request-134274658
This instant looked so much like combustion...
A 4K version. I really enjoy the real time version :)
lateinit вместо nullable: пять ошибок
Привет, Хабр! Сегодня разберёмся, почему попытка «избавиться от ? любой ценой» приводит к проблемам, и как жить с этим вообще жить.
Huh.
```
abstract class Base {
init {
meth()
}
abstract fun meth()
}
class Derived : Base() {
val x: String
init {
x = "hello"
}
override fun meth() {
println("x.length = ${x.length}")
}
}
fun main() {
val obj = Derived()
}
```
Surprised this doesn't merit a compiler warning.
«Open Tracker: как разработать Android-приложение для автоматического трекинга коммерческих представителей. Часть 2»
Во второй части статьи рассматривается реализация пользовательского интерфейса Android-приложения Open Tracker для автоматического трекинга коммерческих представителей. Основное внимание уделено минималистичному дизайну, работе с системными разрешениями и механизму передачи данных между фоновым сервисом и UI. Описаны три ключевых экрана ( OverView , Log , Settings ), а также особенности их взаимодействия с ядром приложения. Статья будет полезна разработчикам, создающим аналогичные решения с использованием Jetpack Compose , StateFlow и современных архитектурных подходов.
One thing I've been wondering for years is whether I could use something like the Physarum algorithm to transport elements along the paths that form.
The issue was that the paths are transited by agents moving in both directions. Rivers don't do that.
During the Creative Code Jam last Saturday I figured out a way to have one direction per path. So nice to watch in real time :) I only had my 10 y.o. laptop, so had to work on 640x480 #CreativeCoding #OPENRNDR #Kotlin
Kotlin for developers http://leanpub.com/set/leanpub/kotlin_for_developers by Marcin Moskała is the featured Track of online courses on the Leanpub homepage! https://leanpub.com #Kotlin #ComputerProgramming
Jetpack Compose internals by Jorge Castillo is on sale on Leanpub! Its suggested price is $35.00; get it for $20.00 with this coupon: https://leanpub.com/sh/ESc34kXC #Software #ComputerProgramming #Java #Kotlin #SoftwareArchitecture #SoftwareEngineering
Kotlin Flows Explained. A guide to understanding Kotlin Flows…
Name-based + new position-based destructuring
https://github.com/Kotlin/KEEP/blob/main/proposals/KEEP-0438-name-based-destructuring.md
Iterating on a project from a few years ago and testing ideas from a long list I have to see what can make it substantially different and equally interesting. So far I tried the low hanging fruit. Next I will try larger changes that might really change the behavior.
The real things is animated at 4K, every pixel slowly changing.
Designing Kotlin Beyond Type Inference https://lobste.rs/s/tlgh1u #video #kotlin #plt
https://youtu.be/P0mo8Tzrapo
JetBrains、「IntelliJ IDEA」の配布を一元化。有償・無償エディションの垣根をなくす/2025.3リリースから実施
https://forest.watch.impress.co.jp/docs/news/2032274.html
Manifest Android Interview: The ultimate guide to cracking Android technical interviews https://leanpub.com/manifest-android-interview by Jaewoong is the featured book on the Leanpub homepage! https://leanpub.com #ComputerProgramming #Android #Kotlin #Engineering #Software #SoftwareEngineering #books #ebooks #career #jobinterview
Find it on Leanpub!