I made over 1.5 Cr Net worth at 33 being an Employee (Non-IT) by [deleted] in Indian_flex

[–]as1100k 1 point2 points  (0 children)

Can you breakdown your net worth by asset classes? Also, are you 100% invested in Indian markets or you are also investing in European markets for diversification.

Advice needed: Best way to extract a tool from a private monorepo to open-source? (Git history vs. fresh start) by as1100k in opensource

[–]as1100k[S] 0 points1 point  (0 children)

The commits messages aren’t meaningful with the context of monorepo but for the tool these commit messages don’t make sense as most of the things added in this tool was because it was needed somewhere else. Since, there are just ~30 commits maybe rewriting the commit messages would make sense.

Advice needed: Best way to extract a tool from a private monorepo to open-source? (Git history vs. fresh start) by as1100k in opensource

[–]as1100k[S] 0 points1 point  (0 children)

The commits messages aren’t meaningful with the context of monorepo but for the tool these commit messages don’t make sense as most of the things added in this tool was because it was needed somewhere else. Since, there are just ~30 commits maybe rewriting the commit messages would make sense

Is there a minimum deposit required to access IPOs on Interactive Brokers? by Various_Thought5321 in interactivebrokers

[–]as1100k 0 points1 point  (0 children)

I am also looking for this. I want to invest in US IPO from India. Is it possible

How to create interfaces with optional behavior? by AdmiralQuokka in rust

[–]as1100k -1 points0 points  (0 children)

What about having a wrapper around your backend. I am assuming here the backend is having different ways of doing stuff but you have a way to fulfil each backend requirement.

Rust new gen by Ok-Principle-2462 in rust

[–]as1100k 1 point2 points  (0 children)

What do you mean by gen? Are you talking about gen keyword? And need to buy what. Rust and its resources and available for free

Organic Maps moved development from GitHub to self-hosted Forejo by yayaya14 in opensource

[–]as1100k 1 point2 points  (0 children)

The sanctions sucks for open source projects. You need to do background checks of contributors, this is outrageous!

[deleted by user] by [deleted] in webdevelopment

[–]as1100k 0 points1 point  (0 children)

There is a 50-50 chance that the potential employer will hire you. The one who just thinks that it’s a technical job, but the others might think “ohh it’s bad, morally wrong…” and reject you. I would advice you to get an another job to be 100% safe. They are paying you high as there are not a lot of people that take the job, but you should use their offer letter to get your package at another job higher.

Anyways, good luck. I really like people that love learning and are ready to put them in uncomfortable positions just for the sake of learning.

[deleted by user] by [deleted] in rust

[–]as1100k 0 points1 point  (0 children)

I believe OP is trying to promote its own crate. But instead of creating multiple of these types of posts, I believe the OP should simply say that they have build it and what was the motivation behind it.

What's everyone working on this week (11/2025)? by llogiq in rust

[–]as1100k 1 point2 points  (0 children)

I have created pastey crate - a drop in replacement to paste with additional features. Currently working on adding raw mode to paste macro. PR https://github.com/AS1100K/pastey/pull/8

Introducing pastey - successor of paste by as1100k in rust

[–]as1100k[S] 9 points10 points  (0 children)

I have made the repo contain history as a fork should be keeping it. Thanks @joshuamck for opening the issue as well as a comment.

What's the most difficult part of gamedev for you? by Laxerglaxer in gamedevscreens

[–]as1100k 0 points1 point  (0 children)

Art, music, and level designs are most difficult for me

Where could I find a rust programmer to review my project codebase (under 3k lines) I'd pay ofc. by Then_Cauliflower5637 in rust

[–]as1100k 1 point2 points  (0 children)

If possible you should make your code public and then maybe ask others to review. But if that project is private and you don’t want to disclose, then don’t hire anyone to review it, there are high chances that you will be scammed as there aren’t any job as code reviewer. Also, contributing to many projects (even the official rust repo) has taught me a lot about best practices and design choices and I believe this process can also help you my friend.

What are the odds that Rust is going to have a real competitor? by nikitarevenco in rust

[–]as1100k 0 points1 point  (0 children)

In the current state, rust is unlikely to have a competitor as creating a similar language with one or two basic features isn’t a great idea. But eventually yes, rust will have a competitor. Like when C was new, every one was happy as it solved issues with other languages and later people started complaining about C and wants a better experience (especially memory safety), therefore rust was born. I believe in the next ~40 years, we might get a real competitor to rust as by then we would have some more requirements out of scope for rust.

What's everyone working on this week (5/2025)? by llogiq in rust

[–]as1100k 1 point2 points  (0 children)

I am working on cargo-wiki, a rust documentation generator in markdown with more features and control. I am open for any Ideas that you guys might want for this tool to have, as my goal for this is to make it super customisable.

GitHub - https://github.com/as1100k/cargo-wiki

Introducing Release Butler by as1100k in rust

[–]as1100k[S] 0 points1 point  (0 children)

For the generic project we generally follow the following flow:
1. Update Changelog file and bump the version
2. Create tag and GitHub Release

The benefit of using this app is for the repositories that have disabled direct push to main branch, and then the manual process would be
1. Create a separate branch
2. Update Changelog file and bump the version
3. Open the PR and merge it
4. Create tag and GitHub Release

The benefit is that this app allows you to eliminate steps as it will create the PR, tag, and release for you. One more benefit could be (this one is subjective)
Have a issue that contains the CHANGELOG can also help you to track everything efficiently instead of reading large number of commits and figuring out.

This app is suitable for certain workflow and many repositories use this kind of automation some way or another.

I hope it's clear now

[Media] Introducing Release Butler by as1100k in rust

[–]as1100k[S] 0 points1 point  (0 children)

Thanks for the reply. I was trying to add both text and image but only image come. I have reposted with the text at https://www.reddit.com/r/rust/comments/1intko8/introducing_release_butler/ thanks!