Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
matiasfernandez
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
6 ms
·
1.
▲
by
matiasfernandez
2y ago
Yep. https://www.youtube.com/watch?v=eXe-rvXVL-g
2.
▲
by
matiasfernandez
3y ago
Tempo rubato! https://en.wikipedia.org/wiki/Tempo_rubato
3.
▲
by
matiasfernandez
3y ago
At Stripe, we believe that the burden of proof is on he who denies, not on he who declares.
4.
▲
by
matiasfernandez
3y ago
I got some banana bread at work today. Hell yeah. So it goes to show that waiting for things is, like, worth it. But there's a lot of bad things in this world, dude. Like fucking skunks, dude. HELL NO. Scratching your eye, but it'
5.
▲
by
matiasfernandez
3y ago
I don't mind the sluggishness as much as the dialog in Witcher games. I tend to prefer games with little-to-no required dialog and Zelda's interactions tend to be more mechanical than conversational. I'm fine with lore, but a
6.
▲
by
matiasfernandez
3y ago
“For example, one argument would be that the evidence I’ve presented here is consistent with a strategy of quickly shipping “version one” with poor performance, then starting work on a high-performance “version two” to replace it. That woul
7.
▲
by
matiasfernandez
3y ago
https://www.computerenhance.com/p/why-isnt-there-a-createpro...
8.
▲
by
matiasfernandez
4y ago
Or as Casey would put it: Discord is taking 3.7moo ("Moon Unit") to open. A Moon Unit is equal to ~2.7 seconds, the maximum ping time to the moon. Therefore, if Discord had their servers on the moon, nobody would know the differen
9.
▲
by
matiasfernandez
4y ago
I never have trouble with memory management in C by sticking to "grouped element architectures" with explicit lifetimes such as arenas, scratch allocators, dynamic pools, etc. RAII is mostly for "single element architectures&
10.
▲
by
matiasfernandez
4y ago
I recommend taking a look at Handmade Hero. Follow the first 20-ish episodes then brach off and use the Episode Guide ( https://guide.handmadehero.org/code ) when needed. Also join the Handmade Network Discord to get direct g
11.
▲
by
matiasfernandez
4y ago
Instant response != Instant resolution. Getting support at Stripe is easy for easy things, but hard when it actually counts. Based on what we've seen here (and what I've personally experienced) getting your payouts paused while no
12.
▲
by
matiasfernandez
4y ago
Impressive work! Where is the net package getting worked on? Is it the "core_net" branch or do you have your own fork?
13.
▲
The Right to Listen Resides on Hacker News Algolia
(hn.algolia.com)
1 points
by
matiasfernandez
4y ago
|
2 comments
14.
▲
by
matiasfernandez
4y ago
As an individual, you should have the right to access any information another person wishes to generate. AFAICT, Hacker News moderators are hiding posts they believe do not provide value to the site. This is fine, but you can still see a no
15.
▲
by
matiasfernandez
4y ago
> We do not hold any user funds for any reason other than fraud prevention. Ah yes, the things we do for "fraud prevention". I get that regulations might have Stripe's hands tied, but to say that the users posting their fr
16.
▲
by
matiasfernandez
4y ago
Pop and swap while iterating is definitely a useful feature. You can also queue removals up and do the pop and swap all together on a cleanup pass (snippet below). That said, most people don't code this way, so yeah, useful for sure.
17.
▲
by
matiasfernandez
4y ago
Our main bulk of transactions get processed with 4 different local payment providers (Accepta, Bank Tech, Dynamics Payments, and Evertec), one of which integrates with Authorize.net, which in turn integrates with Shopify as a custom gateway
18.
▲
by
matiasfernandez
4y ago
We've done business with many "old school" merchant service providers and none have had us pay anything upfront. The only difference is that Stripe has a better API. Stripe's onboarding is not faster or cheaper than the
19.
▲
by
matiasfernandez
4y ago
It's simpler than most people think. The Present Value of $10/month for 5 years is ~$450 at around 15% Discount Rate. For consumer software, many are not willing or able to invest that kind of money upfront.
20.
▲
by
matiasfernandez
4y ago
>somehow you were able to get all of this cleared up within the day Exactly. This is why the whole "their hands are tied" excuse is so frustrating to me.
21.
▲
by
matiasfernandez
4y ago
That's because Shopify Payments is just a front for Stripe. We've seen both sides at our company and they behave exactly the same.
22.
▲
by
matiasfernandez
4y ago
>almost guaranteed The issue most people in this thread are talking about exists in the almost . If it was always guaranteed, then there would not be so much evidence to the contrary.
23.
▲
by
matiasfernandez
4y ago
We've been moving away from Stripe and Stripe-backed (e.g. Shopify) payment gateways pretty much everywhere we can for this same reason. We only have a few integrations left connected to Stripe, specifically one with Tripleseat, which
24.
▲
by
matiasfernandez
4y ago
This happened to us multiple times too. Everything gets resolved after 1+ months of having our payouts frozen. This means we have to go months without a single dollar being deposited into our bank account. Imagine having bank loans to pay a
25.
▲
by
matiasfernandez
4y ago
Is that why Nintendo has a significant number of obvious patents despite prior art? For example, recently they patented "time manipulation of objects in game".
26.
▲
by
matiasfernandez
4y ago
I don't know, but we've tried our hardest to migrate all of our software as far away from Evertec as possible. We're still stuck with their payroll software that still requires a Java Applet on Internet Explorer. It's ho
27.
▲
by
matiasfernandez
4y ago
I feel like every time an article or book comes out about sleep it gets debunked a month later.
28.
▲
by
matiasfernandez
4y ago
This exact thing happened to us. We have a store located in Puerto Rico and Shopify would randomly stop payouts every 3-4 months or so because they needed to re-verify our owner address information. Apparently, most of Puerto Rico is not ve
29.
▲
by
matiasfernandez
4y ago
Been a happy customer of Mullvad for years now. It's a great product.
30.
▲
by
matiasfernandez
6y ago
Not a book, but the best advice on API design I've ever seen was in 2004 by Casey Muratori on his talk "Designing and Evaluating Reusable Components". https://www.youtube.com/watch?v=ZQ5_u8Lgvyk
More ›