"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,…
Not always, if rebars are pre-tensioned before concrete solidifies. So the rebar is always under tension. Pretty common in prefab parts, like bridge bars.
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,…
Kotlin has it, but only if the function accepts the function argument, e.g. `foo({println("hello")})` is the same as `foo {println("hello")}` (larger example in my other comment above). You can also make it on no-args…
`{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).
They do: https://www.twilio.com/blog/2015/08/introducing-max-price.ht...
I know one familiar-sounding, but different (without violent armed remainers) novel by Clifford Simak: "City".
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.
Factorio is a very hackerish game.
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…
"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,…
Not always, if rebars are pre-tensioned before concrete solidifies. So the rebar is always under tension. Pretty common in prefab parts, like bridge bars.
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,…
Kotlin has it, but only if the function accepts the function argument, e.g. `foo({println("hello")})` is the same as `foo {println("hello")}` (larger example in my other comment above). You can also make it on no-args…
`{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).
They do: https://www.twilio.com/blog/2015/08/introducing-max-price.ht...
I know one familiar-sounding, but different (without violent armed remainers) novel by Clifford Simak: "City".
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.
Factorio is a very hackerish game.
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…