Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
PrototypeNM1
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
10 ms
·
1.
▲
by
PrototypeNM1
2y ago
Think of it like memory hierarchies. Bookmarks are long term storage, tabs are registers. Tab groups fall somewhere in the middle, easy to reengage with and easy to put out of focus.
2.
▲
by
PrototypeNM1
4y ago
Probably mistaking Denmark for "Holland".
3.
▲
by
PrototypeNM1
6y ago
They added lazy loading of fonts a couple years back, which took a chunk out of startup time.
4.
▲
by
PrototypeNM1
6y ago
> * It has an easy-to-use package manager, and I'm not sure where C++ is on that front. In the inescapable hell of n+1 competing standards.
5.
▲
by
PrototypeNM1
7y ago
Given GDC is postponed are you planning to wait out and see if it's successfully rescheduled or otherwise? I've been on a bit of a GA binge recently and am especially curious what arguments might be presented for adoption in the c
6.
▲
by
PrototypeNM1
7y ago
Does your GDC talk have a name yet? I'd like to keep an eye out for it.
7.
▲
by
PrototypeNM1
7y ago
I don't know the current state of go package management but I do know the equivalent Go project cited Rust's package manager Cargo as a good reference for developing their own. You forget Rust's standard library is quite mini
8.
▲
by
PrototypeNM1
7y ago
I find it important to note that small communities where it is reasonable to know everyone and expect to be known are just as "real" as offline communites. I think there were a few years - at least for myself - where social media
9.
▲
by
PrototypeNM1
7y ago
> A lot of game engines use a mark-and-release per-frame allocation buffer. I've heard of this concept but a search for "mark-and-release per-frame allocation buffer" returned this thread. Is there something else I could s
10.
▲
by
PrototypeNM1
7y ago
Iirc RefCell is marked !Sync, I thought Mutex was the multithreadong analog?
11.
▲
by
PrototypeNM1
7y ago
DDC/CI?
12.
▲
by
PrototypeNM1
7y ago
For the curious, search is now mapped to f3.
13.
▲
by
PrototypeNM1
7y ago
Wouldn't you just constantly (always) disable it instead of typing a time consuming answer? I've had a couple false starts on doing a full write up answering this question but the quick answer is that it's not actually time
14.
▲
by
PrototypeNM1
7y ago
If you use Firefox on mobile I made an extension to make mindlessly browsing blacklisted sites inconvenient - https://addons.mozilla.org/en-US/firefox/addon/impede/ It's undocumented but it wouldn&#
15.
▲
by
PrototypeNM1
7y ago
I think the key component of such a model is a clearly communicated method where the community can participate in the project direction, and evidence that the method is being respected. It's been brought up in this thread but Rust'
16.
▲
by
PrototypeNM1
7y ago
Whenever I've read into error writing and handling I inevitability get lost in the weeds. A tl;dr summary like you provided below would be a really helpful writeup in general, especially if it showed how it's just as easy as strin
17.
▲
by
PrototypeNM1
7y ago
In addition to what has already been said, I think there's a lot of interest in reimplementing command line tools in Rust because there are a lot of useful support libraries for TUI development. Because of the lower barrier of entry (n
18.
▲
by
PrototypeNM1
8y ago
Addressing your entire post would require further research on my part so I hope you'll excuse that I only address what I can recall off the top of my head. > Fennec Fox for mobile, what happened to that? That's just the code na
19.
▲
by
PrototypeNM1
8y ago
Servo was a test bed, a place to experiment with new technologies on a minimalist browser. The successful underlying technology was/is being moved into Firefox (desktop and mobile). There's also a new (I think?) mobile browser in
20.
▲
by
PrototypeNM1
8y ago
Maybe temporarily disabled Ublock next time you notice the behavior and test? My experience has been positive when submitting bug reports for Firefox.
21.
▲
by
PrototypeNM1
8y ago
Iirc Firefox Mobile's jittery scroll was fixed in the last couple months (along with fling velocity) so it might be worth checking again.