josephernest

↗ HN profile [ 116 ms ] full profile
Karma
0
Created
()
Submissions
0
  1. Hi HN! I created this lib in the need of a simple and tiny framework to easily do AJAX-style navigation / replacement of fragments in the page, in a web application. For people who don't want to use…

  2. Node.js, and Python Flask or Bottle micro-frameworks make it possible to create a server with routes like this: from bottle import route, run @route('/hello') def index(): return 'hello world' @route('/news') def…

  3. Requirements: no binary needed, no NodeJs needed, no client/server database. Just PHP and SQLite. Number of writers: just a team of 3 people Collaborative real time plain text editing, less than 1 MB of text written per…

  4. Recently AudioMass was here on ShowHN. Many people were enthusiastic about the idea of having similar tools 100% in browser with local editing (no need to upload content to server). Would you have a recommendation of…

  5. Your customers download your software as .exe (or ZIP containing the .exe, or an installer that eventually installs your .exe program). When they first open the software (that needs to run as administrator to fully…

  6. I'll explain: * when we want to show some tech/programming projects, we can post here and eventually, if people like it, it's easy to get an audience of people interested in what we are doing, this is cool and…

  7. I've seen many people (but can't find the URL again) having a personal blog (firstnamelastname.com) whose content comes from their medium page. What are the common ways to use this? (without having to clone manually /…

  8. Thanks in advance for your participation :)

  9. I sell an application, that people download from my website, in a zip. They unzip it, and run the .exe. Then Avast does a deep scan of the file and an alert "This file might be dangerous". How to avoid this? Things I…