Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
dima_vm
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
5 ms
·
1.
▲
by
dima_vm
4y ago
You cannot open-source parts if it's a monorepo.
2.
▲
by
dima_vm
4y ago
"We run ads, senator." (c) Mark
3.
▲
by
dima_vm
4y ago
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, someone else would do
4.
▲
by
dima_vm
4y ago
No, sorry. Wondering that myself.
5.
▲
by
dima_vm
4y ago
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.
6.
▲
by
dima_vm
4y ago
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, like gravel. Sometimes e
7.
▲
by
dima_vm
4y ago
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 fu
8.
▲
by
dima_vm
4y ago
`{key => value}` it should be mutableMapOf() just as well. Same for array.
9.
▲
by
dima_vm
4y ago
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: Do
10.
▲
by
dima_vm
4y ago
That's right, forgot the word (not a native speaker unfortunately).
11.
▲
by
dima_vm
4y ago
Framework laptop has the best eco-friendly smart packaging I've seen.
12.
▲
by
dima_vm
4y ago
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 function, it can be prov
13.
▲
by
dima_vm
4y ago
Most users forget/neglect keeping backup codes for proper 2fa, unfortunately.
14.
▲
by
dima_vm
4y ago
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).
15.
▲
by
dima_vm
4y ago
They do: https://www.twilio.com/blog/2015/08/introducing-max-price.ht...
16.
▲
by
dima_vm
4y ago
I know one familiar-sounding, but different (without violent armed remainers) novel by Clifford Simak: "City".
17.
▲
by
dima_vm
4y ago
GCP is an order of magnitude better at IAM. And the article is actually exactly about that, with comparison.
18.
▲
by
dima_vm
4y ago
Frame.work laptops have properly grounded charger (over UBC-C).
19.
▲
by
dima_vm
4y ago
Linux is under GPL. Running your website on Linux doesn't force you to open its sources.
20.
▲
by
dima_vm
4y ago
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".
21.
▲
by
dima_vm
4y ago
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.
22.
▲
by
dima_vm
4y ago
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 asteroids&#x
23.
▲
by
dima_vm
4y ago
Sounds like it's a perfect case where "probably" is not enough.
24.
▲
by
dima_vm
4y ago
Factorio is a very hackerish game.
25.
▲
by
dima_vm
4y ago
Low mass stars live much longer, have larger habitable zones, and emit less ionizing radiation (ultraviolet, x-rays).
26.
▲
by
dima_vm
4y ago
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 gae-mapredu
27.
▲
by
dima_vm
4y ago
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 tricky gener
28.
▲
by
dima_vm
4y ago
AFAIK, it's possible to require both ssh keys and password.
29.
▲
by
dima_vm
4y ago
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 clearly state tha
30.
▲
by
dima_vm
4y ago
But why? Most modern languages try to get rid of exceptions (Go, Kotlin, Rust).
More ›