Live data from Hacker News

Viewing profile — crisnoble

crisnoble

HN member
Joined
Thu, Dec 01, 2011, 4:55 PM UTC
HN karma
1,479
Public activity
526 items

About crisnoble

https://nobleintent.com

email: cris@nobleintent.com

Recent public activity

  1. comment
    Comment #48357428

    I am left wondering if it is such a critical task, how even 1% error rate would reduce human review of all outputs.

  2. comment
    Comment #48357163

    Not to mention how this does nothing about all the other ways an attacker could could exfiltrate data with default google sheets formulas like IMPORTHTML, IMPORTXML, or even HYPERL…

  3. comment
    Comment #48357065

    If it was incorrect 10% of the time would it be of help still?

  4. comment
    Comment #47532299

    Moving the vendor lock-in to the AI provider and exponentially increasing the pain of migration by locking all teams and all services in at once.

  5. comment
    Comment #47526425

    Perhaps they asked AI to summarize the article for them and it stopped after the first "disregard that" it read into its context window.

  6. comment
    Comment #45776129

    `appearance: none` goes a long way to resetting button styles. I usually make a .unbuttonify class to use or extend for things I want to behave like buttons (free focus, accessibil…

  7. comment
    Comment #44712106

    Are we are the stage where it is normal to be giving governments always on background access to our gps location voluntarily?

  8. comment
  9. comment
    Comment #44183205

    trackUser();

  10. story
  11. comment
    Comment #36482265

    If you were to bike around my city, you will notice that between zero and one percent of vehicles will come to a full stop at any stop signs or while doing right turns on red light…

  12. comment
    Comment #36037698

    writing regexes

  13. comment
    Comment #35980069

    In this case they are creating a service and selling it, so it's not like they just decided to roll their own analytics because they hate GA4.

  14. comment
    Comment #35980021

    There has never ever been a better time to jump ship from GA. All of your historical GA data will NOT be viewable in your GA4 property. The biggest moat they had was millions of si…

  15. comment
    Comment #35895756

    I always assumed it was created with html/css. After all it is just a capitol Y. ``` Y https://news.ycombinator.com">Y class="sr">combinator Logo ``` ``` .logo { display: block; wi…

  16. story
  17. comment
    Comment #34631609

    Was this comment generated by OpenAI?

  18. comment
    Comment #31851953

    We had one bloom in San Diego last fall, and I was very excited to smell something super pungent. It kinds of smelled like wet dirt, which was not much different than any other tim…

  19. comment
    Comment #31004318

    Even if that was literally all it could do, it would easily be worth $50/month for marketing teams.

  20. comment
    Comment #31004292

    I am a software developer, have a paid professional plan, and am almost out of my "zaps". Here are a two of my favorites: * Non profit community organization wants to sell event ti…

  21. comment
    Comment #29111993

    Probably would actually be a valid way to go if you could do media queries and didn't need vendor prefixes.

  22. comment
    Comment #27222105

    If you like exploring, you should check out https://wandrer.earth

  23. comment
    Comment #26415950

    If you constrain your table with respect to the viewport, with overflow scroll, your horizontal scrollbar will show at the bottom of the screen if enabled (similar to how google sh…

  24. comment
    Comment #25597523

    If you are using a mac, try using the web for a few minutes with the built in screen reader turned on. It is actually pretty fun, and definitely helps get a feel for what a non sig…

  25. comment
    Comment #25597408

    I actually use with appearance:none specifically for accessibility. You get all of the benefits of a button's accessibility, focus, click events, normal tabbing, etc, and can use t…