Reddit Programming
207 subscribers
1.22K photos
123K links
I will send you newest post from subreddit /r/programming
Download Telegram
Advanced ZIP files that infinitly expand itself
https://www.reddit.com/r/programming/comments/1gqj1vi/advanced_zip_files_that_infinitly_expand_itself/

<!-- SC_OFF -->For my master's thesis, I wrote a generator for zip quines. These a zip's that infinitly contain itself. one.zip -> one.zip -> one.zip -> ... By building further on the explanation of Russ Cox in Zip Files All The Way Down (https://research.swtch.com/zip), I was able to include extra files inside the zip quines. This is similar to the droste.zip (https://alf.nu/ZipQuine) from Erling Ellingsen, who lost the methodology he used to create it. By using the generator, now everyone van create such files. To take it even a step further, i looked into the possibility to create a zip file with following structure: one.zip -> two.zip -> one.zip -> ... This type of zip file has an infinite loop of two zip's containing each other. As far as I could find, this was never done before. That's why i'm proud to say that i did succeed in creating such as file, which would be a world first. As a result, my professor and I decided to publish the used approach in a journal. Now that is done, i can finally share the program with everyone. I thought you guys might like this. <!-- SC_ON --> submitted by /u/GunGambler (https://www.reddit.com/user/GunGambler)
[link] (https://github.com/ruvmello/zip-quine-generator) [comments] (https://www.reddit.com/r/programming/comments/1gqj1vi/advanced_zip_files_that_infinitly_expand_itself/)
First browser extension (Toy project)
https://www.reddit.com/r/programming/comments/1gqzjq9/first_browser_extension_toy_project/

<!-- SC_OFF -->I wrote an extension to download media from Instagram posts and reels (works on both public accounts and private accounts you follow). Feel free to try it out and any feedback is welcome. <!-- SC_ON --> submitted by /u/gokulraj_v8 (https://www.reddit.com/user/gokulraj_v8)
[link] (https://github.com/GokulRajV8/swiftsave-desktop) [comments] (https://www.reddit.com/r/programming/comments/1gqzjq9/first_browser_extension_toy_project/)
What should be the best job role after tech support.
https://www.reddit.com/r/programming/comments/1gr0ym6/what_should_be_the_best_job_role_after_tech/

<!-- SC_OFF -->I started my IT carrier as a tech support engineer and have around 1and half year of experience. Where our main work is to guide customer to implement our product in their existing applications and help resolve issues between the integration. We sometimes even work as architect guiding customer to use which product and where. Because every customer works with a different tech so I got basic knowledge of several popular tech. I have good amount of knowledge of react and built many projects on it, good knowledge of python and docker, but don't have much project on them <!-- SC_ON --> submitted by /u/Current_Setting_2738 (https://www.reddit.com/user/Current_Setting_2738)
[link] (http://random.com/) [comments] (https://www.reddit.com/r/programming/comments/1gr0ym6/what_should_be_the_best_job_role_after_tech/)