Viewing profile — crisnoble
crisnoble
HN member- Joined
- Thu, Dec 01, 2011, 4:55 PM UTC
- HN karma
- 1,479
- Public activity
- 526 items
- HN profile
- View on Hacker News ↗
About crisnoble
email: cris@nobleintent.com
Recent public activity
-
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.
-
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…
-
comment
Comment #48357065
If it was incorrect 10% of the time would it be of help still?
-
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.
-
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.
-
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…
-
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?
- comment
-
comment
Comment #44183205
trackUser();
- story
-
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…
-
comment
Comment #36037698
writing regexes
-
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.
-
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…
-
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…
- story
-
comment
Comment #34631609
Was this comment generated by OpenAI?
-
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…
-
comment
Comment #31004318
Even if that was literally all it could do, it would easily be worth $50/month for marketing teams.
-
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…
-
comment
Comment #29111993
Probably would actually be a valid way to go if you could do media queries and didn't need vendor prefixes.
-
comment
Comment #27222105
If you like exploring, you should check out https://wandrer.earth
-
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…
-
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…
-
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…