HN user

neogenix

230 karma

CTO of Unless.com

Posts18
Comments40
View on HN
github.com 9d ago

Show HN: YouTube Guitar Tab Parser

neogenix
108pts67
news.ycombinator.com 6y ago

Ask HN: How to learn to create/draw mental models for programming?

neogenix
86pts36
blog.unless.com 8y ago

Only 1 in every 7 A/B tests is a statistically significant winning test

neogenix
3pts0
news.ycombinator.com 9y ago

GitLab.com down

neogenix
4pts1
instant.cm 9y ago

Introducing Instant: add cms to your website in 30 seconds

neogenix
2pts1
instant.cm 9y ago

Show HN: Instant – Optimizely for CMS

neogenix
2pts4
news.ycombinator.com 9y ago

Ask HN: Why are e-books sold for the same price as printed books

neogenix
3pts3
medium.com 10y ago

How to nail the Product Hunt release of your SaaS startup

neogenix
1pts0
teletext.io 10y ago

Show HN: Add editing capabilities to your website without using a CMS

neogenix
10pts6
www.allthingsdistributed.com 10y ago

Serverless Reference Architectures with AWS Lambda

neogenix
3pts0
news.ycombinator.com 10y ago

Ask HN: Review my onboarding before I go on PH

neogenix
1pts0
about.gitlab.com 10y ago

SSGs Part 2: Modern Static Site Generators

neogenix
4pts1
medium.com 10y ago

A serverless architecture with zero maintenance and infinite scalability

neogenix
7pts1
medium.com 10y ago

What US Software Companies Should Understand About the Rest of the World

neogenix
3pts0
highscalability.com 10y ago

Using AWS Lambda Functions to Create Print Ready Files

neogenix
3pts1
www.linkedin.com 10y ago

Simplification is the Technology Trend for 2016

neogenix
2pts1
www.centrical.com 11y ago

Does Google crawl dynamic content now?

neogenix
3pts1
blog.peecho.com 12y ago

Show HN: Fast food for search engines

neogenix
2pts0

This was what I had available, but adding support for other models/providers should be trivial. Adding support for local models is probably a bit harder and I don't have any experience with it. I doubt anything good enough will run on my macbook m1 though.

I'd love to. I'm 40+, never played an instrument in my life or did anything with music. I tried several approaches to improve my ability to recognize chords by ear or even individual notes, but it is incredibly hard for me to the point it feels impossible even for a couple of notes.

Yes, for sure. You could probably train a specific vision model for this style of image parsing and run it on device for free. However, this was much easer to make :-)

I had exactly the same issue. I'm learning to play guitar and don't want to pay 8,50 per tab. I simply want to learn something new and discard it. I noticed I'm learning faster if it's printed then on-screen.

It wouldn't work for that type of video. As far as I've seen almost all tutorial videos on Youtube have a fixed tab bar though. I'm using it only for learning guitar (i'm a beginner).

You can upload it to peecho.com, according to their website printing and shipping would be about 50USD in full color. So setting the same 55USD as Amazon would give you a 5USD profit (instead of the 77cents).

Instant is a drop-in content management service. You can integrate it on any website by simply adding one line of javascript. Setup takes 30 seconds - and once you’re done, you and your team can edit text, change images and make your website multilingual.

PS: We are currently featured on Product Hunt! https://producthunt.com.

Curious for your thoughts, feedback and remarks!

It is basically a WYSIWYG editor on steroids, where it is automatically installed on all your texts and images. Any change gets persisted through our service and shown to your visitors on the fly.

It is 'Optimizely for CMS', because it works like Optimizely but in a different space (cms).

Like Optimizely, we enrich your website with new functionality, but instead of adding a/b testing, we add content management.

Instant is a new kind of CMS that just plugs in into your existing website - regardless of what technology is used to built this website. It adds content management to any website - in under 30 seconds. Let marketeers/content managers make changes directly on the website without the help of a developer.

Any feedback/ideas/questions are greatly appreciated!

This, and the fact that you cannot focus into the distance. In real life most of your view is blurred except the part you are focussing on. In VR it still just looks flat, because if you focus on something in the distance, nothing happens.

No that is still correct. It is this line from the 'overview': "This specification also includes support for a new exponentiation operator and adds a new method to Array.prototype called includes."

"This specification also includes support for a new exponentiation operator and adds a new method to Array.prototype called includes."

These are the only 2 features that made it in..

Git 2.9 released 10 years ago

"In 2.9, Git's diff engine learned a new heuristic: it tries to keep hunk boundaries at blank lines, shifting the hunk "up" whenever the bottom of the hunk matches the bottom of the preceding context, until we hit a blank line. "

I like the new diff improvements

This is the best explanation of SSGs and the surrounding tooling i've found so far. I really like the part about the SSG limitations and the provided solutions. Well done by the GitLab guys.