Live data from Hacker News

Viewing profile — yuriyguts

yuriyguts

HN member
Joined
Wed, Nov 06, 2013, 1:51 PM UTC
HN karma
291
Public activity
16 items

About yuriyguts

No profile information was provided.

Recent public activity

  1. comment
    Comment #48665607

    I've also been thinking about this. Although the forward pass of a transformer model also involves some heavier operations like normalization, reciprocals, exponentiations or other…

  2. comment
    Comment #48633102

    This comment is load-bearing − the LLM-generated text was the smoking gun. (Claude)

  3. comment
    Comment #31751746

    This is a reasonable concern. Although, whenever security-convenience tradeoff is involved, different users will inevitably have different preferences and tolerance for automation.…

  4. comment
    Comment #31750715

    I love using sudo with Touch ID and have been using this trick for years. The only inconvenience is that the PAM configuration always gets reverted by OS updates. I wrote a small t…

  5. comment
    Comment #7943708

    Counting the number of words is, no doubt, a sensible way to assess the academic value of something. Sure, REST may sound better than 'Architectural Styles and the Design of Networ…

  6. comment
    Comment #7938799

    You're right, those particular mappings were mainly for demo purposes. I guess it would be quite inefficient to use the approach from the video on a regular basis. If I used it in …

  7. story
  8. comment
    Comment #7750985

    .htaccess is supported not only by Apache. And I wouldn't be surprised if WAWS supported "at least a subset" of .htaccess configuration keys on Azure, since Microsoft has been tryi…

  9. comment
    Comment #7750766

    Very good point. But the main message I was trying to deliver is not about the bang for the buck, but rather the amount of issues/decisions WAWS tries to offload to the users inste…

  10. comment
    Comment #7750686

    Good points, but I must disagree on some details: * We did not develop the application from scratch and therefore we cannot control its memory consumption, especially if it's a gar…

  11. comment
    Comment #7750611

    I tried to add php_value memory_limit 128M in .htaccess (it's mentioned in the post), but I wasn't aware that Azure pays no attention to .htaccess and I should've been modifying we…

  12. comment
    Comment #7750579

    Since we're not a professional Internet media (it's not even a commercial project), when we don't hit HN top, the traffic is very low. Currently we're serving this post from a trad…

  13. comment
    Comment #7750546

    While I must admit that the title of the post may seem too flashy, the main point I'm trying to make is not 'omg, the quotas are too low for this price', but rather: 'based on this…

  14. comment
    Comment #7750498

    Well, currently we're running the blog on a traditional shared hosting that costs less than $10/mo (you can easily find out which one :)) and it handles the blog amazingly well, ev…

  15. comment
    Comment #7750465

    Please see the details in my post, I tried to limit RAM usage via usual WordPress configuration tricks, but Azure didn't seem to respond. Perhaps an even bigger question is: why Az…

  16. story
    How Azure Web Sites Sucked in Production

    Some hidden gotchas you may encounter when using Azure Web Sites, especially in Shared mode and/or with LAMP stack.