HackerTrans
TopNewTrendsCommentsPastAskShowJobs

paduc

75 karmajoined 14 yıl önce
[ my public key: https://keybase.io/paduc; my proof: https://keybase.io/paduc/sigs/cnuBgEUCGInrU0PcjzbZjGrJ2LL3629qmVuLC8VlxNM ]

meet.hn/city/fr-Lyon

Interests: Entrepreneurship, Freelancing, Open Source, Remote Work, Web Development

---

comments

paduc
·4 gün önce·discuss
The blog article mentions 80 tons while the wiki article mentions 8 tons. Are they using the same definition of a ton ?
paduc
·20 gün önce·discuss
As a French speaker, I think I’m advantaged for the difficult words (which are very often of French/latin origin).

I scored 74 400 and I’m nowhere near English-native.
paduc
·23 gün önce·discuss
Because people discovering "Incidentalomas" will be too freaked out to wait "just to see how things develop".
paduc
·2 ay önce·discuss
If you want to go deeper, you also have to takes into account the grammatical roles the word has in the sentence.

I personally think it’s not worth it.

See https://en.wikipedia.org/wiki/Latin_declension
paduc
·2 ay önce·discuss
I believe Wero is based on SEPA instant transfers. It just facilitates transfers by using emails, phone numbers or QR codes instead of IBANs.
paduc
·2 ay önce·discuss
> IBAN is public facing and it is not a problem to share.

I would be careful. In practice, you can setup a SEPA collection with an IBAN without the owner even knowing or signing a mandate because the banks don't check.

Of course, you can revert the transactions made this way, ... if you notice them (you have 30 days).

Edit: add time period
paduc
·2 ay önce·discuss
No, that would be Wèro.
paduc
·3 ay önce·discuss
Canva will be next to go.
paduc
·3 ay önce·discuss
I tried to watch a plane land but the elevation/speed were wrong so it seemed like the plane went over the runway and disappeared.
paduc
·3 ay önce·discuss
That's not always true. Tchap is a fork of Matrix.
paduc
·3 ay önce·discuss
I think that you are correct. I was looking for this in the comments.

At that period in history, the French kingdom (catholic) was at war with the Spanish kingdom (also catholic) and Italian kingdoms/duchies. A pope had immense political power because of the fervor of the people. If the pope excommunicated a king, he would lose a lot of power in his kingdom and all catholic countries would have a good reason to declare war. Hence, the strategical relocation of "a" pope in the city of Avignon, under French "protection".

I believe the threat is to "protect" a new pope in the US. Whether catholic (maybe other christian denominations) Americans would support it...
paduc
·7 ay önce·discuss
If you want to create a subdomain, you need DNS delegation (authorization) from the owner/manager of the domain.

So if you want to register xyz.ci.pemberton.nj.us, you need to ask for DNS delegation from the owner/manager of ci.pemberton.nj.us or a higher level.

It's a lot easier to buy the xyz-ci-pemberton-nj.us domain.
paduc
·8 ay önce·discuss
For the typescript world, there is neverthrow[0] which offers a similar Result type.

[0]: https://github.com/supermacro/neverthrow
paduc
·9 ay önce·discuss
Maybe I wasn't clear, but in the precise NS and WE configurations, there should be no shading.
paduc
·9 ay önce·discuss
If you put the panels in a diagonal (NW - SE), and you rotate each panel on its vertical axis, the need for space would be limited to a series of circles the diameter of the panel width.
paduc
·10 ay önce·discuss
We're very satisfied customers since January of this year.

We use it as an extension of our node app, for all things asynchronous (long or short). The fact that it's the same codebase on our server and trigger cloud is a huge plus.

For me, it's the most accessible incarnation of serverless. You can add it to your stack for one task and gradually use it for more and more tasks (long or short). Testing and local development is easy as can be. The tooling is just right. No complex configurations. You can incrementally use the queuing, wait points, batch triggers for more power.

We've had some issues with migrating from v3 to v4. The transition felt rushed (some of the docs / examples are still showing v3 code, that is deprecated in v4). I understand that it might take some time to update the docs and examples, because there is a lot of content.
paduc
·10 ay önce·discuss
Probably because he didn’t manage to visit.
paduc
·geçen yıl·discuss
Before I write anything to the DB, I validate with business logic.

Should I write this logic in the DB itself ? Seems impractical.