Live data from Hacker News

Viewing profile — RubyPinch

RubyPinch

HN member
Joined
Tue, Feb 05, 2013, 4:32 AM UTC
HN karma
888
Public activity
406 items

About RubyPinch

No profile information was provided.

Recent public activity

  1. comment
    Comment #15944357

    As far as Nightly goes, I'd always imagine a debug/testing build would use more RAM by a fair margin. elsewise, I'd say, try creating a new FF profile, unfortunately afaik older pr…

  2. comment
    Comment #15943219

    Please note this comment isn't specifically to you, but, I guess more to any mozzarellian that comes across this comment - - - for other reasons I wanna comment on the "seems prett…

  3. comment
    Comment #14907992

    can't you install umatrix/ublockO in mobile FF?

  4. comment
    Comment #14853724

    That's all fine and dandy for the desktop case. But its a dhcp server , network admins would be expected to touch config files, and the interface for a DHCP server really can't be …

  5. comment
    Comment #14837311

    "You should be able to run a command that doesn’t use the network, knowing that it won’t open a network port." Is the reader supposed to stop reading there? Because they must be us…

  6. comment
    Comment #14782457

    > Let me put this bluntly: If [weakening of encryption] is what the government winds up suggesting, then by all means hand me a bullhorn [...] well how else would you interpret the…

  7. comment
    Comment #14734371

    that is referring to the daemons if I'm not mistaken

  8. comment
    Comment #14651216

    If you don't mind me asking, how are you getting the data? just site scraping each source?

  9. comment
    Comment #14598504

    and then suddenly, your signature goes from `f()` to `f( args, *kwargs)`, you lose all of make_money's documentation too

  10. comment
    Comment #14528083

    Can we vote on the governance of facebook and google like we do with the government? (where every person's vote is equal) if so, where can I register to freely vote edit: since it …

  11. comment
    Comment #14519657

    with several browsers happy to automatically download whatever is provided to them, making a user download a libblahblah.so is relatively easy, and unless the user was aware of the…

  12. comment
  13. comment
    Comment #14361633

    Well its "We have made new TPUs for Google Cloud and we probs won't sell them!" Google decides if you are part of the everyone included in their AI for everyone

  14. comment
    Comment #14337144

    you can postpone general updates while still having critical/security updates go through at the normal pace And, shouldn't a workplace be setup for re-imaging if updates go wrong? …

  15. comment
    Comment #14314706

    The thing is, Niantic learnt one bad thing from Google: The habit of near-zero community interaction and support. The player base for Pokemon Go felt very frustrated at multiple ti…

  16. comment
    Comment #14298379

    I don't think anyone really is angered by a modular system, its more the needing-to-pay-attention-to-every-little-bit (especially when those bits are mixed up in really poor naming…

  17. comment
    Comment #14262767

    I ain't too sure, but https://www.reddit.com/r/programming/comments/5mflek/alacrit... The Terminology (another light-weight term, with memory goals, that has scrollback) developer'…

  18. comment
    Comment #14256641

    As far as Alacritty is concerned, modularity can easily come with a cost. once you add in e.g. tmux for multiplexing and scrollback, then you are bottlenecked at tmux's speeds, as …

  19. comment
    Comment #14216545

    Yes, those are threads when handled by the OS / greenthreads when handled by the program. a program with threads can support multiple requests simultaneously. a program with green …

  20. comment
    Comment #14216357

    https://magic.io/blog/uvloop-blazing-fast-python-networking/... from the makers of uvloop (for a toy example) it seems the main bottleneck when using aiohttp is aiohttp itself, whi…

  21. comment
    Comment #14216331

    Well you can do all of that sync, can't you? def on_connection: send(headers) send(start of page) for row in db: send(row) send(footer) will have the exact same effect as what you …

  22. comment
    Comment #14166634

    > (At Project ORB, we are working to build a platform for blockchain games which incorporate Counterparty tokens. In addition to rarepepe, [..]" So I guess they are trying to get m…

  23. comment
  24. comment
    Comment #14137814

    each time I look at google's 3d representations for things, I really wonder why they don't do manual touchups for certain places I mean, if you are including the Eiffel Tower in th…

  25. comment
    Comment #14076372

    > you only have to touch your stylesheets instead of manipulating both the stylesheets and HTML. Well isn't the point here that you'd only have to modify the HTML, leaving the CSS …