Why do people assume that to have fun one need alcohol or some other unhealthy stuff?
HN user
Devid2014
The problem is that even 16GB is really not that much for 2021. As of today 32GB should be considered minimum.
For me this new UI is worse as the classic one.
Why no more icons in menus? :(
1 download limit looks really problematic to me. Some times download just do not start or get aborted and then everything need to be done again.
Something like 3 downloads limit would make this more usable!
Programs in the 90s were written in C and C++. C is impossible to secure. C++ is impossible to secure.
You know that most today OS are written in C or C++ ? Also many higher level languages are it self written in C or C++?
Write secure applications is hard and need a lot of discipline and knowledge that most developers simple do not have. Better tools can and need to help here as well as better languages. But it is still possible to write pretty secure and efficient software in modern C++. Yes it is not easy but possible.
I care and I am part of this universe, like you and every other human on this planet.
So at lest partially universe care about humanity.
AFAIK you require to use it by the law.
If you have other information please point to the source, it would be nice to know it for sure.
Last info I got from peoples who lived in Kazakhstan s that you need to use custom certificate from government to use HTTPS and such stuff.
This mean that MitM will be done for all HTTPS traffic there.
"Apple may be a de facto monopolist for most of the world"
May this is how some peoples from USA see Apple ?
But here in EU Apple is just another smartphone vendor and most peoples are using Android.
For me Rust has a lot of potential to write more secure code in places where it is needed but astrophysics is may be not one of them.
Not sure about language it self, my knowledge about Rust is limited. But st is at least harder because we already have optimized libraries that can do this in C++.
Do some one know such library for Rust ? It would be great too look at it.
https://github.com/marblestation/benchmark-leapfrog
This are not valid benchmarks at all. What is the point to run N-Body sim with all particles set to 0.0 ?
Where is the result of the sim ?
Why it will be not validated at all ?
To make this look like real benchmark one will need to use the same start condition and then validate that result for all languages is the same.
It would be great to have C++ code using Eigen library for example ? To show the difference .
Also this is naive O(N^2) sim that could be speed up using Fast multipole method (FMM), but of course this would be much more complicated to do this in Rust or Go as in C++.
Strange I have no problems with Wireless at all using ET-2550.
Pixel art is really treble, I just hurt looking at it in some cases.
So some people likes pixels and call it “art” and use such word combinations like “HD fetishism”.
But I would say “Pixels fetishism” and “HD Art”. Of course badly made HD content can be bad too.
P.S.: This is my purely subjective and personal taste. Other will disagree with this because they have other taste.
Like thins one ?
WaveNet: A Generative Model for Raw Audio https://deepmind.com/blog/wavenet-generative-model-raw-audio...
Is this enough ?
typedef vector<int> vi;
typedef vector<vi> vvi;
typedef pair<int,int> ii;
#define sz(a) int((a).size())
#define pb push_back
#defile all(c) (c).begin(),(c).end()
#define tr(c,i) for(typeof((c).begin() i = (c).begin(); i != (c).end(); i++)
#define present(c,x) ((c).find(x) != (c).end())
#define cpresent(c,x) (find(all(c),x) != (c).end())It would be correct to say this about std::array<> but NOT about std::vector .
Is Marching Cubes not already outdated algorithm to do this !?
Why not use state pf the art algorithm for this, like Marching Tiles ?
Unfortunately this is very slow. Compared to proper native implementation of course.
No we are still not there and will not be for a long time. But with time we will get closer and closer.
Year 2006: Photorealism in video games is around the corner...
Year 2016: Photorealism in video games is around the corner...
Year 2026: Photorealism in video games is around the corner...
What happens with this one ?
Polynomial Time Algorithm for Graph Isomorphism Testing. http://mt2.comtv.ru/
Is this a hoax or has some substance ?
There are really many types of chancer, and Vitamin C (if confirmed) seems to help only from some types of it.
So that he died of cancer say absolutely nothing about Vitamin C.
The cure to death even partially is probably more that 100 years away from us.
Using something else as float or double would decrease performance significantly. Using array sorting would not only be solve too but actually do not improve precision that much at all.
Using double to sum floats has comparable precession as Kahan summation. But of course it is not possible to do the same to summing doubles. Or if there is no proper double precision available at all like on GPU.
Sounds just like "Russia bans Internet". Because Reddit is just a part of Internet where you can find almost anything. What is the next step to ban Wikipedia ?
We already see this comeback of C++ instate of truing to build everything in managed languages, like writing OS in C# .
"Everyone gets a pocket supercomputer from past century."
One can not compare smart-phones power to modern supercomputer ! And like you say you can not do all the useful things that are possible with supercomputer and PCs !
Smart-phones for me is a looked consumer gadget.
No, surely this not the case. Todays physics engines are not that physically accurate.
Neither the movie nor the code was amazing. Disappointing movie and a simple price of python code.