Viewing profile — shanipribadi
shanipribadi
HN member- Joined
- Fri, Jun 09, 2017, 4:56 AM UTC
- HN karma
- 48
- Public activity
- 20 items
- HN profile
- View on Hacker News ↗
About shanipribadi
No profile information was provided.
Recent public activity
-
comment
Comment #44253671
had something similar happened a few years back.. basically the go binaries i compiled and run would get deleted every time I try to run it. usually just downloading the newer vers…
-
comment
Comment #44039026
In addition to the managed PG cloud being shutdown, it seems that pgt.dev (Trunk, a Postgres package manager and extension registry) is also being shutdown, "We are sunsetting Trun…
-
comment
Comment #44038897
The new Tembo is a superhuman junior developer, It polls your database, reads your stack traces, analyzes your monitoring tools, understands your codebase, and turns noisy alerts i…
- story
-
comment
Comment #39871961
Looking forward to the time when Meta will make https://github.com/facebookincubator/zstrong.git public found it mentioned in https://github.com/facebook/proxygen/blob/main/build/f…
-
comment
Comment #34771901
think BI tools, analytics dashboards for exploratory analysis, or even just exploratory analysis on the terminal with it's rich query capabilities. you can keep analytics data in S…
-
comment
Comment #34771879
https://en.wikipedia.org/wiki/Online_analytical_processing as opposed to https://en.wikipedia.org/wiki/Online_transaction_processing DuckDB is when you need to do OLAP analysis, an…
-
comment
Comment #34205528
@smhx are you sure? at the time of this comment, I was still able to download 2.0.0.dev20221230 pip3 download torch==2.0.0.dev20221230+cpu --extra-index-url https://download.pytorc…
-
comment
Comment #34205420
Alex Birsan actually published his findings for this vulnerability in Feb 2021 [1], and collected a bunch of bug bounties from various companies (Apple, Microsoft, Paypal, Yelp, Te…
-
comment
Comment #34204941
hashes would also need to be specified for all dependencies (transitives) in case they were needed, and all dependencies need to be pinned to specific versions as well. hence this …
-
comment
Comment #34204570
For comparison, iOS and Android's security model would not allow a Python package to steal SSH keys. But the best solution would be to implement least privileges principle and do n…
-
comment
Comment #34204506
there's a few factors here that allow dependency confusion attack to happen here 1. pytorch publishes their nightly package on their repo which depends on a custom triton build pro…
-
comment
Comment #34204109
the 3.0.0 version that is available on pypi is now an empty package with updated description of This is not the real torchtriton package but uploaded here to discover dependency co…
-
comment
Comment #33786932
it still has the javascript limitation of ieee float for json numeric (hence rounding once you have bigger than 2^53) :-(
-
comment
Comment #31631586
could also be zero if it doesn't have any chairs at all because it's either a t-bar or standing gondola type.
-
comment
Comment #28110141
Both postgres timestamptz and timestamp are the same, they both store timestamp as UTC epoch time. Also timestamptz does not store the timezone given by the client, the only thing …
-
comment
Comment #23135108
mixed active content was why the browser blocked it. the cdnjs link is http, while the site is https.
-
comment
Comment #20838483
``` Surely there are other more important features delivery business value to be done rather than re-inventing (and then scaling and supporting) the delivery of mobile notification…
-
comment
Comment #20837769
The title of the blog is actually a click-bait. The point of the article was more that when you have multiple teams, each owning multiple products, having a single well-defined abs…
-
comment
Comment #17978677
Hello, I'm curious how do you guys operate the flink cluster, do you have a single huge shared flink cluster where people can submit any kind of jobs for various applications/strea…