HackerTrans
TopNewTrendsCommentsPastAskShowJobs

izik

no profile record

Submissions

Model Architecture Description Encyclopedia

madl.si5.pl
1 points·by izik·3 miesiące temu·0 comments

LeaderKey – Efficient Nested Shortcut Launcher

github.com
2 points·by izik·w zeszłym roku·0 comments

Ragas – Framework for RAG Evaluation

github.com
2 points·by izik·3 lata temu·0 comments

Ask HN: What are the LangChain's parts not easy replicable with custom code?

3 points·by izik·3 lata temu·0 comments

You can make top LLMs break their own rules with gibberish

theregister.com
2 points·by izik·3 lata temu·0 comments

Microsoft Announcing Power BI in Jupyter notebooks

powerbi.microsoft.com
2 points·by izik·3 lata temu·0 comments

Ask HN: How does prompt optimizer works?

2 points·by izik·3 lata temu·0 comments

Transformers from Scratch

e2eml.school
4 points·by izik·3 lata temu·0 comments

New cognitive skills in the age of AI tailored information

safjan.com
62 points·by izik·3 lata temu·63 comments

Federated Social Web Manifesto

safjan.com
2 points·by izik·3 lata temu·0 comments

New Cognitive Skills in the Age of AI Tailored Information Presentation

safjan.com
1 points·by izik·3 lata temu·1 comments

comments

izik
·2 lata temu·discuss
I was wondering if the same type application exists for Python and there is similar: pyvideo [1]

[1] https://pyvideo.org/
izik
·2 lata temu·discuss
The vanilla pacman will not work on macos as expected but there are attempts [1],[2] to make it works with some modifications/hacks.

[1] https://github.com/liudongmiao/pacman [2] https://github.com/kladd/pacman-osx
izik
·3 lata temu·discuss
Google Summer of Code
izik
·3 lata temu·discuss
https://safjan.com
izik
·3 lata temu·discuss
It is already happening and with the availability of the tools like PyO3 [1] (it allows Python developers to write performance-critical code in Rust and then expose it as a Python module) the Rustication of the Python will be progressing while some controversies will appear [2]. Adding new language adds complexity to the python code base but it is always good to have at least choice and decide case-by-case if use Rust in Python app or not.

[1] https://github.com/PyO3/pyo3

[2] https://safjan.com/rustification-of-python/#drawbacks-and-co...