A minimal, offline PHAR file viewer webapp written in Rust (+ Rust library for the phar format) sof3.github.io/phar.rs/
πŸ‘︎ 17
πŸ’¬︎
πŸ‘€︎ u/SOFe1970
πŸ“…︎ Dec 28 2021
🚨︎ report
YSK: Dating files using YYYYMMDD format will keep them in chronological order, leading to better file management

Why YSK: This is especially useful when you need to save multiple versions of a file over time and can quickly reference the date from the file name instead of β€œdate modified” or β€œdate created”. For example, if I save a file today, I would name it β€œExample Text 20211203”. If I needed to save a new version in the same day, it would be β€œExample Text 20211203v2”.

Putting the date at the end instead of the front allows your files to be sorted alphabetically>chronologically. Putting the date at the front will sort your files chronologically>alphabetically.

Edit 2021-12-04-0041: Wow, this really blew up. Here are some common comments/questions.

Adding hyphens or underscores can improve readability (e.g., β€œExample Text 2021-12-03v001”)

For those asking why label the file name with the date and why not just sort by β€œdate created” or β€œdate modified”, if you send a file to someone and they save it, its β€œdate created” will be as when they save it, not the file’s actual creation date.

If you’re going to have more than 9 versions, you would want to put a zero in front (e.g., v02 or even v001 if you know you’ll be creating 100+ versions) to keep versions in order.

Edit 2021-12-04-1221: I had to turn off notifications last night because they were flooding in lol. But holy shit over 21k upvotes, and thank you stranger for the gold. I’m happy to have started this discussion whether it’s obvious to some as it’s also an eye opener to those that may not have a standard formatting scheme or could improve their system. Happy formatting, everyone!

πŸ‘︎ 27k
πŸ’¬︎
πŸ‘€︎ u/Dalferious
πŸ“…︎ Dec 04 2021
🚨︎ report
Checks output indicator and file format
πŸ‘︎ 3k
πŸ’¬︎
πŸ‘€︎ u/shoes____
πŸ“…︎ Dec 31 2021
🚨︎ report
Dislikes and other metadata for 4.56 Billion YouTube videos crawled by Archive Team in flat file and JSON format (torrent)

Hello everyone, I've finished processing 69TB of data collected by Archive Team from YouTube on November/December 2021. The data encompasses metadata for 4.56B YouTube videos. The result is 4 torrent sets (totaling 2.3TB), the same data is also being uploaded to archive.org. If you need the data or wish to help seeding the magnet torrent links and technical details are bellow. Thanks to everyone already seeding the files. Some fields like category, tags, codecs and subtitles are missing as this data was not crawled by the original Archive Team crawl. Hopefully it would be captured in future crawls.

I wish you all a happy new year!

Minimal dislike data - 76GB

magnet:?xt=urn:btih:a8de66ae506937c0b19959a652496dff20073b57&dn=videos_minimal&tr=udp%3a%2f%2ftracker.opentrackr.org%3a1337%2fannounce&tr=http%3a%2f%2fshare.camoe.cn%3a8080%2fannounce&tr=udp%3a%2f%2ftracker.torrent.eu.org%3a451%2fannounce&tr=http%3a%2f%2ft.nyaatracker.com%3a80%2fannounce&ws=https%3a%2f%2fdl-eu.opendataapi.net%2farchiveteam-youtube-dislikes-w-metadata-2021%2f
Video flat files - 345GB

magnet:?xt=urn:btih:84e58d5bd66ba5139c94cbd8bce32fd0e70d9977&dn=videos_flat&tr=udp%3a%2f%2ftracker.opentrackr.org%3a1337%2fannounce&tr=http%3a%2f%2fshare.camoe.cn%3a8080%2fannounce&tr=udp%3a%2f%2ftracker.torrent.eu.org%3a451%2fannounce&tr=http%3a%2f%2ft.nyaatracker.com%3a80%2fannounce&ws=https%3a%2f%2fdl-eu.opendataapi.net%2farchiveteam-youtube-dislikes-w-metadata-2021%2f
Video JSON files - 1.1TB

