Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
nulltype
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
6 ms
·
31.
▲
by
nulltype
10y ago
The backend service was probably confused. Just try running it again.
32.
▲
by
nulltype
10y ago
It's weird how people miss the conditional operator but not switch case fallthrough.
33.
▲
by
nulltype
10y ago
How does that compare to other energy storage though?
34.
▲
by
nulltype
10y ago
Why do the terminal emulator and shell need to be different things?
35.
▲
by
nulltype
10y ago
I'm reading this one math book by Richard Hamming: https://www.amazon.com/Methods-Mathematics-Calculus-Probabil... Not sure if that's what you're looking for, but it seems to have all the stuff I forgot from
36.
▲
by
nulltype
10y ago
Any examples of some successful open source dumps of proprietary projects? By dump I mean they just release the code with no docs or support. The only one I can think of is id software, but they spent some time to clean it up I think. Als
37.
▲
by
nulltype
10y ago
I've seen the complaint about huge diffs a few times. Why not just exclude vendor directories from the diff?
38.
▲
by
nulltype
10y ago
Well I've never implemented a GC or built a processor specifically for implementing GC on.
39.
▲
by
nulltype
10y ago
I think when comparing numbers like that you might need throughput figures as well. Supposedly there is a tradeoff between GC pauselessness and throughput.
40.
▲
by
nulltype
10y ago
Is a Google App Engine application also serverless?
41.
▲
by
nulltype
10y ago
I use mine as a cat heater.
42.
▲
by
nulltype
10y ago
I think you can do the with the NetBSD rump kernel
43.
▲
by
nulltype
10y ago
Tcl may be the most under appreciated language.
44.
▲
by
nulltype
10y ago
Or it's proof of the strength of their convictions that they can have an impoverished type system despite all the pressure to have an enriched one.
45.
▲
by
nulltype
10y ago
Go, super stable, reliable and fast. I also love the ideology.
46.
▲
by
nulltype
10y ago
Is it all indoors or is it outside as well?
47.
▲
by
nulltype
10y ago
The vector display seems to have a decay time so there are some trails I think but not as strong as the picture. I remember the shots being really really bright on the display, but the camera seems to add a bunch of flare. Compared to aste
48.
▲
by
nulltype
10y ago
Here's a video of Rob Pike, developer of Go, talking about a lexer he built for the Go text/template package: https://www.youtube.com/watch?v=HxaD_trXwRE It supports unicode.
49.
▲
by
nulltype
10y ago
I'm pretty sure he mentioned he wrote his own parser. https://twitter.com/jonathan_blow/status/734817293331357697
50.
▲
by
nulltype
10y ago
Nice article! Good graphs. Of course, not having stock at all because you can't afford your options may limit the upside potential even more than RSUs. Maybe it could be choice.
51.
▲
by
nulltype
10y ago
Would issuing RSUs instead of options avoid this issue?
52.
▲
by
nulltype
10y ago
Usually you are allowed to exercise the options as soon as they are vested.
53.
▲
by
nulltype
10y ago
Do farms need robots?
54.
▲
by
nulltype
10y ago
I'm a little confused by the pricing page: https://support.cloudflare.com/hc/en-us/articles/200169466-C... It's not clear to me what a "low" or "high" volume of connections is, a
55.
▲
by
nulltype
10y ago
I'm not saying GC is a great idea but c++ doesn't necessarily solve your allocation problem: https://groups.google.com/a/chromium.org/forum/m/#!msg/chrom... It seems like high performance
56.
▲
by
nulltype
10y ago
Web apps/documents both look pretty good compared to modern games, those things are 100s of MB at least.
57.
▲
by
nulltype
10y ago
Nice! This is exactly what I was thinking of, thanks for the link.
58.
▲
by
nulltype
10y ago
Right, I'd like to avoid that complexity entirely, just get direct access to things rather than hinting what I want.
59.
▲
by
nulltype
10y ago
Well imagine I could address memory on the CPU die like a register but say 1MB of memory, located right next to the normal place you put a cache. It does not have to be coherent I think. Process thrashing sounds like an issue though. I im
60.
▲
by
nulltype
10y ago
If main memory is so slow, would it be better to treat cache as memory and handle it directly in code rather than try to trick it into doing what we want?
More ›