HN user

vmorgulis

5,306 karma
Posts551
Comments598
View on HN
www.facebook.com 9y ago

Facebook hidden “help/delete_account” – Direct Link

vmorgulis
1pts0
vmorgulys.github.io 9y ago

PocketSphinx+PG+JavaScript Voice/Text Experiment

vmorgulis
3pts3
github.com 9y ago

Node.js supported encodings

vmorgulis
1pts0
github.com 9y ago

PocketSphinx: Lightweight Speech Recognition Tuned for Mobile Devices

vmorgulis
2pts0
www.vcode.org 9y ago

V Programming Language

vmorgulis
5pts0
www.instagram.com 9y ago

Displaying the remaining hours before the release date

vmorgulis
1pts0
posativ.org 9y ago

Isso: A Commenting Server Similar to Disqus

vmorgulis
132pts67
www.cl.cam.ac.uk 9y ago

Custom ELF program headers – what, why and how

vmorgulis
2pts0
refuses.github.io 9y ago

Salon Des Refusés: Dialectics for New Computer Science

vmorgulis
1pts0
developer.mozilla.org 9y ago

Navigator.sendBeacon() – MDN

vmorgulis
2pts0
techcrunch.com 9y ago

Hivy is an office management service to manage all those startup perks

vmorgulis
2pts0
www.speecheo.com 9y ago

Speecheo: Know Your Attendees Better While Making Them Smarter

vmorgulis
3pts0
wilsonpage.co.uk 9y ago

Onboard Mozilla Turbulence

vmorgulis
2pts0
www.silexlabs.org 9y ago

Silex Web Editor New Features: Dashboard and Sections

vmorgulis
3pts0
opentype.js.org 9y ago

Opentype.js: read and write OpenType fonts using JavaScript

vmorgulis
82pts6
github.com 9y ago

Stack Trace API – V8

vmorgulis
1pts0
www.2ality.com 9y ago

ES proposal: Shared memory and atomics

vmorgulis
1pts0
mail.python.org 9y ago

[Python-Dev] Heads-Up, I've Rejoined – Signed Eric S. Raymond

vmorgulis
3pts1
developer.mozilla.org 9y ago

OffscreenCanvas – MDN (Firefox 44 only)

vmorgulis
2pts0
www.rebol.com 9y ago

Parsing – REBOL Users Guide

vmorgulis
58pts26
github.com 9y ago

JSCL: A Lisp-To-JavaScript Compiler Bootstrapped from Common Lisp

vmorgulis
2pts0
zserge.com 9y ago

Partcl – a tiny command language

vmorgulis
114pts19
github.com 9y ago

Geany-themes: a collection of colour schemes for Geany

vmorgulis
1pts0
uppy.io 9y ago

Uppy: a file uploader that fetches files from Dropbox, Instagram, URLs

vmorgulis
1pts0
developer.mozilla.org 9y ago

Document.evaluate() – XPath expressions

vmorgulis
2pts0
github.com 9y ago

Libfmsynth: a C library which implements an FM synthesizer

vmorgulis
84pts19
demos.samgentle.com 9y ago

Automata by Example – build cellular automata just by clicking around

vmorgulis
4pts1
davegurnell.com 9y ago

Bulletin: Treat Your Data to the Latest Updates

vmorgulis
1pts0
www.atnnn.com 9y ago

C++ left arrow operator

vmorgulis
5pts0
www.leslipfrancais.co.uk 9y ago

Around the world with Francis

vmorgulis
1pts0

If you have any more comments or criticisms of my projects feel free to email me...

Done ;-)

A first wiki could be around your project. It can be made with existing tools (pandoc, github...) if the workflow is clear enough (even with manual parts).

I'm thinking of something automated.

For example, it's possible to gather some metrics of the usage of libraries from a running process (with strace, google perftools, source maps in javascript...).

It can be a process used by a real user or autotests from the project.

A software could monitor those probes and allow the user to reward the dependencies that:

- use less CPU or energy

- use less memory

- contains less bugs

- ...