Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
jswrenn
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
12 ms
·
1.
▲
by
jswrenn
1y ago
Sure, in areas without robust transit, transit is a problem. But I'm responding to RandallBrown's assertion that there's a persistent last mile issue in areas with robust transit. There's not. Manhattan is evidence that
2.
▲
by
jswrenn
1y ago
> Trains still don't solve last mile transport for most people This has not been my experience since moving to Manhattan last January. Subways, alone, close the gap between regional rail and most destinations astoundingly well. I ha
3.
▲
by
jswrenn
2y ago
Author, here! Happy to answer any questions.
4.
▲
by
jswrenn
3y ago
If you enjoy thinking about the legal implications of this, you'll almost certainly enjoy the first entry in "Legal Systems Very Different From Ours, Because I Just Made Them Up": https://slatestarcodex.com/20
5.
▲
by
jswrenn
3y ago
It already exists! https://github.com/cuviper/alloc_geiger
6.
▲
by
jswrenn
3y ago
The article devotes a paragraph to saying as much. This line of criticism reminds be a bit of the debacle around the I-enjoy-coffee-with-my-husband-in-the-garden tweet: https://www.insider.com/woman-shocked-accusations-privi
7.
▲
by
jswrenn
4y ago
I don't think that having two numbers will help much. I'd guess that most sim-swapped cell numbers are leaked in data breaches or acquired through data brokering. Enrolling a number in 2fa is letting people know your number, bec
8.
▲
by
jswrenn
4y ago
I, for one, would very much so like to live in a row house, but they're nigh illegal to construct in my city.
9.
▲
by
jswrenn
4y ago
It's an area of active development! I'm hopeful the situation will improve significantly this year. For tracing suspended Futures, I've worked on a few approaches: 1. If you don't mind annotating your async functions, yo
10.
▲
by
jswrenn
4y ago
dupe (2 days ago): https://news.ycombinator.com/item?id=34798281
11.
▲
by
jswrenn
4y ago
I fantasize about that, too. You might be interested in the work of Culdesac ( https://culdesac.com/); they're building an expressly car-free neighborhood, from scratch. I'm optimistic that I can make strides close
12.
▲
Oh the Crates You’ll Go! A 2022 Rust Retrospective
(jack.wrenn.fyi)
2 points
by
jswrenn
4y ago
|
0 comments
13.
▲
by
jswrenn
4y ago
It only works if DWARF is generated. By default, the `release` profile of Cargo sets `debug = false` [0]. But, it's quite easy to override this setting, and have a build that is both optimized and includes debuginfo. [0]: https:/
14.
▲
by
jswrenn
4y ago
Yep!
15.
▲
by
jswrenn
4y ago
Absolutely! That's the approach that frunk [0] takes. Frunk (and other reflection libraries like it) are suitable for most use cases, and make better use of Rust's affordances. My crate is suitable for cases where you cannot know
16.
▲
by
jswrenn
4y ago
Yes, unfortunately that's a tradeoff here. Rust does support splitting debug info into other files, but Deflect doesn't support loading split debuginfo yet .
17.
▲
by
jswrenn
4y ago
Oh, I should add a note about that. Fortunately, it's quite easy to tell Rust to generate debuginfo even in release mode.
18.
▲
Native Reflection in Rust
(jack.wrenn.fyi)
277 points
by
jswrenn
4y ago
|
65 comments
19.
▲
by
jswrenn
4y ago
> Also note that you have to go out of your way to get broken by such additions: you have to declare a trait, then implement that trait for a group of types that you didn't define, and then use that trait on standard library types.
20.
▲
by
jswrenn
4y ago
Oh, whoa, I'm the author of this! Happy to answer any questions.
21.
▲
by
jswrenn
4y ago
We've made a point to ride all the lines, but mostly ride Red Line (with a dash of Green), plus the Providence commuter rail line. Our rides tend to be during evenings, so the cars aren't sparkling clean. But, so far, the worst we
22.
▲
by
jswrenn
4y ago
1) Amtrak isn't light rail. It definitely doesn't smell like piss. 2) Your characterization of light rail does not remotely resemble the reality my partner and I have experienced in the Boston area. We have yet to ride in a rail c
23.
▲
by
jswrenn
4y ago
Buried amidst the sensationalism of people "popping pills" at the behest of their psychiatrists is the real lede: > [...] the Drug Enforcement Administration decides how much can be sold for the entire country. And the DEA has
24.
▲
by
jswrenn
5y ago
datomic
25.
▲
by
jswrenn
5y ago
Correction: SiriusXM owns Pandora, not Spotify. https://investor.siriusxm.com/investor-overview/press-releas...
26.
▲
by
jswrenn
5y ago
I think this title needs a '(2016)' appended to it. Between print stylesheets and paged media, CSS has become one of my favorite ways to typeset documents documents where the layout of individual pages matters greatly. (LaTeX rema
27.
▲
by
jswrenn
5y ago
Ha, I was like "REALLY!?!?" before actually clicking the link. I was thinking of: https://en.wikipedia.org/wiki/Shibboleth_Single_Sign-on_arch... ...which is an unlikely contender for oldest protocol!
28.
▲
by
jswrenn
5y ago
Where do they claim to be "working productively for 95 hours a week"? And are these the "macho lies" you're referring to: - “I can’t sleep anymore because my anxiety levels are through the roof” - “My body physicall
29.
▲
by
jswrenn
6y ago
> a rabbit hole of a pointless obsession ...like, a hobby? I don't see any evidence that this author has an unhealthy obsession. And, if the comments here are any indication: a lot of techies would be absolutely charmed to find un
30.
▲
by
jswrenn
6y ago
Yes, the pointer issues Ralf raises has implications about what operations Rust can make safe. An example Ralf posed to the safe transmute working group: a transmutation from a reference (i.e., a pointer with provenance) to one without (e.g
More ›