Viewing profile — roboguy12
roboguy12
HN member- Joined
- Mon, Oct 05, 2015, 3:10 PM UTC
- HN karma
- 168
- Public activity
- 19 items
- HN profile
- View on Hacker News ↗
About roboguy12
No profile information was provided.
Recent public activity
-
comment
Comment #20396973
Also, for the macOS users, there's a great emoji picker interface: cmd+ctrl+space brings up a very similar-sounding menu where you can search by typing, or scroll through and click…
-
comment
Comment #19000877
If anyone is interested in a similar idea, but using javascript (or React), this reminded me of a project I heard of a while ago: https://github.com/parro-it/libui-node . It's buil…
-
comment
Comment #15220543
I'm mildly comfortable with clojure, but haven't used it in a number of years. The code linked here looked pretty typical to me; could you possibly elaborate on the differences bet…
-
comment
Comment #14920676
Here's an example of why it's useful for me to see articles like this on HN. I'm an engineering manager, and someone on my team recently joined who wasn't very familiar with these …
-
comment
Comment #14756348
And, when you compile it to JavaScript, you can choose the target language level. So, you could write Typescript and have it compile such that in essence, all it does is strip out …
-
comment
Comment #14350945
Same. I evangelize TypeScript whenever I can. I don't think I'll ever be as efficient in JavaScript as I am in TypeScript, now that I've tried it. Granted, it has its quirks, but (…
-
comment
Comment #14247970
There's also React Native, which can work on macOS ( https://github.com/ptmt/react-native-macos ). I'm not sure about other operating systems, though.
-
comment
Comment #13978613
+1 for typestyle. My team and I have been using it for the past few weeks in trying to clean up a rather monolithic css project, and it's been really cool to work with.
-
comment
Comment #13484438
My experience with kotlin so far has been great. I've used it in personal projects, and am in the process of converting some microservices at work to it from java (the interop is s…
-
comment
Comment #13464540
FWIW, Typescript also has async/await, as of 2.1 (in reference to the Alternative section in your README).
-
comment
Comment #13360125
Aside from the live reloading and being able to write in javascript as opposed to Swift/Java, the development paradigms of React is just better, IMO. The component-based design pat…
-
comment
Comment #13184626
> Why not be brave about it and use date-based numberings Like IntelliJ IDEA? The version I'm running right now is 2016.3.1
-
comment
Comment #12837125
I've been using Google Play Music since it launched, and I'm very happy with the service. It works very well on web/Android/iOS, and there's rarely anything that I find missing fro…
-
comment
Comment #12816585
I've had `jj` bound to ESC for several years now, and I know lots of people who use `jk` or `fj` too. Hitting `jj` is super quick and barely requires movement, but I've always hate…
-
comment
Comment #12692786
Last weekend my wife and I wanted to watch the movie Goat. It was pretty recently in theaters, so we didn't expect it to be on Netflix. We searched HBO Now, Hulu, Starz, and all of…
-
comment
Comment #12483254
> The ecosystem is terrible and the community is full of self-righteous assholes who has the collective attention span of a 2 year old > I don't think he 'stooped' to anything Real…
-
comment
Comment #12453451
I forget the second half of the line, but one of my high school English teachers would always say "being is bad, ...", meaning there's rarely ever a time when you'd want to use it …
-
comment
Comment #12187407
I've been meaning to watch this show, but haven't yet gotten around to it. But, having just watched the title song video, I absolutely agree with the music aspect. I just recently …
-
comment
Comment #11664862
I thought that at first too about infixes being better (I've only been using Clojure for a few months), but I'm beginning to find the opposite. The only times when I miss an infix …