Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
petke
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
7 ms
·
1.
▲
by
petke
11y ago
Also apple only spends about 3% of revenue on R&D. Google spends about 15% (and so does ms) if i remember correctly. I think at some point this is going to show. If apple isn't careful they might end up making the pretty but dumb p
2.
▲
by
petke
11y ago
I find it surprising how little interest there is on hn about cpp in general. This video about the future of cpp is the best i have seen this year. My guess is the demographics of hn is just wrong for cpp. Its mostly web developers here?
3.
▲
by
petke
11y ago
Garbage collection only works well for memory though. Other resources like file handles, mutexes, database connections, etc. You don't want to leave those hanging. You want them to be released at once a scope is exited.
4.
▲
by
petke
11y ago
Its not been done as general as this though. Check out this link if you have the time. Especially the last 15 minutes. Its by the ceo of openmp and its very interesting. http://youtu.be/0mwHJ0950tA
5.
▲
by
petke
11y ago
I have never been as excited for the future of cpp as I am now. Cpp17 and cpp20 are going to be revolutionary when it comes to concurrency an parallelism. In cpp17 we get couroutines. Its like await in c# only more general and powerful. In
6.
▲
by
petke
11y ago
I'm no expert just an mma fan. The rear naked choke for instance. Once they get under your chin its hard to slip out. The bigger the chin the more difficult. The chin is like a hook. Imagine a person without a chin. He could just pull
7.
▲
by
petke
11y ago
If the neck was so vulnerable it needed protection why doesn't animals have a chin. And why isn't there a permanent bone covering the neck at all times.
8.
▲
by
petke
11y ago
The chin just helps people choke you better. You cant slip out of their grip as easy. Also a big chin is bad for fighting. The easiest way to knock someone out I to hit them on the chin. It makes the head turn and the brain bounce against t
9.
▲
by
petke
11y ago
Chimps pout better than any selfie teen. So I don't think that's it
10.
▲
by
petke
11y ago
Fair enough. I was talking about synchronisation of threads though.
11.
▲
by
petke
11y ago
Truly deterministic multithreading is really just single threading. Multithreading is by its nature undeterministic. To make it deterministic you really have to synchronize enough until just one thread at a time is making progress. It kin
12.
▲
by
petke
11y ago
It took me a while to get that. Yes thats a very useful word. Much information per character. If we could use it as a verb also it would be very useful. Ex: I meh calling her, could you do it?
13.
▲
by
petke
11y ago
Its kindof strange that we see doctors time as so valuable that we shouldn't bother them unless we are sick enough we cant function. Its like taking the car to the mechanic only when the engine has come off because we don't want t
14.
▲
by
petke
11y ago
Just looked up Finnish quickly. I never thought of it before but its very strange to me that a basic word like jaksaa is missing from English. It seems as basic a word as want or cant. In English you have to say something cumbersome "
15.
▲
by
petke
11y ago
It took me a while to see that the dramatic looking spikes and falls in the graphs where only due to the lower range of the y axis being cut out.
16.
▲
by
petke
11y ago
Are you talking about Robocop?
17.
▲
by
petke
11y ago
I imagine if hn grows any bigger it will become like reddit. It's the smalltown vs big city mentality.
18.
▲
by
petke
11y ago
I don't think this obsession with Aaron and his death is any good. It feels like a morbid soap opera. He is more talked about in death than in life. I think its better to focus on the living. There is plenty of interesting tech entre
19.
▲
by
petke
11y ago
Automation of common medical lab tests. Not just for the sick but for the healthy. How cool would it be to every week send a drop of blood by mail and get to see a nice graph on a website how the different hormones and proteins etc in your
20.
▲
by
petke
11y ago
If it can identify a bug and fix it then its fully automatic. If its good enough we could eventually give it the password to our source control systems and let it do its thing unsupervised. As a funny thought I imagine a future virus that
21.
▲
by
petke
11y ago
This goes equally well for all these new languages popping up. Even if it is better at everything it does that is not enough. Legacy code and developer community consists of huge amounts of institutional knowledge. Its asking a lot of anyon
22.
▲
by
petke
11y ago
Considering facebok is a global site and selling/buying/marketing of firearms is highly regulated in most countries. It makes practical sense for facebook to be conservative and just pick the strictest rule and apply it to all co
23.
▲
by
petke
11y ago
Not to be a dick, but some companies seem to care more than others about the developers that rely on their frameworks. Google doesnt seem to care much. Facebook seems to care more. But Microsoft seems to care most. They have not abandoned
24.
▲
by
petke
11y ago
Interesting. Still any backward adjustment however small seems potentially dangerous. I googled a bit and it seems many ntp services can slow down the time until its in sync instead of adjusting it backwards. That seems safer.
25.
▲
by
petke
11y ago
Yes. Unix time is utc based. I used manual syncing to ntp server once in a while. Automatic syncing scares me a bit. What happens when it adjust backwards in time. Programs that are running and use elapsed time logic might get very confused
26.
▲
by
petke
11y ago
I got programs connecting to servers in different countries. It was such a pain to keep the time in sync with all the different time zones and daylight savings. So i ended up using utc everywhere. i even set the clock on the wall and my
27.
▲
by
petke
11y ago
I'll remember that next time. I been using fiddler to see websites http traffic which is helpful. But my programs http traffic doesn't show up there.. So ill try wireshark next time.
28.
▲
by
petke
11y ago
There is something a bit distasteful with a lender splashing out so much money on an advertisement. You know in the end its the customers that end up paying for it with interest.
29.
▲
by
petke
11y ago
This site was very helpful when I refractored a program from using libcurl to cpprest. I used it to make sure the sent http request headers where exactly the same.
30.
▲
by
petke
11y ago
Google shuts down yet another service developers rely on. Its getting quite a bad track record. Trust is not so easily rebuilt. I think more developers will avoid depending on google services in the future if they have another choice. Edit.
More ›