magnet:?xt

... keep reading on reddit ➑

πŸ‘︎ 1k
πŸ’¬︎
πŸ‘€︎ u/jopik1
πŸ“…︎ Dec 31 2021
🚨︎ report
Weird file formats people use to send screenshots?

In the past couple weeks I've had a fair few people from around the business that have had to send me various screenshots for various reasons.

So far I've had Word docs with images pasted in, JPEGs printed to PDF files, and one user that decided Excel of all things would be best for the job.

No idea how people find any of these easier than just pasting the image directly into an email/Teams message/ticket, but I'd be interested to hear some of the whacky formats people have sent you.
Not even just screenshots, just formats not fit for purpose in general :D

πŸ‘︎ 159
πŸ’¬︎
πŸ‘€︎ u/Teal-Fox
πŸ“…︎ Dec 29 2021
🚨︎ report
Various HDR format Test Files in mp4 container for your downloading pleasure πŸ‘
πŸ‘︎ 126
πŸ’¬︎
πŸ‘€︎ u/staker_2
πŸ“…︎ Jan 10 2022
🚨︎ report
Are .csv files a known 'anti-pattern' and/or not a modern data format?

I came across this in the wild and I have no idea what they are talking about. I am fairly fresh out of school and have only been in a DBA position for a year or so now, so I'm trying to see if this is a gap in my knowledge and if so, how I can learn more about it.

Text: Q: CSV is a known \"anti-pattern\" in the data interchange/interoperability realm. Since the LCB is defining a data-specification, can we use a modern format? A: At this time, submission is by .csv format only.

