Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
visualphoenix
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
7 ms
·
1.
▲
by
visualphoenix
4mo ago
Good luck to them! I recently had the misfortune of fighting Copilot on a Github PR and it made me want to never contribute to the project again.
2.
▲
by
visualphoenix
5mo ago
Very cool! I’ve been building something similar with a k8 focus for home serving as well! Excited to check it out.
3.
▲
by
visualphoenix
7mo ago
Thanks again for listening to the feedback and making these improvements! Especially the 302 redirect bit. Would love to know if you’ve tested the hybrid migration mode against artifactory yet. Would be very very cool to have a way to run b
4.
▲
by
visualphoenix
7mo ago
Can this do 302 redirect to s3? One neat feature of artifactory edge is that the asset download can skip hitting the edge peer and go straight to s3. Would be cool if this also could support the existing artifactory s3 backend format so you
5.
▲
by
visualphoenix
1y ago
Seems to be nfs v3 [0] - curious to test it out - the only userspace nfsv4 implementation I’m aware of is in buildbarn (golang) [1]. The example of their nfs v3 implementation disables locking. Still pretty cool to see all the ways the rust
6.
▲
by
visualphoenix
1y ago
It’s not just the UK implementing age verification actively. 5 EU member states [0] are actively participating: Denmark, Greece, Spain, France [1], and Italy. Canada and Australia are jumping in [2] [3]. [0]: https://ec.europa.eu
7.
▲
by
visualphoenix
1y ago
Fun fact: the standing turrets are vehicles without wheels
8.
▲
by
visualphoenix
1y ago
In addition to some other things, I was responsible for all vehicle simulation in Army of Two. This article is a good starting point. I was glad they mentioned implementing Pacejka’s tire model and the transmission differential in the artic
9.
▲
by
visualphoenix
2y ago
Git-crypt is a dead product with numerous unresolved issues and drawbacks. Newer versions of git cause git to crash when invoking git-crypt[0]. It doesn’t scale with users: Off-boarding a key is a commit in git. Since it is trivially easy t
10.
▲
by
visualphoenix
2y ago
Cash is not necessarily an option. Did you know there is no federal requirement for a business to accept cash?
11.
▲
by
visualphoenix
2y ago
Sharing a VPC between accounts with AWS RAM incurs no network costs between the accounts and greatly simplifies AWS networking. Additionally you can share and re-use security groups from the shared vpc across account boundaries.
12.
▲
by
visualphoenix
2y ago
I agree with your assessment of walking out of a grocery store with two bags costing ~$200. I went to Canada to see the eclipse and was absolutely shocked how cheap it was to go to the grocery store. Not only was the currency conversion in
13.
▲
by
visualphoenix
2y ago
Still reading the handbook but this reminds me of Talos Linux[0] - which is also a pure golang k8s focused linux distro. [0] https://www.talos.dev/
14.
▲
by
visualphoenix
3y ago
Wish this had a caching feature… Setting up squid as a https caching forward proxy in docker is a pain.
15.
▲
by
visualphoenix
3y ago
Oh look… now we get a name collision for an intermediate representation [0]. That won’t make it difficult for searching at all… Like, this is cool and power to them, but I wish they had a different abbreviation. [0] https://www.x
16.
▲
by
visualphoenix
3y ago
If the remote host is trusted, you just forward the gpg-agent over ssh to your remote host.
17.
▲
by
visualphoenix
3y ago
My dad’s ex-partner tells his version of a story about it: https://m.youtube.com/watch?v=lmFgeFh2nlw Tldr: band was mourning cliff’s death and giving newsted grief.
18.
▲
by
visualphoenix
3y ago
Lars is an incredible drummer.
19.
▲
by
visualphoenix
3y ago
Might sound incredible, but I have no reason to doubt my source: my father mixed AJFA.
20.
▲
by
visualphoenix
3y ago
If it’s true that Flemming Rasmussen hand edited every beat of the drum track, that explains the statistics and consistency.
21.
▲
by
visualphoenix
3y ago
While I’m unsure if this was true of Master of Puppets, I recall hearing an anecdote about And Justice For All… When the engineers first rewound the master tapes for Justice they thought the tape was being shredded because the tape machine
22.
▲
by
visualphoenix
4y ago
Cool story! Feeding context back into the 0 shot is the hotness. I’ve had a lot of success with that. Curious what other (easier) ways you found to accomplish the same effect?
23.
▲
by
visualphoenix
4y ago
I used https://eshop.macsales.com/item/Addonics/ADSAIDE/ to upgrade some Glyph drives to ssd when connected to a g5 audio rig a few years ago
24.
▲
by
visualphoenix
4y ago
Yup. That’s how networking basically worked for Army of Two. We only sent controller input over the network. Everything else was deterministic.
25.
▲
by
visualphoenix
5y ago
Isn’t the situation of preserving local file modifications covered in the Debian handbook[0]? You simply drop a config for apt to not overwrite files you’ve changed… /etc/apt/apt.conf.d/local DPkg::options { "
26.
▲
by
visualphoenix
5y ago
This one? http://textadventures.co.uk/games/view/emrhyy7pp0c8bjkjeuhs-...
27.
▲
by
visualphoenix
5y ago
In the past I’ve used a certificate authority for ssh setup as one nice way to stop the proliferation of ssh keys. The other route is to use one hardware key fob with a gpg identity on it and use that as your global method of access.
28.
▲
by
visualphoenix
5y ago
Same. Imho it’s the best solution we have right now.
29.
▲
by
visualphoenix
5y ago
This is what I do as well. Yubikey configured as a smartcard running gpg-agent with enable-ssh-support.
30.
▲
by
visualphoenix
5y ago
Is there a benefit to using ssh-agent in this way instead of using gpg-agent as an ssh provider?
More ›