HN user

roberja90

75 karma

@james_a_rob

Posts25
Comments24
View on HN
job-application-zeta.vercel.app 1y ago

Using my side project to get noticed in this brutal job market–and It's working

roberja90
4pts3
news.ycombinator.com 1y ago

Ask HN: Advice on getting from 10 to 100 GitHub stars?

roberja90
2pts1
github.com 1y ago

Show HN: We spent the last 18 months building an interactive live video stream

roberja90
7pts2
sendbird.com 3y ago

The Future of Chat in VR

roberja90
1pts0
hubs.mozilla.com 3y ago

Adding 3D chat to virtual spaces

roberja90
2pts0
automating.life 3y ago

Using Automation to Become a Better Public Speaker

roberja90
12pts5
news.ycombinator.com 3y ago

Ask HN: Which startups are thriving in the downturn?

roberja90
85pts114
devrelnews.com 4y ago

Show HN: DevRel News – All the best developer relations articles in one place

roberja90
2pts2
slack.com 4y ago

Slack Is Down

roberja90
3pts0
news.ycombinator.com 5y ago

Ask HN: What are some companies with exceptional DevRel teams?

roberja90
2pts0
news.ycombinator.com 5y ago

Ask HN: Need a simple HTTP service that allows basic string persistence

roberja90
3pts4
news.ycombinator.com 5y ago

Ask HN: Are there any good job sites focused on tiny freelance dev task

roberja90
15pts4
news.ycombinator.com 5y ago

Ask HN: How are you preventing spam in live chat?

roberja90
5pts3
www.youtube.com 5y ago

Automating my morning routine with Scriptable

roberja90
1pts0
rephrased.substack.com 5y ago

Automating Your iPhone with JavaScript

roberja90
2pts0
www.youtube.com 5y ago

Learn When to Use Promise.allSettled

roberja90
1pts0
rephrased.substack.com 5y ago

Building an Election Vote Counting App Using ES2020 Promise Syntax

roberja90
1pts0
github.com 5y ago

I made a simple script that boosted my newsletter open rate by 20%

roberja90
3pts4
news.ycombinator.com 5y ago

Ask HN: Any good places that connect newsletter authors for cross promotions?

roberja90
2pts2
rephrased.substack.com 5y ago

JavaScript Challenges Week 2: Voice Recognition

roberja90
2pts1
rephrased.substack.com 5y ago

Learn to make QR codes in JavaScript

roberja90
2pts1
rephrased.substack.com 5y ago

Show HN: Topical JavaScript Challenges

roberja90
4pts4
news.ycombinator.com 5y ago

Ask HN: How do you stay up to date as a JavaScript engineer

roberja90
2pts1
twitter.com 6y ago

Show HN: A public space for early product ideas

roberja90
2pts1
chrome.google.com 6y ago

Show HN: Chrome extension that notifies you when new technology products launch

roberja90
2pts0

Man, the job market for software engineers is rough right now. I'm back on the hunt for a new gig. Second time in just a couple of years. It’s a grind. The ghosting, the rejections… it never gets easier.

But earlier this week, I got a little lucky and found some inspiration. I saw a job posting that mentioned they were open to video applications. That got me thinking: why not use on of my own project to make interactive video applications? Figured it’d be a cool way to stand out, connect with the company, and show off what I can do in a more creative way.

So, I gave it a shot and sent out a few of these interactive video applications. And so far, the response rate has been shockingly high. Fingers crossed it keeps going like this.

If anyone else out there is struggling with the job search and wants help setting something like this up, just hit me up. Hang in there, everyone—we’ll get through this.

[dead] 2 years ago

Hey HN!!

Many of us enjoyed the "If YouTube had actual channels" Show HN post last week. As developers of a similar project, we wanted to share our approach to building a simulated live experience. We’ve spent around 18 months working on this and have managed to add some advanced features, including content-based interactivity. We are super excited to be releasing both the live stream and the code behind it.

Our idea was to combine the communal watching experience of television with the modern trappings of the interactive web. If you go to the stream, you will be watching along with everyone else. You can click around, get more information on what’s in the shot, and even purchase what you see without leaving the page.

On the tech side, we learned a ton along the way. Today, we are sharing the code so others can hopefully learn something too. To be totally honest, the code embarrasses me. It's way too early to share this and far from a completed open-source project. It’s an extreme example of “doing things that don’t scale” so please do not expect to just fire this up and run it in production. However, it does demonstrate solutions to a number of hard problems we faced—for example, handling graceful updates to streams that are currently live and supporting reliable timed metadata.

We would love any feedback and will be hanging around here to answer any questions that may come up.

Github: https://github.com/james-a-rob/KodaStream Live demo: https://www.sneakinpeace.com Main tech: TypeScript | FFmpeg | HLS

Nice tool. There's been some real steps forward enabling non coders to put together workflows.

Personally I would love to see a Dalle 2 for automation. Would be great to just be able to write.

1. Go to toastmaster website

2. Find next meeting

3. Check if I have selected a role

4. Send SMS

And it magically works. Ahhh maybe one day.

Hey author here.

Thanks for reposting a working link. The link should be back up and working now.

I was messing around with my new blogging tool (Notion + Super) and must have broken something.

Note to self don't start randomly changes website settings after posting to HN.

[dead] 5 years ago

Happy to answer any questions on implementation here

[dead] 5 years ago

Using a big DB of comments from Youtube and some ML.

Voice controlled software is massive. In 2020, there will be an estimated 4.2 billion digital voice assistants being used in devices around the world.

Modern browsers now come with a speech recognition API. This weeks challenge is to make a basic web app that responds to the voice command "I solved the challenge".

Thanks for the feedback. I am in the process of putting together a better landing page so will make sure to include example challenges. I am also working on a quick video walk through so people can easily see whats involved with one of the challenges.

Learn the latest JavaScript syntax, frameworks and libraries by solving fun challenges.

Rephrased is a newsletter that delivers a new topical JS challenge to your inbox every week.

Stay ahead as a JavaScript engineer by solving fun JS puzzles based around trending JS topics