You cannot open-source parts if it's a monorepo.
"We run ads, senator." (c) Mark
Instagram might not became that big, but it definitely was on track to become somewhat big, that's why Facebook bought it, in fear of competition. Same, Youtube might go down, but the idea was out of the box now,…
No, sorry. Wondering that myself.
Well, technically, you can use cement instead of mortar (wet, but without sand). As far as I understand, sand is more like a neutral filler, to save money on cement. Various other things can be used to fill as well,…
`{key => value}` it should be mutableMapOf() just as well. Same for array.
You can make that in Kotlin, e.g.: `3.mph` or `(-45..45).deg` for ranges. with definition like: val Double.mph: Speed get() = Speed.mph(this) data class Speed(val ms: Double) companion object { fun mph(mph: Double) =…
That's right, forgot the word (not a native speaker unfortunately).
Framework laptop has the best eco-friendly smart packaging I've seen.
Absolutely damned is combination of Kotlin's several features: 1. Lambda functions can be defined with `{}`. 2.`foo(bar, somefunc)` is the same as `foo(bar) somefunc`. In other words, if the last parameter is a…
Most users forget/neglect keeping backup codes for proper 2fa, unfortunately.
You can download phone prefixes with prices from them, and also set max price for an SMS (won't work if they charge just a little amount and you send thousand requests of course).
GCP is an order of magnitude better at IAM. And the article is actually exactly about that, with comparison.
Frame.work laptops have properly grounded charger (over UBC-C).
Linux is under GPL. Running your website on Linux doesn't force you to open its sources.
Another idea you may find interesting: InfoSec. Some of my friends who were looking beyond engineering said "Your Machine Learning is boring. But InfoSec is a very diverse landscape, hard to get bored".
I believe that in large it can be attributed to a large number of experienced invited/appointed executives who make an exit. Not necessarily being a founder.
Maybe it would mean "no go" to colonization at all, who knows. For example, when all oceans boil out on Earth in 500m years or so, it might become useless for colonization. Natural resources are way easier to get from…
Sounds like it's a perfect case where "probably" is not enough.
Low mass stars live much longer, have larger habitable zones, and emit less ionizing radiation (ultraviolet, x-rays).
I filed an issue for Scala in 2009, that was answered like "sorry, this particular Java code cannot be used in Scala". In 2012 it still wasn't fixed. I cannot find the issue now, but I remember I was trying to use…
As for me the greatest appeal of Kotlin is that it doesn't need its own tooling that bad, it feels like just syntactic sugar over Java. Both Scala and Kotlin can reuse Java tools, but with Scala it's awkward (and some…
From my past experience, both Google and Apple fervently defend their built-in caller app, and really-really don't like any other app making regular voice calls. Part of that is that they don't want cloning (they…
But why? Most modern languages try to get rid of exceptions (Go, Kotlin, Rust).
Don't tie the clove hitch one-handed when working with auto-breaking belay device, that caused fatalities. Use both hands to tie the full knot first, and then clip it in at once:…
You cannot open-source parts if it's a monorepo.
"We run ads, senator." (c) Mark
Instagram might not became that big, but it definitely was on track to become somewhat big, that's why Facebook bought it, in fear of competition. Same, Youtube might go down, but the idea was out of the box now,…
No, sorry. Wondering that myself.
Well, technically, you can use cement instead of mortar (wet, but without sand). As far as I understand, sand is more like a neutral filler, to save money on cement. Various other things can be used to fill as well,…
`{key => value}` it should be mutableMapOf() just as well. Same for array.
You can make that in Kotlin, e.g.: `3.mph` or `(-45..45).deg` for ranges. with definition like: val Double.mph: Speed get() = Speed.mph(this) data class Speed(val ms: Double) companion object { fun mph(mph: Double) =…
That's right, forgot the word (not a native speaker unfortunately).
Framework laptop has the best eco-friendly smart packaging I've seen.
Absolutely damned is combination of Kotlin's several features: 1. Lambda functions can be defined with `{}`. 2.`foo(bar, somefunc)` is the same as `foo(bar) somefunc`. In other words, if the last parameter is a…
Most users forget/neglect keeping backup codes for proper 2fa, unfortunately.
You can download phone prefixes with prices from them, and also set max price for an SMS (won't work if they charge just a little amount and you send thousand requests of course).
GCP is an order of magnitude better at IAM. And the article is actually exactly about that, with comparison.
Frame.work laptops have properly grounded charger (over UBC-C).
Linux is under GPL. Running your website on Linux doesn't force you to open its sources.
Another idea you may find interesting: InfoSec. Some of my friends who were looking beyond engineering said "Your Machine Learning is boring. But InfoSec is a very diverse landscape, hard to get bored".
I believe that in large it can be attributed to a large number of experienced invited/appointed executives who make an exit. Not necessarily being a founder.
Maybe it would mean "no go" to colonization at all, who knows. For example, when all oceans boil out on Earth in 500m years or so, it might become useless for colonization. Natural resources are way easier to get from…
Sounds like it's a perfect case where "probably" is not enough.
Low mass stars live much longer, have larger habitable zones, and emit less ionizing radiation (ultraviolet, x-rays).
I filed an issue for Scala in 2009, that was answered like "sorry, this particular Java code cannot be used in Scala". In 2012 it still wasn't fixed. I cannot find the issue now, but I remember I was trying to use…
As for me the greatest appeal of Kotlin is that it doesn't need its own tooling that bad, it feels like just syntactic sugar over Java. Both Scala and Kotlin can reuse Java tools, but with Scala it's awkward (and some…
From my past experience, both Google and Apple fervently defend their built-in caller app, and really-really don't like any other app making regular voice calls. Part of that is that they don't want cloning (they…
But why? Most modern languages try to get rid of exceptions (Go, Kotlin, Rust).
Don't tie the clove hitch one-handed when working with auto-breaking belay device, that caused fatalities. Use both hands to tie the full knot first, and then clip it in at once:…