Viewing profile — ryanmonroe
ryanmonroe
HN member- Joined
- Sun, Mar 31, 2013, 6:38 PM UTC
- HN karma
- 1,411
- Public activity
- 358 items
- HN profile
- View on Hacker News ↗
About ryanmonroe
No profile information was provided.
Recent public activity
-
comment
Comment #48067057
The scenario in this post is that the first uuid was created one year before the duplicate uuid. That isn’t possible with v7
-
comment
Comment #40611129
> 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…
-
comment
Comment #38920530
DuckDB maintains a performance benchmark of open source database-like tools, including Polars and Pandas https://duckdblabs.github.io/db-benchmark/
-
comment
Comment #38724081
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. Pas…
- comment
-
comment
Comment #32081601
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 hour…
-
comment
Comment #30536285
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 b…
- comment
-
comment
Comment #30448562
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”
-
comment
Comment #30448532
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…
-
comment
Comment #30091495
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 c…
-
comment
Comment #30087252
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…
-
comment
Comment #30077473
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.
-
comment
Comment #29781045
Can do this in iOS also, Settings > Focus
- comment
-
comment
Comment #29226628
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 ar…
-
comment
Comment #28519381
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?
- comment
-
comment
Comment #28427032
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…
-
comment
Comment #27960471
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 …
-
comment
Comment #27960266
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 t…
-
comment
Comment #27816045
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.
-
comment
Comment #27578442
“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 conven…
-
comment
Comment #27416497
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 …
- comment