HN user

ilamparithi

254 karma
Posts9
Comments65
View on HN

ReverseCam - A camera app to show the non-mirror preview while taking selfies.

https://www.reversecam.com/

The front camera apps always show the mirror preview. Most of us hate photos others take of us, but love our selfies. It's because we groom ourselves and find our perfect angles using the mirror preview. So it's jarring when we see the photos of us taken by others. I always wanted a camera app that showed the non-mirror preview. Surprisingly most camera apps don't have this option. So I created this app to scratch my own itch:)

Note: Photos and videos are only stored in the browser. No data is sent to any servers. You can also install this as an app from your browser since it's a progressive web app.

I've been working on GrokVocab (https://www.grokvocab.com), an app to improve vocabulary without flashcards or memorization.

Everyone knows reading is the best way to build vocabulary, but many avoid it and turn to flashcards or spaced repetition because long texts can feel overwhelming, and they often have to refer to a dictionary.

This app gives users short, engaging passages focused on comprehension. While reading, users guess word meanings from context and find out whether they got it right by answering a few questions below. I believe this will be helpful for people who haven’t had much success with popular vocabulary learning methods.

I shared it on HN earlier (https://news.ycombinator.com/item?id=44543063), but it didn’t get much attention. If you're interested in novel learning methods or vocabulary, I’d love your feedback.

P.S. Login is required since the app uses LLMs to generate interesting passages. You can register with any non-existent email if privacy is a concern.

Had the same thought sometime back about AI discovering theory of relativity with only the data before 1905. It would give a definite answer about whether any reasoning involved in the LLM output.

Micronaut + VueJS + Bulma is my go to stack now. I like the minimalistic approach of Bulma. Was able to create a responsive single page app with minimal effort. Themes feature is a welcome addition.

The project I worked on has a non-trivial codebase. So far I haven't seen any performance issues though I was worried initially. The idea is to use it during development and beta testing and switch it off later once the application is stable enough. Might keep it on for some more time if there are no performance issues.

Recently did something similar for a java project using AOP. Basically adding an annotation to each method and logging the parameters before the method call and return values after the method call. Whenever there is an exception, a mail will be sent with the stacktrace along with the entire request path(including method calls, parameters and return values). Extremely useful for debugging and to proactively fix the issues.

Not sure which programming language you are using. For Java, I find Spring JDBC templates with Row Mappers more productive than ORMs. DataClassRowMapper will automatically populate the domain entity.

They recently started logging out users and asking for mobile number. I didn't want to give my mobile number so I uninstalled the app. Occasionally visit the website and view some users' tweets (without logging in). But as it was mentioned elsewhere it's full of dark patterns and an irritating experience.

You are supposed to get an experience certificate (that confirms how long you worked in that company) and a formal relieving letter (that confirms that you left under normal circumstances and your performance was satisfactory) from your previous employer. In addition to that you are also supposed to get payslips for the last three months.

Without supplying these it is very hard to get a job. Most companies also contact previous employers (through a third party) to confirm these details.

It's kind of outdated now. But Mastering EJB (2nd edition) by Ed Roman was very helpful to me to understand EJB at one point. The writing was very different from a typical technical book. It was like reading a novel.

I read somewhere that there is a universe in each scale. For example, there is a whole world in the atomic scale. Similarly there are billions of bacteria in our mouth alone. They couldn't make sense of their host. Sometimes I think it is possible that the entire universe is some body part of a giant organism which we couldn't comprehend.

Chrome Cleanup Tool 10 years ago

Finally! We get lots of complaints from out customers about these ads. Some are not tech savvy enough to remove malware and add-ons. We had to help them in removing these. Ideal solution would be Google alerting the users and removing these malware after getting users' permission.

It's good that they are targeting from Java 6. Most of these latest micro frameworks only supports Java 8. Will be really helpful for people who are stuck with Java 6/7.