HackerTrans
TopNewTrendsCommentsPastAskShowJobs

bodhi_mind

no profile record

Submissions

TDGS: Open-source game engine for table top RPGs

tacticaldice.com
1 points·by bodhi_mind·5 tháng trước·1 comments

I Chose to Focus on Data Systems Instead of Application Programming

alexnemethdata.com
2 points·by bodhi_mind·8 tháng trước·1 comments

Show HN: ZeroDayPublishing – Real-time CVE alerts with filtering and digests

zerodaypublishing.com
2 points·by bodhi_mind·12 tháng trước·0 comments

comments

bodhi_mind
·27 ngày trước·discuss
Cool project! Side note: Kind of a bad practice imo to ask people to blindly execute bash from an unknown source.
bodhi_mind
·4 tháng trước·discuss
Cutting pex to remove old shutoff valve and crimp on a new 1/4 turn valve took me probably 2 min and a $15 tool from Amazon.
bodhi_mind
·5 tháng trước·discuss
TDGS provides mathematically transparent rules designed for computational verification, making it ideal for indie developers, AI-powered tools, and anyone who wants to build on tested mathematics rather than reinvent probability.
bodhi_mind
·5 tháng trước·discuss
Except it’s the present
bodhi_mind
·7 tháng trước·discuss
I’m stuck on the opening sentence. Family went to sleep in the morning so rest of the day is free? I must be missing something but that doesn’t make sense.

Did the author chloroform them?
bodhi_mind
·8 tháng trước·discuss
You’re right that claims of being “chosen” can be misused, but in classical Judaism it means chosen for personal moral responsibility, not automatic virtue or supremacy. The phrase “light unto the nations” emphasizes modeling justice, compassion, and humility through your own actions. Anyone who interprets it as justification for harming others or claiming inherent superiority is a fringe distortion, not representative of Jewish teaching.
bodhi_mind
·8 tháng trước·discuss
A lot of Israelis who reference “God’s chosen people” aren’t claiming superiority in the way it’s often interpreted abroad. In Jewish tradition, “chosen” historically means chosen for responsibility, not privilege. The phrase “light unto the nations” captures this: it’s about modeling ethical behavior, justice, and compassion, not dominating or controlling others.

Understanding this helps separate the original ethical meaning of “chosen” from the way it’s sometimes misinterpreted in political discourse: it’s meant to be a call to moral responsibility, not a claim of inherent superiority.
bodhi_mind
·8 tháng trước·discuss
I appreciate the kind words!
bodhi_mind
·8 tháng trước·discuss
The whole “why I contribute to open source” has been on my mind lately after I published my first open source project and it’s gotten moderate attention from the data engineering community (200 GitHub stars):

TinyETL - Fast, zero-config ETL in a single binary https://github.com/alrpal/TinyETL

The transition from being the sole architect of “my” project into more of a maintainer, organizer, director, has been a unique experience and interesting to reflect on.

What’s the future hold? I really don’t know.
bodhi_mind
·8 tháng trước·discuss
There’s no denying that Erlang is bad ass.
bodhi_mind
·8 tháng trước·discuss
Thank you. I’ll check that out. Are you the developer? Are you in the data engineering space?
bodhi_mind
·8 tháng trước·discuss
TinyETL. Fast, zero-config ETL in a single binary.

Transform and move data between any format or database instantly. No dependencies, no config files, just one command.

https://github.com/alrpal/TinyETL
bodhi_mind
·8 tháng trước·discuss
There’s also Django channels which is pretty sweet for certain tasks, especially websockets.

I use a combination or channels and celery for a few projects and it’s works great.
bodhi_mind
·9 tháng trước·discuss
Looks like it could stuck around animals necks like soda can 6 pack packaging.
bodhi_mind
·9 tháng trước·discuss
Saying everything is a CRUD app is a reflection on the level of abstraction a developer usually works in.

Someone who worked more in embedded systems may say something like “everything is ‘just’ a state machine.”
bodhi_mind
·9 tháng trước·discuss
The problem is we’re in an age of mass disinformation that makes any claim potentially propaganda. It comes down to trust and belief and those things are either easier than ever or harder than ever depending on media you consume and common sense.
bodhi_mind
·10 tháng trước·discuss
At least llm will delete code it replaces instead of commenting out every piece of old functionality.
bodhi_mind
·10 tháng trước·discuss
I think it’s allowed me to spend more time being an architect and thinking about processes, problem solving. To put it another way, I’m still a developer, possibly to a higher degree (because I can spend more time doing it), and less of a coder.
bodhi_mind
·10 tháng trước·discuss
I also use next and use the pages router. Makes for a development friendly react front end.

And I have some use cases where I want to have a headless crm/api “hidden” behind the front end. So in these cases using next as a backend proxy works well for me.
bodhi_mind
·11 tháng trước·discuss
Funny. This is exactly how I use it too. I love to make a ui change prompt and switch to the browser and watch hot reload incrementally make the changes I assume will happen.