Live data from Hacker News

Ask HN: What are you working on?

news.ycombinator.com

481–490 of 560 posts

Re: Ask HN: What are you working on?

#481
I'm teaching programming for beginners & non-programmers on YouTube with Flutter and JavaScript. I'm trying to expose my pupils to slightly lesser known concepts, paradigms with the focus on functional programming, Reactive extensions etc. I have plans to do Clojure or Common Lisp next.

I'm also doing some Emacs related videos, presenting a single concept each time. I'm a big fan of Doom Emacs.

https://www.youtube.com/zaiste

Re: Ask HN: What are you working on?

#482

I am working on moving the interface of my notes app to Javascript (so it can be a PWA). To do this, I need to learn Javascript, so I am learning javascript by writing little games. I present to you, the worst game in the entire world - https://www.lifepim.com/apps/LifeSIM/battle

This is really cool. Not bad for your first game :)

Thank you! The mechanics sort of work ok, but it needs graphics and animation now. It is definitely good Javascript practice - I look at the early code when starting it, and think Ugh

Re: Ask HN: What are you working on?

#483
I moved to Norway with my wife and son from the USA. As part of the move, I ended my employment at a FAANG company and joined a small Norwegian software company.

On the side, I'm working on a feature documentary and I'm also exploring some ideas with a friend of mine who is a talented film director.

Most of my spare time is spent with my son and wife. I'm recovering from burnout and as part of the Scandinavian mindset I'm relearning how to have a healthy work life balance.

Re: Ask HN: What are you working on?

#484

I've been working on a web app to help political campaigns scale and manage an exploding volunteer network. Helping the campaign delegate tasks, helping the volunteers connecting to constituents, and see statistics along the way. I've seen too many campaigns attempt to run hundreds of volunteers, do crazy tricks with Google Sheets (just to have volunteers accidentally delete critical information), and I've been a vol…

Really cool, I've also been kicking around ideas in this area - anywhere I can see something and what type of campaigns are you targeting (local/state/other)? I know it's not the same, but have you seen https://www.victoryguide.us/ ?

I haven't seen Victory Guide! Thanks for sharing!

I'm not currently living in the United States so I'm building a software with my mind on Israeli left-wing politics. It had a pilot run and it was great, and now I'm working on getting another customer!

Re: Ask HN: What are you working on?

#485
For past 1.5 years I've been developing a game part time. The game is a 2D top down racing with procedurally generated race tracks. It is the biggest and most fulfilling pet project I have ever done.

You can find it on Steam or Reddit, search for "Bloody Rally Show".

Re: Ask HN: What are you working on?

#486

Earlier quoted context omitted.

I'm adding the hotel booking engine to the website. The first hurdle I came across was how to offer fast suggestions to the user when typing a location / hotel name. That's when I found Azure Search ( which is extremely easy to set up), and now I just have to complete the whole process. This whole thing is extremely gratifying because I'm learning new stuff pretty much everyday.

Recently I read a similar example on CS50 course, to do fast search. It is simply a json request everytime a keyboard event is activated. For storage, either store it in memory for instant lookup table or use redis. https://cs50.harvard.edu/college/2018/fall/weeks/7/notes/ look for the example on WORDS

I ended up using Azure Table Storage and Azure Search on top of it as the index. The azure auto suggester works great. it allows you to mark different fields as Retrievable, searchable, filterable etc. pretty cool thing

Re: Ask HN: What are you working on?

#487
post #442

Earlier quoted context omitted.

Do you mind me asking which site you tried it on? I haven't had it crash in a while where it produces nothing while snipping. Maybe you found a new way to crash it. What if you try it on this site? (HackerNews as a test) Also your Chrome version and OS might help me debug it.

I ran it against a dev site I have up at localhost:3000... it does seem to work great on HN's homepage, so perhaps the page has to be publically addressable? Running Chrome 74 on Ubuntu Can this do media queries? eg if I have 5 responsive ranges, do I have to snip 5 times or is it smart enough to grab all of it?

I never tested a url with a port number so that could be it. I'll have to look at that this weekend.

It will be smart enough to grab everything but I'm still working out the issues. The extension version only runs once, but for the desktop version it has a list of Device Resolutions to run through (typical Desktop, iPad, Mobile is default) and for the extra resolutions adds more styles to the list of rules by iterating through all the elements again. That seems to get almost all media queries so hopefully I can release that soon.

Re: Ask HN: What are you working on?

#488
post #470

I'm writing a book that teaches people coding using JavaScript, the book that takes you from 0 (no coding background) to getting a job as a JS engineer. 2 years I ago, I had a hypothesis to see if anybody could learn coding if they tried. To test that, I reached out to random people with no coding background, most of them from underprivileged backgrounds. I figured they have fewer opportunities and are more likely to…

Hi, could you teach me how to navigate hiring phase? I have more than 2 years of JS experience, python, shell and whatnot, still 130k sounds good for me.

I think maybe it is not USD
Post reply on HN