Live data from Hacker News

Ask HN: What are you working on and why is it cool?

news.ycombinator.com

21–30 of 113 posts

Re: Ask HN: What are you working on and why is it cool?

#21
I'm building a mobile app that's a bit like the anti-Instagram. It gives you confusing set of shutter/filter options that post weird, uneditable and uncanny photos to a feed whose sole mode of interaction is scrolling and drawing.

Mostly it's a conceptual art piece that's meant to offer a different model of being social online — one that's wholly about ongoing presence and participation, not accumulation and curation. I think I'll try to sell it for a buck in the app store.

Re: Ask HN: What are you working on and why is it cool?

#22
https://vrsketch.eu/ - Editing and viewing virtual reality plugin for sketchup. It's a lot of basic research on UI/UX in VR.

http://pypy.org - Python interpreter with a just in time compiler. It's the only alternative python implementation out there, after failures of unladen swallow/pyston etc.

http://bloc11.co.za - Own climbing gym. It's cool to work directly with people and pursue own ideas in a small space.

Re: Ask HN: What are you working on and why is it cool?

#23
I am working on testing ("ground truthing") common observational astronomy modeling techniques against hydrodynamic simulations. The basic approach is to generate synthetic/mock observations from the simulations, apply typical model-fitting approaches, and then see how the model results compare with the properties of the original simulations. Our first paper on this has recently been accepted (https://arxiv.org/abs/1803.07084) and we're preparing a second paper looking at emission from dust in new simulations which more realistically treat the cosmological history of galaxies.

Re: Ask HN: What are you working on and why is it cool?

#24
post #5

A website that shows if there's a scene after credits for movies in theaters. So long for all that people standing on the stairs because a scene just started. Simple stuff, some scraping

Why/how will yours be better than all the others? ex. http://aftercredits.com/

Forgot to say that it's in a language that is not english. Aftercredits and Moviestingers are exactly what I'm scraping, plus some other magic...

Re: Ask HN: What are you working on and why is it cool?

#25
Working on an SMS crypto trading bot where you can text it trading commands according to whatever exchange you connected to. I've been in many situations where I needed to trade and logging into the exchange on my phone is cumbersome and could sometimes take 3+ minutes, and by then the opportunity is gone.

Re: Ask HN: What are you working on and why is it cool?

#26
I'm hooking up a piece of kitchen equipment to a cloud backend. It's for a major restaurant chain.

I've done this probably a dozen times over the last couple of years as a demonstration of the technology.

It always ends the same: Every party fights for ownership of the data, but nobody can figure out what to do with the data once they have it. Nobody wants to pay for it, much less support a subscription model. The free sites are held together with duct tape and chewing gum. Nobody wants to support it in the field. There are too many variables in network infrastructure. You can't use the network in the store because the cashier system is on there and PCI says no way. Getting a solid 802.11 signal in a room full of sheet metal is a nightmare. Customers want to use off-the-shelf cellular hotspots that are pieces of garbage and couldn't hold a TCP packet if it was covered in crazy glue.

But the demonstrations always go well. The customers think it's cool.

So on we go, boldly onward into the IoT future. I just pushed the next release up.

Re: Ask HN: What are you working on and why is it cool?

#27
I've been working on Fructika https://fructika.com for the last few months as a little side project. It's an app that helps you manage your fructose consumption (my partner suffers from fructose malabsorption).

It's cool because it makes her life better and I've had some great feedback from other people trying to manage their intake of sugars about how it makes their lives easier :)

Re: Ask HN: What are you working on and why is it cool?

#28
post #6

Sketch to React Native: https://github.com/nanohop/sketch-to-react-native It takes designs for mobile apps (from Sketch files), and tries to convert those into React Native components. It's still early days, but it's a promising start. It's cool because if I can get it working fully, it can replace a large chunk of my consulting projects (taking designs and converting them to the initial code)

Have you looked at airbnb's sketch/react tools?

Yes! They were an inspiration for this actually.

They can generate sketch files from react components (https://github.com/airbnb/react-sketchapp) but not the other way around.

The painting with code demo (https://airbnb.design/painting-with-code/) was a step towards that though, and I think it's really interesting as well.

Re: Ask HN: What are you working on and why is it cool?

#29
I'm working on a technology that will enable people to easily distribute and copy data in a secure and more performant way, the more people are using it. It's basically throwing a local cache over the web, so when you neighbour already have the data, you can download it from them without being afraid if the data has been altered in any way. I'm super excited to work on it, as it combines my two favourite areas, open source and decentralized. The project I work on is called IPFS, the InterPlanetary File System.

Re: Ask HN: What are you working on and why is it cool?

#30
Www.chipscompo.com

It's a little music production community. You know how everyone on HN laments that small quirky websites have been eaten by bigger ones, so they don't exist any more? My website is cool because it has that sort of community - intelligent and good at music but also funny and super weird. We all kinda know each other, which makes it fun.

Also, a bunch of us have gotten a lot better at making music, which is another nice win. :)

Post reply on HN