• 3 Posts
  • 67 Comments
Joined 10 months ago
cake
Cake day: January 25th, 2024

help-circle
  • Thank you.

    I did consider Julia in the beginning, but I’m using rust so I can make a python library available for people. And also because I can easily transfer other programs I have, and some other libraries in C into rust easily. My project is mostly about connecting the existing tools the grant agency has plus tools scientific communities use.

    What do you mean by official language communities? I don’t know what is rust official community. I am in rust discord but I have never gotten any response on any questions I ask about non trivial things there. I need people knowledgeable about macro, stable abi, and other features.






  • Pretend to work, or were incompetent.

    Similar things happened to me too. Could finish day’s work in an hour. It was a small company, didn’t have extra work they could give me, didn’t like I was idle most of the time since we had co-working space. And didn’t increase my salary even through they said they’d increase based on performance on provisional period.

    They finally increased salary after 9months (said they’d do it in 3-6), and it was nominally higher like everyone else. Resigned the next day. When I went back few months back to get something every face was new one except the upper management and their family.

    So basically they count on people to leave in a year or two, so they can hire other batch of fresh graduates in low salary again.









  • I was thinking that exact thing lol. I’m like, yes ‘distributions’ are distributing new softwares with the new kernel.

    And the improvement in desktop environments does feel like a good improvement considering the user is interacting most with it.

    Or maybe I’m just apathetic to these things because most things I care about my distribution are that it provides me a good package manager for external and self made programs. And everything else is just programs installed through said package manager.



  • I thought the most mode sane and modern language use the unicode block identification to determine something can be used in valid identifier or not. Like all the ‘numeric’ unicode characters can’t be at the beginning of identifier similar to how it can’t have ‘3var’.

    So once your programming language supports unicode, it automatically will support any unicode language that has those particular blocks.