Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
Coding_Cat
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
7 ms
·
31.
▲
by
Coding_Cat
8y ago
After the frst paragraph(s) I was expecting the security center to be fake, the actual thieves, and have them send out a 'customary repair service' that would have to take the car back to the dealer or something.
32.
▲
by
Coding_Cat
8y ago
We looked at it for our project, but it didn't work for us. Too little configuration & it made sections of code completely unreadable. I miss clang-format...
33.
▲
by
Coding_Cat
8y ago
Not all languages have good linting/autoformatting support (although luckilt they're rarer these days). For example: R.
34.
▲
by
Coding_Cat
8y ago
>there is still function/method call overhead for basic operations (+-/*). For high volume stuff she's talking about, it adds up, fast. With the right style of C++ programming (trait/templated focused instead of inher
35.
▲
by
Coding_Cat
8y ago
I have a feeling they're not including the bikes in this project. I've seen them dreg up bikes from the canals before and from the looks of it the entire bottom is covered in them. IIRC it's 4000 bikes per year in Utrecht.
36.
▲
by
Coding_Cat
8y ago
PSA from the Netherlands: never park your bike next to the canal without chaining it to something immovable or some drunk asshole will throw it over.
37.
▲
by
Coding_Cat
8y ago
Oh, I didn't know that: this is also great for serializing code where you might have an array of `Class`, it would still be a POD-type to use C++ language.
38.
▲
by
Coding_Cat
8y ago
I, for some reason, have it as 'disk duplicate' in my mind.
39.
▲
by
Coding_Cat
8y ago
People use a VPN for much more than browsing porn. Jsut because Pornhub is behind it doesn't mean it's limited to that. And I care less about a Pornhub knowing what I watch - if anything ;) - than the Government, ISP, or anyone in
40.
▲
by
Coding_Cat
8y ago
Plus, the detector is multi-layered around the point of collision. Each layer measuring something slightly differently with different accuracies. Some springs are even completely invisible and you can only find them by looking at what is mi
41.
▲
by
Coding_Cat
8y ago
In general, all algorithms seem to get pushed more and more towards "optimize for memory access" than actually optimizing for computations. GPUs are no exception. Personally, I wonder more what effect widespread HBM (with speeds r
42.
▲
by
Coding_Cat
8y ago
The OP oversimplified a bit more: for starters, one could be a woman. To get the obvious answer out of the way. Secondly, and more to your point, one could be curious as to what the experience is like without having any specific sexual feel
43.
▲
by
Coding_Cat
8y ago
Varies per airline. But usually when I fly it's still the best (legroom/total ticket price) :)
44.
▲
by
Coding_Cat
8y ago
Same. I even skip y regular coffee if it's a little before a flight just so that I won't need to use the bathroom on the plane... I don't know why I just jump everytime I have to flush it.
45.
▲
by
Coding_Cat
8y ago
and, a reason much more important than survival, an aisle seat on an exit room gives you the most legspace for your money!
46.
▲
by
Coding_Cat
8y ago
The anthropic principle, had we been in an unstable region, we wouldn't be able to talk about it now. A completely stable universe might also have some issues that are not immediately clear.
47.
▲
by
Coding_Cat
8y ago
The rules as Oracle (and this ruling) sees them. Google and others disagree with Oracle about what the rules are or should be.
48.
▲
by
Coding_Cat
8y ago
If I make a new bitcoin wallet, and transfer money from my 'main' wallet into that one, would that be traceable by anyone who deal with my new wallet? Would I need to use/trust some kind of 'washing' service to hide
49.
▲
by
Coding_Cat
9y ago
Maybe the finance guy noticed the CIO putting in a huge sell option and figured "he might know something, better join in" and this caused the others to follow suit.
50.
▲
by
Coding_Cat
9y ago
Tim Draper also stands to gain from Theranos being reviewed positively, valid product or not, being an investor.
51.
▲
by
Coding_Cat
9y ago
Ibuprofen and the like are also available from the supermarket in most of Europe. Codeine and the like are not, as they're prescription only but it's not a big trip to go to a pharmacy anywhere.
52.
▲
by
Coding_Cat
9y ago
spamassassin, that's all really. I'm not a huge fan because I still have trouble figuring out how to configure it, but the default seems to work haha. I haven't had much spam yet that didn't get put into the spam folder
53.
▲
by
Coding_Cat
9y ago
Sounds like a great product, tbh. If I ever break my server I'll consider it.
54.
▲
by
Coding_Cat
9y ago
You can set imap to only sync specific folders, so you can have just your personal email on one machine and work on another if you want. My work email is (was, internship) reasonably quite so it didn't bother me. If it would become ann
55.
▲
by
Coding_Cat
9y ago
Looks useful. I'm not sure how the catch-all address works for your service, maybe it's the same maybe it's different from what I have. My problem with a catch-all was that there is a lot of spam that gets send to various c
56.
▲
by
Coding_Cat
9y ago
Hmm, I can't seem to find the tutorial I followed. I thought it was on DigitalOcean or Linode but I can't seem to find it. It was one of the big vps providers though... This one[1] is similar however, although it's a bit less
57.
▲
by
Coding_Cat
9y ago
>The YOUREMAIL.YOUREMAILDOMAIN. part must be replaced by your own email. For example, my email address: ian.miell@gmail.com becomes ianmiell.gmail.com.. Note also that the dot between first and last name is dropped. email ignores those
58.
▲
by
Coding_Cat
9y ago
In my experience, AliExpress is usually better than expected. Unless you go for the absolute cheapest the general quality is actually very high. I bought some socks for example: for the price of cheap socks in a brick-and-mortar store I got
59.
▲
by
Coding_Cat
9y ago
Taiwan insist it's Chinese. Its government claims to be the rightful government of the whole of China.
60.
▲
by
Coding_Cat
9y ago
Make's concurrency is pretty good, as long as your dependency graph is correct. Problems arise when one of your build steps creates temporary files for each invocation and they end up overwritting each other (race condition). This woul
More ›