Viewing profile — cobar
cobar
HN member- Joined
- Tue, Nov 29, 2016, 5:36 AM UTC
- HN karma
- 17
- Public activity
- 10 items
- HN profile
- View on Hacker News ↗
About cobar
Recent public activity
-
comment
Comment #48127094
Overall experience is very good with AMD graphics. Most games run on Steam out of the box. There are also emulators for all the systems I've wanted to use. I use Faugus Launcher fo…
-
comment
Comment #46799531
I've had better luck since the switch to Wayland. I don't play many FPS games but mouse input & overall smoothness for strategy games has been great. Check your mouse settings, you…
-
comment
Comment #44975048
While product often does operate in a waterfall model, I think this is the wrong mindset. Good product management should adopt a lot of the same principles as software development.…
-
comment
Comment #22272933
It's possible to map the Caps Lock key to Escape as long as you don't need Caps Lock functionality.
-
comment
Comment #18003116
My bad, I had misread the comment the poster made and didn't see that the quote was there. I stand corrected.
-
comment
Comment #18001642
There is a certain cost in time and energy required to separate yourself from harsh statements like that identify it as such. While it's pretty easy to say, yes he's not suggesting…
-
comment
Comment #17939502
I can relate to this as I'm quite sensitive and when I was younger had an incredibly hot fuse, largely related to being socially awkward, getting teased in school, and not knowing …
-
comment
Comment #17367116
They should be pretty minor. I've found that it's rare you need to rely on any of the Electron APIs. For the most part, Electron just provides a shell to load HTML/JS/CSS and that'…
-
comment
Comment #14411424
They actually ported JavascriptCore over to Android. The only time it uses V8 is if you run the code through the Chrome Debugger. Not sure what the benefit was perhaps performance …
-
comment
Comment #13061172
Development time is a lot quicker with RN. Not only are you targeting a single code base instead of maintaining two apps, but the React environment helps you to be productive. The …