Viewing profile — magicpointer
magicpointer
HN member- Joined
- Sun, Oct 13, 2019, 12:51 PM UTC
- HN karma
- 63
- Public activity
- 14 items
- HN profile
- View on Hacker News ↗
About magicpointer
No profile information was provided.
Recent public activity
-
comment
Comment #38096670
Also with the M1 Pro MacBook, my LG USB-C monitor broke during the upgrade. Black screen, same on another connected USB-C laptop. Tried different cables, unplugging power from the …
-
comment
Comment #36714251
One approach that can be used is to use the centralized service to answer a broader question like: given this user, what rules can I use to know if a document is accessible for the…
-
comment
Comment #35019305
Great product! I think with the updates and deletes it will be applicable to many more scenarios. HTAP is really getting important now that many more apps have user-facing analytic…
-
comment
Comment #33542691
Unfortunately I'm on MacOS and not Windows. But I'll pass this info to my Windows-using colleagues, thanks!
-
comment
Comment #33538199
There's also Rancher Desktop in the same space, which includes k3s as a local K8s solution. For personal use I found it great and lighter than Docker Desktop. At work, unfortunatel…
-
comment
Comment #32600284
Fully managed PostgreSQL service, with point in time recovery like in Heroku + ability to take manual snapshots if needed. Daily snapshots are not flexible enough.
-
comment
Comment #29971328
In a similar vein there is Schemaspy[1]. It generates a static documentation website for your DB, which also uses GraphViz to build ER diagrams. [1] https://github.com/schemaspy/sc…
-
comment
Comment #27347794
To alleviate the issue of having a sequential part, they make it wrap around so that you cannot tell the order between two UUIDs. It's already some protection, and the random part …
-
comment
Comment #27346901
About UUID as Primary Key and performance, the following article has some insights and benchmarks as well: https://www.2ndquadrant.com/en/blog/sequential-uuid-generato... Essential…
-
comment
Comment #26939593
Did you use OPA as a sidecar or a separate service? I have a similar setup but with a separate service the "diff pushing" approach adds quite some complexity, due to OPA and the da…
-
comment
Comment #26762512
Also go has the advantage of producing a single static binary. Easy to build on your machine and run on another host.
-
comment
Comment #26416328
A JVM library in this space I recently started using seriously and fell in love with: jOOQ. It's not an ORM, rather a query builder but an extremely smart one. In the codegen mode,…
-
comment
Comment #25861430
The Swiss government is using the Threema Work version as its official internal messenger [1] They also provide a transparency report about metadata shared with government agencies…
-
comment
Comment #24494039
This situation is still a bit hard to understand for me as a simple Java dev. Until now I thought that there were 3 kinds of "LTS": 1) OpenJDK Updates binary builds: they take the …