Live data from Hacker News

Ask HN: What's your quarantine side project?

news.ycombinator.com

901–910 of 1001 posts

Re: Ask HN: What's your quarantine side project?

#901
I have created CodeKeep, Combining features from Google Keep to better organise your code snippets by tagging them with labels and categorising into folders, to Organize , Discover and Share Code Snippets. https://codekeep.io It supports - Organizing code with labels, description and title - Organize code snippets into folders - Generate screenshots of the code with 1 click - Discover code snippets I'm working on the integration part to vscode

Checkout https://codekeep.io , let me know your feedback

Re: Ask HN: What's your quarantine side project?

#902
I worked on TurboVar EmailBroker, a self hosted email sender application that lets you send emails via 5 popular email API service providers.

With TurboVar EmailBroker you can use a concise and uniform API to send emails using REST requests. If you prefer no-code, you can use a Web UI page.

It was launched this week. Check it at https://turbovar.com/turbovar/emailbroker.jsp

Feeback is welcomed!

Re: Ask HN: What's your quarantine side project?

#904
Awesome to see what other people have been doing. I have been getting more familiar with common-lisp and emacs / slime. Specifically using those tools to build a website to track the books that I have read, with the reviews and ratings that I've given them, so my sister and I can keep track of each other's reading lists.

Sort of like goodreads minus the blatant marketing.

Re: Ask HN: What's your quarantine side project?

#907
For Bind9 named.conf configuration file, I’ve been working on Vim syntax highlighter.

873 rules, so far. And 99% done. Arguably Vim’s largest syntax file to-date.

Best part? It highlights RED if you type the configuration wrong. As well as TODO, FIXME and nested 3-style comments

https://github.com/egberts/vim-syntax-bind-named

Re: Ask HN: What's your quarantine side project?

#908
I have built a rust based version of the 2048 game which runs in the terminal. The most interesting and fun part is the small AI that I implemented and which can be used to play automatically. It's nothing very new, but I enjoyed crafting this small game in the most elegant and efficient way I could.

https://github.com/adrienball/2048-rs https://en.wikipedia.org/wiki/2048_(video_game)

Re: Ask HN: What's your quarantine side project?

#909
A web based vector drawing program for dynamic visualizations inspired by Bret Victor [1]. Think adobe illustrator + excel... every property on an object can be a reactive mathematical expression with data and object dependencies. Data changes -> property value changes -> rendering changes. I'm pretty excited about the possibilities here!

[1] http://worrydream.com/DrawingDynamicVisualizationsTalkAddend...

Re: Ask HN: What's your quarantine side project?

#910
I started Vim syntax highlighter for NFTABLES configuration file.

A work in progress.

https://github.com/egberts/vim-nftables

I know I’m good for it because I’ve successfully Vim-syntaxed the vaunted 873-rule Bind9 named.conf file over at https://github.com/egberts/vim-syntax-bind-named

Post reply on HN