24 Matching Annotations
  1. Jan 2024
    1. And everything that I learn, I learn for a particular task, and once it’s done, I immediately forget it, so that if ten years later, I have to – and this gives me great joy — if I have to get involved with something close to or directly within the same subject, I would have to start again from zero, except in certain very rare cases, for example Spinoza, whom I don’t forget, who is in my heart and in my mind.

      https://deleuze.cla.purdue.edu/lecture/lecture-recording-1-f/

      Gilles Deleuze: The ABC Primer / Recording 1 - A to F<br /> DECEMBER 15, 1988

  2. Oct 2022
    1. I believe the very first customers came from my mailing list of hundreds of subscribers. The mailing list itself started with a single Reddit post and a link from my blog.
  3. Sep 2022
    1. To see how this plays out, we can continue looking at matrix shapes. Tracing the matrix shape through the branches and weaves of the multihead attention blocks requires three more numbers. d_k: dimensions in the embedding space used for keys and queries. 64 in the paper. d_v: dimensions in the embedding space used for values. 64 in the paper. h: the number of heads. 8 in the paper.
  4. Jun 2022
    1. você criar um espaço para jogar,

      Mais uma vez posso partilhar a minha experiência, já há 2 anos consecutivos que na minha Escola, no agrupamento das disciplinas de TIC e Matemática, utilizamos o Scratch para mobilizar conteúdos de Matemática, vou brevemente ministrar formação Scratch aos colegas da escola em Scratch, paulatinamente a gamificação vai se enraizar nos processos educativos.

  5. Apr 2022
    1. Here, we’ll talk about how much time you need to invest for the successful development of an app. This blog addresses three questions: “How long does it take to construct an app?”, “how to create an app from scratch?” and “how to speed up the process?”. This post is for you if you want to try your hand at app development for your business.
  6. Jan 2022
    1. Yes, precisely because I've been involved in maintaining codebases built without real full stack frameworks is why I say what I said.The problem we have in this industry, is that somebody reads these blog posts, and the next day at work they ditch the "legacy rails" and starts rewriting the monolith in sveltekit/nextjs/whatever because that's what he/she has been told is the modern way to do full stack.No need to say those engineers will quit 1 year later after they realize the mess they've created with their lightweight and simple modern framework.I've seen this too many times already.It is not about gatekeeping. It is about engineers being humble and assume it is very likely that their code is very unlikely to be better tested, documented, cohesive and maintained than what you're given in the real full stack frameworks.Of course you can build anything even in assembler if you want. The question is if that's the most useful thing to do with your company's money.
  7. Jun 2021
  8. Feb 2021
  9. Nov 2020
  10. Oct 2020
    1. Focus on your application: forget about forms details like I'm dirty, field touched...
    2. You can try to build a solution to tackle these issues on your own, but it will cost you time and money... why not use a battle-tested solution to handle all this complexity?
    3. If you want to implement a form with a superb User Experience, you have to take care of many variables:
    4. Form validation can get complex (synchronous validations, asynchronous validations, record validations, field validations, internationalization, schemas definitions...). To cope with these challenges we will leverage this into Fonk and Fonk Final Form adaptor for a React Final Form seamless integration.
    5. Managing Form State (holding field information, check if a control has been touched, if the user has clicked the submit button, who owns the current focus...) can be tedious and prone to errors. We can get help from React Final Form to handle these challenges for us.
  11. Sep 2020
  12. Nov 2019
  13. Nov 2018