Viewing profile — austinpena
austinpena
HN member- Joined
- Sat, May 30, 2020, 3:02 PM UTC
- HN karma
- 157
- Public activity
- 146 items
- HN profile
- View on Hacker News ↗
About austinpena
Recent public activity
-
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…
-
comment
Comment #46427518
Page rules should do it
-
comment
Comment #46426646
are you caching the HTML response or just the assets?
-
comment
Comment #46425820
unlikely but they should check their invalid click rate to be sure
-
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 …
-
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…
-
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…
-
comment
Comment #42175229
Reminds me of https://www.lucidlink.com/ for video editors. I quite like the experience with them.
- story
-
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…
-
comment
Comment #41770685
Looks back up: https://www.taloflow.ai/is-aws-down/us-east-2
-
comment
Comment #40741955
Mine are fine.
-
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…
-
comment
Comment #39655027
Their tool is priced too expensive to be used for marketing purposes in most cases.
-
comment
Comment #39385914
I'm curious where this fits in relative to streamlit which I use heavily
-
comment
Comment #39179124
I'm really curious what their goal is
-
comment
Comment #37969820
Anywhere I can see updates?
-
comment
Comment #37969809
Has anyone got this working with IntelliJ?
-
comment
Comment #37899905
I really wish that templ had intellij support! Love the idea
-
comment
Comment #37366037
SQLC released support for this recently!
-
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…
-
comment
Comment #36888327
Very excited for this. Copilot is good, but doesn’t integrate into IntelliJ that well
-
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.
-
comment
Comment #36647581
How does Apple make money with this exactly?
-
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…