• 0 Posts
  • 30 Comments
Joined 9 months ago
cake
Cake day: January 25th, 2024

help-circle




  • There are basically two types of files. Text files and binary files.

    Most information are stored in text files so humans can easily understand it, and it’s easier to find errors, review, parse. But text storage takes more space than binary files. And many complicated softwares normally need multiple text files or data files, many of them just store them together as a zip file so that it’s easier to handle. Examples are .docx,.pptx, etc files in MS Office, try unzipping them and see what they contain. Zipping also has advantages of reducing file sizes.


  • That depends on what video player you use. Of we have control of that, then sure it works. I use mpv to play things, so for radio streams or live videos I can go back/forward as long as it’s cached.

    But if it’s the web service, even though the browser video player has something cached, the player is still controlled by the website. And considering most of the people use chrome/chromium derivatives or YouTube app, it wouldn’t be hard for them to make it so that the player itself will collaborate with whatever they want to do.

    If YouTube was a separate organization it wouldn’t have been the problem it is because of how Google has been taking over all the different parts they need for advertising.



  • I’ll repeat it as much as I can but we need yo open up new journals for these kind of things.

    All we need is a good cloud for storage, and volunteers. I think comp-sci people do that with https://arxiv.org/

    The journal should accept any user submitted papers but have ranking based on other people, like successful reproducible studies (which is also accepted in journal) will be linked to the original journal. Reviews and such can be their own articles but also linked to the journal.

    That way, undergrads can do projects reproducing previous studies (given resources) which will still give them research credit. Failures and exploration will also give people credit as it helps other people’s research. We can just tag papers for novel ideas,failures, reproducing old paper,reviews, etc.

    I think it has a chance to be very useful if we can pull it off. Although it’ll have the same problems as of social media with upvote system. So some more thoughts needs to be there for the actual implementation.







  • thevoidzero@lemmy.worldtoScience Memes@mander.xyzSubSpace
    link
    fedilink
    English
    arrow-up
    6
    ·
    2 months ago

    I remember there being something like this already. The final mission happens as they say “this is the final training for you”. The enemy (aliens) behave differently than expected in this final simulation because they are not immediately aggressive and are waiting while defending their location, but the child successfully eliminates them. And later learns that was the actual aliens and not the simulation. And the aliens were just trying to find a place and protect their new generation, or sth.




  • 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.


  • Some software is always going to have problems. Specially if the developer never had to work with linux.

    In my case I think of it like my choice of Linux like how people may choose other lifestyle. It’s not about having superior experience in everything, but about general good experience and self satisfaction.

    Just think of it this way, people in the 90s were happy with the softwares they had, so if some subset of software is not available to me it’s not end of the world. On the flip side many softwares are only available to me because of linux, my favorite is poppler-tools that allow me to merge PDFs and other pdf related tasks that in windows you’d need to pay Adobe for. If you compare and want things that you can’t have it’ll always make you unhappy. Everytime you search for a tool, search in linux websites or search source codes and you’ll be happy to ignore any tools that have a lot of licensing complications and windows only support. Not saying that’s the way to do it, but that’s how I do it.