Viewing profile — xthrowawayxx
xthrowawayxx
HN member- Joined
- Wed, May 25, 2022, 4:44 AM UTC
- HN karma
- 49
- Public activity
- 34 items
- HN profile
- View on Hacker News ↗
About xthrowawayxx
No profile information was provided.
Recent public activity
-
comment
Comment #32472805
> do you think that there has probably been no progress in climate sciences during the last 30 years and thus predictive power is at the same level? I agree there will have been lo…
-
comment
Comment #32472675
> Counties expected to experience heat indices above 125°F by 2053 Genuine question. How many climate predictions from 30 years ago came true today?
-
comment
Comment #32472635
I have npm fatigue. Just use the language people! Writing 3 LOC instead of 1 call to an external package is OKAY.
- comment
-
comment
Comment #32363312
Here's my notes on DynamoDB: How to spend $100k on what would cost $10k with an sql server for a 100x worse service
- comment
-
comment
Comment #32172506
I assume you're talking about abortion. How did their ruling infringe on the separation between church and state?
-
comment
Comment #32171623
>Increasing theocracy and dissolution of church and state separation Can you give an example of this?
-
comment
Comment #32171531
How do we distinguish between: "VCs are are selected because they go to school X", "school X is good at creating VCs", and "school X receives more potential VCs"? My guess is proba…
-
comment
Comment #31933182
I think a good thing that laws can't pass without sufficient consensus. If you can bypass consensus for the greater good then so can the other side.
-
comment
Comment #31911727
I exclusively use Firefox on Android because of the addons. For me it's the killer feature. Dark mode, ad blocks, YouTube while screen is off. It's made android so much more enjoya…
-
comment
Comment #31904731
>I lost it when at my previous job I found a 20 multiline super complex type defined by another dev, asked him to describe it because I was in a tight deadline and had not time to …
-
comment
Comment #31691149
What happens if you get hacked and someone steals your house NFT? Have a trusted third party transfer it back to you? Or give up your house to the hacker?
- comment
-
comment
Comment #31669411
yes yes yes! this is so true
-
comment
Comment #31626882
Sorrt, I can't tell if this is sarcasm. Is there something I'm missing? Even the above examples look awful to me
- comment
- comment
-
comment
Comment #31599094
Consider removing as many extra tools as possible to make monorepos actually work. Eg throw out eslint and prettier.
-
comment
Comment #31595895
I find that NodeJS runs eventually out of memory and crashes with applications that do a large amount of data processing over a long time with little breaks even if there are no me…
-
comment
Comment #31562073
This is great! I've been using Firefly III for years. However it consumes a good chunk of time to keep up to date at a line item resolution with many cards and accounts across coun…
-
comment
Comment #31554337
Which is?
-
comment
Comment #31552369
You're right. I don't actually DI always. Only (most of the time) when I have may have multiple implementations of a function, mock the function, or test it with different implemen…
-
comment
Comment #31550211
How though do they know the ID before the object is created (/ fetched from db)? Sounds like it's inferior to manually using a DataLoader within every resolver that fetches an obje…
-
comment
Comment #31548432
I cache at the schema level for each request. How do GraphQL servers automatically cache objects? I was not aware servers do this. I generally avoid them because of their inflexibi…