Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
fleshweasel
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
6 ms
·
1.
▲
by
fleshweasel
9y ago
Ask Apple, who hide it from you in Xcode and riddle it with human-unreadable generated IDs and noise elements, in addition to needless reshuffling of elements after editing which overcomplicate your diffs and obscure the meaning of changes.
2.
▲
by
fleshweasel
9y ago
Idempotency is a good example of a trivia term that would be unreasonable to expect most recent CS graduates to know. Not to say that it's not a valuable property for a service or library or whatever to have under certain circumstances
3.
▲
by
fleshweasel
9y ago
I'm a little confused as it looks like an image in the article labels a string literal as being a comment. Am I misunderstanding something?
4.
▲
by
fleshweasel
9y ago
so..not Go :P
5.
▲
by
fleshweasel
9y ago
They're promoting this as a new dev environment for .NET Core, but there's still ZERO tooling for Razor. I tried starting a simple example project and the .cshtml files didn't even have any syntax highlighting, let alone synt
6.
▲
by
fleshweasel
9y ago
It seems like the "ASCII puke" concrete syntax for regex patterns doesn't scale that well. Regular expressions have binary operators, parenthesization, named groups, lookaheads, etc.-- if you're building a sophisticated
7.
▲
by
fleshweasel
10y ago
I don't see why there can't be React-like libraries written and used in languages that compile to native. I'm not expecting to have JSX but I should be able to write component classes and implement their render methods, retur
8.
▲
by
fleshweasel
10y ago
I'm pretty sure this is why the Apple online store needs to be taken down for them to add new products.
9.
▲
by
fleshweasel
10y ago
Do you mean Visual Studio?
10.
▲
by
fleshweasel
10y ago
The file changing just from being looked at is one of the basic reasons that IB is bad. Apple made a grievous mistake in designing UI markup that is intended to be hidden from developers. Un-organizable, un-diffable toxic sludge.
11.
▲
by
fleshweasel
10y ago
It's absurd to have to beg the wealthiest software company in the world for what should be considered really basic stuff. Xcode is consistently unstable, slow, missing simple essential functionality (like refactoring), and Apple'
12.
▲
by
fleshweasel
10y ago
Every tool for its job. If you have serious dynamic behavior and you try to handroll it yourself, you risk either low maintainability and bugs in your bespoken optimized DOM manipulation algorithm or doing things in fundamentally inefficien
13.
▲
by
fleshweasel
10y ago
Haven't had the chance to try it myself but I have read quite a bit and I like what I see, particularly the high quality error messages in the compiler. However, I think I'd have a hard time getting my team on board with it as we
14.
▲
by
fleshweasel
10y ago
I know what you mean with regard to event handlers being passed down to children and children of children and so on and the complexity that can bring. I haven't used redux, but I understand it as being an attempt to simplify that kind
15.
▲
by
fleshweasel
10y ago
One of the biggest reasons I favor React is that it's much easier to add a templating language to a programming language (i.e. JSX) than the other way around. Every construct for making decisions based on your data, traversing your dat
16.
▲
by
fleshweasel
10y ago
Server is responding pretty slowly (maybe not used to this much traffic?) so here's a Google cache for it: http://webcache.googleusercontent.com/search?q=cache:lxQe4zC...
17.
▲
by
fleshweasel
10y ago
They should start paying Tim Cook in dongles.
18.
▲
by
fleshweasel
10y ago
Get rid of most of the padding and headgear so the players don't feel like they have the ability to take such hard hits--because as far as their brains go, they don't have that ability.
19.
▲
by
fleshweasel
10y ago
The wait for the new MacBook Pro is agonizing but I am convinced it will sell like hotcakes when it finally comes out.
20.
▲
by
fleshweasel
10y ago
Do you have any examples you care to share of Swift that needs cleaning up?
21.
▲
by
fleshweasel
10y ago
Beyond being a little more explicit about the generator semantics, it's just noisier . "Self.Iterator.Element" is a lot of noise compared to "T". At the moment, I feel these sequence extensions are just allowing pe
22.
▲
by
fleshweasel
10y ago
Honestly, comparing the choice of mucking with code signing on OS X and having to deploy, run, and debug my app through Docker, I would just learn to sign code. I do think it's weird that more debuggers don't come as signed binari
23.
▲
by
fleshweasel
11y ago
This is great. Seems less cumbersome than TypeScript's user defined type guards for distinguishing cases of a union. The sentinel value concept is something you could at least steal when creating user defined type guards to make them s
24.
▲
by
fleshweasel
11y ago
Thanks for elaborating on the distinction. User defined type guards can get you some of the way there to distinguishing "int | int", but you don't get it for free-- the reality of being a superset of JavaScript. https:/
25.
▲
by
fleshweasel
11y ago
I strongly disagree about TypeScript-- I think it's a huge boon to productivity. TypeScript has has union types i.e. "number | string" which are similar to algebraic data types. TypeScript also has optional interface members
26.
▲
by
fleshweasel
11y ago
He participated in WW1, which by any reasonable standard was a truly modern war.
27.
▲
by
fleshweasel
11y ago
I'm basically glad to see the Type suffix removed from the standard library protocols. I'm hoping that they'll have a solution to make it so writing a function over a generic sequence isn't such a mouthful. I'm a li
28.
▲
by
fleshweasel
11y ago
Oops. You're right. Sorry.
29.
▲
by
fleshweasel
11y ago
goto fail was in OpenSSL which many organizations use, but your point still stands.
30.
▲
by
fleshweasel
11y ago
They were eventually able to get into the phone without the backdoor. The shooter's employer was able to change the iCloud password on it because they issued the phone in the first place. The FBI initially wanted to get in by having Ap
More ›