dalke

↗ HN profile [ 73.8 ms ] full profile
Karma
0
Created
()
Submissions
0
  1. Are there people in Sweden or the EU working towards changing the laws to require critical services (banks, school, health care, and the like) to support privacy-oriented non-Apple/non-Google servers for smart phone…

  2. How do you visit every coordinate in an NxM grid once? The easiest is to process line-by-line, from the first to last column, but if you want better caching you might try alternating the column direction for each row.…

  3. I finally have time to try out wuffs (https://github.com/google/wuffs), which I first heard about here on HN. I want to develop a low-level tokenizer for SDF files, a small-molecule structure file format which started…

  4. Kaktovik numerals (en.wikipedia.org)
  5. My 16GB 5th gen iPod nano is dying. I'm looking for a replacement. Years ago Apple stopped selling anything except the iPod Touch, which is too large and fragile for me. I want something that fits into my pocket, with a…

  6. I'm designing a new format for a sub-niche of cheminformatics. I've used ideas common to FourCC formats: blocks with a size, 4-character name, and data chunk. I have blocks >2GB so I'm using 64-bit sizes instead of…

  7. The FSF has long said that the "right to sell software" is an essential freedom, and "Distributing free software is an opportunity to raise funds for development. Don't waste it!" I am thinking of going that route. That…