Live data from Hacker News

Viewing profile — gregod

gregod

HN member
Joined
Sun, Feb 17, 2013, 1:17 PM UTC
HN karma
35
Public activity
29 items

About gregod

No profile information was provided.

Recent public activity

  1. story
  2. comment
    Comment #39739264

    https://github.com/GoogleChromeLabs/critters Might be a good starting point. It’s designed to inline the css afterward so it’s more focused on extracting used css than removing unu…

  3. comment
    Comment #39516730

    Yes, that was poorly worded. It has a very neat accounting system! Its just a little more complex to setup and keep in sync.

  4. comment
    Comment #39506084

    Slurm [1] is a open-source HPC scheduler thats a good example. Its featureful and (surprisingly) easy to run if no user accounting (i.e., accounting for individual computation budg…

  5. comment
    Comment #39186659

    The Evolutionary Computation Bestiary [1] list a wide variety of animal behavior inspired heuristics. The foreword includes this great disclaimer: "While we personally believe that…

  6. comment
    Comment #37963164

    Related: MS Office 2010 was/is available as "click-to-run" edition, based on a virtual streaming file system. https://learn.microsoft.com/en-us/office/troubleshoot/office... The te…

  7. comment
    Comment #34451005

    This is a good example for an interactive non-SPA. JS only for cosmetics and all state is fully stored in the URLs. The main pages could even be statically generated (858705 combin…

  8. comment
    Comment #26269770

    https://www.wikifolio.com/ does something similar for the German speaking market. One part is a social portfolio sharing / tracking component. The other is that they create securit…

  9. comment
    Comment #26114793

    Weirdly enough, PGO equalizes and increases the runtime, where both methods take approximately 330 us. (I simply applied PGO to the full benchmark harness, no idea if this is prope…

  10. comment
    Comment #26113919

    Good point. Here it is premature optimization anyway and too dependent on the input. In general, I think a balance between likelihood and cost should be found. Out of curiosity, I …

  11. comment
    Comment #26113249

    I think the following minor optimizations can further decrease the runtime: * There is no use in first pop()ing a candidate from the "reacts" list and then potentially re-pushing t…

  12. comment
    Comment #25624855

    Btw: The Apple Notes application has this functionality built-in if you are just interested in scanning.

  13. comment
    Comment #24718971

    Could you elaborate? I'm working on a project where the evaluation of a 4th degree polynomial is on the hot path. My micro benchmark (evaluating two polynomials + little bit of add…

  14. comment
    Comment #24366395

    If you do not need the more granular firewall configuration options there is also classic port knocking ( https://en.wikipedia.org/wiki/Port_knocking ) where the daemon sits behind…

  15. comment
    Comment #24261585

    I have used an low-power ESP8266 together with a native drawing library for this use case. As getting the drawing perfect is quite cumbersome i have mocked the graphics library in …

  16. comment
    Comment #24059053

    It seems that they are not quite there yet. From the FAQ: "Voicefill sends the audio to Google’s Speech-to-Text engine, which returns transcribed text. [...] In the future, we expe…

  17. comment
    Comment #23244951

    I have also found https://accessibilityinsights.io/ from microsoft to be usefull. It only covers the in-browser test side for web but has a nice ui.

  18. comment
    Comment #22127346

    No. But i don't have an need for mass access so the basic case works fine for me. I keep a backup key on a separate yubikey that does not require touch for key maintenance. Apparen…

  19. comment
    Comment #22099334

    For Firefox there is https://addons.mozilla.org/en-US/firefox/addon/passff/ which I'm quite happy with. When combined with a yubikey set to decrypt only on touch this setup has a v…

  20. story
  21. comment
    Comment #20652721

    I can recommend openpaper[1] for desktop usage. Combines (multi page) scanning, ocr, automatic labeling and search into a nice gui. If you have a network enabled scanner than can s…

  22. comment
    Comment #18933379

    There is also https://github.com/cyberman54/ESP32-Paxcounter "Wifi & Bluetooth driven, LoRaWAN enabled, battery powered mini Paxcounter built on cheap ESP32 LoRa IoT boards"

  23. comment
    Comment #15636043

    You might also want to look at the very comprehensive office 365 react components from MS which is build on. https://github.com/OfficeDev/office-ui-fabric-react Meant for developin…

  24. comment
    Comment #15434803

    If you have the csvsimple [1] latex package available this can be done as latex macro. This allows for easy integration with other latex packages (drawing stuff with tikz for examp…

  25. story