HackerTrans
TopNewTrendsCommentsPastAskShowJobs

isneu

no profile record

Submissions

Small CSS library for writing your blogs

isneuu.com
3 points·by isneu·4 года назад·1 comments

Digital Marketing Templates [Figma]

figma.com
1 points·by isneu·4 года назад·0 comments

[untitled]

1 points·by isneu·4 года назад·0 comments

I wrote a script to automatically apply Grammarly corrections

github.com
35 points·by isneu·4 года назад·78 comments

[untitled]

1 points·by isneu·4 года назад·0 comments

Free Extension to Convert Your Messages into Tasks

yudu.app
1 points·by isneu·4 года назад·0 comments

Modern but Simple Figma UI Kit

figma.com
2 points·by isneu·5 лет назад·2 comments

When You Are Envious of Young People

isneuu.com
2 points·by isneu·5 лет назад·1 comments

What kind of graphics do you want for your product?

1 points·by isneu·5 лет назад·0 comments

Applying some makeup on our browser To do list

dribbble.com
1 points·by isneu·5 лет назад·0 comments

My First eBook Teaches How to Become Lucky and Rich

producthunt.com
1 points·by isneu·5 лет назад·0 comments

Glassmorphism in my to-do list looks g-o-0-d

yudu.app
2 points·by isneu·6 лет назад·0 comments

comments

isneu
·4 года назад·discuss
That's amazing! I wish you all the very best ahead! :)
isneu
·4 года назад·discuss
Wow! Thank you very much!
isneu
·4 года назад·discuss
It must have added unexpected work on your shoulders. Errors are definitely much better than wrong fixes. Good luck with your future work.
isneu
·4 года назад·discuss
Apologies for the misunderstanding. I'm corrected by helpful members of this community to do better.
isneu
·4 года назад·discuss
haha great idea
isneu
·4 года назад·discuss
Thank you mcv. I changed the title in my Github. Couldn't do here. Anyway, thanks. And nice username.
isneu
·4 года назад·discuss
I definitely could have done a better job. Thank you for your suggestion. I will attempt a clearer title from now onwards. I couldn't edit my HN post but I have edited the Github title. Thank you again!
isneu
·4 года назад·discuss
Good luck with your search @renaud!
isneu
·4 года назад·discuss
Cheers @elondaits :)
isneu
·4 года назад·discuss
That is great. I do a lot of reading before and only leave rooms for general suggestions such as punctuation, caps, spellings. I'd say I accept about 90%-95% of the suggestions.
isneu
·4 года назад·discuss
mmHm... I see your use case. I hope you find a way to improve your efficiency while working. Cheers!
isneu
·4 года назад·discuss
Hi Yaur. I had an instance when it started going back and forth between two suggestions that couldn't be fixed. I run the script and I also monitor what's going on to avoid such cases.
isneu
·4 года назад·discuss
I see. I will attempt more appropriate headlines now onwards. Thank you for sharing. It seems news.yc doesn't allow me to edit the headlines now else would have definitely changed!
isneu
·4 года назад·discuss
Pretty interesting conversation. Thank you Veen for starting it! :)
isneu
·4 года назад·discuss
Wow! I only knew this now! Thank you. This language is older than my dad. Haha. The founder made it when he was in MIT. This made me wonder if I'll ever do something that will empower people to make something useful in the future. :) (This comment would be a pretty cool foreshadowing if my life were a movie haha)
isneu
·4 года назад·discuss
You are right! In such use cases, this is a huge time-saver! :D
isneu
·4 года назад·discuss
Sounds so odd, right? I use it to apply fixes for transcription of YouTube videos. There, YouTube uses lower case for things without commas, caps, and periods. I use another tool called https://pinetools.com/remove-line-breaks to add those things. Overall, it provides a good output. I do have to monitor so that it doesn't mess some things. Some use cases have tighter deadlines, relatively easier and non-serious suggestions.

Regarding learning from mistakes, I vote that Grammarly definitely teaches us to write better.
isneu
·4 года назад·discuss
dear __boos, I absolutely agree. Seeing how Grammarly suggests fixing in your writing has improved my writing too. How about we see this tool as something to apply when the job needs done and the suggestions are usually acceptable? Regarding those exercises portion, I am out of ideas as of now.
isneu
·4 года назад·discuss
Hi scim-knox-twox! Dope name! I used Grammarly because it's the tool I use.

I just discovered Language Tool from your comment. I see similarities between the two apps. mmhm, how's LT for your needs?
isneu
·4 года назад·discuss
Or you can make a bookmarklets like I just learned from one comment here.

Follow this process to make that bookmarklet:

https://www.freecodecamp.org/news/what-are-bookmarklets/

and paste the code:

javascript: (() => {

  function refreshData()
{ x = 3;

    try {
if (document.querySelector('.cards-replacements_labels-itemRemove') !== null) { var newclass = document.querySelector('.cards-replacements_labels-itemRemove');

newclass.click(); } else { var newclass = document.getElementsByClassName("cards-replacements_labels-itemInsert"); newclass = newclass[0]; newclass.click(); } } catch (error) { if ( document.getElementsByClassName("wrapper_fipkee2") !== null) {

var cli = document.getElementsByClassName("wrapper_fipkee2"); var vli = cli[0]; vli.click(); }

}

    setTimeout(refreshData, x*1000);
}

refreshData();

})();

I hope this helps! :)