Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
melezhik
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
6 ms
·
61.
▲
by
melezhik
4mo ago
Powershell version - https://github.com/melezhik/Sparrow6/blob/5887b30847cacd1548...
62.
▲
by
melezhik
4mo ago
Ruby version - https://github.com/melezhik/Sparrow6/blob/053378219600b9c58d...
63.
▲
by
melezhik
4mo ago
Php version - https://github.com/melezhik/Sparrow6/blob/855146fddac25de464...
64.
▲
by
melezhik
4mo ago
Python SDK version - https://github.com/melezhik/Sparrow6/blob/6903f35b07b8992fa5... Raku SDK - https://github.com/melezhik/Sparrow6/blob/aebb9b4c444f88fe25...
65.
▲
by
melezhik
4mo ago
Detects common attack patterns and suspicious activities. Security scripts generated by AI - Claude LLM for Sparrow DSL written by human - me.
66.
▲
SSHD Log Security Analysis - popular languages SDKs
(github.com)
5 points
by
melezhik
4mo ago
|
6 comments
67.
▲
LLM generated parsers and compliance checkers for Sparrow DSL
3 points
by
melezhik
4mo ago
|
0 comments
68.
▲
30 Points compliance check for redis generated by deep seek for Sparrow
(chat.deepseek.com)
2 points
by
melezhik
4mo ago
|
1 comments
69.
▲
by
melezhik
4mo ago
deep seek generated sparrow task.check for redis configuration file compliance check of 30 points - i am impressed - https://chat.deepseek.com/share/9eakpdlaa6b88e38u3
70.
▲
Use Sparrow Check DSL to verify compliance of sshd configuration
(chat.deepseek.com)
6 points
by
melezhik
4mo ago
|
1 comments
71.
▲
by
melezhik
4mo ago
DSL is made by human - me / DSL code is generated by LLM - deep seek
72.
▲
by
melezhik
7mo ago
IMHO, generally speaking it’s not just a JS. The declarative approach has its toll we end up having a lot of configurations files instead of having (one or two) normal imperative script
73.
▲
by
melezhik
7mo ago
> Then there’s the DevOps and Quality layer. We have roughly 20-30 files for GitHub Actions workflows (lint, test, build, deploy, semantic release), Husky hooks (pre-commit, commit-msg), and pull request templates. On that , I have creat
74.
▲
by
melezhik
7mo ago
thanks!
75.
▲
by
melezhik
7mo ago
All links are fixed now
76.
▲
by
melezhik
7mo ago
Hi! Dsci tool author here. Thanks for attention . 1. The post is written by me, not generated by AI 2. It’s better to browse documentation from http://deadsimpleci.sparrowhub.io/doc/README that way all links should wor
77.
▲
Show HN: DSCI – Dead Simple CI
(github.com)
19 points
by
melezhik
7mo ago
|
7 comments
78.
▲
by
melezhik
7mo ago
On forgejo you can set automatic sync period to 5 minutes or so avoiding manual sync
79.
▲
Reverse cicd with GitHub and self hosted Forgejo
(gist.github.com)
1 points
by
melezhik
7mo ago
|
1 comments
80.
▲
by
melezhik
7mo ago
So you have cheap vps and want to borrow some free GitHub cpu cycles to do CPU intensive builds ( say compilation ), your GitHub workflow is pretty simple and then all you need us to add your ssh key as a secret to GitHub account so that to
81.
▲
by
melezhik
7mo ago
Not sure if I get the idea. Is it self hosted or ? On make file - well for me it’s just another dsl like pipeline like yaml . Again what’s the idea ?
82.
▲
by
melezhik
7mo ago
Also did not find how cicd logic is implemented- no dsl, no scripts , the docs just says it deploys container , vague statement , what does that mean ?
83.
▲
by
melezhik
7mo ago
Why you chose TUI over web console ? How teams is supposed to work with that when there is no centralized dashboard
84.
▲
by
melezhik
8mo ago
Thanks for a such detailed review of forgejo actions. Did you check dead simple ci? This is forgejo runner supporting direct general purposes languages syntax instead of yaml for your pipelines, so much easier to write scripts for any custo
85.
▲
by
melezhik
8mo ago
Just one thought - code should not be driven by YAML, or in other words yaml configuration should be just configurations, nothing more - thus are simple and easy to read As a result application changes should not be lost in yaml complexity
86.
▲
DSCI – dead simple CI – beta testing call
(deadsimpleci.sparrowhub.io)
1 points
by
melezhik
8mo ago
|
0 comments
87.
▲
by
melezhik
8mo ago
You can use http://deadsimpleci.sparrowhub.io it allows to debug ci locally , as under the hood this is just a docker and your scripts ( Python, bash, whatever ), no magic, , the project is in active development and I am open f
88.
▲
Show HN: Replace YAML pipelines in Gitea/Forgejo/GitHub/GitLab
(deadsimpleci.sparrowhub.io)
2 points
by
melezhik
8mo ago
|
0 comments
89.
▲
by
melezhik
8mo ago
“ For the love of all that is holy, don’t let GitHub Actions manage your logic. Keep your scripts under your own damn control and just make the Actions call them!” This is why I started DSCI - https://github.com/melezhik
90.
▲
by
melezhik
8mo ago
Beta version of runner is available - https://github.com/melezhik/DSCI/blob/main/forgejo-setup.md , job runner is under alpine with python3 pre installed
More ›