Live data from Hacker News

Viewing profile — stevendgarcia

stevendgarcia

HN member
Joined
Sat, Dec 16, 2017, 1:34 PM UTC
HN karma
34
Public activity
16 items

About stevendgarcia

No profile information was provided.

Recent public activity

  1. comment
    Comment #46490221

    Great feedback! You’re absolutely right — C and C++ give you the primitives to do this manually. If every developer followed the “stack first, heap only when necessary” discipline,…

  2. comment
    Comment #46489380

    Your comment got my wheels turning so.. quick followup. Since you lived with this for such a long stretch, I'd love your gut reaction to the specific escape hatches I'm building in…

  3. comment
    Comment #46489225

    This is a really helpful data point, thanks for sharing it. What you're describing aligns pretty closely with the behavior I'm trying to achieve—predictable ownership, clear memory…

  4. comment
    Comment #46489202

    That’s an interesting comparison. I agree J aligns philosophically (values over references), and you're right that it feels more optimized for pure mathematical work rather than ma…

  5. comment
    Comment #46489189

    Thanks! Appreciate the feedback. There are a couple of replies here that sparked some interesting angles—looking forward to diving deeper into those and seeing where the discussion…

  6. story
    Ask HN: What if a language's structure determined memory lifetime?

    I’ve been exploring a new systems-language design built around a single hard rule: Data lives exactly as long as the lexical scope that created it. Outer scopes can never retain re…

  7. comment
    Comment #31436657

    I have nothing constructive to add here - I just found this amusing. What can I say.. I'm a simple man. https://pasteboard.co/ZK0rNK25LqxH.jpg

  8. comment
    Comment #22000703

    Loving everything about this. You really knocked it out the park. It's so much more ergonomic than cd + ls (which feels like a caveman solution by comparison) Congrats on bringing …

  9. comment
    Comment #20355150

    It's scary to admit this but you are probably right. The first thing these bots do is use server resources to scan ports and brute force their way into other machines. I don't want…

  10. comment
    Comment #20353355

    Yep. I just paid my ISP for a static IP address to accomplish this exact thing.

  11. comment
    Comment #20353346

    I'm still picking up the pieces but from my logs I can see that hundreds of successive login attempts were made from different IPs, effectively circumventing fail2ban with what I c…

  12. comment
    Comment #20350099

    Solid advice. I had fail2ban installed and enabled. SSHD Root/password login turned off and only ssh key had access. My firewall was also airtight, or so I thought. Clearly I mucke…

  13. comment
    Comment #20349615

    Multiple CDNs have been hit, along with government sites, banks, even small VPS and shared hosts are seeing a drastic uptick in brute force attacks. The info war rages on...

  14. comment
    Comment #20349555

    All of my VPS servers have been slammed in the last 5 days with bruteforce SSH attacks. I've never seen anything this aggressive. One of my servers got PWNed, which has never happe…

  15. comment
    Comment #17499024

    I think it depends on what platform you choose. For my Ruby/Rails work postgres support has been nothing short of phenomenal. The addition of JSONB and hstore added the dynamic sch…

  16. comment
    Comment #17029237

    Consensus based parenting seems like a good idea when you've got one kid and think you have the game figured out. Then you have a second child and see that much of what you learned…