Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
muthuraj57
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
7 ms
·
1.
▲
by
muthuraj57
4y ago
I think latest version of XCode is needed if latest iOS is being targeted.
2.
▲
by
muthuraj57
4y ago
I primarily developed this to block spoilers about Marvel movies in social media apps before I watch the movie on theatres. But it works based on keywords, so it is not specific to movie spoilers. I felt that social media apps spoils too mu
3.
▲
Show HN: Android app that blocks spoilers on Reddit, YouTube, WhatsApp and FB
(github.com)
2 points
by
muthuraj57
4y ago
|
1 comments
4.
▲
by
muthuraj57
5y ago
Timestamps are crowdsourced, not AI generated (AFAIK). It is 100% accurate of most of the videos. Since it is crowdsourced, less famous videos or videos with less views won't be skipped during the sponsor content, but we can be a good
5.
▲
by
muthuraj57
5y ago
To skip intros and sponsored content, I use SponsorBlock extension. It skips those segments automatically.
6.
▲
by
muthuraj57
5y ago
Had similar issue before. My and my friends are traveling to a different city and one of my friend's mobile went missing during our trip. The contact we were about to stay in the city is in that mobile (saved in his Google Contact than
7.
▲
by
muthuraj57
5y ago
Comment autocomplete is very neat. I use copilot for comments more than for code.
8.
▲
by
muthuraj57
5y ago
I don't agree with this. I use Google Photos to upload all my pictures and videos and it also gets killed when in background. Apple's iMovie app literally asks you to not put the app into background when rendering the video. This
9.
▲
by
muthuraj57
5y ago
That's not true in all cities. I'm from Tamil Nadu and even in Chennai which is the most liberal city in Tamil Nadu don't have the dating app culture like you mentioned. I heard Bangalore is ahead on this dating culture. I mo
10.
▲
by
muthuraj57
5y ago
Also it is one of the main reason "focus follow mouse" feature couldn't be implemented in Mac OS. I use multi-monitor setup and I used Ubuntu for my personal computer before Covid, but now started using my office Mac for ever
11.
▲
by
muthuraj57
6y ago
Every alarm clock app in Android lets you edit the time when you just tap the time in the list of alarms. But iOS does nothing on tapping the time. We have to click `Edit` from top left, then tap the time to edit it. I don't how this q
12.
▲
by
muthuraj57
6y ago
>Everything has a different way to be closed or go back to the previous screen. Sometimes you swipe up, sometimes to the left, sometimes there is a back arrow in the top left, sometimes there is a X in the top right. When to do what is o
13.
▲
by
muthuraj57
6y ago
Yeah, it is super handy. I routinely do this for Changelog files from the libraries I use.
14.
▲
by
muthuraj57
6y ago
In Tamil, lot of CS terms are already translated but nobody uses that in speaking form. And they are properly translated in websites and mobile apps too.
15.
▲
by
muthuraj57
7y ago
I found this [ https://flutterapp.com/ ], but I don't quite understand what the product was. Edit: Found this [ https://flutter.en.softonic.com/mac ]. It uses webcam to detect motion gestures.
16.
▲
by
muthuraj57
7y ago
I'm not familiar with Python since I'm from Java background. In Java throwing exceptions is costly (like null check is preferred over catching NPE) since exception needs to get stacktrace which involves quite a lot of reflection.
17.
▲
by
muthuraj57
8y ago
*Some people in India
18.
▲
by
muthuraj57
8y ago
Their
19.
▲
by
muthuraj57
9y ago
In our team, we have our custom implementation of a web app like https://bonus.ly . The idea is, every member would be given a certain points(we call it jems) at the start of the month. He/she can give those points to other
20.
▲
by
muthuraj57
9y ago
Ola (similar to Uber/Lyft in India) have refund button and it works pretty well. One time I booked a ride and the driver cancelled it after 20 minutes because of traffic, but I got charged for that. The Ola app had refund option and I
21.
▲
by
muthuraj57
9y ago
What makes you think they need shoes?
22.
▲
by
muthuraj57
10y ago
> there was a human who pulled the trigger; it was a bot: is it a human or a bot?
23.
▲
by
muthuraj57
10y ago
At least parsing and checking the commit message wouldn't be too hard, right?