Viewing profile — pqyzwbq
pqyzwbq
HN member- Joined
- Thu, Jan 16, 2014, 12:32 AM UTC
- HN karma
- 14
- Public activity
- 23 items
- HN profile
- View on Hacker News ↗
About pqyzwbq
No profile information was provided.
Recent public activity
-
comment
Comment #34333945
I checked rath some days ago, it is pretty cool. It's great to know graphic-walker. by the way, for RATH's automated data exploration, it seems like https://github.com/rilldata/ril…
-
comment
Comment #33904892
Maybe you can check: - https://github.com/turbot/steampipe (which will query the sources on demand): Use SQL to instantly query your cloud services (AWS, Azure, GCP and more). Open…
-
comment
Comment #33702143
To write web gui in Python, there are some other open source alternatives. If just want to port simple shell interactive interface to web gui, can check https://github.com/pywebio/…
-
comment
Comment #32990757
Already switched to fly.io. It is also great, and its VM will not "sleeping while inactive"
-
comment
Comment #32876095
The document for pocketbase's realtime is: https://pocketbase.io/docs/api-realtime/ The Realtime API is implemented via Server-Sent Events (SSE). Generally, it consists of 2 operat…
-
comment
Comment #32861181
It is very hard to develop on premise product. First you need to works with different Linux OS (ubuntu, redhat, etc.), and nowadays, product may contain a lot of microservice, then…
-
comment
Comment #32860856
pocketbase is great, I used it in several personal projects, and I really like it https://github.com/pocketbase/pocketbase PocketBase is an open source Go backend, consisting of: *…
-
comment
Comment #32833059
Scala was fun when my company was small. Later, we need to recruit more people, it became harder and harder. Each need to learn a lot before they can contribute bug fix to product.…
-
comment
Comment #32763078
I planned to write a series of articles about how to build distributed applications on Akka Clustering, now, there's no need for that. I wish I didn't recommend Akka to my friends.…
-
comment
Comment #32745187
I would also suggest prql, which is also great. Plus: - the license of prql is better (APACHE v2 vs GPL v2) - although having modeling layer is good, but something like dbt-metrics…
-
comment
Comment #31579733
you may check: https://github.com/jitsucom/jitsu . "Jitsu is an open-source Segment alternative. Fully-scriptable data ingestion engine for modern data teams. Set-up a real-time da…
- story
-
comment
Comment #29507159
Noticed this is answered in: https://github.com/apache/logging-log4j2/pull/608#issuecomme... ``` I believe that applications that use log4j-api with log4j-to-slf4j, without using l…
-
comment
Comment #29506177
OK, thanks, didn't notice this when I read it.
-
comment
Comment #29506158
Do anyone know if I depends on the following 2: - org.apache.logging.log4j:log4j-api - org.apache.logging.log4j:log4j-to-slf4j But without dependency on - org.apache.logging.log4j:…
-
comment
Comment #29492877
FoundationDB is awesome
-
comment
Comment #29480816
Yes, Best programmers can win against any integration tools. But in real world, it rare to find enough "good programmers", so they can not abstract good components and good layers.…
-
comment
Comment #29457332
Yes, you're right. I just changed my prev comment to add my usage case to make it clear. Thanks.
-
comment
Comment #29456946
For us (we build business software distributed to customers), the License is the key factor. MySQL/MariaDB is GPL, and even worse, the JDBC driver is also GPL (which makes any busi…
-
comment
Comment #29425744
I use dbt to build small dremio data warehouse. dbt is using software engineering ideas to build data, it is quite awesome. I can use github to version control it, can did some uni…
-
comment
Comment #29402197
PyWebIO seems similar: https://github.com/pywebio/PyWebIO , it can turns python command line script into web with only very small change. And PySimpleGUI mainly for Desktop: https:…
-
comment
Comment #27767680
Great to know JuiceFS begin to add support for FoundationDB! Looking forward to that.
-
comment
Comment #26748433
Congratulations, well done!