Live data from Hacker News

Viewing profile — grncdr

grncdr

HN member
Joined
Sat, Oct 03, 2009, 6:28 PM UTC
HN karma
928
Public activity
240 items

About grncdr

me@stephensugden.com https://github.com/grncdr

Recent public activity

  1. comment
    Comment #48596110

    Pretty simple really: do the ads for the frying pan make the direct claim that the pan will put you on the path to becoming highly paid chef? Perhap opening a Michelin-starred rest…

  2. comment
    Comment #48413440

    I think the idea is that dedicated security firms and/or automated scanners will discover exploits in the cooldown period.

  3. comment
    Comment #46594101

    I was investigating that for entirely unrelated reasons just yesterday and the answer so far seems to be "none". You can patch the server to serve the locally built frontend and it…

  4. story
  5. comment
    Comment #45422662

    > rails 1 codebase to rails 8 A bit off topic, but Rails *1* ? I hope this was an internal app and not on the public internet somewhere …

  6. comment
    Comment #44427477

    I believe it’s slightly different in that I can declare a value (or parameter) of type T and know that it can’t be null/invalid. Consider this Java method: void frobnicate(bar Bar)…

  7. comment
    Comment #44177497

    Ah that’s great. I simply hadn’t read the docs that far

  8. comment
    Comment #44174262

    One simple idea* would be an option to exclude certain React elements from auto translation. That would allow users to handle these specific cases “manually” while still reaping th…

  9. comment
    Comment #44104549

    It’s an interesting idea, but how would such a system handle queries that should cross tenant boundaries? (E.g. system-level reporting)

  10. comment
    Comment #43701992

    > Since XHP executes on a server that emits HTML, the most that you can do relatively seamlessly is to replace parts of an existing markup with the newly generated HTML markup from…

  11. comment
    Comment #43309408

    I’m curious, are you running GoodJob in the same database as the application? For smaller scale stuff this is super convenient, but I wonder if it will become a problem at higher l…

  12. comment
    Comment #43143820

    > If you have a single page front end setup, and a "RESTful" backend Rails really doesn't encourage this architecture, quite the opposite in fact. > designers and users of the appl…

  13. comment
    Comment #43137946

    To add to what others mentioned, there’s also https://github.com/livebook-dev/pythonx which embeds a Python interpreter into your elixir program.

  14. comment
    Comment #42863412

    > People get distracted by the idea of pure capability systems. See the thread above. Pure caps don't work, … I’m one of those “distracted” people who has never gone far enough wit…

  15. comment
    Comment #42486014

    That’s exactly what the GP wrote: The Goal is the spiritual ancestor of The Phoenix Project.

  16. comment
    Comment #42109574

    Yes, sorry for the rather pithy response, but separating out the "what changes" vs. "what doesn't" (config vs. code in your terms) is what makes these things possible. As you also …

  17. comment
    Comment #42075548

    In pulumi regions = [ “eu-west-1”, + “eu-west-2”, ] for region in regions: …

  18. comment
    Comment #42050432

    > how long until someone gets tired of "extra work" and comes up with "responsive PDFs"? I hate to break it to you but, https://blog.developer.adobe.com/adobe-sensei-makes-responsi…

  19. comment
    Comment #41826218

    This is not at all an accurate description of the compiler work.

  20. comment
    Comment #41817296

    I think it’s worth also quoting the rule that the dissenting programmer objected to. > One of the solutions was to introduce a rule to memoize everything returned by hooks, to auto…

  21. comment
    Comment #41115894

    The ruby-lsp project made by Shopify has (or had...) a rails plugin that worked this way. It adds some routes to your server during development and uses them to introspect the runn…

  22. comment
    Comment #40678694

    > No one is telling anyone that they are a bad person for voting "someone else". > If you vote for these people, then yes, you are a bad person As a foreigner living in Germany, it…

  23. comment
  24. comment
    Comment #39825164

    I unfortunately can’t remember the project, but I’ve seen one take the opposite approach: tagged (& supported) releases are for passing customers only, and everybody else can just …

  25. comment
    Comment #39759957

    That file (and entire directory) doesn't seem to exist on my system