• 0 Posts
  • 9 Comments
Joined 10 months ago
cake
Cake day: September 18th, 2023

help-circle
  • Thank you so much for this detailed explanation! It’s very clear and you’re so good expressing yourself! And don’t worry for your post accidentally being posted half-way, it happened to me too, in fact there’s a deleted comment in this thread, for your same reason 😂

    Anyway, I definitely must try this tablet. I am skeptical as you were, but I must give it a shot since you’ve had such a nice and productive experience. I might find out a store where I can try it or, alternatively, I might ask a friend of mine, who likes to draw, because she maybe has a tablet like this (that you connect to the computer).

    Thank you again for your suggestions!

    In order to avoid to spam too much here, may I contact you privately?


  • Oh thank you for all the information you shared! I didn’t know this company. So this is a tablet without a display. I never used one, it’s difficult to start using it?

    I’ve been given a quite old tablet pc (almost 10yo), it has its own display and hardware, just like the MS Surface, but from acer. It’s very uncomfortable to use since it has only 32GB of storage space and it has a 32bit cpu; furthermore, it has no pen and the physical keyboard you can plug to it doesn’t work anymore. A lot of flaws, right?

    Despite this, Windows was decently optimized for this tablet, so it was in some way usable. Recently, I decided to give Linux a try in this tablet pc. I tried Zorin OS that has a slightly modified version of GNOME, and the touch experience (in gnome) was really bad, windows 10 GUI was a lot more optimized for that hardware. So my other question is: what distro do you use on your computer?

    Having the tablet separeted from the computer is maybe a better choice. I don’t know, maybe you could share your thoughts on this, I would really appreciate. Thanks!





  • No, it is slower than JS but it can be compiled to JS. The point of typescript is bringing static (or generally talking, predictable) types to variables, so that treating erroneously a number as a string should be more difficult. In a large codebase, it’s easy to make mistakes and debugging is not instantaneous but it needs time. Typescript helps here. You write more code but it helps you out later