Viewing profile — geokon
geokon
HN member- Joined
- Tue, Nov 29, 2016, 4:45 AM UTC
- HN karma
- 1,782
- Public activity
- 1,062 items
- HN profile
- View on Hacker News ↗
About geokon
No profile information was provided.
Recent public activity
-
comment
Comment #49153912
I don't have any severe sleep problems, but I can relate to this issue. I find reading fiction helps. It's kind of difficult to dream about an interesting problem or a project, so …
-
comment
Comment #49066377
I think this is a larger web-standards problem. There is no standard clickable "link" for physical locations. There is no URL-equivalent you can send to someone, they click it, it …
-
comment
Comment #48989667
Where is it actually explained how it works..? Usually these kinds of systems either don't scale dynamically or have caching issues. The first example, a spreadsheet, is "easy" bec…
-
comment
Comment #48979458
A cemetery that charges an entrance fee..
-
comment
Comment #48976638
Thanks :)
-
comment
Comment #48976067
In Paris they use the corpse of their heroes like Voltaire and Napoleon to flease tourists of their Euros Using a tomb to expand our knowledge of the ancient world seems like small…
-
comment
Comment #48966080
are there any "open source" efforts to do distillation? Like some place one can submit one's anonymized chat logs? So they can be pooled and used as an open training set (similar t…
-
comment
Comment #48931164
Sorry for the delay, I've been thinking about how to respond :) > For me it is. if you can have a running example I'd love to see it > I want some good guidelines Yeah, I totally u…
-
comment
Comment #48916916
Okay - actual code is good :)) But I can't replicate the behavior. Here is the code: https://github.com/kxygk/ednless/blob/master/pathom-prectest... I didn't know what jdbc was so …
-
comment
Comment #48902134
It doesn't seem petty at all. These are the fundamental primitives of how you want to decouple and organize code. You have to look at them through small examples. In the first case…
-
comment
Comment #48888799
great example. Some of this is out of my bailiwick, but on a high level I agree with you. I think your intuition is right. If you have behavior that's dependent on priority, this i…
-
comment
Comment #48887372
I'll be honest, I work in a very different area (scientific computing) so my code is a lot more exploratory and I don't ever deal with DB access for instance. If you have a very st…
-
comment
Comment #48887174
that I understand. providing that compatibility guarantee is extra work for you It's always nice talking to you about these things. Thanks again :)
-
comment
Comment #48881774
Lots of great thoughts As for function memoization, I previously tried this workflow and after scratching my head about it, I think it's just not possible to make it scale properly…
-
comment
Comment #48879458
Oh sorry, I kind of meant it the other way around. You start with biff.graph and you'd swap in Pathom if the featureset or performance wasn't adequate. It makes sense that since yo…
-
comment
Comment #48879064
> the tweaks I made to e.g. `defresolver` were really just a side thing If it weren't for those, would Pathom be a drop-in replacement? Or is there different logic? I'm a bit of a …
-
comment
Comment #48878064
You can use regular functions, but there are several things you lose: - intermediate keys are not recalculated if they're used across different resolvers. This means you basically …
-
comment
Comment #48877934
It's very cool you managed to make a mini Pathom - esp in so few lines of code :)) But the end result looks almost identical? Resolver declarations are a bit reorganized and look a…
-
comment
Comment #48877703
I've been rewriting a codebase using Pathom resolvers and it has been extremely fun and has made me really reexamine how I organize code. Without being hyperbolic, it's really a ne…
-
comment
Comment #48870952
My feel would be that 2.4 has the advantage of being much longer range and there are plenty of sources for 2.4 - if you wanted to look at back-scatter and not just sources of emiss…
-
comment
Comment #48813474
One thing to note that's maybe less obvious is that you can destructure some keys with the check and others without. This makes the function interface a bit self-documenting. At a …
-
comment
Comment #48758780
> looming requirement that all Android developers register themselves centrally Does this somehow also apply to developers in China? Are Chinese OSs (Vivo/Honor/Oppo/etc.) entirely…
-
comment
Comment #48758752
An FDroid desktop client that adb installs APKs would actually be lovely. I pretty much exclusively use FDroid, but I gotta say I unfortunately find all their frontends to be rathe…
-
comment
Comment #48730163
There are plenty of Icon packs suitable to all aesthetic preferences. Just nobody is going to write a blog post ragging a some Icon Pack b/c if you don't like it then it's trivial …
-
comment
Comment #48729937
"Correct" modern C++ eliminates whole classes of problems. You can of course still write C code, but no one would merge that in to their codebase Theyre both complicated languages …