Viewing profile — Propolice
Propolice
HN member- Joined
- Thu, Apr 16, 2015, 10:47 AM UTC
- HN karma
- 176
- Public activity
- 36 items
- HN profile
- View on Hacker News ↗
About Propolice
Recent public activity
-
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
- story
- story
-
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: …
-
comment
Comment #41597857
A free and hands-on cybersecurity course.
- story
- story
- story
- story
-
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.
-
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.
- story
- story
-
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.
-
comment
Comment #27576429
No kidding, was just thinking: Nice, probably Hank's homepage.
-
comment
Comment #27514077
I think Roblox is the closest to what you described.
- story
-
comment
Comment #27262266
Exactly my thought when I started working on LadyLua https://github.com/tongson/LadyLua
- story
-
comment
Comment #26749794
Yes, can be used to replace shell scripts. I added a Sample section in the README. Check em.
-
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 …
-
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…
-
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…
-
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
-
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.