Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
CornCobs
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
5 ms
·
1.
▲
by
CornCobs
4mo ago
Yes, they deprecated the CRS field and the current state of geojson handling libraries is pretty messy as a result since geojson does not have versioning! If you have old geojson in a different projection, will your library respect the crs
2.
▲
by
CornCobs
2y ago
Not everywhere that python is run has access to pip. Sshing into some locked down remote machine and needing to debug some script is a use case that comes to mind.
3.
▲
by
CornCobs
2y ago
Isn’t the browser inspector more than sufficient? You get the interactive object inspector in the console, live expressions, log points etc. For node you it’s possible to hook it up with the browser inspector as well
4.
▲
by
CornCobs
2y ago
Something interesting I realized about their choice of name - S7. 1. It's a combination of S3 and S4 obviously. 2. It's also linked to another OOP system called R6. Interesting how it's a step forward one way (6->7) and a
5.
▲
by
CornCobs
2y ago
I actually think this "multi-tiered" system of OOP is quite cool, when compared to languages that stick OOP in your face upfront. 1. Basic users don't even know it's there, they're just calling regular functions. 2.
6.
▲
by
CornCobs
2y ago
Yes, though the languages do not support it explicitly you can simulate lazy evaluation by wrapping all your arguments in closures. This way they won't be evaluated until called within the function body.
7.
▲
by
CornCobs
2y ago
I too am a Tidyverse shill. Hadley Wickham truly did an amazing job designing the whole ecosystem and API. I personally haven't encountered another API that has given me the same feeling of mastery and empowerment - just the correct bl
8.
▲
by
CornCobs
2y ago
I'm in a similar boat. I have to use a 3rd party component library written in web components for our react app (esri/calcite-components) and it's a huge pain because * You can't override styles except what is exposed thr
9.
▲
by
CornCobs
2y ago
Seconding NewPipe. Though recently it's been unable to load comments and the error banner keeps popping up as a result (no comments may actually be a plus?) I still use the regular Youtube app for shorts but NewPipe is definitely a bet
10.
▲
by
CornCobs
2y ago
Inline styles don't work with a strict CSP. Have you ever had to work with such a restriction?
11.
▲
by
CornCobs
2y ago
What syntax of nim's is the network: ... Used to declaratively construct the neural networks? Is it a macro? Looks really neat!
12.
▲
by
CornCobs
3y ago
+1 for mobX. Dead straightforward, does one thing and does it well. Only worry is that it increasingly feels like an outsider in React. I'm working on an app that uses React, web components and mobX, and upgrading to React 18's co
13.
▲
by
CornCobs
3y ago
> They will eventually discover that they’re wrong, and we will have yet further examples of evolution’s devious paths. In my terminology, their dogged search for skyhooks will uncover heretofore unimagined cranes. And precisely because
14.
▲
by
CornCobs
3y ago
As a relative outsider to the observability space, I have always wondered this: Is observability/telemetry only about engineering-related issues (performance, downtimes, bottlenecks etc.) or does it include the "phone-home" t
15.
▲
by
CornCobs
3y ago
> These InteractionHandlers are just objects satisfying a specific TypeScript interface. They’re not coupled to React or hooks or anything like that, which feels quite freeing, honestly. There’s no worrying about stale closures or depend
16.
▲
by
CornCobs
4y ago
I've heard before that it's meant to be re-TRIE-val and therefore is pronounced "tree"
17.
▲
by
CornCobs
4y ago
Dad has a Mazda. Can vouch for this 100%. It's very clear to me when I drive it that their car interfaces are very deliberate and properly designed. That rolling knob thing which controls the screen is amazing and I wish it were standa
18.
▲
by
CornCobs
4y ago
Slightly off topic, but I find the author's attempt to use an iterative method (TDD) to derive a recursive algorithm (quicksort) somewhat comical
19.
▲
by
CornCobs
4y ago
The next course of action would be to split your distance calculation into multiple steps - a few dimensions at a time. Then we need to decide on an order to these comparisons - what about using entropy derived from the training data? Then
20.
▲
by
CornCobs
4y ago
Not exactly. These tree models are ensemble methods, meaning they comprise several trees. Each individual tree may be small, but it is difficult to pinpoint explanations when that tree is but one amongst a forest
21.
▲
by
CornCobs
4y ago
I actually from a less technical person's perspective, "cute" error messages humanize errors, showing them that there was indeed someone who made that page they are currently on and not just some soulless computer and thus ma
22.
▲
by
CornCobs
4y ago
What in your opinion doesn't work with UG testing?
23.
▲
by
CornCobs
4y ago
I disagree in general with your second point. Yeah, sure, this could make sense in some situations, but many tools and products exist for the sole reason that they offer a superior workflow and smoother experience than their existing counte
24.
▲
by
CornCobs
4y ago
I ended up in this current position because I was first interested in their field of work (geospatial work), and secondly skilled in programming. Even if I weren't a programmer I would probably work for them in some other capacity. I d
25.
▲
by
CornCobs
4y ago
Counter-anecdote: I'm working at a non-tech company (we build the in-house technical software that everyone else in the company uses) and the experience has been great. We deliver real and immediate value, our clients are our colleague
26.
▲
by
CornCobs
4y ago
As the other guy mentioned this has nothing to do with GoG. A good data language or library should provide the user (and plotting libraries) copyless, cheap and immutable slices of the data being handled. Javascript just doesn't really
27.
▲
by
CornCobs
4y ago
You can do anything with the DOM in javascript - you could create an anchor node then download the file automatically via a.click()
28.
▲
by
CornCobs
4y ago
I don't think it's fair to label the failure of checked exceptions as "beginners didn't understand". It's the fact that returning null was deemed an acceptable return value on some types of failure throughout t
29.
▲
by
CornCobs
4y ago
Yeah. IMO reducing everything to cost-benefit analysis feels like one of those "Silicon Valley" endeavours the feature article talks about - sounds attractive, but ultimately we ought to grow out of the good/bad one-dimension
30.
▲
by
CornCobs
4y ago
Client side training with the usual python stack sounds like a configuration nightmare. Would it try to use the users GPU if it exists? Would it fallback to CPU? Does your user need a specific GPU card to play?
More ›