Viewing profile — honopu
honopu
HN member- Joined
- Mon, Apr 05, 2010, 4:16 AM UTC
- HN karma
- 198
- Public activity
- 142 items
- HN profile
- View on Hacker News ↗
About honopu
No profile information was provided.
Recent public activity
-
comment
Comment #45574343
Yeah it's an Event Notification that triggers lambda that acts on the bucket, i had to give it permissions to the bucket so i guess it's outside it :). We'll see!
-
comment
Comment #45573904
oh maybe thats what were using. Made it months ago and im not 100% sure. Lambda on putObject
-
comment
Comment #45573821
Yeah I agree. We're currently using it to dump images as originals into a bucket at a path.. then the aws lambda function attached generates all the thumbnails.
-
comment
Comment #37570379
ChatGPT is actively crawling the web. So they're definitely getting their own data. I noticed when i had to look at request logs.
-
comment
Comment #31885453
Yes but maybe they learned something. I know their crawler has been out a while
-
comment
Comment #31885319
Apple will
-
comment
Comment #31390531
These spikes are in a nook above the office at work. They help hold the bird nest there perfectly, and actually seem to make nesting easier. I could see them keeping away large bir…
-
comment
Comment #31361451
Every feeling you are having will pass. Make small steps toward your goal, interview, and try to let it go. Debt doesn't need to be resolved immediately, creditors will work with y…
-
comment
Comment #31296209
A lot of people work a part time job, or work 2 remote jobs at the same time. Not necessarily recommending this approach, but i've worked with people that were doing it, including …
-
comment
Comment #29315027
I haven’t used it in years but concrete5 was awesome for this.
-
comment
Comment #26484985
Ngrok for webhook testing, along with postman. The replay feature in ngrok is amazing.
-
comment
Comment #26311636
If they drive leads, they can capture a percentage of leads they generate for in house agents. This is why Zillow went commission split on transactions, it’s much more lucrative on…
-
comment
Comment #22627147
I think you're talking about universal or isomorphic rendering, but each of these allow for it.
-
comment
Comment #22212928
There’s also a db proxy you can run yourself that sits in front of Postgres and maybe others also named Heimdall. It’s like varnish for your db.
-
comment
Comment #22085209
I would have loved to see Tesla provide us mail carriers with something like this. Maybe next cycle, those things get terrible mileage, and do a lot of braking that could be regene…
-
comment
Comment #21866120
It's easy to say, but if you are focusing on what worries you, without doing anything to work toward or resolve what is worrying you, it's really just wasted mental energy. Once yo…
-
comment
Comment #21866095
I do a stair climber, 2000 steps 5 days a week. I think this has a pretty good mix of cognitive and aerobic, I switch it up to skip steps, and stuff like that. I've not really noti…
-
comment
Comment #21774206
Depends. It sure is nice to write helper functions that I can import on the serverside js and in the client side. Also if you use next or nuxt or something like that you get univer…
-
comment
Comment #21713784
In webpack you can define which components are in which chunk, so you could organize them that way. I don't, but I know it exists.
-
comment
Comment #21675534
Yes, scan it then donate it, or keep it. Something like this should be shared.
-
comment
Comment #21668318
Use object.freeze in your mutation.
-
comment
Comment #21656584
I think the point of calculating using imaging vs a model that requires layout and flat land etc is this would be cheaper to build. You have to build one collection tower/ target, …
-
comment
Comment #21383771
I can’t use a laptop on my lap or a table for an extended period of time. I had similar terrible neck pain, which went away after switching to a few monitors on a stand that brough…
-
comment
Comment #21192320
I live in Sarasota Florida, my water and sewer bill is 100.
-
comment
Comment #21074690
I'm currently working on relegating the Rails app to the API, 95% of queries will be handled by elasticsearch, if it makes sense to make a GraphQL client, I will. Most of our searc…