Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
priomsrb
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
41 ms
·
1.
▲
by
priomsrb
4y ago
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.
2.
▲
by
priomsrb
4y ago
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 min drive to work [0]. He mentioned how stressful it wa
3.
▲
by
priomsrb
4y ago
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 begin processing as soon as the network call is d
4.
▲
by
priomsrb
4y ago
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.
5.
▲
by
priomsrb
4y ago
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 120fps. With everything connected via etherne
6.
▲
by
priomsrb
6y ago
Not sure what you mean. I use a 3440x1440 display with 118% global scaling using KDE.
7.
▲
by
priomsrb
6y ago
If Xbox game pass is available for you, you can also get it for free with a $5 monthly membership.
8.
▲
by
priomsrb
6y ago
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 about making the information easy to digest. Sometimes a
9.
▲
by
priomsrb
6y ago
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.
10.
▲
by
priomsrb
6y ago
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 unlikely to reach the level of emacs in terms of
11.
▲
by
priomsrb
7y ago
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, PHP or Ruby if you have an example.
12.
▲
Show HN: Trigger and Await for the Shell
(github.com)
2 points
by
priomsrb
7y ago
|
0 comments
13.
▲
by
priomsrb
9y ago
I use vimswitch ( http://vimswitch.org ) to copy my vim settings over to new machines. (Disclaimer: I am the author of vimswitch)
14.
▲
by
priomsrb
10y ago
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 https://bit.ly/vimswitch &
15.
▲
by
priomsrb
11y ago
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 bits). It would be interesting to know what compression algor
16.
▲
by
priomsrb
12y ago
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 line in their .vimrc: " vimswitch-after-download=:
17.
▲
by
priomsrb
12y ago
Ahh. Thank you for reminding me. It's been added now.
18.
▲
by
priomsrb
12y ago
It should work with both as VimSwitch recursively copies ~/.vim. I'm using Vundle for my own profile without problems.
19.
▲
by
priomsrb
12y ago
That's a good point. My example comes from experiences where the only available users are 'admin' or 'logs'.
20.
▲
by
priomsrb
12y ago
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 server $ vimswitch priomsrb/vimrc # -- work -
21.
▲
by
priomsrb
12y ago
Makes sense. But 64k of data seems oddly large just to ID a message.
22.
▲
by
priomsrb
14y ago
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/vim but it does the basics well. And when I need to use adva
23.
▲
by
priomsrb
14y ago
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(pos, c), etc, and the engine would take care of the rest of
24.
▲
by
priomsrb
14y ago
RazorQt is a lightweight Qt desktop environment