Viewing profile — Aleman360
Aleman360
HN member- Joined
- Fri, Nov 21, 2014, 7:20 PM UTC
- HN karma
- 831
- Public activity
- 205 items
- HN profile
- View on Hacker News ↗
About Aleman360
No profile information was provided.
Recent public activity
-
comment
Comment #11736410
Writing an outline of a book is more analogous.
-
comment
Comment #11736395
Not sure if I agree. I find that coming up with good interfaces is often more of a creative challenge than the implementation. API's are worthy of some sort of protection since eas…
-
comment
Comment #11733788
Sounds like Windows 8 where the desktop was an "app" on the Start screen.
-
comment
Comment #11728224
They can just change their name.
-
comment
Comment #11721611
In a word where most new code is JavaScript, just use auto everywhere. It will be OK.
-
comment
Comment #11717141
> If it were only localism, there would be localities that were fantastic at investing in their own infrastructure. Seattle. Great water, renewable energy, lots of transit investme…
-
comment
Comment #11690824
I love it when people use generic names and then add a two word comment describing what it is. I also love it when people use primitives for time spans along with the units in the …
-
comment
Comment #11655024
You may be paying for it even if not using it, but you have to account for the environmental savings. But people care less about stuff that's harder to measure.
-
comment
Comment #11602964
Agreed, they're all same-ish now.
-
comment
Comment #11595971
Seems like a leaky abstraction. Did their interfaces have a way to account for differences in latency and failure modes, or was that hidden?
-
comment
Comment #11552507
> Say if I press Cmd+Space on a Mac and type "Facebook" in Spotlight, it immediately begins downloading the native OS X Facebook app That's exactly what Windows 10 does. http://img…
-
comment
Comment #11537477
That's more likely explained by the fact that PS4 launched $100 cheaper and is more powerful.
-
comment
Comment #11521074
UWP has XAML which is native and declarative. It's what the Windows version of React Native targets.
-
comment
Comment #11499306
Silverlight is actually a descendant of WPF. WPF > Silverlight > UWP All your skills are transferable.
-
comment
Comment #11498380
UWP has the latest version of XAML, implemented natively this time and with a faster rendering backend. WPF lives on in spirit.
-
comment
Comment #11492666
Because the grip and weight balance will make one-handed reading more comfortable.
-
comment
Comment #11492284
Performance should be a pretty big concern for UI frameworks. Would be interesting to see some benchmarks.
-
comment
Comment #11491667
https://github.com/ReactWindows/react-native/blob/ReactWindo... Looks like it evaluates the JS and creates XAML elements programmatically using C#.
- comment
-
comment
Comment #11491509
Yea, looking at this made me realize how uncomfortable my Paperwhite is one-handed. When laying down I usually end up holding it awkwardly with my thumb underneath and my pointer f…
-
comment
Comment #11490948
Runtime heap usage.
- comment
-
comment
Comment #11490665
Runtime memory usage and startup perf is better for C++ XAML apps.
-
comment
Comment #11490596
Why does this generate C# instead of C++?
-
comment
Comment #11484007
And now your messenger app needs a launcher, switcher, notification manager, search, per-app settings pages, etc. And maybe its own process model/scheduler, to prevent rogue apps f…