Live data from Hacker News

Viewing profile — Propolice

Propolice

HN member
Joined
Thu, Apr 16, 2015, 10:47 AM UTC
HN karma
176
Public activity
36 items

About Propolice

No not pro-police. It's IBM 'ProPolice' which came from propolis.

Recent public activity

  1. comment
    Comment #48020356

    Wanted to try PyInfra for a long while but this is a deal breaker: https://github.com/pyinfra-dev/pyinfra/issues/1242

  2. story
  3. story
  4. comment
    Comment #41598198

    Agenda and schedule: Classes begin on September 26, 2024, and conclude on January 9, 2025. The classes take place weekly on Thursdays, from 14:30 to 17:45 CET. 26.09.2024 Class 1: …

  5. comment
    Comment #41597857

    A free and hands-on cybersecurity course.

  6. story
  7. story
  8. story
  9. story
  10. comment
    Comment #40830895

    It's for organizing scripts and running scripts over SSH. You can think of it as lighter alternative to the plethora of tools similar to Ansible.

  11. story
    Show HN: Taarr, Shell Script Manager

    Shell script manager inspired by rerun and other tools. Can be used for runbooks, deploys, hooks, C2, configuration management, and builds. Several improvements and updated site.

  12. story
  13. story
  14. comment
    Comment #27774867

    Nice catalog. I also prefer bitmap fonts for terminals on low DPI and even 32" 4K monitors. The OLDSCHOOL PC FONT RESOURCE is a treasure trove.

  15. comment
    Comment #27576429

    No kidding, was just thinking: Nice, probably Hank's homepage.

  16. comment
    Comment #27514077

    I think Roblox is the closest to what you described.

  17. story
  18. comment
    Comment #27262266

    Exactly my thought when I started working on LadyLua https://github.com/tongson/LadyLua

  19. story
  20. comment
    Comment #26749794

    Yes, can be used to replace shell scripts. I added a Sample section in the README. Check em.

  21. comment
    Comment #26741096

    I have an earlier project that did LuaJIT, FFI, and Rust: https://github.com/tongson/omniajit . Creating a static executable is more trouble compared to LadyLua. I would still use …

  22. comment
    Comment #26741047

    Yes, Go is fast enough for some tasks. Before this I was doing C and PUC-Rio Lua. Was obsessing too much with C pitfalls, valgrind, and the sanitizers. Then LuaJIT FFI + Rust, good…

  23. comment
    Comment #26740930

    LadyLua is using GopherLua as the base. It only supports 5.1. Also don't need the features of 5.2+. Sticking with 5.1 gets you a 'finished' language. GopherLua Go is pretty easy. I…

  24. comment
    Comment #26740846

    Sorry no docs right now. You can take a look at this to get a feel: https://github.com/layeh/gopher-json

  25. comment
    Comment #26738967

    Ah sorry for mentioning Python, may have confused you. LadyLua wraps Go packages so something like https://github.com/gonum/gonum is possible to create a module for.