Live data from Hacker News

Ask HN: Show me your half baked project

news.ycombinator.com

661–670 of 841 posts

Re: Ask HN: Show me your half baked project

#661
I'm working on detailed 3d visualizations of streets using WebXR (A-Frame and three.js). Still "half baked" :)

Repo: https://kfarr.github.io/3dstreet/ Example use case: https://17thpreso.glitch.me/ Traffic signals WIP: https://aframe-ped-signals.glitch.me/

Would love to collaborate esp. with those interested in learning 3d web dev, urban planning, etc.

Re: Ask HN: Show me your half baked project

#662
I would like to create tool to analyze, interact and compute with arbitrary dimensional data. Shall greatly extend human capabilities.

General overview: https://www3.svjatoslav.eu/projects/sixth/ Ideas for computation: https://www3.svjatoslav.eu/projects/sixth-data/ 3D engine demos: https://www3.svjatoslav.eu/projects/sixth-3d-demos/

Because it is done on my little free time, it might be ready somewhere in the next 50 years or so.

Re: Ask HN: Show me your half baked project

#663
I've been working on a super simple Goodreads alternative off and on for the past year or two since I frankly can't stand the Goodreads UI. There's not much to it yet other than personal library management, but it's good enough that I already use it myself to track books I've read or want to read.

https://rooseve.lt

Re: Ask HN: Show me your half baked project

#664
https://blogline.co

I wrote this during the first lockdown mainly because I wanted to write some fresh code in the evenings, but also because I was dissatisfied with Wordpress, Tumblr, Posthaven and static sites, having tried all of them over the years for my blogs.

A blog app is literally every web framework tutorial so it’s a bit embarrassing to show (“is that the best idea you’ve got?!”) but the funny thing is, I actually really love using it and it makes me want to write more, and I am writing more on my blogs! Which is the point of a writing/blogging app after all. It should encourage you to write, not get in the way with themes, CSS, hosting and all that entails.

You can only sign up with an invite code because I haven’t fully decided whether to subject the world to YABA (yet another blog app). I was going to add billing support first as I don’t want to support free customers, but I might see what the reception is here first ;-)

I have a bunch of ideas that will keep the basic writing/publishing concept but make it more of a hub for reading too.

Re: Ask HN: Show me your half baked project

#665

I've been working on a super simple Goodreads alternative off and on for the past year or two since I frankly can't stand the Goodreads UI. There's not much to it yet other than personal library management, but it's good enough that I already use it myself to track books I've read or want to read. https://rooseve.lt

Nice. I like GoodReads but it’s slow and unloved.

Have you seen http://www.librarything.com/

Re: Ask HN: Show me your half baked project

#667
I’ve been working on a site/app that displays river flows. This is something that is important for fly fishing (helps determine which flies to use, where to fish, etc.)

My goal is to keep the OPEX as low as possible and not charge for it or run ads. Currently running using a combo of Vercel and GitHub Actions for $0 / month.

https://riverreports.com

Re: Ask HN: Show me your half baked project

#668

I'm porting LLVM/Clang to the 6502. Notoriously difficult project, attempted dozens of times by as many folks. https://github.com/mysterymath/clang6502 My take generates pretty darn good assembly for the cases it handles, but it's absurdly incomplete. Still, a huge amount of risk factors have already been addressed, and there's only a few big known unknowns left. Example input: void print_int(char x) { if (x Example…

OMF:2097 profile picture spotted! Loved the game as a child.

Will the compiler support 65C02 instructions?

Re: Ask HN: Show me your half baked project

#669
post #661

I'm working on detailed 3d visualizations of streets using WebXR (A-Frame and three.js). Still "half baked" :) Repo: https://kfarr.github.io/3dstreet/ Example use case: https://17thpreso.glitch.me/ Traffic signals WIP: https://aframe-ped-signals.glitch.me/ Would love to collaborate esp. with those interested in learning 3d web dev, urban planning, etc.

Nice demo. I noticed some small things you could improve for when you are going to do a real demo. The shader of white houses the first link do not look right on my machine https://imgur.com/uo6ajXj.png It looks a it like z-fighting and a bit like a shader error. the error is on both firefox and chromium, I only get some .drawMode has been removed. errors in the console. The second link took 20 seconds to load and was downloading 10mb, mostly slow images. Maybe you can lazyload those.
Post reply on HN