Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
TwentyPosts
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
8 ms
·
61.
▲
by
TwentyPosts
3y ago
That's primarily just because Google is doing a poor job offering them to people. Bad documentation, and few trust Google enough to want to tie themselves to Google's trusted hardware. Also, Google is using all these TPUs for thei
62.
▲
by
TwentyPosts
3y ago
> I think Apple by now realizes that Android was a necessary defensive play by Google aimed not at them, but at Microsoft Huh? Could you elaborate on this? Maybe I am missing some historical context, but it feels like Android is very muc
63.
▲
by
TwentyPosts
3y ago
Huh. What's the backstory here?
64.
▲
by
TwentyPosts
3y ago
Who or what is SRI?
65.
▲
by
TwentyPosts
3y ago
> They're neutered because they can't suspend and transfer control to a function other than the one that called them ("Note also that "coroutines" here are really "semicoroutines" since they can only yi
66.
▲
by
TwentyPosts
3y ago
Huh? Go doesn't use LLVM though, where did you get the idea that it does? That's part of why its compile times are so fast.
67.
▲
by
TwentyPosts
3y ago
Thank you for this nice contribution to HN
68.
▲
by
TwentyPosts
3y ago
>It's pretty widely known that google is bad at c++ No, it's not. This is literally the first time I hear about this. Do you have any sources to support your claim, especially in light of the fact that Google has written and co
69.
▲
by
TwentyPosts
3y ago
You can also just write no code at all if you so desire. It certainly won't cause any memory issues that way. (Hint: What you yourself decide to write or refrain from writing is not the problem. You're not they only person who eve
70.
▲
by
TwentyPosts
3y ago
From what I heard Gemini might be better at translation tasks than GPT4.
71.
▲
by
TwentyPosts
3y ago
I have never used it directly, take what I say with a grain of salt. As far as I know at least part of the idea was to eliminate the function coloring problem by letting the compiler do some nifty compile-time deductions. This had some issu
72.
▲
by
TwentyPosts
3y ago
I believe what they're trying to get at is related to the following quote from your article: > This also alleviates the need for considering any sort of question about “what happens if you cancel the cancellation future,” and whethe
73.
▲
by
TwentyPosts
3y ago
The borrow checker is really not that big of a deal. It is a hurdle, but the primary issue is just that it's novel and requires you to use different design patterns. If people get stuck here, it is because they don't understand th
74.
▲
by
TwentyPosts
3y ago
Check out the Q&A in this video to hear it from the man himself, it's the first question: https://www.youtube.com/watch?v=5eL_LcxwwHg The tl;dr is: "The previous async approach ended up not working, and had to
75.
▲
by
TwentyPosts
3y ago
To be fair, I ran into a compiler bug in Zig within a few hours of using it. I'd still expect Zig to be a lot less buggy than V, based on what I heard. Last time I looked at V it just seemed like the language wanted to have it all. No
76.
▲
by
TwentyPosts
3y ago
Feels like we're missing some part of the story here.
77.
▲
by
TwentyPosts
3y ago
Eh. Someone named it after him, and the name stuck. It's a good concept. Why shouldn't he? What does it matter? Who's harmed by this?
78.
▲
by
TwentyPosts
3y ago
Thank you, that article looks quite interesting and I look forward to giving it a proper read.
79.
▲
by
TwentyPosts
3y ago
When I read this, I have to think of a take I heard a few times, namely that "Rust would be better off if the language had opted for a proper effect system from the get go, instead of grafting specialized forms of it onto the language
80.
▲
by
TwentyPosts
3y ago
So you agree with them that it's a problem...?
81.
▲
by
TwentyPosts
3y ago
>which did not work when it came out due to EAC Nonsense. It worked on the day of release for me, on Linux. I don't know what went wrong on your side, but I played it on release day. There were two issues, namely: 1. It crashed on s
82.
▲
by
TwentyPosts
3y ago
Well, if you really want to play games then you should just use Linux nowadays. Not even ironic, I see more issues on Windows nowadays than on Linux. That might say a lot about the games which I play, though.
83.
▲
by
TwentyPosts
3y ago
I assume that "right-wing" and "anti-diversity" are correct labels here, that's not really my problem. It's frankly less about bias, and more about the fact that the Wikipedia article is pretty sparse, and all
84.
▲
by
TwentyPosts
3y ago
Is there any summary of what happened from the side of the proponents? Given Wikipedia's track record when it comes to certain topics, it'd be very nice to have some points of comparison here.
85.
▲
by
TwentyPosts
3y ago
I don't know, seems to me like the EU is providing plenty of value to me. In fact, the EU is making changes that will in fact make it easier for competitors to arise, so I really don't know what you're on about.
86.
▲
by
TwentyPosts
3y ago
This appears to be for "paid subscribers".
87.
▲
by
TwentyPosts
3y ago
Go has panics. You can unwind them, and recover from them. Using these for control flow is heavily discouraged and therefore it's rarely ever an issue, but they are a type of exception handling, or at least very close to that.
88.
▲
by
TwentyPosts
3y ago
Really? The Wikipedia article on trigraphs seems to disagree. Why do you think so?
89.
▲
by
TwentyPosts
3y ago
Wait, no trigraphs anymore??? This is horrible, I loved using `and` and `not` and `or` in C boolean expressions and to pretend I'm writing Python code. It's fun!
90.
▲
by
TwentyPosts
3y ago
This is something much, much more easily learned with your second, or maybe even third programming language rather than with your first.
More ›