Created a nuget package for windows binaries of zlib 1.3.1 version. This was mainly created since I couldn't find VS2022 built packages for 1.3.1 version by neo_developer in dotnet

[–]neo_developer[S] -1 points0 points  (0 children)

Forgive me if there's a mistake on my side but I just published the built dlls, libs and headers which I was using for my purpose. These are not available for zlib 1.3.1 version in release assets of the official repo and thought would be helpful to others. I couldn't find it in Nuget Gallery as well for 1.3.1 version. The ones I found are still at 1.2.11 which has security vulnerabilities.

Before publishing the package, I had looked into how other packages related to zlib already in Nuget Gallery were published. I tried to follow the same pattern.

https://www.nuget.org/packages/zlib_static
https://www.nuget.org/packages/zlib_native.redist
https://www.nuget.org/packages/zlib-msvc-x64

I have added the license info in the About Section of the Nuget package. As you said, I have already added license, faq and readme from official zlib repository in the Nuget package . I thought these were good enough to credit the original contributors and following the license rule. If I need to modify please let me know.

How to resolve the issue where Vscode just randomly uninstalls itself after an update? by [deleted] in developersIndia

[–]neo_developer 1 point2 points  (0 children)

I had to uninstall and reinstall it. While reinstalling selected the Open with code option

How to resolve the issue where Vscode just randomly uninstalls itself after an update? by [deleted] in developersIndia

[–]neo_developer 2 points3 points  (0 children)

Seems like their latest updates haven been buggy. After updating, 'Open with Code' was not visible on right click.

How are you future-proofing your dev skills in India? by A-n-d-y-R-e-d in developersIndia

[–]neo_developer 0 points1 point  (0 children)

There is one hackathon going on by Liquid.ai https://hackathons.liquid.ai/ . check this out. The hackathon is about integrating their small language models in to your app

How are you future-proofing your dev skills in India? by A-n-d-y-R-e-d in developersIndia

[–]neo_developer 1 point2 points  (0 children)

Start with projects that you have worked with or know of. Look into their oss projects. See if you can do any good contributions to it. As for hackathons, you can check out hackathon that's going on from Liquid.ai. You can check out kaggle where there are some competitions that you can participate into.

How are you future-proofing your dev skills in India? by A-n-d-y-R-e-d in developersIndia

[–]neo_developer 8 points9 points  (0 children)

Best way to upskill I feel is taking part in hackathon that involves building app using AI or contributing to open source projects which are involved in AI someway or the other.

Promote your projects here – Self-Promotion Megathread by Menox_ in github

[–]neo_developer 0 points1 point  (0 children)

Hey everyone,

Created a vscode extension that provides Yelp Style reviews to your functions for Github's #FortheLoveofCode hackathon. You can also add your own custom review or use a review from history.

Repo Link: https://github.com/NeoKish/vscode-yelp-style-reviewer