HackerTrans
TopNewTrendsCommentsPastAskShowJobs

bodhi_mind

no profile record

Submissions

TDGS: Open-source game engine for table top RPGs

tacticaldice.com
1 points·by bodhi_mind·hace 5 meses·1 comments

I Chose to Focus on Data Systems Instead of Application Programming

alexnemethdata.com
2 points·by bodhi_mind·hace 8 meses·1 comments

comments

bodhi_mind
·hace 24 días·discuss
Cool project! Side note: Kind of a bad practice imo to ask people to blindly execute bash from an unknown source.
bodhi_mind
·hace 4 meses·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
·hace 5 meses·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
·hace 5 meses·discuss
Except it’s the present
bodhi_mind
·hace 7 meses·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
·hace 8 meses·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
·hace 8 meses·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
·hace 8 meses·discuss
I appreciate the kind words!
bodhi_mind
·hace 8 meses·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
·hace 8 meses·discuss
There’s no denying that Erlang is bad ass.
bodhi_mind
·hace 8 meses·discuss
Thank you. I’ll check that out. Are you the developer? Are you in the data engineering space?
bodhi_mind
·hace 8 meses·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
·hace 8 meses·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
·hace 9 meses·discuss
Looks like it could stuck around animals necks like soda can 6 pack packaging.
bodhi_mind
·hace 9 meses·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
·hace 9 meses·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
·hace 9 meses·discuss
At least llm will delete code it replaces instead of commenting out every piece of old functionality.
bodhi_mind
·hace 10 meses·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
·hace 10 meses·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.