Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
RotsiserMho
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
8 ms
·
1.
▲
by
RotsiserMho
6y ago
I wonder if they do bin them though, just not for iPhones or iPads. Perhaps today's A13/A14s that have small defects are tomorrow's Apple TV or HomePod CPUs.
2.
▲
by
RotsiserMho
6y ago
I've had good luck with VMware Fusion.
3.
▲
by
RotsiserMho
7y ago
I drive a 2013 FRS (older US version of the 86) and I'll experience weird dropouts all day like once every couple of months. Otherwise it works flawlessly. Very strange. You might try using it now and again and see if the problem "
4.
▲
by
RotsiserMho
7y ago
There's a fascinating write-up by John Carmack in there about porting the original Wolfenstein 3D to the iPhone. Crazy to think that was over 10 years ago. https://github.com/videogamepreservation/wolf3dios/bl
5.
▲
by
RotsiserMho
8y ago
Terminator does as well.
6.
▲
by
RotsiserMho
8y ago
I would. Both because it's more idiomatic and because it's inevitable more functions will be added.
7.
▲
by
RotsiserMho
9y ago
You might be interested in Boost.Outcome (v2) or the proposed std::expected.
8.
▲
by
RotsiserMho
9y ago
It's called the C++ REST SDK ( https://github.com/Microsoft/cpprestsdk ) now and is fairly active. I've used it client-side and I've really enjoyed it.
9.
▲
by
RotsiserMho
9y ago
Thanks for taking the time to type this up. Having just written a class similar to Span in C++ I was curious as to how this would be accomplished in C#.
10.
▲
by
RotsiserMho
9y ago
I'd say for strings it's entirely domain dependent. Many problem domain's won't ever use `std::variant` but may require that all strings live in ROM, so for those domains the default behavior makes perfect sense. If you
11.
▲
by
RotsiserMho
9y ago
I've been pretty happy with Qt Creator. It's faster than CLion anyway.
12.
▲
by
RotsiserMho
10y ago
Anything that hasn't been updated to take into account C++11 is going to do more of a disservice than be of help.
13.
▲
by
RotsiserMho
10y ago
That's his reference book. It's not designed for systematic learning. It's designed as a reference, as in "cut-and-paste stuff". You want one of his other books, meant to take you from zero to literate in not just C
14.
▲
by
RotsiserMho
10y ago
This. So much. Declaring intent (what) is much more useful than declaring the mechanics (how). I don't typically care about the "how", just the "what". And the more readable that is, the better.
15.
▲
by
RotsiserMho
10y ago
Swift?
16.
▲
by
RotsiserMho
10y ago
I haven't tried either but I've been meaning to take a look at https://github.com/Amanieu/asyncplusplus .
17.
▲
by
RotsiserMho
10y ago
I'm pretty sure the mobile CPUs support at least 64GB of DDR3. So the memory subsystem would be desktop class but they could use the same mobile CPUs. Seems to me that might have been an option if they didn't also shrink the batte
18.
▲
by
RotsiserMho
10y ago
I think the lack of any news on other products accounts for at least 50% of the backlash. As Apple's product line stands the only products looking forward to a USB/TB3 future are laptops. Evaluated in this vacuum, the new MacBook
19.
▲
by
RotsiserMho
10y ago
I develop in C++ and have been happy with a combination of Qt Creator and XCode.
20.
▲
by
RotsiserMho
10y ago
How does one do this for XCode builds? Especially with the sad state of the Mac Mini.
21.
▲
by
RotsiserMho
10y ago
That's essentially what the blog post he drafted said: https://kapeli.com/apple_draft
22.
▲
by
RotsiserMho
10y ago
Probably consistency with C#.
23.
▲
by
RotsiserMho
10y ago
+1 for documenting intent.
24.
▲
by
RotsiserMho
10y ago
That's quite the blanket statement. Refactoring is just as much of a problem in statically typechecked languages. I write unit tests for a large C++ codebase and find them incredibly valuable when refactoring. Typically each class has
25.
▲
by
RotsiserMho
10y ago
I don't think it's a given that breaking it down introduces complexity. I've found that creating a sub-function for the sole purpose of just giving it a name does wonders for making it easier to understand the code. Names d
26.
▲
by
RotsiserMho
10y ago
Which shell are you using? With fish I find that it's history is somewhat context sensitive based on the present directory. Because of this I've found myself less frustrated when working with the history across multiple tabs.
27.
▲
by
RotsiserMho
10y ago
You might check out the latest version of iTerm2. I think it supports saving sessions (including tmux?) over a reboot.
28.
▲
by
RotsiserMho
10y ago
I think the latest version of iTerm2 (3+) supports this actually.
29.
▲
by
RotsiserMho
10y ago
I work for a medium-large sized engineering company based out of the midwest. I was not asked to sign such a document.
30.
▲
by
RotsiserMho
10y ago
Have you ever used OS X? Application state can be preserved and restored across reboots. Most apps do this automatically. Actually I haven't encountered one that doesn't.
More ›