http://imgur.com/a/agRne The app is called Fora. At first glance, an open source version of Medium. But it's really much more. I am struggling with how to describe it (which is extremely important), perhaps HN could help here. Idea: Most information (such as music, movies, blogs or products) is typically stored in database tables having various structures. Fora lets people define these tables, describe how it needs t…
Propose HN: Screenshot Saturday
51–60 of 175 posts
Re: Propose HN: Screenshot Saturday
#52Working on adding Multiplayer to Infinite Flight[0] (Flight Simulator for iOS/Android)
This screenshot shows work in progress with an expanding group of beta testers. It's been really fun working on this so far. I've been spending the past week implementing automated policing tied to a reputation system that gradually unlocks airports and airplanes.
Re: Propose HN: Screenshot Saturday
#53I've been creating something completely reckless for the last two weekends. Screenshot: http://i.imgur.com/y5b4Yy7.png Github: https://github.com/kijin/qade (MIT License) QADE (Quick and Dirty Editor) allows anyone who can access it over the web to view and/or edit any file that the web server process has access to, as well as execute any arbitrary shell command and view the result right on the web page (via the "Con…
Re: Propose HN: Screenshot Saturday
#54http://i.imgur.com/IKshtxL.png Working on adding Multiplayer to Infinite Flight[0] (Flight Simulator for iOS/Android) This screenshot shows work in progress with an expanding group of beta testers. It's been really fun working on this so far. I've been spending the past week implementing automated policing tied to a reputation system that gradually unlocks airports and airplanes. [0] http://www.infinite-flight.com
What is this written in? Would it be possible to port it to Harmattan?
Re: Propose HN: Screenshot Saturday
#55I just sent out a PCB to fab: https://dl.dropboxusercontent.com/u/538662/dorkbotboard.png It's an open-source pocketable e-paper device with an (Arduino compatible) ATmega, USB transceiver, Real Time Clock, FRAM, and coin cell Li-Ion rechargeable via USB. It also has five buttons along the top. Whole thing should be around 4mm thick. Repo here: http://github.com/Hylian/arducard Some potential applications: QR codes,…
Nice. Where do you source e-paper display from?
You can buy a cute dev-kit that works as a MSP430 Launchpad Boosterpack and has extension headers for Arduino, etc. off Digikey.
Re: Propose HN: Screenshot Saturday
#56Earlier quoted context omitted.
I think this is super cool. I've been looking for an editor that lets you do everything you need to in the browser. Ideally this would let you write code and switch quickly between your site and the editor, like an IDE's run button, but all within the same browser tab - I did a quick (and very crude) jsfiddle to show this: http://jsfiddle.net/RyT3w/1/ . Like you say there are security issues but that isn't a big deal…
I just open the live website in a different tab (browser tab, not editor tab) and use keyboard shortcuts to switch between browser tabs. It's the only way that is guaranteed to work. I could try loading the live website in an iframe inside the editor, but it will break if the live website uses X-Frame-Options: SAMEORIGIN and the editor is located on a different hostname (which it really should be for security's sake)…
Re: Propose HN: Screenshot Saturday
#57I've been working on a cross-platform multitrack audio editor, because it frustrated me that most open-source audio editors work with either synthesized audio or recorded audio but not both.
Re: Propose HN: Screenshot Saturday
#58http://i.imgur.com/IKshtxL.png Working on adding Multiplayer to Infinite Flight[0] (Flight Simulator for iOS/Android) This screenshot shows work in progress with an expanding group of beta testers. It's been really fun working on this so far. I've been spending the past week implementing automated policing tied to a reputation system that gradually unlocks airports and airplanes. [0] http://www.infinite-flight.com
Nice work! I've been looking for a good flight simulator for Android (X-plane is nice but feels amazingly limited). What is this written in? Would it be possible to port it to Harmattan?
I'm not familiar with Harmattan.
Re: Propose HN: Screenshot Saturday
#59GitHub: https://github.com/pavben/WebIRC
I decided to blend an IRC client and a BNC into one, and build this from scratch in Node.js with an AngularJS frontend. Run it on your server and stay connected to IRC 24/7 while hiding your home IP behind the server. Access the same session (server connections, open channels, PMs) from work/home/iPad simultaneously and have them kept perfectly in sync :)
Re: Propose HN: Screenshot Saturday
#60We are building an end to end solution targeted at assisting manual testing. Manual tester can record, assert, playback in multiple platforms his scenarios. We are in final stage of beta and plan to show to few startups for feedback. Currently we are able to create tests for 70% of the scenarios of desktop websites. That percentage can be improved as we go ahead. Following are the screenshots of record and dashboard.
http://imgur.com/65X28Yv,JhZX9xX#0 http://imgur.com/65X28Yv,JhZX9xX#1
We are using modified version of sebuilder as record engine addon while a website integrated with addon as test dashboard. Manual testers we spoke to were enthusiastic about saving time significantly during build release where there are large number of tests run every week or once in 2 days.