|
You are here |
nathanchance.dev | ||
| | | | |
kroah.com
|
|
| | | | | By now, everyone knows that something "big" just got announced regarding computer security. Heck, when the Daily Mail does a report on it ... | |
| | | | |
www.romainguy.dev
|
|
| | | | | Hash maps are extremely common data structures, and Jetpack Compose unsurprisingly takes advantage of them for various tasks. Kotlin makes it easy to create a new mutable hash map by calling the mutableMapOf() function. Most developer will - and should - stop there, and use the map however they need to. Things are however a bit different when working on a toolkit like Jetpack Compose as we need to ensure the toolkit's behavior is as unintrusive as possible for the app. | |
| | | | |
www.kroah.com
|
|
| | | | | By now, everyone knows that something "big" just got announced regarding computer security. Heck, when the Daily Mail does a report on it , you know something is bad... Anyway, I'm not going to go into the details about the problems being reported, other than to point you at the wonderfully written Project Zero paper on the issues involved here. They should just give out the 2018 Pwnie award right now, it's that amazingly good. | |
| | | | |
blog.dhsdevelopments.com
|
|
| | | For the last few years, I've solved some of the Advent of Code problems using Kap. It's turned out to work quite well, and Kap has turned... | ||