Dev tools · September 11, 2014
A basic project manager in C#
A little over a month ago, I asked HN what I should do as my final C# project last semester: https://news.ycombinator.com/item?id=8062174 The one comment I got was good, but I decided to take the easy path because I couldn't get Crystal Reports to play right with an Access database and InstallShield, and time was running out, so I opted for a project manager instead. Since I said I would show it to HN (even though almost no one noticed the thread) ... here it is. It's rudimentary and i'm in the process of rewriting it completely because despite its simplicity I do kind of like…
What it does
In the maker’s words, at launch
A little over a month ago, I asked HN what I should do as my final C# project last semester: https://news.ycombinator.com/item?id=8062174 The one comment I got was good, but I decided to take the easy path because I couldn't get Crystal Reports to play right with an Access database and InstallShield, and time was running out, so I opted for a project manager instead. Since I said I would show it to HN (even though almost no one noticed the thread) ... here it is. It's rudimentary and i'm in the process of rewriting it completely because despite its simplicity I do kind of like it. When you create a project (with or without a deadline) you get a notepad (which is really a rich text editor which I never managed to add controls to) and a todo list... and that's about it. You can add urls to the todo list and they will open in a browser. Everything works from a local Access database, but there is not even an attempt at securing the database. I also removed Crystal Reports and the installer completely because I don't like them and never could get them to work properly. This is essentially the first application I've actually completely designed and finished. https://github.com/kennethrapp/projectmanager
Does the same job
all alternatives →
- CACreated a Job Board for Remote Programming Jobs2010 · ▲23
Based on the multiple "Who's hiring remotely?" and similar posts on HN, I thought it might be useful to have a site that aggregates remote programming jobs. There is way too much spam out and an inconsistent way to say "work from home" so traditional searching doesn't work (or rather, takes a long time per person). I've worked in a few remote programming positions so I figured I might know of some companies or searching tricks to find them. Let me know if you'd find this type of thing useful. If we can get some traffic going, then maybe we can start attracting companies to actually list…
- JAJig – a tool to define, compute and monitor metrics2021 · jigdev.com · ▲74
Hi HN, 8 months ago, I posted “Ask HN: I built it nobody came, what now?” and got a ton of (not very optimistic) feedback [1]. I took away 3 things: 1. The message wasn’t properly targeted 2. The onboarding experience was terrible. 3. Someone posted some advice to find leads which actually worked, yeah! So here we are. 8 months later. I unfortunately didn’t have a lot of time to put in the tool itself. But I improved the website, improved the onboarding, and got a paying customer who seems to really like the software. So here it is in its current form. Let me know what you think would make…
- STSearch tool for "Ask HN: What Are You Working On?"Nov 2025 · nthesis.ai · ▲7
Hi all, I created a public dashboard for searching / chatting with "What are you working on?" posts. I'd love to hear any feedback that you have.
- 5D597 days of iterating2013 · ▲15
597 days ago, I posted about the project our team was developing - https://news.ycombinator.com/item?id=3183322 - here on HN, and today we're finally taking the wraps off what we've been working on since then. At it's core, what we've been building is an end-to-end solution for creating, storing, and working with structured content in a way that's accessible to anyone. You can check out an introduction - http://team.marquee.by/introducing-marquee/ and dig into the technical/philosophical details of our approach -…
- OWOur weekend project - HN Showcase, browse "Show HN" posts2011 · ▲63
http://www.hnshowcase.com Moses (nnythm) and I browse Hacker News daily. Show HN posts are some of our favorite parts of HN. We wanted to create a way to browse Show HN articles, even those that might not quite make it to the front page. We created http://www.hnshowcase.com last weekend to make discovering projects posted on HN easier. It searches all "Show HN" posts and generates a thumbnail view for each of them. You can sort by submission date, points, and number of comments, and navigate with left/right or j/k keys. We used the following technologies: HN Search API, Pyramid web…
More dev tools this month
the category →



Open-source GTM skills for technical founders
Dev tools · 29d ago · gtmcofounder.com


OpenTrailPaper is open-source bike computer firmware for the LilyGO T5S3 4.7" E-Paper PRO. It supports offline maps, GPX routes, FIT recording and Bluetooth sensors.
Dev tools · 1d ago · opentrailpaper.com