Live data from Hacker News

Ask HN: What are you building this weekend?

news.ycombinator.com

41–48 of 48 posts

Re: Ask HN: What are you building this weekend?

#42
Created first release of `ftd`, a mark-up language for defining schema and data, and UI: https://www.fifthtry.com/ftd/

  -- record product:
  description: caption
  type: integer

  -- list products:
  type: product

  -- products: iPhone
  type: 12

  -- products: Google Chrome
  type: 123

  -- ftd.text: ref product.description
  $loop$: products as product
  size: 30
  color: red
This weekend working on improving `ftd playground`: https://play.fifthtry.com.

Mocking playground in playground itself: https://play.fifthtry.com/?ekey=xzdf7HJFB6LxfpGER2X9Bg

Will be open sourcing it soon, have built it in Realm, a full stack web framework using Rust+Elm, want to use it as a demo to showcase some features of realm: https://www.amitu.com/realm/.

Re: Ask HN: What are you building this weekend?

#43
post #27
post #22

A handwritten condolence letter.

People (including myself) really liking getting hand written letters these days. For birthdays, I've been exclusively mailing letter to family and friends. I've never heard that many positive things about a card before. I wrote one for father's day for my dad and it took me a while to get though because I started to cry with tears of appreciation. Writing that kind of stuff out really makes you feel it. I'm sure cond…

This is so awesome to read. Thanks so much.

Re: Ask HN: What are you building this weekend?

#45
post #42

Created first release of `ftd`, a mark-up language for defining schema and data, and UI: https://www.fifthtry.com/ftd/ -- record product: description: caption type: integer -- list products: type: product -- products: iPhone type: 12 -- products: Google Chrome type: 123 -- ftd.text: ref product.description $loop$: products as product size: 30 color: red This weekend working on improving `ftd playground`: https://play…

This is cool! Congrats on the first release.

Re: Ask HN: What are you building this weekend?

#47

Working on my Investment Scorecard: https://docs.google.com/spreadsheets/d/1tBrZEMFK9XNWxiqOxE8o...

Very interesting, I'm thinking of building a portfolio of Indian stocks with exactly something like this. What's the purpose of multiple Coffee cans?

That's great. Let me know if you end doing so!

Why Multiple coffee cans? A few reasons

1) As new money comes in, I build new coffee cans based on current circumstances and prices offered by the market.

2) Provides Time Diversification. Not all times are created equal. At certain times, opportunities are better. But since marketing timing is difficult, especially since this is somewhat of a passive strategy, I'd rather simply invest periodically.

I wrote about coffee cans here: https://playingfordoubles.substack.com/p/the-coffee-can-port...

Re: Ask HN: What are you building this weekend?

#48
Technically building a home microk8s lab for full CI/CD.

Learning in-depth Kubernetes (microk8s), have been for a few months now. It's amazing, yet deeper than any tech stack I've worked with before.

Learned Ansible and Docker earlier, now working on k8s next is Helm charts, Juju, Gitlab CI/CD.

Post reply on HN