Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
xtreak29
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
7 ms
·
1.
▲
Discovery Loop
(discoveryloop.com)
954 points
by
xtreak29
1mo ago
|
603 comments
2.
▲
by
xtreak29
1mo ago
https://xcancel.com/JeffDean/status/2085034604172603724 > Announcing Discovery Loop! > I am very excited to announce that, along with my longtime friends and collaborators @Sanjay_Ghemawat, @OriolVinyalsML a
3.
▲
by
xtreak29
4mo ago
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...
4.
▲
by
xtreak29
7mo ago
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 pr
5.
▲
AI usage in popular open source projects
(tirkarthi.github.io)
1 points
by
xtreak29
7mo ago
|
0 comments
6.
▲
Generative AI and Healthy Skepticism
(tirkarthi.github.io)
1 points
by
xtreak29
1y ago
|
2 comments
7.
▲
Apache Airflow 3.0 Release
(airflow.apache.org)
19 points
by
xtreak29
1y ago
|
2 comments
8.
▲
Apache Airflow 2.10.0 is here
(airflow.apache.org)
1 points
by
xtreak29
2y ago
|
0 comments
9.
▲
Apache Airflow 2.9.0 Release
(airflow.apache.org)
2 points
by
xtreak29
2y ago
|
0 comments
10.
▲
Show HN: An open source dictionary app to show meanings as notifications
(play.google.com)
2 points
by
xtreak29
3y ago
|
0 comments
11.
▲
by
xtreak29
4y ago
https://stackoverflow.com/q/3177338
12.
▲
by
xtreak29
4y ago
There seems to be an issue open for this https://github.com/simsong/tcpflow/issues/58
13.
▲
by
xtreak29
4y ago
Does aioboto3 help here? https://aioboto3.readthedocs.io/en/latest/usage.html#upload
14.
▲
by
xtreak29
4y ago
Some breakdown and comparison over the years https://meta.m.wikimedia.org/wiki/Wikimedia_Foundation_salar...
15.
▲
by
xtreak29
4y ago
https://streamlit.io/ is good for quick interfaces with components.
16.
▲
by
xtreak29
4y ago
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/hug
17.
▲
by
xtreak29
4y ago
Probably a reference to https://news.ycombinator.com/item?id=32531141
18.
▲
by
xtreak29
4y ago
Some discussion on this in PostgREST repo https://github.com/PostgREST/postgrest/issues/1214
19.
▲
by
xtreak29
4y ago
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 fl
20.
▲
by
xtreak29
4y ago
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 c
21.
▲
by
xtreak29
4y ago
GitHub repo : https://github.com/readysettech/readyset
22.
▲
by
xtreak29
4y ago
There was a similar PEP https://peps.python.org/pep-0505/
23.
▲
by
xtreak29
4y ago
If you have the openapi spec then tools like below might help https://dev.to/danielgtaylor/a-cli-for-rest-apis-part-1-104b https://github.com/danielgtaylor/restish https://github.com&#x
24.
▲
by
xtreak29
5y ago
Thanks, your sqlite-utils and other libraries have been very helpful.
25.
▲
by
xtreak29
5y ago
Discussion: https://sqlite.org/forum/forumpost/d61880668db1a8f4
26.
▲
by
xtreak29
5y ago
Thanks
27.
▲
by
xtreak29
5y ago
In case of PostgreSQL there is json and jsonb. For SQLite, hexdump of the database shows text representation and seems to be stored like json than jsonb. I am not aware of the full design and source code but it seems some functions parse an
28.
▲
by
xtreak29
5y ago
It seems readfile is from an extension but present in cli. json_each is present in standard sqlite core from 3.38.0 as json1 extension is also now part of core. json_each : https://www.sqlite.org/json1.html#jeach readfile :
29.
▲
by
xtreak29
5y ago
There are couple of threads related to json import but a default mode will be helpful as there is already .mode json for output and import support will be great. https://sqlite.org/forum/forumpost/567caa57234b98e46
30.
▲
New JSON query operators in SQLite 3.38.0
(tirkarthi.github.io)
397 points
by
xtreak29
5y ago
|
33 comments
More ›