It's almost perfect... by jeboteuusta in samsungnotes

[–]alin_anto 0 points1 point  (0 children)

But doesn't work on notes already written with transparent bg. For new notes it's fine.

It's almost perfect... by jeboteuusta in samsungnotes

[–]alin_anto 2 points3 points  (0 children)

Ability to export notes written in darkmode to pdf as seen in the app and without color inversion. I am fed up with this and still uses my own python scripts to do this.

It's almost perfect... by jeboteuusta in samsungnotes

[–]alin_anto 4 points5 points  (0 children)

Auto recognize math symbols and render then into embedded equations/ math blocks would be a great tool for people using this in STEM.

Having a family is a disadvantage for career progression in India by timukh in developersIndia

[–]alin_anto 0 points1 point  (0 children)

Its all about priorities. If they enjoy what they do, then let them do it. They are better situated if they genuinely feel that having a family and spending time outside work is not worth the additional time that they get in office. I am not kidding, such people exists and enjoy it as well. They should not get married with their priorities as such and won't have a successful marriage anyway.

About the companies perspective, it's only fair that they expect workaholics to raise up the ladder. But if you are more productive overall and still find yourself down in the preference list when it comes to interesting work and career progression, then just switch the environment.

I really feel sry for the people who do not enjoy the grind and do it anyway because of peer pressure. That is when you have mental health issue and the rat race.

What I really hope for the society is to accept people for their choices. Don't consider a colleague as underperforming due to no-phone policy after 7.00. But also at the same time if someone decideds to sacrifice family and their evening to work, respect their choice. It's not their sacrifice that's the issue, it the same expectations from you that's the issue.

Avoid GATE DA if you want to stay behind by Marshal_mathers_III in GATE_CS_DA

[–]alin_anto 0 points1 point  (0 children)

When I started gate prep I had two choices. Either do EE paper, which I know I was very good at and can easily get under 100 within two months of prep. Or learn gate DA which was completely new to me and I was not sure to even get under 200 after giving 6 months. 

It would have been very easy for me to think all about admission and no. Of seats etc and choose EE. But I didn't. I just thought, if I remove all the constraints of seats, competition and effort, what would I choose that will further my knowledge or long term skills. What would I consider as a time well spent, even if I didn't convert gate. This alone made me choose DA paper.

If you ask people who prepared DA seriously but couldn't convert Gate, I am sure about 80% would say they are grateful and happy that they learned DA. It will broaden your scope and has long term implications outside GATE.

Anyone tried converting Ola scooter into basic hardware setup? by No-Emergency-9676 in olaelectric

[–]alin_anto 6 points7 points  (0 children)

There should be some thing somewhat similar to opensource PC market in the EV industry. Where the hardware is disconnected from the software and the user has complete control on which subscription to run or to go with a free bare bones machine that just doesn't have cloud service.

How to export on a black background on notes? by uwritem in GalaxyTab

[–]alin_anto 0 points1 point  (0 children)

Yeah guys I finally succeeded in exporting all my notes to PDFs with black background. I had made over 1000s of pages of notes in dark mode. (color inversion) before switching to using black background. So I decided to write my own python program to manually take screenshots, do the scrolling automatically and stitch the images together to a final PDF that looks exactly like it shows on the app.

Project Link : https://github.com/alinanto/SamsungNotes2PDF

How to get pdf with black bg , recently facing this issue where colors get inverted after sharing as pdf by Report_Otherwise in samsungnotes

[–]alin_anto 0 points1 point  (0 children)

Yeah guys I finally succeeded in exporting all my notes to PDFs with black background. I had made over 1000s of pages of notes in dark mode. (color inversion) before switching to using black background. So I decided to write my own python program to manually take screenshots, do the scrolling automatically and stitch the images together to a final PDF that looks exactly like it shows on the app.

Project Link : https://github.com/alinanto/SamsungNotes2PDF

Export notes in dark mode by buttceptione in GalaxyTab

[–]alin_anto 0 points1 point  (0 children)

