Viewing profile — pl4nty
pl4nty
HN member- Joined
- Wed, Apr 15, 2020, 1:11 PM UTC
- HN karma
- 26
- Public activity
- 47 items
- HN profile
- View on Hacker News ↗
About pl4nty
No profile information was provided.
Recent public activity
-
comment
Comment #46429473
yaml definitions compiled to sqlite sounds pretty similar to winget, which is scaling very well. vector search is a cool idea - how much storage does it use per package?
-
comment
Comment #46074395
I had to scroll too far for someone to mention third-party CI. GitHub Actions free runners have always sucked, but the third-party runner ecosystem is really strong for those who c…
-
comment
Comment #43237438
there are quite a few features like this. I actually did a comparison of chromium vs edge headers yesterday, it's a lot more than a rebrand. shame the source code is proprietary ht…
-
comment
Comment #43237358
> windows store requires a MS account they avoid mentioning it, but the Microsoft managed package format (MSIX) works just fine without the Microsoft Store. create an App Installer…
-
comment
Comment #43166452
> Until now the only way to do that was on device as usual, Apple's implementation is exceptional, but far from the first. see https://confidentialcomputing.io/ and its long histor…
-
comment
Comment #43145281
thanks for this, can't believe I've never come across it. I've been building git scraping tools for years, but didn't know it was a popular pattern
-
comment
Comment #42913010
this, because msft spent years and many $$$ to build an open-source ecosystem. apple hasn't done that yet, so I'm not sure why anyone would trust them
-
comment
Comment #42883562
shame they paywalled JWT authn behind their expensive PaaS offering :( forced us to use an alternative, and paywalling security features in an "open source" product didn't make us …
-
comment
Comment #42860069
this is really helpful, thanks. how much are third-party models changing these workflows (LLMs etc)? would you still spend as much time on feature engineering and evaluation? I'm w…
-
comment
Comment #42859777
I host a usable web app like this, including a complete CLI via WebAssembly. it's surprisingly useful for teaching, kind of like CyberChef https://openssl.tplant.com.au/
-
comment
Comment #42859763
I host a usable web app for this idea, including a full CLI via WebAssembly to illustrate the trade-offs https://openssl.tplant.com.au/
-
comment
Comment #42826775
it's not as expensive as it looks, if you don't count time. CNC alu and the display would be the biggest costs. other carrier board projects use 3d printing over CNC, but the displ…
-
comment
Comment #42752148
thanks, really appreciate that your post was concise and included examples/followups. only needed 10 minutes to style my own rss feed
-
comment
Comment #42733237
mainline LTS is good enough to boot and perform well, but it's still missing media and NPU features. as someone who briefly worked on mainlining, I feel the biggest problem is Turi…
-
comment
Comment #42704492
every trufflehog post I've seen on hn has been alarmist clickbait. could've been an opportunity to discuss security tradeoffs of `sub` vs `email` and how to handle `sub` changes, b…
-
comment
Comment #42690351
Microsoft Store and Xbox games/updates are distributed with a proprietary P2P protocol, which also includes ISP appliances. afaik it's the largest P2P network in the world. https:/…
-
comment
Comment #42086209
its layout engine is the real magic for me, it allows complex diagrams that are just unreadable in graphviz or mermaid. a concise DSL and animation support are bonuses too
-
comment
Comment #41621464
it's become much easier in the last few years. Talos + Flux + Renovate can be built in a day [0], and simplifies storage/backups/patching even for single-node clusters. There's als…
-
comment
Comment #40878989
and the niche customers that do need Proton's level of privacy are often more comfortable with a selfhosted product
-
comment
Comment #40604275
it's a pain, you'll need to build the images on separate jobs then merge them into a multi-arch manifest. I moved to namespace.so for remote BuildKit builds a while ago and haven't…
-
comment
Comment #40126932
the docs might be misleading - New-MailboxImportRequest is "only supported on-prem", but it's used by the PST import UI and works just fine with EXO
-
comment
Comment #39730814
> apt is unpinnable, as old versions get removed not necessarily, eg snapshot.debian.org > pinning on hashes is architecture dependent can't you pin the multi-arch manifest instead…
-
comment
Comment #39663620
they've started internal v6 rollout with external coming afterwards. no timelines though, and I've waited for years https://old.reddit.com/r/backblaze/comments/1av4r3g/b2_ipv6_...
-
comment
Comment #39648000
k8s is a lot easier for homelabs than it used to be, and imo it's quicker than nix for building a declarative homelab. templates like this one can deploy a cluster in a few hours: …
-
comment
Comment #39074124
Nvidia's SODIMM compute module interface can prove this concept already. I have two 7W ARM Turing RK1s arriving soon, each with PCIe 3x4 at 4GB/s, and the Turing Pi 2 cluster board…