I'm working on a platform backing the existing desktop app for users to create, share, and explore lightroom presets - kinda like a package manager for photography presets.
Ask HN: What are you working on and why is it awesome? Please include URL
41–50 of 633 posts
Re: Ask HN: What are you working on and why is it awesome? Please include URL
#42Re: Ask HN: What are you working on and why is it awesome? Please include URL
#43EdScore - A school ratings website for parents. https://edscore.org/ GreatSchools has a monopoly in this space but their 1-10 ratings scale is opaque and their website hard to navigate. EdScore has a more granular 50-100 rating scale, modern search, better mapping, and soon will feature search filters by distance and home price so parents can evaluate, say, top schools within a 1hr commute of SF with a median home pr…
I think it's a good idea. One thing I worked on in the past was being able to link school scores for my residential real estate startup. However, there's always been the question of "How credible are these scores" - are you guys doing the rating yourselves?
-There are fundamentally two data sets in play here, a national one, NCES, that provides basic school information: name, # of students, demographics, etc. And a State data set.
- Each state administers their own state assessment tests for most, not all, grades. So for example, Massachusetts does tests for grades 3-8 and grade 10. Other states do a different mix. To assign a "score" to an Elementary, Middle, or High School you combine the grades, but there is judgement around, for example, what constitutes a middle school? Grade 6? Grade 8? It varies by school district, let alone state.
-The subjects covered are typically Math and English. Some sites, especially for high school, also test Science or additional subjects. In our case, we include ALL available tests in the score calculation. GreatSchools provides no insight into whether they do this or not. SchoolDigger used to just use Math/English but recently added all tests to their rankings.
-The "results" for, say, Grade 3 English are typically broken out by Advanced, Proficient, Not Proficient, Failing. But this, too, varies by state, some include 5 buckets.
Re: Ask HN: What are you working on and why is it awesome? Please include URL
#44Still working on formatting/parsing more feeds, but works for many.
Re: Ask HN: What are you working on and why is it awesome? Please include URL
#45Twitch Plays Minesweeper... because Twitch plays Minesweeper :) Please do this every month on HN! Also, an updated version of a turn-based game engine, now with ES6 classes.
Re: Ask HN: What are you working on and why is it awesome? Please include URL
#46But making informed capacity planning decisions involves repeated cycles of defining, collecting and interpreting load testing campaigns until you get actionable results.
That's exactly where we can help: Stacktical uses predictive technologies to generate a scalability report of your infrastucture within seconds, using just a dozen load testing metrics.
We're currently in beta, and our penny-pinching startups and DevOps love it so far! We still have a couple seats left if you're interested.
Re: Ask HN: What are you working on and why is it awesome? Please include URL
#47Earlier quoted context omitted.
I think it's a good idea. One thing I worked on in the past was being able to link school scores for my residential real estate startup. However, there's always been the question of "How credible are these scores" - are you guys doing the rating yourselves?
Yes these are proprietary ratings. This is typically the first question we get: how credible/accurate are these scores. Since this is HN I can dive into this a bit more than with a typical parent: -There are fundamentally two data sets in play here, a national one, NCES, that provides basic school information: name, # of students, demographics, etc. And a State data set. - Each state administers their own state asses…
- Special needs students. This could be a really active community for you.
- Arts/Music/Theater programs and participation rates.
- Innovative educational programs. One of the HS I attended had an on-campus fish hatchery that was almost entirely student run, it also had a professional choral program--as in, students in the "varsity chorus" got paid professional rates for a summer show series. Another that I attended had a pretty unique combined history/literature and later math/science program. I could imagine parents being interested in finding those kinds of things.
- University affiliation. Many colleges/universities are affiliated with K-12 schools where they are involved in applying the latest in educational practices.
- Early college programs. My wife managed to get her first 3 semesters of her Mech-E degree paid for through an innovative relationship between her HS and the local Community College. The local CC also has a great direct-to-university relationship (all credits transfer) with two local Universities. Allowed her to graduate undergrad a year early and with half the student loans she otherwise would have.
- Proximity to cultural institutions. Friends Select in Philadelphia is located on the Ben Franklin Parkway... walking distance to the Franklin Institute, Academy of Natural Sciences, Phila Art Museum, Barnes Foundation, Rodin Museum... It's almost embarrassing.
Standardized test scores are important, but they aren't necessarily the only thing parents are looking for.
Re: Ask HN: What are you working on and why is it awesome? Please include URL
#48With Toolwatch you can measure your watches for free and see how they compete versus other measured watches !
Re: Ask HN: What are you working on and why is it awesome? Please include URL
#49These are largely coded in Processing and leverage the Minim audio library. I'm doing this for several reasons: To get used to showing my work to other people (vulnerability) and to be able to mentally move on from a piece that I've finished so I can be more prolific.
Re: Ask HN: What are you working on and why is it awesome? Please include URL
#50So far, I'm able to get the box working, get the database up and get everything running, and a basic XHP based layout, but the actual application barely exists. I do not guarantee the quality of anything since this project is still just days old but here is a repo[0] if anyone wants to take a look. It's awesome because I personally think it's awesome, or at least likely to be awesome in the future. You are welcome and, knowing HN, likely to disagree.
I'm also... three months into my first one game a month project[1]. It started as a Berzerk clone but will probably end up being some bog standard shooter. I recently got state machines and a quadtree working.