Live data from Hacker News

Viewing profile — Funnnny

Funnnny

HN member
Joined
Mon, Jul 18, 2011, 9:43 AM UTC
HN karma
76
Public activity
31 items

About Funnnny

No profile information was provided.

Recent public activity

  1. comment
    Comment #44093228

    > The community edition is not robbed of its value by this move They literally remove features, and you defended them by saying "there's CLI available"?

  2. comment
    Comment #43713514

    > the algorithm only knows how to output the things that it has already outputted That's a very old problem that people building recommendation systems solved 10 years ago.

  3. comment
    Comment #42448756

    > There is no need to bypass them when you can just solve them. There is no need to solve them when you can just bypass them.

  4. comment
    Comment #38879203

    Euro are already using a different standard (CCS1 vs CCS2)

  5. comment
    Comment #38759741

    > but honestly it's not far off that level of “well, duh” I think the real problem is that other apps do use ssh and malicious actors can inject untrusted input without the user's …

  6. comment
    Comment #24225707

    KeePass has the ability to import Bitwarden JSON file so there's little need for the feature.

  7. comment
    Comment #22084972

    > We don't know without auditing the code or when you really audit the code, find a problem, submit a patch and then the author dismisses your patch as "boring"

  8. comment
    Comment #21929400

    It depends on the exploit but DOS ARE security vulnerabilities and their impact can range from very low to high severity. And please OP don't listen to this and report the vulnerab…

  9. comment
    Comment #21300193

    > Held up for months Held up by AMD, not by LLVM's reviewers. They added some comments right away and AMD sent an updated patch 2 months later.

  10. comment
    Comment #20642037

    DigitalFoundry had an interesting take on frame rate/frame time performance on Intel/AMD. If you look at the graph you can see Ryzen dip down more for a few times when there's more…

  11. comment
    Comment #20085700

    cloudflare used to use iptables with SYNPROXY, simple blocking rule and later BPF matching. Your server would be dead in any large scale attack anyway, iptables is fine and works w…

  12. comment
    Comment #19999962

    The game is an exact copy of Tap Titans. Clicker Heroes is popular in Steam so they may copy the name as well

  13. comment
    Comment #16677272

    evil-mode is actually useful. VSCode's vim plugin loads really slow when you change project, doesn't have proper insert/normal/visual mode map, etc.

  14. comment
    Comment #15001298

    It worths noting that, shortly after they offer SF arcana (extremely rare item), 50 people did go and beat the bot on the spot.

  15. comment
    Comment #12819148

    Most if not all successful cryptocurrencies, like BitCoin, are only premied a genesis block, a few block for confirmation and then maybe a few days of beta release. 10% is hilariou…

  16. comment
    Comment #12682361

    As an user of FB@W, and now Workspace, its Work Chat is largely useless. No native client, no API, the only crowd control is group. It's just a dumbed down version of Messenger, an…

  17. comment
  18. comment
    Comment #12682323

    And then again, it's hard to install a virtualenv successfully the first time.

  19. comment
    Comment #5989067

    Why? I installed most of my apps from Play Store, if some apps have country restriction, it's because they have a good reason to do so (range of service or support)

  20. comment
    Comment #5878148

    I think it's the different between a normal python application and a web app: url dispatcher/route, request handler, template, extension...I started with Django, but Flask clears t…

  21. comment
    Comment #5769867

    SPDY isn't a trademarked technology, the name is trademarked (it should be), the protocol is not. The way SPDY works is just like OAuth/OAuth2, HTTP, XMPP work: someone invent/impr…

  22. comment
    Comment #5343478

    You can play the game without liking anything, can't you ?

  23. comment
    Comment #5284938

    isn't that flash plugin features ? It's a big problem with flash game on Kongregate for a long time now.

  24. comment
    Comment #5132825

    It'll automatically reload if you don't have any unsaved changes, if you have, it will ask you to reload

  25. comment
    Comment #4941971

    Sure. Comment should be "why I did this", and code should be "how I did this", some people just write in "what did I do" and walk away thought they have comment Code took from a pr…