Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
jimminy
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
7 ms
·
1.
▲
by
jimminy
4y ago
The posts are [Dead], which means they're only available for the submitter or individuals with "Show Dead" available on their account. My guess: The domain is too similar to HN itself, or the fact it's a lower-value aggr
2.
▲
by
jimminy
4y ago
It's just a "jobs" advertisement for a YC company, which has been a perk of YC for 15-ish years. All such YC company job advertisement posts also show up if you click the jobs section at the top of the site.
3.
▲
by
jimminy
4y ago
I do find it a little odd all the comments in this thread are focusing on it as though it was a straight telemetry/metric decision. From the update, this feels more like it was problem area for maintenance purposes, then had its teleme
4.
▲
by
jimminy
4y ago
Yeah, my example was bad. I was more trying to point out that determinism of the intrinsic action is a pre-condition to the idempotency, in order to make and verify the assurance required. You could easily split the deterministic action, an
5.
▲
by
jimminy
4y ago
It's not really uncomfortably close to determinism, it is baseline deterministic which is necessary for the verification. The powerful part of idempotence is that it's deterministic + a verified assurance "as if we run it onl
6.
▲
by
jimminy
5y ago
It was mentioned in the third paragraph, just not expounded upon further. "Patryn, who changed his legal name twice, was the co-founder of QuadrigaCX, a Canadian exchange that shut down after Patryn's partner Gerald Cotten suddenl
7.
▲
by
jimminy
5y ago
Pop Netflix back in there from the FAANG, and you have MAMANA
8.
▲
by
jimminy
5y ago
These days I look up individual features, and use the date-relative view, to assess how long it's been available. Normally I'll start porting features once they're solid across the main browser set, but with a polyfill or som
9.
▲
by
jimminy
5y ago
As someone who started doing web development in 2003-2004, I've always aimed for a 5 year support window. This is largely because of how long IE6-IE8 upgrades took for many SMB's and governments to upgrade from in those days. Back
10.
▲
by
jimminy
5y ago
It seems like an unusual rephrasing of the saying "reasonable on the face", which means "reasonable upon first appearance, without considering deeper aspects." It's judging a book by it's cover.
11.
▲
by
jimminy
5y ago
This already kind of existed prior to the pandemic'. If you bought premium tickets to a show, often you would get placed into VIP list with the venue and/or artist. Venue perks included contact with a VIP manager that could help l
12.
▲
by
jimminy
5y ago
Yeah, I think the author focused a bit too much on structural pattern matching being a replacement/alternative for if...elif blocks. It will be much more useful as an alternative to dispatch dictionaries, which are more a side-effect o
13.
▲
by
jimminy
5y ago
This is the correct answer and is actually somewhat visible if you also look at the DJIA and NASDAQ figures. The S&P 500 and DJIA are limited to a fixed number of corporations. The NASDAQ is allowed to expand it's number of listed
14.
▲
by
jimminy
5y ago
The speed of computing a path from vertex to vertex is faster than trying to generate a point at X distance for the pathing object. So you give the NPC a speed, and it moves as far along the edges between vertexes in each time interval. The
15.
▲
by
jimminy
5y ago
I explained it pretty clearly what you get when you add a month on January 31st. You get February 31st. A month is a discrete unit of measure. It is not decomposable into any number of days. When you increment a month, you get YYYY - (MM+1)
16.
▲
by
jimminy
5y ago
I agree those are the technically correct way to do it. But if the reason people are wanting to use the library, is they want something to handle the complexity for them, coercing the data is good for simplication. There is actually another
17.
▲
by
jimminy
5y ago
Plus/Increment/Add 1 month, does have one single meaning, it's that the outcome may be invalid that is the issue. "2021-01-31".plus(unit="Month", size=1) => "2021-02-31" But nobody really want
18.
▲
by
jimminy
5y ago
If you're adding 1 month, you're working on the month's location, e.g. 2021 - (02) - 28. When you increment the month, the result would be 2021-03-28. The only time you'd modify the day, is if the day became invalid due
19.
▲
by
jimminy
5y ago
The article is a guest post from individuals that work at Pusher[1], about architectural decisions they made for their products and services. I also thought it would be about StackOverflow until they started mentioning all the Pusher relate
20.
▲
by
jimminy
6y ago
This has been a thing since Google did their RankBrain update 5 years ago. They essentially released a system that used ML to negotiate unknown "long-tail" queries into more common queries and then returned the common queries resu
21.
▲
by
jimminy
6y ago
> “The bottom line is that clients are still able to trade in GME, but we’ve put some restrictions on certain types of transactions in the interest of helping mitigate risk for our clients,” Schwab said Wednesday in a statement.[0] They
22.
▲
by
jimminy
6y ago
It's a fair question. A bunch of the larger guys like Charles Schwab and TD did implement restrictions as well. In their case, it may not have been a necessity to maintain liquidity for other assets, but capping the exposure to how muc
23.
▲
by
jimminy
6y ago
> Only buying was prevented, and only for some brokerages? The first part of that has been a common bit of misinformation. Opening new positions (either by attempting to buy shares of the stock, or entering into a new short position) is
24.
▲
by
jimminy
6y ago
Tox is designed for environment isolation, and primarily for testing against multiple release targets. It's not an awful choice, when it's exactly what you want to do. The dependency is that tox will run the tests against a Python
25.
▲
by
jimminy
6y ago
Yeah it reminds me of the climbing pants I use for every day wear[0]. I buy them specifically because they have pockets with zippered side access for when sitting. This looks clean but I'd worry about stuff sliding out of the pocket, a
26.
▲
by
jimminy
7y ago
Try holding a piece of paper over them, so you can only review each independently. In isolation, for me, the white on blue, has contrast bleed which makes the text fuzzy. Again, in isolation, the black on blue is much sharper. Together howe
27.
▲
by
jimminy
7y ago
Yeah, this article goes a bit overboard. There is a balance with small businesses of helping let people know you're in and available, and giving them prime parking. You park within distance of the building and visible, but not directly
28.
▲
by
jimminy
7y ago
I don't know if that was a real scam. It was a bit of a throw away joke from the movie, 'Lock, Stock, and Two Smoking Barrels'. The guys need to raise money to repay a debt, and one of them presents this idea, which gets toss
29.
▲
by
jimminy
7y ago
It didn't go missing. Square had an institutional policy that had them deleting source once projects were mastered and shipped, through to the early 2000's. FFVII-FFIX, Parasite Eve and numerous other games lost their source. What
30.
▲
by
jimminy
7y ago
He may have created the icon, but the like was invented and released by the team at FriendFeed about 18 months before Facebook copied the feature (in Feb 2009, the article you linked got that wrong). [1] http://blog.friendfeed.c
More ›