Viewing profile — priomsrb
priomsrb
HN member- Joined
- Fri, Jul 27, 2012, 10:49 AM UTC
- HN karma
- 59
- Public activity
- 25 items
- HN profile
- View on Hacker News ↗
About priomsrb
No profile information was provided.
Recent public activity
-
comment
Comment #34879572
I use my M1 pro to play Dota 2 all the time. On medium settings I get between 60-100fps at 1440p. I probably game on it more than my gaming PC and consoles at this point.
-
comment
Comment #34009015
I was of the impression that Tesla's self driving is still not fully reliable yet. For example a recent video shows a famous youtuber having to take manual control 3 times in a 20 …
-
comment
Comment #32589290
Fair point. Though the 7ms I mentioned is broken down into: - 5ms network latency - 2ms display latency (includes decoding + vsync latency) I'm assuming that the mouse/keyboard can…
-
comment
Comment #32589212
On fast paced games that run at 100+ fps, I don't really notice it being missing. But in games that have high graphics, and lower FPS, it's noticeable.
-
comment
Comment #32588490
For my setup, I do a "local" version of Geforce Now. I have my gaming PC in another room and stream it to my laptop using Nvidia's GameStream and Moonlight. I run it at 1440p with …
-
comment
Comment #25721165
Not sure what you mean. I use a 3440x1440 display with 118% global scaling using KDE.
-
comment
Comment #24325724
If Xbox game pass is available for you, you can also get it for free with a $5 monthly membership.
-
comment
Comment #23765750
Ugliness aside, there are some things that don't work very well in a plain spreadsheet vs a UI. For example large paragraphs and images. Part of conveying information should be abo…
-
comment
Comment #23300330
I started using org mode with doom Emacs. As an Emacs novice it was pretty easy to set up and came with some nice defaults for org mode.
-
comment
Comment #23139539
No need for elitism. I'm sure there are scientists and researchers perfectly happy with Notepad++ and I've worked with web developers who've used emacs. I agree that VSCode is unli…
-
comment
Comment #22164457
You shouldn't need promise chains nowadays since async/await is available. Also, I'd be interested to see 200 lines of idiomatic JS being written in 10 lines of idiomatic Python, P…
- story
-
comment
Comment #15988649
I use vimswitch ( http://vimswitch.org ) to copy my vim settings over to new machines. (Disclaimer: I am the author of vimswitch)
-
comment
Comment #11563293
If you find it annoying/difficult to pull in your vim config you may find VimSwitch ( http://vimswitch.org ) helpful. For example, when I start using a new machine I type: wget htt…
-
comment
Comment #9603577
I wonder if the end result could be fed into a compression algorithm. The algorithm would need to have a low data overhead as the snapshot sizes are around 32 kilobytes (256 kilo b…
-
comment
Comment #8490780
No, it does not run :BundleInstall for you. Maybe it would be a good idea if the user could specify some commands to run after downloading a profile. For example they could add a l…
-
comment
Comment #8488382
Ahh. Thank you for reminding me. It's been added now.
-
comment
Comment #8487963
It should work with both as VimSwitch recursively copies ~/.vim. I'm using Vundle for my own profile without problems.
-
comment
Comment #8487770
That's a good point. My example comes from experiences where the only available users are 'admin' or 'logs'.
-
comment
Comment #8487685
OP here. VimSwitch does something similar to what your script does. It just makes it a bit more convenient. Here is a use case that I plan to use it for: # log into production serv…
-
comment
Comment #7572294
Makes sense. But 64k of data seems oddly large just to ID a message.
- comment
-
comment
Comment #4673228
I like to use eclipse with the vrapper plugin. That way I get the completion and refactoring of eclipse as well a decent set vim key bindings. Vrapper may not perfectly emulate vi/…
-
comment
Comment #4367422
I think it would be cool to have a vi/vim engine that can be added onto editors. The editor would only have to overload simple functions like keyPressed(key), getChar(pos), setChar…
-
comment
Comment #4300835
RazorQt is a lightweight Qt desktop environment