Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
pjacotg
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
9 ms
·
1.
▲
by
pjacotg
26d ago
I posted this link and found out about it on episide 121 of a podcast called Happy Path Programming, which Bruce Eckel hosts. I was aware that he had started and subsequently abandoned writing the book, so was excited to hear he had used Cl
2.
▲
Thinking in Python
(thinkinginpython.com)
305 points
by
pjacotg
26d ago
|
60 comments
3.
▲
by
pjacotg
2mo ago
Signals and Threads, The Pragmatic Engineer, Maintainable, Book Overflow, Happy Path Programming
4.
▲
by
pjacotg
5mo ago
I'm busy reading a book [0] by Keith Devlin about the correspondence between Pascal and Fermat. It's called the unfinished game and has been really good so far. It goes through the letters and provides some context around them. [
5.
▲
by
pjacotg
9mo ago
I second this. I joined a second hand Lego Whatsapp group a while ago and that's made it far more affordable.
6.
▲
by
pjacotg
9mo ago
My key takeaway from the book is the importance of conceptual integrity and how hard this is to achieve the bigger the team. I think this is just as true today as it ever has been before.
7.
▲
by
pjacotg
10mo ago
On the human readability concern, we use protobuf converted to text format. It looks JSON like so very readable and comes with all the other benefits of protobuf.
8.
▲
by
pjacotg
10mo ago
I was going to mention Peter Naurs paper as well. It's fundamentally changed the way I think about software. The projects I've seen that are in the most trouble are those where the current devs haven't had the opportunity to
9.
▲
by
pjacotg
10mo ago
Have a look at a site called neetcode. They offer collections of leetcode problems that are representative of what you'd see in an interview. They have tutorial videos for each problem, which should help you get back up to speed with t
10.
▲
by
pjacotg
11mo ago
Completely agree. Beyond being of interest in its own right, "There exists" is a prerequisite for further work in finding a practical approach to find the path.
11.
▲
by
pjacotg
1y ago
In regards to a career as a quant, the top firms may focus on "young geniuses" but there will be plenty of places where your profile would be just fine. It's a broad industry!
12.
▲
by
pjacotg
1y ago
That sounds interesting. Do you have a link?
13.
▲
by
pjacotg
1y ago
There's a book on financial calculus by Rennie and Baxter [0] that gave me very good intuition on the ideas behind option pricing. It starts with the binomial model and moves on to using stochastic calculus. If you get into the topic y
14.
▲
by
pjacotg
1y ago
Not the op, but I started using parquet instead of CSV because the types of the columns are preserved. At one point I was caching data to CSV but when you load the CSV again the types of certain columns like datetimes had to be set again. I
15.
▲
by
pjacotg
2y ago
This book [0] has some really nice ideas in it. I have a 6 year old and 2 year old and I'm also on the look out for ways to develop a love of mathematics. I've found mathematical inspired art projects to be quite effective. For ex
16.
▲
How South Africa got its first internet connection
(techcentral.co.za)
2 points
by
pjacotg
2y ago
|
0 comments
17.
▲
by
pjacotg
2y ago
I actually got some useful ideas on previous hackernews threads on fatherhood and parenting. There were usually one or two ideas that resonated with me. I suspect the points that resonate will be different for each of us. Here's one of
18.
▲
by
pjacotg
2y ago
In my last few projects I've made it possible to record inputs and outputs of applications and persist the data to disk. I've written tests that use the recorded inputs and compare the results to the recorded outputs. This meant w
19.
▲
Ask HN: What book had a big impact on you as a child or teenager?
77 points
by
pjacotg
2y ago
|
153 comments
20.
▲
by
pjacotg
2y ago
There's a series of database moocs from Stanford that look good [0]. I'd start off by learning about the relational model as a foundation and after that exploring non relational DB's like TimescaleDB. [0] https://o
21.
▲
by
pjacotg
2y ago
There's a book called Longitude by Dava Sobel which is about how the problem of determining longitude was solved. The Galiilean moons approach is discussed in the book. I'm busy reading the book so this article caught my eye. It&#
22.
▲
by
pjacotg
2y ago
Nice! I've worked with a few similar real world payoff languages. This paper discusses one of them: https://www.infoq.com/presentations/haskell-barclays/
23.
▲
by
pjacotg
2y ago
You could try the Stanford database moocs [0], they're on EdX as well. This will focus more on the relational model, SQL and database fundamentals. These are the fundamentals you need to understand so you can structure your tables and
24.
▲
by
pjacotg
2y ago
There's a 99% visible episode [1] on this very issue. Worth a listen! [1] https://99percentinvisible.org/episode/sound-and-health-hosp...
25.
▲
by
pjacotg
2y ago
If you want to display analytics on a dashboard I would generate materialized views from your underlying data first and then display that. Try and precalculate as much as possible to avoid having to do it on your front end.
26.
▲
by
pjacotg
2y ago
There's a popular math book called Infinite Powers by Steven Strogatz which is about the story of calculus. It's really good and may help bring the subject to life as opposed to rote learning problems.
27.
▲
by
pjacotg
3y ago
I used it for exactly this in my previous role. I automated a lot of tasks and built tools for my previous team. Most of them weren't Python programmers so I used gooey to create simple GUI's on top of my scripts. It worked really
28.
▲
by
pjacotg
3y ago
I work in banking and I've noticed an uptick in Python where a decade ago it would have been VBA. Still plenty of VBA around but Python is in the mix as well.
29.
▲
by
pjacotg
3y ago
Completely agree. I've always thought that Excel/VBA shows you where all the short comings are with your in house systems.
30.
▲
by
pjacotg
3y ago
I recently listened to an interview with Leslie Lamport where he said you should write a description of your program in prose before writing any code. So not exactly programming on paper, but part of the process of thinking about what you&#
More ›