Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
ArrayBoundCheck
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
6 ms
·
121.
▲
by
ArrayBoundCheck
4y ago
> Rather than assume, you can use V and find out for yourself what works and what doesn’t. Why would I bother? It's been shown the author says one thing while reality shows another
122.
▲
by
ArrayBoundCheck
4y ago
This is why I don't believe a word from the author. I don't even know if the demo is actually translating it or a demo of how he wants it to work. I have no idea if 90% of it is hand translated (SDL, some complex routines, etc) wi
123.
▲
by
ArrayBoundCheck
4y ago
If you don't own a copy are you a customer?
124.
▲
by
ArrayBoundCheck
4y ago
> I would have preferred a pixel art Nothing wrong with a preference but online everyone bikesheds this. I heard endless complaints about Wind Waker cel shaded graphics and that was one of peoples most favorite thing about the game. Some
125.
▲
by
ArrayBoundCheck
4y ago
wc says it's 5645 words. Thats 10 pages. Are you saying 10 pages printed pages isn't a large page? I'm not sure how much easier you could have understood me
126.
▲
by
ArrayBoundCheck
4y ago
When I clicked on the page I wanted to see an example and know if the language is meant for someone like me I saw a huge page and clicked on links to find more pages just as big. I figure it's not for me because I love mini examples an
127.
▲
by
ArrayBoundCheck
4y ago
I read up to the may_explode example. You can already analyse this in clang. I have no idea what the actual point of any of this is since it claims something that is in reality already being done. Also the syntax is much harder to read than
128.
▲
by
ArrayBoundCheck
4y ago
I don't know what deno is and it appears that I'm the only one. Does this mean it's not for me? Would I want deno on my tiny 1 visit per hour website?
129.
▲
by
ArrayBoundCheck
4y ago
Why is facebook using GPT-3? Generate fake content it wants to push out?
130.
▲
by
ArrayBoundCheck
4y ago
One is ridiculous and uses immutable data. The other is made famous by a guy in a Hawaiin shirt and preforms well. Designer on vacation might help you to remember which is which
131.
▲
by
ArrayBoundCheck
4y ago
If live captioning fails for whatever reason and someone who types slowly needs to communicate, an option is asking the person to speak calmly and clearly as if speaking to an audience of 100 people. Calm simple language makes the guy at th
132.
▲
by
ArrayBoundCheck
4y ago
It's unfortunate how many upvotes this got from the title
133.
▲
by
ArrayBoundCheck
4y ago
> I'd consider even 10% to be a significant performance hit. People scream bloody murder when CPU-level mitigations cause even 1-2% regressions. The marginal cost of mitigations when memory safe code can run without them is infinit
134.
▲
by
ArrayBoundCheck
4y ago
You missed the point. Just like the author did when he disqualified all the C++ tools Writing unsafe code and removing tools "because production" gets you unsafe code as shown in that rust cve
135.
▲
by
ArrayBoundCheck
4y ago
ASAN isn't just "for testing". A lot of people went straight to the chart (like me) and it reeks of bullshit. double free is the same as use after free, null pointer dereference is essentially the same as type confusion since
136.
▲
by
ArrayBoundCheck
4y ago
Considering how much I got downvoted no I don't want to comment more about this. But I'll let you ponder why while using rust has you could get a use after free sometimes https://cve.mitre.org/cgi-bin/cvename.
137.
▲
by
ArrayBoundCheck
4y ago
Haha yes. I love knowing I'm in bounds but unfortunately saying anything about C++ (that isn't a criticism) is out of bounds and my comment got downvoted enough that I don't feel like saying more
138.
▲
by
ArrayBoundCheck
4y ago
I like zig but this is taking a page out of rust book and exaggerating C and C++ clang and gcc will both tell you at runtime if you go out of bounds, have an integer overflow, use after free etc. You need to turn on the sanitizer. You can&#
139.
▲
by
ArrayBoundCheck
4y ago
I'm not particularly interested in serverless but my understanding is a developer doesn't need to know the server configuration and drops some code in. The service figures out how to route the domain to code and handle the storage
140.
▲
by
ArrayBoundCheck
4y ago
Isn't rust 10+yrs old now? With 1.0 being 7 years ago? Feels like it's a language people like to talk about but not actually use for anything serious
141.
▲
by
ArrayBoundCheck
4y ago
Right or wrong, when it comes from fb I don't care. Meta has 0 credibility to me
142.
▲
by
ArrayBoundCheck
4y ago
Two things. First, I seen text generated by GPT-3, it's not hard to tell it's been generated. Typically the the text is short and could fool someone because it may have been uttered by an actual person (such as a 5 word sentence)
143.
▲
by
ArrayBoundCheck
4y ago
I didn't understand the tracing part. Is tracing 100% inside of polaris? If not does it start at the database? The first cache? Does the invalidation need to be predictable before you can use tracing? What kind of parameters do you hav
144.
▲
by
ArrayBoundCheck
4y ago
I'm not sure if your examples are sticking to 0 or 255 RGB. If it is you might get a win by using HSL to pick your colors. If you change the lightness dramatically every frame maybe colors won't bleed across a frame. Then perhaps
145.
▲
by
ArrayBoundCheck
4y ago
Do you have any idea how many more bits you'd be able to use if you applied any of the encoding transformations?