Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
chrfrasco
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
5 ms
·
1.
▲
by
chrfrasco
8mo ago
It was Jeff Dean and Noam Shazeer: https://www.dwarkesh.com/p/jeff-dean-and-noam-shazeer
2.
▲
by
chrfrasco
3y ago
I believe Nat is referring to a full stop rather than menstruation in the sentence about crying into tiktok.
3.
▲
by
chrfrasco
3y ago
> This is how a new product gets across the chasm. Find a pragmatist in pain. Do whatever-it-takes to make them happy with your product. Then go back and do it again. Good advice, I think the useful idea is: An excellent product in compe
4.
▲
by
chrfrasco
5y ago
mind expanding on this? you've piqued my interest but I can't quite see the connection
5.
▲
by
chrfrasco
5y ago
The limiting factor is managed isolation. You can return if there are flights from where you are currently, but you need to secure a spot in managed isolation first (2 weeks in a hotel). https://www.miq.govt.nz/travel-to-new
6.
▲
by
chrfrasco
5y ago
> I wonder if we could reduce binary size with a dead-simple scheduler and GC For many CLIs I think even a brain-dead bump allocator would work
7.
▲
by
chrfrasco
5y ago
This is so cool. I especially loved the Makefile, it's nice to see "bootstrapping" laid out so plainly. I remember finding the concept quite hard to wrap my head around when I was introduced to it. Seeing this would have made
8.
▲
by
chrfrasco
6y ago
I hope you didn't take too many of these comments to heart. You unfortunately got the standard HN comment section treatment – a delightful mix of nitpicking, assuming bad intent, and completely missing the point. I also hope you contin
9.
▲
by
chrfrasco
6y ago
Sum types and exhaustiveness checking are doable with typescript! Though it's not especially ergonomic https://www.typescriptlang.org/play?#code/C4TwDgpgBAygrgWygX...
10.
▲
by
chrfrasco
6y ago
One more suggestion for you – dropbox paper ( https://paper.dropbox.com/ ) has latex support + syntax highlighting. It's quite simple but it works well as a google docs replacement. As others have mentioned Notion is als
11.
▲
What Color Is Your Function? (2015)
(journal.stuffwithstuff.com)
106 points
by
chrfrasco
6y ago
|
85 comments
12.
▲
What’s the difference between a Rust char and a Go rune?
(christianfscott.com)
1 points
by
chrfrasco
6y ago
|
0 comments
13.
▲
by
chrfrasco
6y ago
Yeah, I can definitely see how that would be a more performant approach. I suppose I wasn't so interested in figuring out how to make this algorithm as fast as possible as much I was interested in diving into why this particular impl
14.
▲
by
chrfrasco
6y ago
Hey all, as some keen-eyed commenters have pointed out, it looks like the rust program is not actually equivalent to the go program. The go program parses the string once, while the rust program parses it repeatedly inside every loop. It&#x
15.
▲
by
chrfrasco
6y ago
> The second problem is that at least the Rust code is decoding UTF-8 every iteration of the inner loop instead of decoding once and saving the result, or even better interning the characters and having versions of the inner loop for 32-
16.
▲
by
chrfrasco
6y ago
run.js is not doing the benchmarking. If you look at the source for each of the programs being benchmarked, you'll see that the programs themselves are responsible for benchmarking
17.
▲
by
chrfrasco
6y ago
Nice catch, thanks for pointing this out. I've updated the cache initialization to use `len(targetChars)` rather than `len(target)`: cache := make([]int, len(targetChars)+1) for i := 0; i < len(targetChars)+1; i++ {
18.
▲
Making Rust as Fast as Go
(christianfscott.com)
304 points
by
chrfrasco
6y ago
|
198 comments
19.
▲
Is Mobx Magic?
(christianfscott.com)
1 points
by
chrfrasco
6y ago
|
0 comments
20.
▲
Show HN: A utility for printing paths from stdin as a tree
(github.com)
3 points
by
chrfrasco
6y ago
|
0 comments
21.
▲
by
chrfrasco
7y ago
Looks like we need prefers-prefers-color-scheme
22.
▲
Writing Python with (almost) no statements using the walrus operator
(github.com)
1 points
by
chrfrasco
7y ago
|
0 comments
23.
▲
by
chrfrasco
7y ago
Man, I wish I could use the eye-roll emoji here
24.
▲
by
chrfrasco
8y ago
> This to my mind verges on civil rights infringements You're funny!
25.
▲
by
chrfrasco
8y ago
make sure they're rose-tinted too
26.
▲
by
chrfrasco
8y ago
fizzbuzz = lambda n: [print((“fizz” * m % 3 == 0) + (“buzz” * m % 5 == 0) or m) for m in range(n)] Not sure if this is great or terrible
27.
▲
by
chrfrasco
8y ago
Python doesn’t do any implicit coercion (apart from ints and floats etc), right?
28.
▲
by
chrfrasco
9y ago
I use the personal blocklist extension ( https://chrome.google.com/webstore/detail/personal-blocklist... ) just to block w3schools.
29.
▲
GitHub Game of Life – Play Conway's Game of Life with Your Contributions Graph
(github.com)
2 points
by
chrfrasco
9y ago
|
0 comments
30.
▲
Ask HN: How can I prevent myself from being pigeon-holed?
2 points
by
chrfrasco
9y ago
|
2 comments
More ›