Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
cpuguy83
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
6 ms
·
1.
▲
by
cpuguy83
17d ago
It doesn't do messages or notifications. "Just" things like file copy and clipboard.
2.
▲
by
cpuguy83
18d ago
kdeconnect has an iOS client.
3.
▲
by
cpuguy83
18d ago
"Easy" is subjective, but tether seems like it would do this? There is also kdeconnect (don't let the "KDE" fool you).
4.
▲
by
cpuguy83
21d ago
Also created memcached, livejournal... Brad has a long list of impressive work.
5.
▲
by
cpuguy83
21d ago
Interesting. I thought about doing this immediately after reading their old blog[1] post on punching through NAT some time ago. Just a combo of never getting around to it and friends talking me out of it b/c of existing alternatives su
6.
▲
by
cpuguy83
22d ago
Larger model -> more memory It depends on what model(s) you want to run.
7.
▲
by
cpuguy83
27d ago
Sure, but I don't expect build to execute arbitrary code. That's a big difference. It's like if `git clone` ran random stuff from the cloned repo.
8.
▲
by
cpuguy83
27d ago
The problem isn't the language here, it's cargo executing build.rs from dependencies which necessarily allows arbitrary code execution.
9.
▲
by
cpuguy83
1mo ago
The US is not much different. We don't have a wealth of specialists available to see people right away. I've flat out been rejected from a specialist because they had no availability at all. I actually tried again and got to be se
10.
▲
by
cpuguy83
1mo ago
I'm fairly certain that docker sandbox is based on https://github.com/containerd/nerdbox which you can run on Linux.
11.
▲
by
cpuguy83
1mo ago
USB-C is literally just the name of the connector. USB-A can also have varying speeds across it... and B. These are all connectors, not speed ratings. There is usb 1, 2, 3, and 4 that are more of a statement on the performance capability.
12.
▲
by
cpuguy83
2mo ago
I'm pretty sure the issue is not "higher order abstractions". It is using multiple single letter references with no real grounding or relationship that the reader has to track. For example, looping over a map with "k&quo
13.
▲
by
cpuguy83
2mo ago
Enjoyed the read, thanks! Beyond the content, the font, style, etc made it a pleasant experience for me.
14.
▲
by
cpuguy83
2mo ago
Bug is uncovered. Where was it first introduced? Why was the code changed? What did it do before the bug was introduced?
15.
▲
by
cpuguy83
2mo ago
This is focused on builds, so running either buildkitd or dockerd in an Apple containerization container. No port forwarding or host volume stuff (really its focused on running buildkit on mac) BUT complete integration with docker CLI and b
16.
▲
by
cpuguy83
2mo ago
Thanks for this. Just started another rewatch and were of course in awe of the house.
17.
▲
by
cpuguy83
3mo ago
Plenty of people offended by closing a PR or issue unresolved.
18.
▲
by
cpuguy83
3mo ago
In an ideal universe yes. But we live in a world where vulnerability scanners reign supreme.
19.
▲
by
cpuguy83
3mo ago
It's not (just) more of them, it's the same ones reported by multiple people. I think the point is those issues are now easily discoverable and are nearly public because of it.
20.
▲
by
cpuguy83
3mo ago
I'm reminded of the old-timey picture of a bunch of people on a train staring at their newspapers. Nothing new here.
21.
▲
by
cpuguy83
3mo ago
Not a full docker env, I aimed this as doing builds though you can run dockerd as an option, https://github.com/cpuguy83/crucible uses the containerization framework to run either build kitd or dockerd and wire it up t
22.
▲
by
cpuguy83
4mo ago
Hold onto your butts.
23.
▲
by
cpuguy83
4mo ago
No, docker access means root. You can use "rootless" mode, in this case it means root in a user namespace (that is not the "host" user namespace).
24.
▲
by
cpuguy83
4mo ago
Apple did recently approve drivers for both nvidia and amd, but not for gaming purposes. Apple supported OpenGL plenty, just that the world moved. Apple created metal, shortly after Vulkan was created. "They could support it if they w
25.
▲
by
cpuguy83
4mo ago
Does it free up fab space to make the newer ram?
26.
▲
by
cpuguy83
4mo ago
The whole entire reason is compression is not deterministic across tooling.
27.
▲
by
cpuguy83
4mo ago
containerd 2.3 has support for erofs which does a direct import of the layer. It can even convert the tar based layers to erofs, faster than extracting the tar normally. Also looking at block-based content store so that blocks can be dedupe
28.
▲
by
cpuguy83
4mo ago
That is not correct. You would have to use the same compression tool (and likely version) for this to match. Old docker discarded the compressed bits but kept some metadata about the the so it can at least recreate the tar. It also recreate
29.
▲
by
cpuguy83
4mo ago
That's almost certainly nothing to do with the change. Please report this if you can with commands used. Buildkit isn't changing behavior here. Internally in docker there is a shim to make the legacy storage behave like containerd
30.
▲
by
cpuguy83
5mo ago
The problem is distros often remove older versions from the repo as soon as the new version is available. Granted there is an archive that you can pull from.
More ›