HackerTrans
TopNewTrendsCommentsPastAskShowJobs

xtreak29

no profile record

Submissions

AI usage in popular open source projects

tirkarthi.github.io
1 points·by xtreak29·5 mesi fa·0 comments

Generative AI and Healthy Skepticism

tirkarthi.github.io
1 points·by xtreak29·11 mesi fa·2 comments

Apache Airflow 3.0 Release

airflow.apache.org
19 points·by xtreak29·anno scorso·2 comments

Apache Airflow 2.10.0 is here

airflow.apache.org
1 points·by xtreak29·2 anni fa·0 comments

Apache Airflow 2.9.0 Release

airflow.apache.org
2 points·by xtreak29·2 anni fa·0 comments

Show HN: An open source dictionary app to show meanings as notifications

play.google.com
2 points·by xtreak29·3 anni fa·0 comments

comments

xtreak29
·2 mesi fa·discuss
Bun is moving towards rust but does this also help bun's compilation times?

https://ziggit.dev/t/bun-s-zig-fork-got-4x-faster-compilatio...
xtreak29
·5 mesi fa·discuss
Reviewing code was also a big bottleneck. With lot more untested code where authors don't care about reviewing their own code it will take even more toll on open source maintainers. Code quality between side projects and open source projects are different. Ensuring good code quality enables long term maintenance for open source projects that have to support the feature through the years as a compatibility promise.
xtreak29
·4 anni fa·discuss
https://stackoverflow.com/q/3177338
xtreak29
·4 anni fa·discuss
There seems to be an issue open for this https://github.com/simsong/tcpflow/issues/58
xtreak29
·4 anni fa·discuss
Does aioboto3 help here?

https://aioboto3.readthedocs.io/en/latest/usage.html#upload
xtreak29
·4 anni fa·discuss
Some breakdown and comparison over the years https://meta.m.wikimedia.org/wiki/Wikimedia_Foundation_salar...
xtreak29
·4 anni fa·discuss
https://streamlit.io/ is good for quick interfaces with components.
xtreak29
·4 anni fa·discuss
You can get top PyPI package source using https://github.com/hugovk/pypi-tools/blob/main/repo_checker....

https://github.com/hugovk/pypi-tools

https://github.com/hugovk/pypistats
xtreak29
·4 anni fa·discuss
Probably a reference to https://news.ycombinator.com/item?id=32531141
xtreak29
·4 anni fa·discuss
Some discussion on this in PostgREST repo

https://github.com/PostgREST/postgrest/issues/1214
xtreak29
·4 anni fa·discuss
I used rewriting as a learning experience. I found flutter to be simpler with respect to UI and state management compared to using XML by default for UI. Since mine was a crud app flutter was okay. I later found jetpack compose which has flutter like UI composition and I liked it better since I can access the existing Android library ecosystem too.
xtreak29
·4 anni fa·discuss
I too wrote a similar app for my personal problem and also served to be a good way to learn about kotlin and Android ecosystem. I also tried a rewrite in flutter and compose. The idea was to use select the word and then click meaning from context menu so that meaning occurs as notification and disappears in 15 seconds. I used Wiktionary as dataset source and app works offline.

https://play.google.com/store/apps/details?id=com.xtreak.not...

https://github.com/tirkarthi/NotificationDictionary
xtreak29
·4 anni fa·discuss
GitHub repo : https://github.com/readysettech/readyset
xtreak29
·4 anni fa·discuss
There was a similar PEP https://peps.python.org/pep-0505/