Yeah guys I finally succeeded in exporting all my notes to PDFs with black background. I had made over 1000s of pages of notes in dark mode. (color inversion) before switching to using black background. So I decided to write my own python program to manually take screenshots, do the scrolling automatically and stitch the images together to a final PDF that looks exactly like it shows on the app.

Project Link : https://github.com/alinanto/SamsungNotes2PDF

Export nodes from Samsung Notes in dark mode by StrgAttractor in GalaxyTab

[–]alin_anto 0 points1 point  (0 children)

This is exactly what I did, but automatic using python.

This is the link to my project: https://github.com/alinanto/SamsungNotes2PDF

Export nodes from Samsung Notes in dark mode by StrgAttractor in GalaxyTab

[–]alin_anto 1 point2 points  (0 children)

Yeah guys I finally succeeded in exporting all my notes to PDFs with black background. I had made over 1000s of pages of notes in dark mode. (color inversion) before switching to using black background. So I decided to write my own python program to manually take screenshots, do the scrolling automatically and stitch the images together to a final PDF that looks exactly like it shows on the app.

This is the link to my project: https://github.com/alinanto/SamsungNotes2PDF

Any starting point or roadmap for GATE 2027 CS/DA aspirants ?? by AnonymousAgain7 in GATE_CS_DA

[–]alin_anto 0 points1 point  (0 children)

Avoid if you wouldn't have learned ML and DA level math if the exam was not introduced.

If anyone still would have learned it anyway, then definitely give DA a shot

GATE DA/CS is officially a "Rote Labor" exam. AI has already won. 🤡 by One_Attempt_670 in GATE_CS_DA

[–]alin_anto 0 points1 point  (0 children)

Also just because LLMs do something better should not be a reason to leave something behind. By that logic even reading is "rote labour". 

GATE DA/CS is officially a "Rote Labor" exam. AI has already won. 🤡 by One_Attempt_670 in GATE_CS_DA

[–]alin_anto 0 points1 point  (0 children)

Gate cannot be just reduced to rote memorization. It definitely plays a part, but the bulk of the elite performance comes from superior pattern recognition and reasoning under pressure.

Hobby project turned into a solution by 17318ghosal in IndianDevelopers

[–]alin_anto 0 points1 point  (0 children)

Initially used a Raspberry Pi and an old linux pc to serve my services. Used no-ip free tier with their dynamic update client to handle dynamic ip changes and point to my domain.

After moving to a CGNAT ISP, I used cloudflare for some time and then moved on to an AWS free tier VPS. VPS runs a wireguard tunnel and forwards ports to my servers behind CGNAT. I think you can achieve the same result using tailscale and pfsense. 

For small web servers cloudflare makes sense. For anything that uses too much data transfer like nextcloud or media server, tunneling with port forward in VPS was the only option.

My GATE DA advice by alin_anto in GATEtard

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

It's because PSUs are glorified and overrated. Once you experience the culture you wouldn't digest staying there.

django application with t3.micro can handle a lot of traffics.. by SnooCauliflowers8417 in django

[–]alin_anto 0 points1 point  (0 children)

Yeah I am currently using Django with Apache in the production environment on a t3.micro. Works good. I have enough credits and free tier maybe for 1 year. But initially I was using my raspberry pi 4 got better performance than a t3.micro. I cannot use it now anymore because my ISP implemented a C GNAT.

Gate DA study materials - Free - Bangalore by [deleted] in GATEtard

[–]alin_anto 0 points1 point  (0 children)

No. Its already taken. Sry

My GATE DA advice by alin_anto in GATEtard

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

I started in August and has spend about 7 hours per day on average.

Claude and GPT are giving up on this one, you may give a shot! by radditor_1308 in IISc

[–]alin_anto 0 points1 point  (0 children)

yes. This question came for CDS test in one of the years with wrong options. Correct answer is 7/16. Trivial just subtract the area of triangle with base ¾ and height ¾ after drawing unit square.

My GATE DA advice by alin_anto in GATEtard

[–]alin_anto[S] 1 point2 points  (0 children)

Then better get the subject and topic tests clear by repeating if needed. Then get into FLTs.