Live data from Hacker News

Viewing profile — CER10TY

CER10TY

HN member
Joined
Thu, Sep 19, 2019, 4:11 PM UTC
HN karma
70
Public activity
54 items

About CER10TY

No profile information was provided.

Recent public activity

  1. comment
    Comment #49239837

    Does Cursor allow you to blacklist certain commands as well? I know OpenCode has this, where you can both whitelist things like grep/ls but then also blacklist things like cat .env…

  2. comment
    Comment #48883608

    Not a mobile dev so I'm leaning quite heavily on other people's experiences here. It's my understnading that setting up cookies to work on mobile is quite painful, though it depend…

  3. comment
    Comment #48870173

    Cookies also don't work on mobile, so you inevitably have to maintain 2 different login flows. But they're still the superior choice for authN on the web, because if you want to, y…

  4. comment
    Comment #47777374

    They use Persona for their new "Trusted Access for Cyber": https://chatgpt.com/cyber , at least according to the FAQ

  5. comment
    Comment #46899577

    IIRC the creator specifically said he's not reviewing any of the submissions and users should just be careful and vet skills themselves. Not sure who OpenClaw/Clawhub/Moltbook/Claw…

  6. comment
    Comment #46897001

    It swings both ways though. I've seen plenty of older engineers dismiss the "new guys" effort and claim that everything had to be custom written, because there's no way a common fr…

  7. comment
    Comment #46293893

    Only for public repos though - if you're in an org with private repositories you don't get access to them (yet).

  8. comment
    Comment #46140933

    Personally, I'd just use common sense and good judgment. At the end of the day, would you want someone to hand your address, and other private data to OpenAI just like that? Probab…

  9. comment
    Comment #46140742

    Presumably they'll threaten to sue you and/or file a criminal complaint, which can be pretty hard to deal with depending on the jurisdiction. At that point you'll probably start as…

  10. comment
    Comment #45041190

    That's a good catch. I knew these flags existed, but I figured they'd require at least a human in the loop to verify, similar to how Claude Code currently asks for permission to ru…

  11. comment
    Comment #45039232

    Personally, I'd expect Claude Code not to have such far-reaching access across my filesystem if it only asks me for permission to work and run things within a given project.

  12. comment
    Comment #44981629

    Talk to people outside tech. Lots of small problems worth solving, but not in tech. Also, just because it's a problem in someone's day to day won't mean they'll pay to fix it. Good…

  13. comment
    Comment #44956791

    Isn't that pretty much how every "Trusted by these companies" marketing badge works nowadays?

  14. story
    Show HN: SpecGate – Validate API responses against OpenAPI in real-time

    Hey HN, Over the years, I've built quite a few OpenAPI specs that'd get neglected over time and where the endpoints would eventually drift away from the spec. I wanted to build som…

  15. comment
    Comment #44932613

    Or, far more likely, they'll reach out to someone in their network. To land in that network, you have to market your services. LinkedIn is somewhat useful for that, but less so now…

  16. comment
    Comment #44921282

    I guess the thinking goes like this: Why start a business, get a higher paying job etc if you're getting ~2k€/mo in UBI and can live off of that? Since more people will decide agai…

  17. story
    Ask HN: Would you soft-launch a landing page in 2025?

    Given the state of vibe coding and how easy it is to scaffold a working web app in 2025 (assuming you've got the technical experience and don't just rely on Lovable), do you think …

  18. comment
    Comment #44809961

    That takes 2 seconds. But the PO usually expected a detailed breakdown of what went well or bad and what could be improved right then and there. Simply saying "Yeah, I'm doing X, s…

  19. comment
    Comment #44802829

    We were 5 people total - PO, Scrum Master, 3 devs. Been years since I was in that team but it was expected that everyone would give a lengthy update about the previous day

  20. comment
    Comment #44802817

    I‘m long gone from that team (thankfully). But hey, the Scrum Master was certified, I‘m sure it‘s all proper /s

  21. comment
    Comment #44802523

    Props to you if you manage to follow this and squeeze it into 15 minutes. I‘ve genuinely never had a daily last less than 60 mins.

  22. comment
    Comment #44802274

    The issue is that it‘ll absolutely _suck_. If I tell Claude Code to scaffold a web app from 0 outside of React it‘s terrible. So no, imho people with no app dev skills cannot just …

  23. comment
    Comment #44802223

    It‘s easier, since you don‘t have to stare at your monitor for 4 hours straight. But still, people expect availability since you‘re paid for 8 hours.

  24. comment
    Comment #44802192

    That‘s corporate jobs for you. It‘s about appearance, not results. That‘s why you make a big deal out of everything you work on.

  25. story
    Ask HN: Are you designing APIs to be "AI-ready"?

    What I mean by "AI-ready" (I realise this is a bit of a buzzword) is are you spending time to make sure your APIs are well-designed, consistent with error codes and messages, etc t…