Any good resources for more current database antipatterns or best practices? (I saw a thread here from like 9 years ago recommending Joe Celko's books, but the most recent of those is from 2014?)

In class, and just in general, we were required to import/export data between a variety of file types including .csv with never a mention of .csv being something to avoid. Are .csv files really antipatterns? I am guessing they mean json as a modern format?

More info, the data in question is in a *RDBMS database.

*edited to relational database as my brain originally was like opposite of noSQL obviously is SQL

πŸ‘︎ 12
πŸ’¬︎
πŸ‘€︎ u/Chibi_Muse
πŸ“…︎ Jan 10 2022
🚨︎ report
Krita, KDE's sophisticated design app for painting, drawing and animating, releases version 5.0. Look out for tons of new features, massive overhauls to key components, and support for more file formats. krita.org/en/item/krita-5…
πŸ‘︎ 283
πŸ’¬︎
πŸ‘€︎ u/Bro666
πŸ“…︎ Dec 23 2021
🚨︎ report
I made an online tool that converts save files to emulator formats

https://preview.redd.it/nrvn20bvk7181.png?width=1443&format=png&auto=webp&s=58bbc099f3501ddca9702441f7834d778e77a40e

The tool supports all the common formats for NES/SNES/GBA/N64/TG-16/SMS/Genesis/Neo Geo/PS1 saves found on sites like GameFAQs.

You can check it out at https://savefileconverter.com/

I found that saves on those sites are often in largely-unhelpful legacy formats like DexDrive or Wii Virtual Console. This site will convert those files into "regular" saves that can be directly loaded by an emulator.

There's also a couple of firsts here: TG-16 saves in Wii VC format couldn't be loaded by any save converter that I'm aware of, and JanErikGunner on github recently figured out the format and this is the only implementation I'm aware of. Also, eeprom saves within an N64 dexdrive/controller pak file used to require editing in a hex editor to be usable in an emulator and this tool will output a file that requires no editing.

I also included a list of places I've found to download save files, which I've found useful when searching for a particular game.

Now you can unlock all the cheats in GoldenEye 64, unlock all the extra levels in Yoshi's Island on SNES, or unlock the 4 swords palace in Link to the Past on GBA.

Everything is open source and the code can be found at https://github.com/euan-forrester/save-file-converter

Have I missed any formats? Anything else I should add?

πŸ‘︎ 691
πŸ’¬︎
πŸ‘€︎ u/euan-forrester
πŸ“…︎ Nov 22 2021
🚨︎ report
A Scan to CAD Exercise - experimenting with a new modeling challenge format [link to file needed in comment]
πŸ‘︎ 19
πŸ’¬︎
πŸ‘€︎ u/CADNurd
πŸ“…︎ Jan 12 2022
🚨︎ report
Ivan, any better? I sharpened it up and saved the file in a higher quality format.
πŸ‘︎ 77
πŸ’¬︎
πŸ‘€︎ u/Genesis44-2
πŸ“…︎ Jan 13 2022
🚨︎ report
Any editors for television here? How might a small studio set up a file structure for episodic format?

I work at a small post house and we are currently in the process of organizing our file structure for a web series we have been producing. We are trying to decide if folders need to be organized by episode, media type, etc.

Some files, like project files, would obviously benefit from being sorted by episode but other files (such as thumbnails, music, etc.) might benefit from being grouped together.

How do other studios organize long form episodic material? Can anyone point me in the direction of an example?

πŸ‘︎ 36
πŸ’¬︎
πŸ‘€︎ u/AustinTheWeird
πŸ“…︎ Dec 28 2021
🚨︎ report
Where could we scan the document which format is PDF file in Singapore?

Hello, does anyone know where we scan the document and then save by PDF format in Singapore?
Current Covid19 situation, it's hard to go to the office to scan.

Are there community center, library, book store or convenient store?

Which kind of connector do we need to connect to our laptop?

Thank you so much.

πŸ‘︎ 29
πŸ’¬︎
πŸ‘€︎ u/rurikana
πŸ“…︎ Dec 21 2021
🚨︎ report
Different Types of File Formats
πŸ‘︎ 77
πŸ’¬︎
πŸ‘€︎ u/_sumit_rana
πŸ“…︎ Jan 11 2022
🚨︎ report
DevLog 24 December 2021: "Plop a zip file in the mods folder, and it becomes available for use - it needs to have a little info.txt file inside of it so that the system can read it. The vanilla files also use the same format, so there'll be plenty of examples." bay12games.com/dwarves/in…
πŸ‘︎ 113
πŸ’¬︎
πŸ‘€︎ u/clinodev
πŸ“…︎ Dec 24 2021
🚨︎ report
Enough with this madness, we need a new document format the .RESUME file, which stores 'resume' information in a standard fashion. No more uploading resume and they retyping everything on resume. Upload the .RSM file and it's done. Save your .RSM file, instantly apply to jobs by sending it
πŸ‘︎ 2k
πŸ’¬︎
πŸ‘€︎ u/cinnamintdown
πŸ“…︎ Oct 23 2021
🚨︎ report
Maybe instead of using Word docs/PDFs we should use some structured file format that actually has tagging???
πŸ‘︎ 126
πŸ’¬︎
πŸ‘€︎ u/LurkerSighted
πŸ“…︎ Dec 16 2021
🚨︎ report
I’m transferring SD Cards later today when my new one arrives, and Nintendo’s instructions say I must format the new one, is this absolutely necessary to do? Or can I just drag the files into the new one as is?
πŸ‘︎ 14
πŸ’¬︎
πŸ‘€︎ u/MiXa_DQ
πŸ“…︎ Dec 27 2021
🚨︎ report
Kavita – self-hosted digital library which supports a vast array of file formats kavitareader.com/
πŸ‘︎ 76
πŸ’¬︎
πŸ‘€︎ u/a_sugarcane
πŸ“…︎ Nov 29 2021
🚨︎ report
Today working on font rendering for WebDreams. Implemented the BMFONT file format in a custom renderer. Also added support for rendering inline icons from external sources! v.redd.it/945kslpliy681
πŸ‘︎ 73
πŸ’¬︎
πŸ‘€︎ u/skn3
πŸ“…︎ Dec 21 2021
🚨︎ report
Different Types of File Formats
πŸ‘︎ 41
πŸ’¬︎
πŸ‘€︎ u/_sumit_rana
πŸ“…︎ Jan 11 2022
🚨︎ report
Can someone give a complete texture files of IEGO Strikers 2013 and I need all of them in PNG format. I want to create mods like Syxc. By the way, this is an example of mod I could create. Ichihoshi mod by Syxc.
πŸ‘︎ 20
πŸ’¬︎
πŸ‘€︎ u/Chloe_VV
πŸ“…︎ Jan 04 2022
🚨︎ report
I accepted a job as a DIT, I realized I have no idea what I’m doing. What’s the format of renaming .r3d files as the info on the clapper boards?

I just need to know the format of how you rename .r3d files as the info on the clapper boards.

But what else are you supposed to do as a DIT in post when you have all the footage on hard drives with you?

πŸ‘︎ 5
πŸ’¬︎
πŸ‘€︎ u/freelancer2020101
πŸ“…︎ Dec 24 2021
🚨︎ report
This file format is seriously underrated
πŸ‘︎ 40
πŸ’¬︎
πŸ‘€︎ u/Mr_Mavik
πŸ“…︎ Dec 26 2021
🚨︎ report
File format to upload Vox asset to Opensea?

How do I upload a Vox Edit model or animated model to Opensea for sale? I can't figure out what file format it should be in. Thanks in advance, sorry if this is a super newb question.

πŸ‘︎ 3
πŸ’¬︎
πŸ‘€︎ u/TheGreatGanarby
πŸ“…︎ Jan 08 2022
🚨︎ report
Pixoo 64 File Format Error

Has anyone had issues with their Pixoo-64 and the micro-SD card going corrupt? I spent over an hour trying to resurrect my device before I got it going again. I suspect the Pixoo-64 is reading and writing to the card too often and it can't handle the I/O. I ordered a Sandisk Endurance card to see if that will help. When it arrives I will swap it in.

I tried using Windows to fix the card / FAT errors but the Pixoo would still not get past the logo screen.

You don't need the contents on the card for the device to boot. If you put a formatted FAT 16/32 card in there it will load the software. You will need to setup the Wifi again. I found the only way to resurrect it was to hold the power button in until it beeps and resets. I then removed the device from the app and added it back in again.

https://preview.redd.it/q9wojcfccd881.jpg?width=1931&format=pjpg&auto=webp&s=85e0e31a042eca3aab3baa0d1a183f98c2bd40e2

πŸ‘︎ 3
πŸ’¬︎
πŸ‘€︎ u/flyfoam
πŸ“…︎ Dec 28 2021
🚨︎ report
Should I format a daily book as 365 audio files....or one file for each month's chapter?

Hey guys, I'm recording an audiobook of a daily devotional with a page for every day of the year. Each day is about 2 minutes as an individual file. The TOC in the book just lists out the months, so those could be considered the "chapters," but I'm wondering if for the ACX I should separate it into individual days? Each month in total will end up around an hour, so not beyond the 2-hour file limit. I guess my gut is saying individual days is probably better for the listener, but could also make the book a lot longer (and a shitload more work for me) so I figured I'd just ask reddit and see what you guys think. The author doesn't care one way or the other.

TIA!

πŸ‘︎ 3
πŸ’¬︎
πŸ‘€︎ u/nomadami
πŸ“…︎ Jan 12 2022
🚨︎ report
Google Image Result for https://cdn.vox-cdn.com/thumbor/odqMkcGlGj-DNoh5cY106xUpUAE=/1400x788/filters:format(jpeg)/cdn.vox-cdn.com/uploads/chorus_asset/file/19964128/CH_reading_2.jpg images.app.goo.gl/QNf3m7q…
πŸ‘︎ 5
πŸ’¬︎
πŸ‘€︎ u/Ecosse109
πŸ“…︎ Dec 03 2021
🚨︎ report
Can you upload converted (to kindle formats) epub/pdf files to a Kindle Paperwhite 5?

I'm getting my girlfriend a Paperwhite for Christmas, and I wanted to be able to download a bunch of books for her to have right off the bat. Is there a way to upload them to the device? Or is it strictly limited to getting files from their stores? Also, what about audiobooks? I know its audible compatible, but if you have your own files (and possibly even convert them to audible formats) could you upload and listen to those as well?

I was kind of hoping there was a way to use the USB-C to access external storage, but it looks like it would at least need to be plugged into a computer. I have also looked into jailbreaking it, is this worth it? Once jailbroken can you plug a hard drive into he usb-c to access it?

πŸ‘︎ 5
πŸ’¬︎
πŸ‘€︎ u/PiperPeake
πŸ“…︎ Dec 24 2021
🚨︎ report
Is there a diagram tool with a file format suitable for git?

Just like how a markdown file is way better in git than a word file, is there a diagram file format that works better in git than say, Visio?

In other words, changes to the diagram will make some sense when you look at them in diff, and not just be a bunch of noise.

πŸ‘︎ 12
πŸ’¬︎
πŸ‘€︎ u/zigs
πŸ“…︎ Dec 27 2021
🚨︎ report
Google Drive Backup - Easily back up your Google Drive files, including Google Document formats such as Slides, Sheets and Docs liamfoot.com/gdb
πŸ‘︎ 4
πŸ’¬︎
πŸ‘€︎ u/Liam2349
πŸ“…︎ Jan 07 2022
🚨︎ report
Is it normal that the size on disk uses 10x the size of the actual files? Folder has 2 small projects stored in an external NVME SSD on exFAT format.
πŸ‘︎ 20
πŸ’¬︎
πŸ‘€︎ u/stcloud777
πŸ“…︎ Dec 16 2021
🚨︎ report
Hello guys, I was wondering if anybody can make the images attached by using Bitmap tracing and trace around the image and save in SVG file format. I have tried but having no luck, Ideally if the SVG file can be less than 11kb overall that would great. I would greatly appreciate any help given. reddit.com/gallery/s2klz4
πŸ‘︎ 2
πŸ’¬︎
πŸ‘€︎ u/cmpunk71
πŸ“…︎ Jan 12 2022
🚨︎ report
How do I keep the background of a slide when copying from one PPT file to another? If I set the background with FORMAT BACKGROUND PowerPoint always removes it and reverts to the master background of the template.

I have searched all over the web for an answer on this and found nothing.

πŸ‘︎ 2
πŸ’¬︎
πŸ‘€︎ u/formerfatboys
πŸ“…︎ Jan 11 2022
🚨︎ report
Dislikes and other metadata for 4.56 Billion YouTube videos crawled by Archive Team in flat file and JSON format (torrent) old.reddit.com/r/DataHoar…
πŸ‘︎ 143
πŸ’¬︎
πŸ‘€︎ u/jopik1
πŸ“…︎ Dec 31 2021
🚨︎ report
File Import with Specific Format In FileName

I created a specific Registry File, and I appended to the file name in the following manner:

{$env:COMPTERNAME}_$((Get-Date).ToLocalTime().ToString('MM-dd-yyyy_THHmmss'))_FileName.reg

I want to be able to call this specific file back, using maybe another REG IMPORT or using Start-Process -FilePath "reg.exe" -ArgumentList 'import', 'E:\Path2File\FileName.reg

Thing is, the filename will have a unique name due to the timestamp on it. How can I reference that file inside my call without hard coding the name?

πŸ‘︎ 4
πŸ’¬︎
πŸ‘€︎ u/CuriousJazz7th
πŸ“…︎ Jan 03 2022
🚨︎ report
Is there a command line tool to convert iRacing telemetry files to a csv format?

I am working on a project and it invokes me collecting lots of data.

Csv is the format i need in the end and would like to create a service which runs on my computer that runs a script periodically to covert new telemetry files .

So far the only way to get a csv that I have found is to convert the files for importing to Motec with Mu, then after in the Motec UI converting the log file to csv.

It is very laborsome though and need some automation.

Any ideas guys?

πŸ‘︎ 2
πŸ’¬︎
πŸ‘€︎ u/earyzhe
πŸ“…︎ Jan 11 2022
🚨︎ report
Reverse engineering the amxd file format

Does anybody know how to create .amxd files by hand? I know .maxpat files are just in the JSON format, but I can't figure out how to edit .amxd files outside of ableton.

πŸ‘︎ 3
πŸ’¬︎
πŸ‘€︎ u/kigetog7082
πŸ“…︎ Dec 26 2021
🚨︎ report
F3D 1.2.0 released, with thumbnails support, new files formats, and more !
πŸ‘︎ 151
πŸ’¬︎
πŸ‘€︎ u/GloWondub
πŸ“…︎ Dec 05 2021
🚨︎ report
UK used Excel for corona contact tracing, saved in wrong file format. data got truncated, approx. 1500 died because of missing data for contact tracing twitter.com/emollick/stat…
πŸ‘︎ 23
πŸ’¬︎
πŸ‘€︎ u/SnooTigers982
πŸ“…︎ Dec 20 2021
🚨︎ report
VCV Rack 2 is out, but I noticed that there are still lots of existing modules that are not compatible with v2. The saved file format has also been updated from plain text to binary. youtu.be/FOghgz2_QmM
πŸ‘︎ 9
πŸ’¬︎
πŸ‘€︎ u/Aba-Cheng
πŸ“…︎ Dec 28 2021
🚨︎ report
White Night (The Dresden Files #9) by Jim Butcher (Multiple formats, $1.99)
πŸ‘︎ 29
πŸ’¬︎
πŸ‘€︎ u/sevae
πŸ“…︎ Dec 23 2021
🚨︎ report
SQL 2017 bulk insert format file

Is there a way to ceate a format table and use that in the bulk insert?

πŸ‘︎ 2
πŸ’¬︎
πŸ‘€︎ u/Skokob
πŸ“…︎ Jan 13 2022
🚨︎ report
im stuck doing my coding assignment, the images are not being used as bullets, the file format is correct

<!DOCTYPE html>

<html>

<body>

<meta charset="UTF-8">

<meta name="description" content="my favourite foods">

<meta name="keywords" content="foods, favourite">

<meta name="author" content="anonymous">

<meta name="viewport" content="width=device-width, initial-scale=2.0">

<style>

ul

{

list-style-image:url('moai.jpeg');

}

</style>

<h1 style="text-align:center;">My Favourite Food</h1>

<hr>

<h2>starters</h2>

<ul>

<li>mushroom soup</li>

<li>sushi</li>

<li>edamame</li>

</ul>

<h3>main menu</h3>

<ul>

<li>risotto</li>

<li>japanese curry rice</li>

<li>fish and chips</li>

</ul>

<h4>beverages</h4>

<ul>

<li>oolong tea</li>

<li>coca cola</li>

<li>milk tea</li>

</ul>

<h5>dessert</h5>

<ul>

<li>red bean soup</li>

<li>ice cream</li>

<li>cendol</li>

πŸ‘︎ 2
πŸ’¬︎
πŸ‘€︎ u/RUSH_EEEEEEEEEE
πŸ“…︎ Jan 13 2022
🚨︎ report
What is the file Format for transferring my DNA to familytreedna dot com?

I have the v5 DNA export from 23&me however familytreedna dot com will not accept it. What is the file format / how can I structure my DNA file so it will successfully upload? The error I am getting is corrupt/malformed header. I've tried various things like changing the tabbed file to be a CSV, adding double quotes, etc. Nothing I have tried works.

If I could see a sample DNA file that is accepted by familytreedna dot com I could resolve the issue and get it to work.

I logged a support ticket but that could take 3 days it says.

πŸ‘︎ 3
πŸ’¬︎
πŸ“…︎ Dec 28 2021
🚨︎ report

Please note that this site uses cookies to personalise content and adverts, to provide social media features, and to analyse web traffic. Click here for more information.