Viewing profile — dima_vm
dima_vm
HN member- Joined
- Wed, Aug 21, 2019, 9:39 PM UTC
- HN karma
- 116
- Public activity
- 40 items
- HN profile
- View on Hacker News ↗
About dima_vm
No profile information was provided.
Recent public activity
-
comment
Comment #34364829
You cannot open-source parts if it's a monorepo.
-
comment
Comment #34296860
"We run ads, senator." (c) Mark
-
comment
Comment #34296687
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 …
-
comment
Comment #34295499
No, sorry. Wondering that myself.
-
comment
Comment #34283183
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.
-
comment
Comment #34283149
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 …
-
comment
Comment #34283100
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 ab…
-
comment
Comment #34283023
`{key => value}` it should be mutableMapOf() just as well. Same for array.
-
comment
Comment #34282926
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) compa…
-
comment
Comment #34278988
That's right, forgot the word (not a native speaker unfortunately).
-
comment
Comment #34272827
Framework laptop has the best eco-friendly smart packaging I've seen.
-
comment
Comment #34272022
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 wor…
-
comment
Comment #34265954
Most users forget/neglect keeping backup codes for proper 2fa, unfortunately.
-
comment
Comment #34265927
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).
-
comment
Comment #34265898
They do: https://www.twilio.com/blog/2015/08/introducing-max-price.ht...
-
comment
Comment #34214088
I know one familiar-sounding, but different (without violent armed remainers) novel by Clifford Simak: "City".
-
comment
Comment #33572643
GCP is an order of magnitude better at IAM. And the article is actually exactly about that, with comparison.
-
comment
Comment #33572419
Frame.work laptops have properly grounded charger (over UBC-C).
-
comment
Comment #33571030
Linux is under GPL. Running your website on Linux doesn't force you to open its sources.
-
comment
Comment #33519494
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 landscap…
-
comment
Comment #33519470
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.
-
comment
Comment #33396104
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…
-
comment
Comment #33375836
Sounds like it's a perfect case where "probably" is not enough.
-
comment
Comment #33374497
Factorio is a very hackerish game.
-
comment
Comment #33352031
Low mass stars live much longer, have larger habitable zones, and emit less ionizing radiation (ultraviolet, x-rays).