Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
PaulJulius
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
5 ms
·
1.
▲
by
PaulJulius
3mo ago
It is on there. The Champions League ended almost two weeks ago. Premier League and Europa League too. (And the World Cup.) https://plaintextsports.com/champions-league/ https://plaintextsports.com/prem
2.
▲
by
PaulJulius
6y ago
This reminds of my favorite article by sportswriter Bill Simmons, titled The Consequences of Caring, in which he describes seeing his daughter embrace a sports team and experience crushing disappointment for the first time, and reflects on
3.
▲
by
PaulJulius
6y ago
I've always wanted to do something similar! I've thought about trying to consider the "obviousness" of certain moves, and then only explore those branches with a probability relative to its obviousness. "Obviousness
4.
▲
by
PaulJulius
6y ago
Location: San Francisco, CA Remote: No (except due to coronavirus) Willing to relocate: No Technologies: Professional experience with Ruby, TypeScript + React, PostgreSQL; passing familiarity with C, C++, Java, Python from college classes R
5.
▲
by
PaulJulius
6y ago
I really think the negativity in the comments here is overblown, and misdirected. The author has a totally reasonable set of requirements: React + TypeScript, writing posts in Markdown, small amounts of interactability, and static site gene
6.
▲
Bad Stripe.js update takes down user websites
(twitter.com)
9 points
by
PaulJulius
7y ago
|
3 comments
7.
▲
The secret team dinners that have built the Spurs' dynasty
(espn.com)
1 points
by
PaulJulius
7y ago
|
0 comments
8.
▲
Ask HN: What is the best Date and Time library (in any language)?
5 points
by
PaulJulius
7y ago
|
3 comments
9.
▲
by
PaulJulius
8y ago
I was just wishing for a better SQL formatter! I'm wasting too much time pasting queries into a doc just to reformat them. It would be great if the parser supported question marks as placeholders. The pg_stat_statements table in Postgr
10.
▲
An Interview with an Anonymous Data Scientist (2016)
(logicmag.io)
265 points
by
PaulJulius
9y ago
|
103 comments
11.
▲
by
PaulJulius
9y ago
The new implementation is still wrong, according to the specification. Array.prototype.sort does not sort an array of numbers as expected. In JavaScript, [2, 10].sort() results in the array [10, 2]. As MDN points out, "The default sort
12.
▲
by
PaulJulius
10y ago
This is unrelated to StatefulSets, but I'm going to take the opportunity to ask a Kubernetes engineer for help, since the the kubernetes-users Slack channel sort of feels like shouting into a void. We deploy a small cluster (1 master,
13.
▲
by
PaulJulius
10y ago
I think one of the most under-mentioned features of vim is that a line is one of its fundamental units. Suppose you want to move a few lines of code from one function to another in a regular GUI text editor. If you select these lines with a
14.
▲
by
PaulJulius
10y ago
I'm going to describe a small issue I've been having with Git that I've tried Googling for in the past but have never found a solution. I use a custom `git log` alias that prints out a nicely colored commit graph. [alias]
15.
▲
by
PaulJulius
11y ago
Is there any way to attempt these problems and verify our solutions? Do they release the test input/outputs?
16.
▲
by
PaulJulius
11y ago
Being able to open up multiple files and arrange them precisely how I want (with the keyboard!) is my absolute favorite part of vim. I use the following shortcuts for opening a file to the right/left or above/below: nnoremap
17.
▲
by
PaulJulius
11y ago
Some code you can write in the console to click the button at a certain time: sec10s = document.getElementById("thebutton-s-10s"); sec1s = document.getElementById("thebutton-s-1s"); sec10ms = document
18.
▲
by
PaulJulius
12y ago
I find your choice of analogy a little amusing. In these circles, I think more people would have significant exposure to dense mathematical notation than significant familiarity to a particular golf course.
19.
▲
by
PaulJulius
12y ago
Obviously this is a useful tool, and all the power to the author for finding what looks to be an excellent solution, but this line bothers me: >>> Sometimes I wasted hours and hours just because there is one character difference. I
20.
▲
by
PaulJulius
12y ago
As the music started to play I reached to pause the music I already had playing, but then I realized that it was paused automatically by Spotify. That's a pretty cool feature that they have - very well integrated.
21.
▲
by
PaulJulius
12y ago
No, they were already made. I meant to ask what he used to make them, but I never had the chance.
22.
▲
by
PaulJulius
12y ago
I was in this lecture on Tuesday! I did not take notes, but another student takes very extensive notes for the class and posts them online. All his notes for the class can be viewed here (scroll all the way to the bottom): http://
23.
▲
by
PaulJulius
12y ago
The drum major of Stanford's Band is pretty exceptional: http://www.sfgate.com/collegesports/article/Stanford-band-s-... I auditioned for the job this year in a King Tut costume but didn't get it. I can&
24.
▲
by
PaulJulius
12y ago
Patients with CF at Fairview got the same things that patients everywhere did—some nebulized treatments to loosen secretions and unclog passageways (a kind of mist tent in a mouth pipe), antibiotics, and a good thumping on their chests eve
25.
▲
by
PaulJulius
12y ago
I had Alex Aiken as my professor for the class I took on compilers last Spring. I really enjoyed his teaching and I remember him discussing this project during the last lecture. Very cool stuff. The class is still probably my favorite class
26.
▲
by
PaulJulius
12y ago
I don't think you're giving enough credit to Flappy Bird. It's clearly a skill based game, but it's not something you can pick up right away and be good at. It takes at least 30 minutes to an hour to get decent. I rememb
27.
▲
by
PaulJulius
12y ago
Definitely agree on getting rid of the countdown feature. It's definitely bad as a first user experience; almost certain the first picture anyone takes will be bad and they may not see the "Slide down to retake" text. Also, I
28.
▲
by
PaulJulius
13y ago
And when you're showing the 5 dominant colors from the top 5 apps, you're just going to end up with the dominant color from each app. The best example of this is in Education, where the lime green of DuoLingo appears as one of the
29.
▲
Joonmo Kim of Dankook University Submits Proof that P != NP to arXiv
(arxiv.org)
2 points
by
PaulJulius
13y ago
|
0 comments
30.
▲
by
PaulJulius
13y ago
I managed to get 2048 on my first try. Different enough from Threes to stay interesting, but a lot of the same strategy applies. In Threes though, the number that appears has a higher chance of being a bigger number (24, 48, even higher lat
More ›