Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
proamdev123
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
5 ms
·
1.
▲
by
proamdev123
2y ago
I’m not the person you asked, but here are some random, assorted examples of “structured data you want to learn something about”: - data you’ve pulled from an API, such as stock history or weather data, - banking records you want to analyze
2.
▲
by
proamdev123
2y ago
What do you mean by “run business logic rules over the calculations”? Genuine question. Don’t most people embed business logic into their spreadsheet formulas? Or is there something else you’re referring to?
3.
▲
by
proamdev123
2y ago
I agree with your sentiments. Makes me think that they are going for vendor lock in. I don’t know if that’s true, but it does feel like it.
4.
▲
by
proamdev123
2y ago
You are correct about the previous ReMarkable stylus, but OP is correct about the ReMarkable Pro stylus. They have introduced a new, proprietary stylus that requires charging. And it’s incompatible with any other device, including previous
5.
▲
by
proamdev123
2y ago
Or alternatively, “It’s better for me and my family to NOT be the ones dead in a small car if we get hit by an SUV.” mentality.
6.
▲
by
proamdev123
2y ago
Chess and music are the gold standard for deliberate practice because they have been around for hundreds of years and have been studied long enough to have clear paths, techniques, and metrics to getting to certain levels of skill. That sai
7.
▲
by
proamdev123
2y ago
Chess and music are the gold standard for deliberate practice because they have been around for hundreds of years and have been studied long enough to have clear paths, techniques, and metrics to getting to certain levels of skill. That sai
8.
▲
by
proamdev123
2y ago
> the faux-cassette tapes with an analogue audio input It was called a “cassette adapter” (for anyone interested in looking it up).
9.
▲
by
proamdev123
3y ago
Are there any resources you’d recommend to learn this? Or is this just something you have to learn through trial and error? For context, I’m someone who has big blind spots in this area and trying to figure out how to overcome them. Typical
10.
▲
by
proamdev123
3y ago
Your comment is interesting because it shows the dilemma posed to those of us who struggle to communicate positive intentions without unintentionally upsetting people. On the one hand, there are people who would be offended by a reply of “s
11.
▲
by
proamdev123
3y ago
Your feelings are definitely not unique. There’s a big thread in the article comments with a number of people expressing a similar view. I think you’re right that the whole thing is difficult. There are certainly people who take offense at
12.
▲
by
proamdev123
3y ago
Nice device, but the data is stored with them, so the privacy issue remains.
13.
▲
by
proamdev123
3y ago
The code didn’t render properly, and it’s not letting me edit the comment. Here’s my example: (df.method1() .method2() .method3() )
14.
▲
by
proamdev123
3y ago
You can also debug by putting each method on a separate line, which allows for debugging by commenting out individual methods one at a time. It enhances readability too. Example: (df.method1() .method2() .method3() )
15.
▲
by
proamdev123
3y ago
Can you give an example of what you mean by “meta programming” and “manual” in this context? I use pandas regularly, but I’m not sure exactly what you mean here. I’m wondering if you’re referring to some techniques I’m not aware of that cou
16.
▲
by
proamdev123
3y ago
So you’re planning on getting an Apple Vision Pro?! :-)
17.
▲
by
proamdev123
3y ago
I’d love to use a dedicated sleep tracking device, but they all now seem to require accounts, subscriptions, and forfeiting privacy. Sigh. So I track my sleep with a timer app instead, and lose the detailed monitoring stats.
18.
▲
by
proamdev123
3y ago
Fantastic insight. It’s far easier for me to get up at 5:00 AM than to go to bed by 9:00 PM. Or even 10:00 PM.
19.
▲
by
proamdev123
3y ago
> the preface claims that “You don’t need to know calculus or linear algebra. You don’t need any prior knowledge of statistics”. Downey makes this statement because his premise is that if you know Python, you can use that knowledge to le
20.
▲
by
proamdev123
3y ago
There was one about space exploration based on Postgres, but I don’t remember the name.
21.
▲
by
proamdev123
3y ago
Agree, but it’s trivial to add support for bluetooth controllers or keyboards.
22.
▲
by
proamdev123
3y ago
This link doesn’t say what you’re saying it does. From the link: > For competitive purposes, a monopolist may use forced buying, or "tie-in" sales, to gain sales in other markets where it is not dominant and to make it more dif
23.
▲
by
proamdev123
3y ago
There is a version of it in Emacs, called up with `M-x doctor`. The source is in `doctor.el`. https://www.emacswiki.org/emacs/EmacsDoctor
24.
▲
by
proamdev123
3y ago
I love that idea! It really grounds the idea in a useful metric.
25.
▲
by
proamdev123
3y ago
Thanks for the detailed response. Very helpful.
26.
▲
by
proamdev123
3y ago
How is a “SQL database” different from a “relational database”? I’m in industry, so I’ve only ever heard these databases described as relational databases. I’d love to understand more.
27.
▲
by
proamdev123
3y ago
Can you expand on this? What is the difference between `GROUP BY` and `SUMMARIZE`? I’m familiar with SQL, but not the artificial limitations that you’re referring to, and I’d like to better understand.
28.
▲
by
proamdev123
3y ago
> I haven't even found an explanation of why uncertainty about probabilities requires betting more conservatively than Kelly would recommend. It’s because the risk of ruin increases quickly if you overestimate optimal f, as calculat
29.
▲
by
proamdev123
3y ago
That’s what Power Pivot is for. Once you create the additional table and relationships as I described, you should be able to create a pivot table using data from multiple tables. No SUMIFs required. Unless I’m misunderstanding something.
30.
▲
by
proamdev123
3y ago
The workaround for many to many relationships isn’t too hard. What you have to do is create another table containing unique values of items sold, and then make 1:many relationships from that table to the other two. You can easily make the
More ›