Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
rdubz
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
7 ms
·
1.
▲
by
rdubz
1y ago
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.
▲
by
rdubz
2y ago
The graphs a couple folds down seem to justify the "alarmist" tone.
3.
▲
by
rdubz
3y ago
I learned about parquet2json from HN recently, and would use it for this: ```bash parquet2json cat <file or url> | grep ... ``` https://github.com/jupiter/parquet2json
4.
▲
by
rdubz
3y ago
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 screen-sharing with each person on their own monitor etc.
5.
▲
by
rdubz
3y ago
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 American. There were a few o
6.
▲
by
rdubz
4y ago
> 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 is incorrect. SVB converted deposits to risky paper
7.
▲
by
rdubz
4y ago
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 how much people obsessed with home prices rising (in th
8.
▲
by
rdubz
4y ago
"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 "caused by" hu
9.
▲
by
rdubz
5y ago
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 bytes per row were the IPFS ID/hash, IIU
10.
▲
by
rdubz
5y ago
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 metaprograms what you want the output .py file to
11.
▲
by
rdubz
5y ago
Summary: 1. healthy decentralized services often have <1% of users who do "want to run a server," and the whole thing works as a result 2. immutability / inability to change quickly is good for protocols 3. crypto communit
12.
▲
by
rdubz
5y ago
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 link" flow, which is all annoyin
13.
▲
by
rdubz
5y ago
(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 cities will involve some amount of mixing
14.
▲
by
rdubz
5y ago
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 top speed on a leg-bike or e-bike). In that
15.
▲
by
rdubz
5y ago
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,car} price. Some people will get something &qu
16.
▲
by
rdubz
5y ago
Thank you, fixed! https://github.com/neighbor-ryan/ebike-gitbook/commit/8e5885...
17.
▲
by
rdubz
5y ago
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, hopefully didn't break anyth
18.
▲
by
rdubz
5y ago
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 arguments with more data, but lately I've been spend
19.
▲
by
rdubz
9y ago
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 — relative to a fairer world with less sexism, outmoded notions of g
20.
▲
by
rdubz
9y ago
Humans kill a million people each year with cars. Driving should be illegal.
21.
▲
by
rdubz
9y ago
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 repo, a "clean, linear" history is non
22.
▲
by
rdubz
9y ago
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 conflicts up to 20 times; in general I will have to st
23.
▲
by
rdubz
9y ago
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 nothing happened) - "view mode" would be nice: don
24.
▲
by
rdubz
9y ago
post author here, this is good perspective, thanks. * The "<++=" operators are much-maligned but I've seen them ~0 times in 6 months; I may have come in to SBT-land just as they were being finally phased out, I think I did
25.
▲
by
rdubz
9y ago
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 also don't use it in SBT. I remember
26.
▲
by
rdubz
9y ago
There may be some subjectivity around what constitutes added/removed complexity. The ability to factor out repeated logic and configuration in SBT, by dint of using Scala instead of XML, removes a lot of complexity. Of course, arbitrar
27.
▲
by
rdubz
9y ago
All very reasonable, thanks. I've used Blaze at Google and then Pants at Foursquare, so I've seen this sort of thing done, but yea, Pants seemed like it was going to take a higher level of commitment to set up / maintain, due
28.
▲
by
rdubz
9y ago
hiya jackson :) yea… that's a longer discussion. I've been influenced on this by some coworkers (cf. http://www.hammerlab.org/2015/01/21/introducing-ketrew-0-0-0... ) and conference talks (including
29.
▲
by
rdubz
9y ago
post author here, thanks, I think a couple things you said are spot on. In a perfect world I would have discussed Gradle here as well, but I've never actually used it and so that fell out of scope (same with a more thorough treatment o
30.
▲
by
rdubz
9y ago
(disclaimer: post author) Any specific examples you have in mind? As I mentioned in the post, the first… 5 Maven plugins I looked for all existed in about as good or better form in SBT-land. Come to think of it, the dependency plugin in SBT
More ›