Viewing profile — threePointFive
threePointFive
HN member- Joined
- Sat, Oct 21, 2023, 7:53 PM UTC
- HN karma
- 171
- Public activity
- 40 items
- HN profile
- View on Hacker News ↗
About threePointFive
No profile information was provided.
Recent public activity
-
comment
Comment #44914727
My company just implemented the SaaS Bitwarden with Google SAML on their Enterprise Plan. Very easy to set up, not too expensive ($6/user/month). Their compliance page made it much…
-
comment
Comment #44164714
While i think i know what you're getting at, for the sake of discussion, could you elaborate?
-
comment
Comment #44164363
Can someone comment on the cost of running agentic models? Not for a company but for an individual. I tried "vibe coding" a personal project I was struggling with and left even mor…
-
comment
Comment #43932918
Moreutils has a great command `chronic` which is a wrapper command like `time` or `sudo`, ie. you just run `chronic `. It'll supress stdout and stderr until the command exits at wh…
-
comment
Comment #43414213
That's quite impressive by the standards I'm used to. Do you mind if I ask what scale you're operating at and what tools you use to manage the staged rollout?
-
comment
Comment #43405732
I've been super happy with Fedora since switching to it on desktop. Unfortunately I'm still biased to Debian for the server usecase. Fedora moves too quickly but RHEL (and derivati…
-
comment
Comment #43392903
My first question when reading this was how is it going to affect the `whois` CLI tool, which I use at least weekly for both IPs and Domains. I even started trying to find source c…
-
comment
Comment #43213935
I wish that were true. Every enterprise I've seen has thrown their hands up and said "we already use microsoft for everything else (generally email, ad, or office) and teams is bun…
-
comment
Comment #42255873
Does anyone have access to the full article? I'm curious what their alternative was. Terraform? Directly using cloud apis? VMs and Ansible?
-
comment
Comment #42230285
> Newlines are now forbidden in filenames No. To quote that article > A bunch of C functions are now encouraged to report EILSEQ if the last component of a pathname to a file they …
-
comment
Comment #41446556
I might be misunderstanding the ruling, but I believe if your play involves an infinite loop that cannot resolve, you tie the game. Combine that with the fact the game is Turing co…
-
comment
Comment #41333703
-O (for name based on end of the URL) or -J (for name based on the returned HTTP header)
-
comment
Comment #41314112
I had a similar issue trying to do a Windows reinstall on a Dell laptop. The cause was due to the default setup of Intel RST for the storage. The suggested fix was injecting the RS…
-
comment
Comment #40900287
Jupyter and pytorch can be installed completely as python packages via pip thanks to the modern wheel distribution format. Because of that, I would generally not recommend using an…
-
comment
Comment #40840343
My biggest gripe with the ecosystem right now is complete lack of any consistency around language servers, which seems to come from the fact that many were written assuming they wo…
-
comment
Comment #40831842
How does precedent about how commercial is interpeted here apply? If I use this to fire off a work email, is that commercial? Or does this only apply if I'm selling a product built…
-
comment
Comment #40671654
Nohup still attaches to the terminal's stdin/out/err. If the process is known to be non-interactive, redirecting to log files should be sufficient (tail -f to "reattach"). If it do…
-
comment
Comment #40580777
I don't develop for Mac, so I'm probably missing something important here, but what is the point of code signing if the owner of the signing key isn't publicly verifiable? Is there…
-
comment
Comment #40541125
Wasn't nano released after the CUA spec? Hardly seems correct calling these "modern" keybinds
-
comment
Comment #40540279
AppImage is a good distribution format, but IMO is not comparable to your system's package manager or Flatpak for that matter. For starters, when you downloads an AppImage, you are…
-
comment
Comment #40506644
Is this open source? I don't see a link anywhere. Would love to know the graph rendering works.
-
comment
Comment #40422602
Thanks for the summary. I've been using Meson + Nix, so the comments about using Nix as a build system have been confusing. I think what I've been seeing though are "use Nix instea…
- comment
-
comment
Comment #40421062
Work locks me into Outlook but god I wish I could just grep my inbox
-
comment
Comment #40420842
I'm still trying to understand why people recommend Nix in place of a build system. Nixpkgs stdlib by default expects an autotools project. It will happily integrate with other bui…