Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
overcyn
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
7 ms
·
1.
▲
by
overcyn
11mo ago
You can set hotkeys to go directly to a specific virtual desktop. I have ctrl-1 though ctrl-9 setup for the reason you called out.
2.
▲
by
overcyn
7y ago
From the title and the domain name I was sure this was going to be about his 2011 article rationalizing that iPhone 4's 3.5 inch screen was a better size than larger Android screens of the day. https://dcurt.is/3-point-
3.
▲
by
overcyn
8y ago
So really this isn’t a discussion about the design of Go (of which Ken Thompson was a part of) but just a chance to trash on someone you don’t like.
4.
▲
by
overcyn
8y ago
Ken Thompson was one of the original authors of Unix
5.
▲
by
overcyn
8y ago
I am not Rob Pike and therefore cannot provide proof of his grasp of type theory. But I also don't understand the desire to question and debate the knowledge of someone I've never met and has no influence on my life. I have used G
6.
▲
by
overcyn
8y ago
No the two conflicting statements are. 1. Go doesn't have generics because the authors didn't have strong grasp of type theory. 2. Go doesn't have generics, not from a lack of knowledge, but because the authors' real wor
7.
▲
by
overcyn
8y ago
Except there is no fire truck that’s coming. We still need to convince our governments to take action. And how can we do that if we individually are still throwing kindling on the flames.
8.
▲
by
overcyn
8y ago
What real reality are you referring to? That the iPhone X looks flashy? Thats not an objective truth, its taste. If someone likes driving Corvettes because they think it looks anonymous and non-descript. Who are you to tell them they'r
9.
▲
by
overcyn
8y ago
Why are you criticizing someone's personal aesthetic preferences? So you think that the iPhone X isn't understated. Doesn't mean that someone who disagrees is doing "serious rationalization" or "constructing a
10.
▲
by
overcyn
8y ago
The throttle was not lifted in 11.3. They added a switch so users could disable it. https://www.theverge.com/2018/2/7/16984234/how-to-iphone-thr...
11.
▲
by
overcyn
8y ago
Heres a 31 page macrumors thread on it. https://forums.macrumors.com/threads/iphone-6s-turning-off-a... https://www.reddit.com/r/apple/comments/4vne2w/does_anyone_e... And Apple cut
12.
▲
by
overcyn
8y ago
Are you saying that it is a bad thing. But since it is happening it should happen to everyone? If so, it just seems like you're propagating more of bad thing. Why not just advocate for the the corporate world to be more accepting of pe
13.
▲
by
overcyn
8y ago
> you can be fired or suffer repercussions by your employer, for things that you do on your own personal time Yes this happens, but should it be the case? Is this something you morally support? Should people be fired for smoking weed in
14.
▲
by
overcyn
8y ago
From that link you posted... > Security: Google has always been known as a leader for browser security, and for good reason... All said, Google’s leading position in browser security is undisputed. 5/5
15.
▲
by
overcyn
8y ago
And no point in reducing co2 output because the corals are doomed due to chemicals in sunscreen.
16.
▲
by
overcyn
8y ago
It seems presumptuous to assume that because you reuse all your plastic shopping bags the rest of the population also behaves similarly. Can you cite a study that shows plastic bag bans increasing the total use of plastic or plastic waste l
17.
▲
by
overcyn
9y ago
User's wouldn't be able to depend on version v1.0.0 if it doesn't exist. From what I understand the tool isn't downloading the list of all versions from GitHub and selecting the minimum. Its searching for the maximum ver
18.
▲
by
overcyn
9y ago
Diablo 3 + expansions is the 12th best selling video game of all time. https://en.wikipedia.org/wiki/List_of_best-selling_video_gam...
19.
▲
by
overcyn
9y ago
Yeah I don't know the slightest about electrical engineering but the spacer that servers as a connector struck me as super clever.
20.
▲
by
overcyn
9y ago
Link is dead
21.
▲
by
overcyn
9y ago
This is my personal gripe with Swift. Theres just so many different ways to form expressions and do control flow. It just feels like code golf to me. for case let (title?, kind) in mediaList.map({ ($0.title, $0.kind) }) where title.hasP
22.
▲
by
overcyn
9y ago
Thank you, I appreciate that! I was just lucky to have saved enough money to take some time off and work on something I find interesting and think has a lot of potential.
23.
▲
by
overcyn
9y ago
Repasting my comment from below, but Matcha is actually based on top of gomobile, albeit with a bunch changes to fit the needs of this framework. Gomobile provides language bindings and Matcha adds a usable component library on top of that.
24.
▲
by
overcyn
9y ago
UI is the difficult part in my opinion. iOS and Android take different approaches to building apps so even if you had a language that perfectly compiled to both Swift and Java, the code to build your views would end up diverging significant
25.
▲
by
overcyn
9y ago
Well if they got the Go runtime on WASM, you could run it in a interpreter and do live reloading. Keeping state across reloads would be challenging, but I don't think it would be an impossible feat. https://github.com/g
26.
▲
by
overcyn
9y ago
The bridging happens through Cgo and JNI. bridge/matchaforeign.h contains the functions that Go implements that can be called by ObjC/Java and bridge/matchago.h are the functions that Java/Objc implements that can be cal
27.
▲
by
overcyn
9y ago
You can definitely mix native and dynamic views. Theres an interface for registering custom views with the framework. It doesn't need to take over your entire app either. Matcha gives you a view controller, which displays the Go stuff,
28.
▲
by
overcyn
9y ago
This is actually based on top of gomobile. Gomobile provides language bindings and Matcha adds a usable component library on top of that. It serializes Go data structures into protobuf, passes it through to iOS/Android and creates the
29.
▲
by
overcyn
9y ago
Yeah unfortunately, those are downsides that I don't think will change unless we get Go on wasm or something similar. Go brings its own advantages though. Fast, static typing, goroutines, theres no need for JSX, etc. And personally the
30.
▲
by
overcyn
9y ago
I'm the author of this framework. I think Matcha has a really cool approach to building UIs. Everything is built on top of interfaces, so its very easy to reuse and customize components and layouts. Its not quite production ready but I
More ›