Live data from Hacker News

Viewing profile — austinpena

austinpena

HN member
Joined
Sat, May 30, 2020, 3:02 PM UTC
HN karma
157
Public activity
146 items

About austinpena

Mostly marketing. Email me about anything me@{myusername}.com

Recent public activity

  1. comment
    Comment #46427534

    What’s your experience? Off the shelf click fraud software (for search) has never been ROI-positive for me when I run in A/B tests. Fou analytics is a fun tool though for social/na…

  2. comment
    Comment #46427518

    Page rules should do it

  3. comment
    Comment #46426646

    are you caching the HTML response or just the assets?

  4. comment
    Comment #46425820

    unlikely but they should check their invalid click rate to be sure

  5. comment
    Comment #46425796

    A few things to determine if what you're experiencing is actually Google "being dead" 1. Check your search volume. Use Google Trends or the method I will share below. 2. Check how …

  6. comment
    Comment #45606145

    Or Like Dave App or Chime. Fun fact about Dave App's tipping. If you bring the value to zero you saw an animation of a kid's food being taken away from them. https://www.ftc.gov/ne…

  7. comment
    Comment #42245415

    I have an SSR Astro project. Using Fly makes my project fast. For dynamic data I use SWR. I could use Cloudflare workers but it doesn’t play so nice with Astro. I also have a “form…

  8. comment
    Comment #42175229

    Reminds me of https://www.lucidlink.com/ for video editors. I quite like the experience with them.

  9. story
  10. comment
    Comment #42120408

    M4 Mac Mini with 16GB RAM is doing a "good enough" job of editing 6k raw footage in Premiere for my team. I'm surprised to say I'm content with the 16GB of ram so far. Edit: This i…

  11. comment
    Comment #41770685

    Looks back up: https://www.taloflow.ai/is-aws-down/us-east-2

  12. comment
    Comment #40741955

    Mine are fine.

  13. comment
    Comment #40511776

    I'm very grateful to this post for introducing me to sliceutils to create a map from a slice. I think that's a very elegant way to create nested models given a parent and child str…

  14. comment
    Comment #39655027

    Their tool is priced too expensive to be used for marketing purposes in most cases.

  15. comment
    Comment #39385914

    I'm curious where this fits in relative to streamlit which I use heavily

  16. comment
    Comment #39179124

    I'm really curious what their goal is

  17. comment
    Comment #37969820

    Anywhere I can see updates?

  18. comment
    Comment #37969809

    Has anyone got this working with IntelliJ?

  19. comment
    Comment #37899905

    I really wish that templ had intellij support! Love the idea

  20. comment
    Comment #37366037

    SQLC released support for this recently!

  21. comment
    Comment #37070935

    Of course SEO consultants are trusted more than Google. They often ignore what Google says and bring good results for their clients. Google has a vested interest in creating a good…

  22. comment
    Comment #36888327

    Very excited for this. Copilot is good, but doesn’t integrate into IntelliJ that well

  23. comment
    Comment #36715182

    It’s very hard to find good talent under $5k/mo. At those rates and above usually finding a referral works. UpWork is spotty.

  24. comment
    Comment #36647581

    How does Apple make money with this exactly?

  25. comment
    Comment #36118522

    Depends how pages are generated. If they are using getStaticProps this is not true because the HTML needs to be "hydrated" with the React runtime which requires javascript. Astro w…