Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
onekorg
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
9 ms
·
1.
▲
by
onekorg
2y ago
Advantage play in Black Jack boils down to: 1. Placing minimum bets when odds are in the casino's favor. 2. Placing large bets when odds are in the player's favor. This makes the betting patterns of solo counters very different an
2.
▲
by
onekorg
3y ago
I'm curious, did they give you details about the way it was graded?
3.
▲
by
onekorg
4y ago
Not sure if still the case, but remember watching a talk (around 2021) where they mentioned they were using different providers. Among them AWS for some regions.
4.
▲
by
onekorg
4y ago
> while people are still in consideration, we have an obligation (we don't always meet) to be responsive, because people are pending their career decisions on our own decisions. I had been receiving very quick responses but haven&#
5.
▲
by
onekorg
4y ago
I think it's a mix of several things at play: 1. Fast growing organizations struggle to keep up with the communication overhead when rapidly onboarding new engineers. Most common open source frameworks lack good interfaces for developi
6.
▲
by
onekorg
5y ago
I once had an employer that would ask us to perform monthly myers briggs and big 5 tests. I was in a tough financial spot and needed that job. Did my best to roll with it. One day they wanted to try out an IQ test. 40 questions in 20 minu
7.
▲
by
onekorg
5y ago
> 1) If you update the bottom branch, you need to manually rebase each branch above it. That becomes brutal if your stack is >3 branches. I do this relatively easily with `--rebase-merges` flag.
8.
▲
by
onekorg
5y ago
I am starting to teach at my local University and this was just the thing I needed to read. Thanks a lot Sam.
9.
▲
by
onekorg
5y ago
My bad, for some reason assumed you were talking about bet sizes. Starting stack sizes were static, but I don't think it's something important. They varied during the course of play. If you're playing cash instead of tourname
10.
▲
by
onekorg
5y ago
I read the 2019 paper[0] where they beat 5 pros in a 6-max table. It did not assume fixed stack sizes, it uses a technique they call "action abstraction" where they train on some number of stack sizes. During a game they use these
11.
▲
by
onekorg
5y ago
I got very deep into the Poker rabbit hole from another hacker news article a couple months back. This is the journey I would suggest for someone starting out: 1. Johns Hopkins Poker course[0]. Taught by a CS professor who's very passi
12.
▲
by
onekorg
5y ago
The story goes that Hyrum tried to call this "The Law of Implicit Interfaces", but within Google everyone started calling it Hyrum's law and that's what's caught on.
13.
▲
by
onekorg
5y ago
Producers Framework is awesome. Took me a while to wrap my head around writing code that way. Is there anything open source that is similar to it?
14.
▲
by
onekorg
6y ago
> In the HN bubble lots of people have migrated to Signal with all of their contacts but outside of that bubble nothing much seems to be happening. I live in Mexico, most things happen through WhatsApp. I was surprised by how many of my
15.
▲
by
onekorg
6y ago
> It would be a truly herculean task to bring another framework up to the same level of support and integration of Angular inside Google. I left on 2018, and I remember there were a lot of orgs and teams trying to migrate to a new framew
16.
▲
by
onekorg
6y ago
Very interesting read. I can understand the frustrations of both Pali and the maintainers. A lot of projects that are core to the Linux desktop are in a similar state. Last I heard, libinput was still being maintained by a single person.
17.
▲
by
onekorg
6y ago
I just realized why I have a lot of christmas memories of me sitting around with family while reading hacker news comments in a thread about a ruby release. Never noticed it's always released on December 25th.
18.
▲
by
onekorg
6y ago
John Nagle commenting on Nagle's algorithm: To avoid network congestion, the TCP stack implements a mechanism that waits for the data up to 0.2 seconds so it won’t send a packet that would be too small. This mechanism is ensured by Na
19.
▲
by
onekorg
6y ago
Chromium actually uses GN, not bazel. https://docs.google.com/presentation/d/15Zwb53JcncHfEwHpnG_P...
20.
▲
by
onekorg
6y ago
Steve Yegge's blog[0] on the matter made me convinced to learn to touch type. Went from ~60wpm to ~90wpm over a few years of practicing every once in a while. http://steve-yegge.blogspot.com/2008/09/programmin
21.
▲
by
onekorg
6y ago
The answer could be 2x. Let's say you're in a 64 bit platform. Your linked list nodes consist of a next pointer and a 64 bit integer. If your linked list nodes are all allocated sequentially in memory then it'd only be 2x as
22.
▲
by
onekorg
7y ago
The thing that made git click for me was to understand the data structures that make git work. There's beauty and elegance in the implementation details of git. You can do and undo with confidence once you can translate the changes you
23.
▲
OMG: Our Machinery Guidebook
(ourmachinery.com)
94 points
by
onekorg
7y ago
|
29 comments
24.
▲
by
onekorg
8y ago
I'm also on the same path, glad to see I'm not the only one. Joined a FAANG after college, the good salary allowed me to start taking up Gestalt Therapy training on the side. This is one of best decisions I've made in my life
25.
▲
by
onekorg
8y ago
He still gets street cred by saying he quit a 6 or 7 figure job to pursue his dreams.
26.
▲
by
onekorg
9y ago
Yeah, last time I visited my hometown there were British Petroleum and Arco gas stations. They were offering slightly better prices than Pemex.
27.
▲
by
onekorg
9y ago
I wrote a program and I'm getting sub 6 for every easy game. Think of the board as a grid of numbers. 0 1 2 3 4 5 6 7 8 Then an L shaped pattern would be the string 0367. The main idea is that you first build a list of every possible c