Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
dasloop
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
46 ms
·
31.
▲
by
dasloop
5y ago
Unless you are communicating C++ services for example and you prefer a lib that does the parsing and transformation to native object for you
32.
▲
by
dasloop
5y ago
Not in the physical world but maybe in the digital world where material scarcity is a fixable imposition and attention can be artificially constructed.
33.
▲
by
dasloop
5y ago
They have the Mac Pro rack: 28 cores, 384 GiB DDR4 for only $19,699 You are off by an order of magnitude :)
34.
▲
by
dasloop
5y ago
My understanding is just the opposite, they will decrease compilation times as "included files" are processed just once. We can see them as a better version of precompiled headers (although they are more than that).
35.
▲
by
dasloop
5y ago
C++ 20 Modules will save us (eventually)
36.
▲
by
dasloop
6y ago
Every time the pendulum returns, it returns profoundly changed. And it returns because the changes makes the coming back possible.
37.
▲
by
dasloop
6y ago
The widget should keep its state private. ImGui::InputText("string", buf, IM_ARRAYSIZE(buf)); ImGui::SliderFloat("float", &f, 0.0f, 1.0f); And maybe is a C++ lib but the interface is C with namespaces. Odd.
38.
▲
by
dasloop
6y ago
Some people will be amazed by taxes, I'm by how cheap flights are.
39.
▲
by
dasloop
6y ago
Or the ability to have different user types paying differently every month.
40.
▲
by
dasloop
6y ago
A good source of information for what is new in C++ versions: https://www.modernescpp.com/index.php/thebigfour That article covers the big four new features: - concepts - modules - coroutines - ranges library
41.
▲
by
dasloop
6y ago
QMake no longer exists and the replacement is CMake. But the important thing here is that it is the only option. No other build system is a viable alternative for C ++ developers, because: - It is the industry standard - Dependency managers
42.
▲
by
dasloop
6y ago
It depends on the needs. In your case (it seems) you are looking for the safest (on shared infrastructure) and / or cleanest routes for biking. And the same value can be extracted for vehicle users (more efficient routes). In my case,
43.
▲
by
dasloop
6y ago
We are now in the age of multimodal mobility and this only covers the mode that is easiest to capture (vehicles using data from loop detectors). Having a dataset with the same spatial and temporal coverage but multimodal would be amazing.
44.
▲
by
dasloop
6y ago
I have an MX Keys keyboard that can connect to up to three devices (with three special keys). Unfortunately, the operating system does not see the key pressed. But if it was, I could activate the display input switching using your app (than
45.
▲
by
dasloop
6y ago
You can share so less people rent or going back to your parents place (common in Spain for example, in where families use to live in the same city)
46.
▲
by
dasloop
6y ago
Qt is moving to CMake too. And the latest versions of CMake are as good, or better, than qmake. Add to that vcpkg and you will have a fantastic solution for managing dependencies. Maybe CMake is not the best but is good enough and the new s
47.
▲
by
dasloop
6y ago
Use a MDM solution to enroll the device with all the settings on it.
48.
▲
by
dasloop
6y ago
An app can be expensive not because is a luxury software but because the complexity and the market size, this determines the development cost and the expected revenues per copy.
49.
▲
Do You Compute? Selling Tech from the Atomic Age to the Y2K Bug 1950-1999
(eyeondesign.aiga.org)
1 points
by
dasloop
7y ago
|
0 comments
50.
▲
by
dasloop
7y ago
Plus the updated CPU, RAM and GPU associated with a hardware refresh. They can be seen also as good selling points :)
51.
▲
by
dasloop
7y ago
Spanish telecommunications operators also blocked access to the Tsunami Democràtic website a few days ago. In both cases due to an ongoing investigation, not based on any conviction.
52.
▲
by
dasloop
7y ago
The code for a Catalan activist app (Tsunami Democràtic) is not accessible from Spain since this morning.
53.
▲
Repository Unavailable in Your Location
(github.com)
1 points
by
dasloop
7y ago
|
1 comments
54.
▲
by
dasloop
7y ago
No, is not. The instructions are for users of the lib that are not using a package manager. If you are using one, in my case vcpkg, then no special instructions are required.
55.
▲
by
dasloop
7y ago
Your staff can serve more than one suite. Family size will be a factor here.
56.
▲
by
dasloop
7y ago
Probably cultural. I have, as many spaniards, many things to do at home but I prefer public spaces (restaurants, bars, museums, concerts...). As Mazoni says in one of his songs: "Quan sortim a la nit no entrem mai en un local amb poca
57.
▲
by
dasloop
7y ago
The ideal is a high precision representation and then let that each model use what it requires. Better aggregated than extrapolated. This is the central idea of our modeling platform at Aimsun.
58.
▲
by
dasloop
7y ago
Someone in the year 1583: God I wish I could be alive 436 years from today to write a post in HN about self-driving cars :)
59.
▲
by
dasloop
7y ago
Not in Japan. No armies of cleaning people are required.
60.
▲
by
dasloop
7y ago
As long as you target desktop class apps, Qt is more than enough. For native mobile the offer is weaker (in Qt land, is QML) but possible. For web development Qt is not an option. Electron can target web/desktop/mobile but the res
More ›