Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
cwills
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
6 ms
·
1.
▲
by
cwills
2y ago
Seems like this article conflates threads C# with asynchronous operations a little. The way I see it, threads are for parallel & concurrent execution of CPU-bound workloads, across multiple CPU cores. And typically use Task Parallel Lib
2.
▲
by
cwills
6y ago
>My iOS device has never once shown me "this website requires Chrome." I get to use the mobile web without needing Google. And Apple is the only reason why. Let's be real though, Apple didn't enforce this to save user
3.
▲
by
cwills
7y ago
> and she finds an issue in my product that I don't agree is a real vulnerability If it’s not a real vulnerability then why would it matter if she publicised it? Or, is it actually a real vulnerability but you don’t want to admit it
4.
▲
by
cwills
7y ago
Being facetious. But does blood splatter count as art?
5.
▲
by
cwills
7y ago
Not because it’s Apple, but rather because Apple are exploiting their position as iOS App Store gatekeepers to require developers to add Sign In With Apple. Mozilla don’t have this position / power. I think people would have the same i
6.
▲
by
cwills
7y ago
Sign in, but not sign up? I guess some apps will not allow accounts to be created through the iOS app. Much like netflix stopped allowing sign up on iOS [ https://gadgets.ndtv.com/entertainment/news/netflix-ios-app-
7.
▲
by
cwills
8y ago
Anyone know which Android based phone manufacturers or brands are based in the EU? Does the fine match their expected loses? What does the EU do with the money?
8.
▲
by
cwills
8y ago
Doesnt make sense, if google didn’t geoblock EU IP addresses how would the EU react? Issue another fine which Google won’t pay? A similar analogy would be like the US blocking their citizens from traveling to North Korea. But then having di
9.
▲
by
cwills
9y ago
> The problem is that when you are shopping for something, you don't want advertisers to be influencing what you see in search results. You generally want the best match to your search, not the product with the biggest advertisement
10.
▲
by
cwills
9y ago
Shouldn't need a license to prove you're an engineer unless say perhaps you're running an engineering business, where people's lives can depend on your work - e.g building a bridge. If you have formal education in engine
11.
▲
by
cwills
10y ago
We have a smallish team working on web apps and use a trunk-based-development branching strategy. Not really to do with helping CI/CD. The advantage we see is that new developers can start developing as soon as they clone the repositor
12.
▲
by
cwills
10y ago
Interesting. Following serial there was an interview with Jay by The Intercept where he talks about incosistencies in his story, and how lied about some details because he was drug dealing from his grandmothers house and he wanted to prot
13.
▲
by
cwills
10y ago
Hard to verify. Perhaps if the FBI or other law enforcement continue to use the supposed vulnerability - eventually information obtained from a breached iPhone will appear in court as evidence..
14.
▲
by
cwills
12y ago
Obviously you are a fool
15.
▲
by
cwills
12y ago
Is there any reason we cannot use both TypeScript and Flow. Besides perhaps the extra 'compile' time added to do both translation with TypeScript and then static analysis with Flow. Both tools have their advantages and disadvantag
16.
▲
by
cwills
13y ago
I get the impression he would like to sell this information to Google, in an acquisition.
17.
▲
by
cwills
13y ago
But he doesn't spell out the ways in which LiveNinja is better, like others here, I was waiting for the comparison? He's deliberately held off on specifics to use it as a selling point for acquisition. "Buy us and I'll
18.
▲
by
cwills
13y ago
Ok so the name and tagline of this library is wrong/confusing. But forgetting that, visually it looks like a nice alternative to bootstrap. Still some work to be done.
19.
▲
by
cwills
13y ago
Does it bother anyone else that Go supports the GOTO statement? I would've thought GOTO an obvious construct to leave out when creating a new language, to protect programmers from themselves? (See Dijkstra on 'GOTO statement cons
20.
▲
by
cwills
14y ago
Ok, I'll give some suggestions, I'll be blunt. But first you should know that I'm not a web designer - so take them with salt. It might also be worth asking for suggestions as a Hacker News thread? Or perhaps a web-design specific forum. I'
21.
▲
by
cwills
14y ago
Looks more mature than JSDB.io - particularly with the larger collection of libraries and tagging system etc. But honestly your site is cluttered and ugly, JSDB is winning there. A twitter feed, really? I think your site needs some clear di
22.
▲
by
cwills
14y ago
I would argue that the self-documenting code in your first example (albeit excessively verbose to suite your argument) is better than having to put a comment above every terse statement one writes?. Programming with descriptive and meaningf
23.
▲
by
cwills
14y ago
Couldn't agree more. The Yipit landing page may as well be asking for credit card details. Show your users some value before you rape of their email address - offer them something they want and they'll happily give you an email address. The
24.
▲
by
cwills
14y ago
Some of the ideas presented here look promising. But I really don't see this taking off in its current form. News and blog websites already wrap videos with the related written content and links etc. And as one user described above, clickin
25.
▲
by
cwills
14y ago
I think you're both arguing different things: jlgreco: vi/vim is an efficient text editor when you learn it! And even more efficient with a foot pedal! Don't discredit our time spent learning vi/vim when it is in fact an efficient text edit
26.
▲
by
cwills
14y ago
Trolling. Really? This guy is expressing an equally valid argument. And one that I suspect a fair portion of HN readers agree with. Personally, I thought it was April 1st when I saw a foot pedal for a text editor!? Accusing him of trolling
27.
▲
by
cwills
14y ago
"Pathological love for Java and anything resembling Java." "Java was viewed as being "good enough"; alternatives like Scala and Clojure were not considered." Perhaps Google should have acquired Sun, and worked on updating Java to keep up wi
28.
▲
by
cwills
15y ago
Prevention is better than cure... So the next step would be to warn the developer before they make the code changes or during. Hooking into the IDE to visually indicate hot spots within the source file being edited on would be neat.