Live data from Hacker News

Viewing profile — priomsrb

priomsrb

HN member
Joined
Fri, Jul 27, 2012, 10:49 AM UTC
HN karma
59
Public activity
25 items

About priomsrb

No profile information was provided.

Recent public activity

  1. 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.

  2. 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 …

  3. 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…

  4. 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.

  5. 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 …

  6. comment
    Comment #25721165

    Not sure what you mean. I use a 3440x1440 display with 118% global scaling using KDE.

  7. comment
    Comment #24325724

    If Xbox game pass is available for you, you can also get it for free with a $5 monthly membership.

  8. 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…

  9. 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.

  10. 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…

  11. 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…

  12. story
  13. 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)

  14. 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…

  15. 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…

  16. 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…

  17. comment
    Comment #8488382

    Ahh. Thank you for reminding me. It's been added now.

  18. comment
    Comment #8487963

    It should work with both as VimSwitch recursively copies ~/.vim. I'm using Vundle for my own profile without problems.

  19. comment
    Comment #8487770

    That's a good point. My example comes from experiences where the only available users are 'admin' or 'logs'.

  20. 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…

  21. comment
    Comment #7572294

    Makes sense. But 64k of data seems oddly large just to ID a message.

  22. comment
  23. 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/…

  24. 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…

  25. comment
    Comment #4300835

    RazorQt is a lightweight Qt desktop environment