• 4 Posts
  • 47 Comments
Joined 7 months ago
cake
Cake day: January 25th, 2024

help-circle



  • I know it’s adobe problem. Because they deprecated it in PDF 2.0, last support is in 1.7, but they have continued using 1.7 with adobe extension 1 to 1.7 with Adobe extension 8. So it’s like they have their own branch of PDF versions. But most people don’t care, and here a government agency is using that and it’s not accessible for linux.

    Wine needs 32bit libraries that’s why I’m not using it. I read the snap package handles the wine part for us, so I tried that in VM but didn’t work. I’ll try to follow your suggestion in VM and see if it’ll work.





  • Thank you.

    From my interactions with the people that’ll fund this. It does look like they want me to just develop this. But my advisor has not done this kind of software development grants. And the people I talked to might also not know what their organization’s legal requirements are put in contract. That’s why I want to know what kind of language I should use in proposal so that it can be used as a point of discussion if someone from their organization says we can’t do that. Instead of them just assuming I’ll hand over everything.





  • I don’t mind them making money off of it, as long as they contribute to the open source community by improving it, contributing upstream, or using it in other systems and keeping those open source as well. I want other people to benefit from the effort I made and published, and if someone wants to improve it, I want others to benefit from there too.

    I don’t want the case like insulin in US, where the first invention is free because they wanted everyone to benefit from it. But now it’s super expensive because of the incremental advances other corps did that are patented. And the free version is no longer viable to use without those incremental improvements.





  • For adding with Firefox or similar apps on laptop. I have another program that monitors clipboard (or selection), can filter with regex and run custom commands. So simply copying the url to the video can trigger the curl command to add to playlist.

    Making it in the phone is the hard part. I don’t know much about android dev so any help would be appreciated. I did find somewhere you can make a simple app with protocol definition for sharing, and on share to the app, run the request to the server in the local network.

    I also want to implement file share, if you share a file to that app from local storage, it could upload to the server and mpv can stream it. Since I have used the basic tcp connection, I couldn’t do that in this version either.









  • You know how people say “Devil you know is better than God you don’t”?

    Excel is that Devil people know. It’s not the best tool for a lot of stuffs but it let’s people do things.

    I saw a co-worker generate sequence for formula in excel for another cell in excel. They wanted to do average of all January data, instead of averageif/sumif/countif etc, they generated a sequence a1+a13+a25… And used excels’ drag down thing to make the formula. I’m like who could even verify it.