josephernest
- Karma
- 0
- Created
- ()
- Submissions
- 0
- The Content Overflow Era – The End of the Long Tail (afewthingz.com)
- The best browser bookmarking system is files (afewthingz.com)
-
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…
-
It is well known that Dropbox uses (or used) Python a lot for their operation - I have read this quite often here on HN or elsewhere. I imagine this is true for their backend servers. Question: was their Windows client…
-
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…
-
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…
-
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…
-
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…
-
I used LaTeX during my thesis, it was ok (long learning curve, but ok at the end). Then I spent years using Markdown for other things (mostly programming/forums, and then document etc.) Now I need to produce…
- Show HN: ShowSubjectGmail – Edit the “subject” field in Gmail (chrome.google.com)
- Build an Android app from a to Z without opening AndroidStudio even once (stackoverflow.com)
- Yopp – an easy way to send a file from phone to computer (josephbasquin.fr)
-
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…
-
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 /…
-
Thanks in advance for your participation :)
-
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…