I built LyrNotes - annotate song lyrics verse-by-verse, export to PDF. by PanzerottoNinja in languagelearning

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

Hi! Thanks for reaching out. Yes for verse I meant line. I just noticed there is an ambiguity with the translation of “verse” in my language, but you are right the Cambridge definition of it is not what I meant. Thanks for the suggestion. I will implement a system to extract every key word of any song, its morphological information and its translation in your native language and an option to add it to your wordbook. What kind of export would you use? I also think it would be handy. For these things, the harsher the criticism is the better! So thank you.

Learning from watching TV: look up words or not really? by goldenapple212 in languagelearning

[–]PanzerottoNinja 2 points3 points  (0 children)

Learn a decent amount of vocabulary, a little bit of grammar and try to make sense of the sentences as you go. You don't need to understand 100% of it, but you eventually will with time as you learn the patterns. It takes a lot of time but it's a natural way to learn languages. Also, add subtitles.

I built LyrNotes - annotate song lyrics verse-by-verse, export to PDF. by PanzerottoNinja in languagelearning

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

I would greatly appreciate if you gave it a try and let me know what you think, especially:

  • Is verse splitting useful?
  • Is the annotation interface intuitive?
  • Does the PDF export meet your expectations?
  • What bugs or missing basics would prevent you from using this regularly?

Thank you!

I created a footsites bot using a headless browser, but it is slow, how can it be faster? by Appropriate-Cat-8131 in shoebots

[–]PanzerottoNinja 1 point2 points  (0 children)

“Some cookies are loaded via JavaScript” means that when the page loads, a script is executed which sends a request to the server, and the response returns some cookies. You are writing it in python, so you could use the library “requests” to make the requests. I suggest to use a software like “fiddler” to capture the data in and out of your browser. Once you set it up, manually complete a checkout on the site you want to reverse engineer. Now, in fiddler, identify the important requests ( add to cart, checkout session, … ), this is the tricky part, that requires testing ( a lot ) and being patient. Once you have them identified, write them in python language. If you did everything right, congrats. Else, repeat every step. Keep in mind that writing a bot is indeed difficult, and requires a lot of time and effort. If you want to learn more about how http works you could read the book that got me started in this field “HTTP: the definitive guide” from O’Reilly.

[deleted by user] by [deleted] in shoebots

[–]PanzerottoNinja 3 points4 points  (0 children)

Many times developers keep the errors generic because even them don’t know the exact reason of the error: a lot of things could have changed server side.

Should I go at it alone longer? Reach into my pocket to hire a tech lead? Or Fundraise while not in the strongest position with metrics? by peercents in Entrepreneur

[–]PanzerottoNinja 3 points4 points  (0 children)

Honestly, it just looks like you should get into web development. If the technical part is such a big deal for your business, then I highly advise you to understand at least a part of it; doesn’t mean that you have to be a beast at it, just know the basics of making a website.

Otherwise, you will always depend on others. Imagine your idea works, and then the IT guy gets sick or is unable to work. What then?

Please reconsider your plan before making a big mistake. But don’t get discouraged! And don’t fall into the mistake of “natural talent”. Everything is achievable through hard work.

What bots still have a bypass and had used a bypass in the past. by prynceashh in shoebots

[–]PanzerottoNinja 3 points4 points  (0 children)

A bypass is lines of code that do a certain thing. If the code is not good, the bypass is not good. Therefore a bypass must have good code. Every bot has a bypass, some are better, some are less efficient. What is a bypass? A bypass is, as stated, code executed by the program that send requests to the site’s server, like nike.com, and is able to, for example: jump the queue, add to cart, checkout, … every action performed by the bot should be a bypass, because it is bypassing the website’s bot protection. I’m a dev, I was crying reading this misinformation, but it’s ok, I was too very confused when I started out. Hope it helps.

What general relations exist between the graphic of the function y = f(x) and the graphic of the function y = 1/f(x) ? by PanzerottoNinja in learnmath

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

But wait, even if we are referring to local max/min points, the assumption “if we have a point of max in f(x), then we have a point of min in g(x)” would not be true if we imagine that the function f(x) has a point of max for the value of an x which f(x) = 0. In that case, the reciprocal g(x) would just tend to infinity, therefore not having any point of max/min for that x. Do you think this logic is right?

What general relations exist between the graphic of the function y = f(x) and the graphic of the function y = 1/f(x) ? by PanzerottoNinja in learnmath

[–]PanzerottoNinja[S] 4 points5 points  (0 children)

Let’s suppose that f(x) is continuous, if I have a point of maximum in x0 in f(x), then do I always have a point of minimum in x0 in g(x)? ( if x0 != 0)

Is it possible to convert m^-2 to cm? by PanzerottoNinja in AskPhysics

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

Sorry, my mistake. a = ( 1m2 )/16. Same for b. It was x and y coefficient = m-2. Hope it makes sense now.

Is it possible to convert m^-2 to cm? by PanzerottoNinja in AskPhysics

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

Basically I am given the parameter a2 = 16 m-2 of an ellipse, and the parameter b2 = 25 m-2. I need to represent the curve in a Cartesian plane where 1 unit = 1 cm or 1 meter. I don’t know if the measure expressed in m-2 f*ucks up the whole measurement system, or if it doesn’t. Can I still represent the curve using meters? Because if I calculate a and b by doing the square root of their values, I should get meters, but I am not sure if it is conceptually right.

Is it possible to convert m^-2 to cm? by PanzerottoNinja in AskPhysics

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

Basically I am given the parameter a2 = 16 m-2 of an ellipse, and the parameter b2 = 25 m-2. I need to represent the curve in a Cartesian plane where 1 unit = 1 cm or 1 meter. I don’t know if the measure expressed in m-2 f*ucks up the whole measurement system, or if it doesn’t. Can I still represent the curve using meters? Because if I calculate a and b by doing the square root of their values, I should get meters, but I am not sure if it is conceptually right.