Live data from Hacker News

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

news.ycombinator.com

11–20 of 87 posts

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

#11
#knowledgebomb

Fully offline live-USB (Ubuntu) w/ offline Wikipedia, Project Gutenberg, OpenStreetMaps, and other public domain / creative common sources, all running on OSS. Just download and toss it on a USB, then use it as you want. I think it's great for those that have/may-have an intermittent internet connection, want to have an offline way to browse wikipedia, want to put it in a time capsule, are going camping but want educational material, etc.

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

#13
Rust: http://rust-lang.org

It is cool because memory safety is really hard in low-level languages, and Rust helps you out a lot in that department.

I'm also working on a little product on the weekends. A CRM for tattoo shops. It's cool because it'll be a fully Free (AGPL 3'd) Rails app, and there aren't enough of those in the world.

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

#14
A book and online course for geeks and other people generally less emotionally aware and skilled (like myself growing up) on how to develop emotional awareness, empathy, compassion, understanding and other skills schools rarely teach.

Also a project-based course on entrepreneurship to teach in the fall.

Also a seminar on leadership for General Assembly in New York for later this month.

Why are those things cool?

Because when I started my first company I had plenty of skills with science, technology, and knowledge and facts. I didn't know how to build relationships, work with teams, motivate people, and other business and personal skills I've come to find more important for business and other relationships.

I find very few places teach this stuff effectively. For that matter, few people think it can be taught or learned. Meanwhile people without these skills get promoted to positions where they'd help. Instead the run their organizations into the ground, destroy morale, and things like that.

I'm going to change that.

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

#15

#knowledgebomb Fully offline live-USB (Ubuntu) w/ offline Wikipedia, Project Gutenberg, OpenStreetMaps, and other public domain / creative common sources, all running on OSS. Just download and toss it on a USB, then use it as you want. I think it's great for those that have/may-have an intermittent internet connection, want to have an offline way to browse wikipedia, want to put it in a time capsule, are going campin…

Hah, awesome! I was talking with one of my buddies back from the Peace Corp about making something similar. Good work!

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

#17
I've been spending almost all of my hobby code time in 2014 writing my own personal web server, database, and web framework in Haskell.

My reasons are:

- I wanted to learn Haskell.

- I wanted to learn more about web stack internals.

- I wanted a web stack that was entirely mine. I know how every single aspect of it works, from low level asynchronous network IO to HTML templating.

Of course, the amount of time I spent frustrated by bugs in my previous Apache/Django stack will certainly be less than 1% of the amount of time I've spent writing my own stack, I have no regrets. I've learned so much doing it.

It's cool because now that I've gotten several thousand lines of Haskell under my belt, I finally know what "a monad is just a monoid in the category of endofunctors" means.

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

#18
We're building grasswire (http://grasswire.com), a real-time newsroom that's curated and fact-checked by everyone.

It's cool because it is unreasonable that in this day and age the information that governs the world is controlled by governments and corporations.

it's cool because social media is ridden with lies, errors and propaganda, and it doesn't make sense that those keep spreading without being refuted.

It's cool because it lets you watch any news event develop in real-time from the point of view of the people on the ground.

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

#19
I'm working on a new way to visualize and edit code called Code Connect (http://codeconnect.io)

We're leveraging Microsoft's new Roslyn compiler to break apart software into functions. The user then navigates their code on a function-by-function basis, similar to what was shown off in Code Bubbles a few years ago.

We've got a demo video here: https://www.youtube.com/watch?v=CuQ8NJOypqs

We're planning to launch our beta for Visual Studio and C# this August.

Post reply on HN