Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
ryanmonroe
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
5 ms
·
1.
▲
by
ryanmonroe
4mo ago
The scenario in this post is that the first uuid was created one year before the duplicate uuid. That isn’t possible with v7
2.
▲
by
ryanmonroe
2y ago
> Other chatbots that WIRED tested, including OpenAI’s ChatGPT-4, Meta’s Llama, and Anthropic’s Claude, responded to the question about who won the 2020 election by affirming Biden’s victory.
3.
▲
by
ryanmonroe
3y ago
DuckDB maintains a performance benchmark of open source database-like tools, including Polars and Pandas https://duckdblabs.github.io/db-benchmark/
4.
▲
by
ryanmonroe
3y ago
Good article. Some smaller changes you could make to the final function: In the last line `as.data.frame(do.call(cbind, out_list))` is used to convert the list to a data.frame. Passing it to `cbind` converts the list to a matrix (i.e. combi
5.
▲
by
ryanmonroe
4y ago
I think “pay” is commonly understood to mean monetary, not adjusted for location, risk, time, or transportation cost, and understood to be stated in terms of total rather than hourly. Saying people are accepting lower pay to work remotely s
6.
▲
by
ryanmonroe
5y ago
The options are not "must walk to this place at this specific time" and "never do any exercise or take a break during your day". This type of dichotomy is drawn in so much of the back-to-office discussion. Mandating some
7.
▲
by
ryanmonroe
5y ago
If you pay well and post a junior level position on LinkedIn with the salary range included, there is approximately 0% chance “no one applies”
8.
▲
by
ryanmonroe
5y ago
How can you write an entire article about how hiring is difficult in some field, and only mention salary in a short parenthetical with no concrete numbers? (“salaries have risen in some cities by as much as 10 percent”)
9.
▲
by
ryanmonroe
5y ago
I hadn't thought of that tradeoff. After testing just now, if you have a column named `.data` or `.env` those constructs work as if there was no such column, and actually in that case `mutate(df, b = .data + 1)` is an error. Personally
10.
▲
by
ryanmonroe
5y ago
To reference variables in the outer scope, you would do mutate(df, b = .env$a + 1) And if you have a string (contained in a_var) which identifies a variable you can do mutate(df, b = .data[[a_var]] + 1) You could argue the
11.
▲
by
ryanmonroe
5y ago
What are the wages now? What is the wage you want? Seems odd to ask people to sign a petition for higher pay without these basic details.
12.
▲
by
ryanmonroe
5y ago
Can do this in iOS also, Settings > Focus
13.
▲
by
ryanmonroe
5y ago
The discussion around zoom becomes a lot less ridiculous when you see the video still they wanted to zoom in on. The prosecution wanted to zoom in in this video for the jury and argue Kyle was raising his gun and not his arm at that point
14.
▲
by
ryanmonroe
5y ago
Not sure it’s possible to know the answer without more context. What do they use the averages for? What do you think they should do instead and why is it better?
15.
▲
by
ryanmonroe
5y ago
Being in check means it’s your move and the pieces are positioned so that if it was your opponent’s move they could capture your king. So, to “remain in check” would mean to make a move which still allows your opponent to capture your king.
16.
▲
by
ryanmonroe
5y ago
Even if it were possible, I don't think there's a way to do it in a way that would make any sense. Would we set up an AI now and then forever use the same one? In that case people will learn any small quirks of the AI and optimize
17.
▲
by
ryanmonroe
5y ago
The problem is that humans don't play that way, by evaluating a tree a few moves ahead and selecting from that. Humans use conscious heuristics and unconscious intuitions to make their moves that would be hard for a computer to mimic.
18.
▲
by
ryanmonroe
5y ago
Or hit v after Ctrl-C to open it in a full editor (vi or whatever editor you have as $VISUAL). Quitting the editor resumes tailing.
19.
▲
by
ryanmonroe
5y ago
“It was under $60 at the hardware store” So this isn’t actually any cheaper than what I would think of as the standard solution, which is to buy A drawing tablet (which also conveniently doesn’t take up a ton of space in your living area) N
20.
▲
by
ryanmonroe
5y ago
The wording in the original comment was too strong, I've edited it. It's probably not best to consider it a plain "error" since this calculation is actually a typical one provided in finance. It's just that you usua
21.
▲
by
ryanmonroe
5y ago
As others have said, "Average return is just one statistic". When trading, losses hit harder than wins. Go up 50% then down 50% and you're not even, you're down 25%. The degree of overestimation from this mean return -&g
22.
▲
by
ryanmonroe
7y ago
Sometimes I don't want people to see my stuff. If I use end-to-end encryption, people can't see my stuff. QED
23.
▲
by
ryanmonroe
7y ago
It took you less than 30 mins from the time this was posted to calculate the APR for two possible repayment schemes and compare that to loans available elsewhere. I'm not seeing the problem. I think it's fair to presume that busin
24.
▲
by
ryanmonroe
7y ago
https://caselaw.findlaw.com/us-supreme-court/482/451.html
25.
▲
by
ryanmonroe
7y ago
Very odd that a judge, working on behalf of the United States legal system, would create a new punishment specifically in response to a citizen calling police officers "pigs", which is not illegal in the United States.
26.
▲
by
ryanmonroe
7y ago
The article's explanations for why rich people pretend to be poor are exactly the "more likely" explanations you say that it misses. The article is saying that shirking responsibility is a side effect. Quotes from the article
27.
▲
by
ryanmonroe
7y ago
Cashback is 2% for purchases made with Apple Pay, 1% otherwise, and 3% for Apple Purchases (for those too lazy to find that info on the site)
28.
▲
by
ryanmonroe
7y ago
Checkmarks verify that the post is not made by someone claiming to represent a person, who does not actually represent that person. It solves the issue of fake accounts, which is a very real problem. For politicians, it doesn't really
29.
▲
by
ryanmonroe
7y ago
It's not feasible for Twitter to evaluate what person actually typed the characters, and that isn't very relevant to the issue of knowing whether the message is something the person supports anyway. The check-mark means the accoun
30.
▲
by
ryanmonroe
7y ago
That makes sense[1]. The point I was trying to make is that even if they think [x] is a bad thing, people may still answer that [x] is an accurate summary of reality. They may be wrong, but even so they’re still not making any normative jud
More ›