Live data from Hacker News

Viewing profile — rdubz

rdubz

HN member
Joined
Mon, Jun 04, 2012, 5:58 PM UTC
HN karma
89
Public activity
33 items

About rdubz

No profile information was provided.

Recent public activity

  1. comment
    Comment #43465057

    78.0.1 doesn't look yanked to me https://pypi.org/project/setuptools/78.0.1/ afaict they just released 78.0.2 with a revert of the offending bits

  2. comment
    Comment #41367204

    The graphs a couple folds down seem to justify the "alarmist" tone.

  3. comment
    Comment #35434829

    I learned about parquet2json from HN recently, and would use it for this: ```bash parquet2json cat | grep ... ``` https://github.com/jupiter/parquet2json

  4. comment
    Comment #35371622

    interesting, I've had a much easier time pairing (and felt benefits like you describe) over Zoom. Pairing by actually having 2 people at a desk never felt very comfortable, but scr…

  5. comment
    Comment #35356855

    I had saved the chart here, Google reverse image search led me to this article https://streets.mn/2014/05/22/chart-of-the-day-travel-effici... which says it's from Scientific Ameri…

  6. comment
    Comment #35121475

    > This is a pure panic run on the bank though, irrational and counter-productive. The bank was not insolvent and could have been fine if everyone didn't withdraw all at once. This …

  7. comment
    Comment #32034431

    Is this accounting for inflation? 4% inflation per year (the most common estimate I see in the US) means 3x over 30 years doesn't even break even (1.04**30 ≈ 3.24). I often wonder …

  8. comment
    Comment #31564508

    "Each year, 1.35 million people are killed on roadways around the world." https://www.cdc.gov/injury/features/global-road-safety/index... Seems to me that traffic deaths are "cause…

  9. comment
    Comment #29920426

    Back of envelope: The 10MB estimated size came from [100 bytes per row] * [100k rows]. 50 of the bytes per row were "description", which should compress well (2-3x, I'd guess). 40 …

  10. comment
    Comment #29916753

    if you are "cutting and pasting from the notebook into a .py file" you should look at `jupyter nbconvert` on the CLI. I think there's ways to feed it a template that basically meta…

  11. comment
    Comment #29859115

    Summary: 1. healthy decentralized services often have Took a while getting to the good part of 1. Should have skipped "'no one wants to run a server' is factually incorrect!" I lov…

  12. comment
    Comment #29464597

    semi-OT but Twitter seems to have recently started putting "mobile.twitter.com" in my URL bar (on mobile), as well as adding a UUID in a "t" query param when you use their "copy li…

  13. comment
    Comment #29190462

    (post author here ) "Better bike infrastructure" and "a bit of pedal assist" are both good things that we need more of. Even in the best possible future, I believe cycling in US ci…

  14. comment
    Comment #29190315

    Maybe I need to caveat it more, but I'm really focused on the range from, say, ≈5mph (uphill on a "leg-bike", or starting from a stop at a light or stop sign) to ≈25mph (roughly my…

  15. comment
    Comment #29190195

    Used e-bikes are also available, and cheaper. I'm comparing new cars to new e-bikes and, sure, in both cases you can get something "pretty good" for ≈half the average new {e-bike,c…

  16. comment
    Comment #29190062

    Thank you, fixed! https://github.com/neighbor-ryan/ebike-gitbook/commit/8e5885...

  17. comment
    Comment #29189945

    Haha, good catch, fixed! https://github.com/neighbor-ryan/ebike-gitbook/commit/dad5ac... Did that via Gitbook WYSIWYG editor, not sure what all those other changes are about, hopef…

  18. comment
    Comment #29189826

    Hi, I'm the site creator, just saw this posted! Happy to field questions. The site is due for an update, I've been compiling a lot more resources and bolstering some of the argumen…

  19. comment
    Comment #14581916

    Attempting to expand on context that I think the parent left implicit: - Women are underrepresented — in STEM fields at large and in the cryptocurrency space in particular — relati…

  20. comment
    Comment #14430036

    Humans kill a million people each year with cars. Driving should be illegal.

  21. comment
    Comment #14417553

    rebase : centralized repo :: merge : decentralized repo rebase : linked-list :: merge : DAG If the work/repo is truly distributed and there isn't a single permanently-authoritative…

  22. comment
    Comment #14414826

    A problem with rebase workflows that I don't see addressed (here or in the replies) is: if I have, say, 20 local commits and am rebasing them on top of some upstream, I have to fix…

  23. comment
    Comment #14261048

    Looks cool! Mobile experience seems poor: - Weird margins taking up lots of the screen - Back button seems to be disabled (I pressed it about 200x trying to get back to HN and noth…

  24. comment
    Comment #14056824

    post author here, this is good perspective, thanks. * The " * Agreed that the recursiveness of the build is presented somewhat confusingly and navel-gazingly! * Speed-wise, I imagi…

  25. comment
    Comment #14055553

    scala-maven-plugin allegedly supports this: http://davidb.github.io/scala-maven-plugin/example_cc.html That said, I remember trying it and not sticking with it years ago, but I als…