Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
mhio
searching PlanetScale…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
7 ms
·
31.
▲
by
mhio
2y ago
The issues I've seen are around updating the run times to point to new release versions in a timely manner. The project maintainers don't actively work on (the endless) security updates and defer people to commercial projects that
32.
▲
by
mhio
2y ago
You don't. There are tools like `nsenter` to act on the container namespaces. https://manpages.debian.org/bookworm/util-linux/nsenter.1.en...
33.
▲
by
mhio
2y ago
I haven't seen ubuntu's version of distroless but the general term implies a container image with an empty shell of what a linux distro provides. Leaving behind only the minimum files for running your app rather than all the cruft
34.
▲
by
mhio
2y ago
The metadata check is part of the builds image pull process. The step can resolve a `FROM repo/image:tag` reference to the content sha the tag points to, and then if required fetch the content. In any case, recent-ish (maybe 24+) versi
35.
▲
by
mhio
2y ago
docker build --pull=false ...
36.
▲
by
mhio
2y ago
It would be interesting to see if the current constellation reentries are in any way grouped over specific areas. My understanding is spacex don't have exact control due to the relative weakness of the ion thrusters and the unpredicta
37.
▲
by
mhio
2y ago
Switching to steel means satellites don't demise and hit the ground in larger chunks, something that the FCC has actively avoided in their constellation licensing for fear of hitting things. For example the 4 reaction control wheels fo
38.
▲
by
mhio
2y ago
Also https://node.green/ which lays out features in one big list
39.
▲
by
mhio
2y ago
You could maybe use that argument in 2014 but writing js now is a fundamentally different experience to what it was 10 years ago, let alone 25.
40.
▲
by
mhio
2y ago
The setup in the article replicates regular incremental snapshots rather than file system changes. ZFS snapshots allow you to roll back to the point in time of each snapshot, up to the amount of disk space you can maintain for storing the c
41.
▲
Breaking down Microsoft's pivot to placing cybersecurity as a top priority
(doublepulsar.com)
6 points
by
mhio
2y ago
|
0 comments
42.
▲
by
mhio
2y ago
Which models? Most models have a ~7B parameter version that isn't as good but will run with a smaller amount of memory. Cheap is a 4060 16GB, which can run the lower parameter models but there are obviously limits to speed, which model
43.
▲
by
mhio
2y ago
something = "else"; That is not observable for the primitive JS types that aren't objects and have no methods or properties or getters/setters (string, number, boolean, undefined, symbol, null). some.thin
44.
▲
by
mhio
2y ago
This appears to be the gist copy of https://news.ycombinator.com/item?id=39881044
45.
▲
by
mhio
3y ago
This sounds familiar... ye olde pentium III 1.13 GHz https://www.tomshardware.com/reviews/intel-admits-problems-p...
46.
▲
by
mhio
3y ago
How does nitter increase ad traffic?
47.
▲
by
mhio
3y ago
Some IDE's support development in a container. The IDE becomes a thin UI client and sends commands over a socket to the container where the files are and any builds/commands execute. I've only used the VS Code version, but it
48.
▲
by
mhio
3y ago
I don't follow, Why would hash based routing not use the history API? I'm aware of the choice between path based routing, and hash based routing, which has some server side implications. The History API manages entries in the clie
49.
▲
by
mhio
3y ago
Or DNS for the hostname, which becomes 253 characters for us meatbags. https://datatracker.ietf.org/doc/html/rfc1035#section-2.3.4
50.
▲
CVE-2023-45866 Unauthenticated Bluetooth keystroke-injection
(github.com)
10 points
by
mhio
3y ago
|
1 comments
51.
▲
by
mhio
3y ago
On Android, Linux, macOS and iOS BlueZ fix: https://github.com/bluez/bluez/commit/25a471a83e02e1effb15d5... After CVE-2020-0556 commit to add an option to fix the issue: https://github.com/blu
52.
▲
by
mhio
3y ago
What type of workload triggered the bug for you?
53.
▲
by
mhio
3y ago
Actually nothing. The format seems to have come from a similar line that builds the script path.. printf '%s/%s\n' "$(pwd -P)" "$(basename "$0")" It's just been in place, in so many
54.
▲
by
mhio
3y ago
The portablest solution I have found is: rundir=$(cd -P -- "$(dirname -- "$0")" && printf '%s\n' "$(pwd -P)")
55.
▲
by
mhio
3y ago
Double click anywhere on the title bar works for me.
56.
▲
by
mhio
3y ago
Black is available on any pro or max chip model. Gating it is still a bit silly, but the gating is not as bad as you think. The base M3 pro is $400 more than the base M3.
57.
▲
by
mhio
3y ago
This podcast on the backplane has the best set of photo's I've found so far: https://oxide.computer/podcasts/oxide-and-friends/1281318
58.
▲
by
mhio
3y ago
If it was big brother, obtaining a customised EUFI or ilo/drac/ipmi firmware for the hardware doesn't seem like a stretch.
59.
▲
by
mhio
3y ago
"colima" and it's underlying project "lima" are a pretty quick way to get started. Extremely quick to stand up a single node cluster, or many types of VMs in lima. https://github.com/lima-vm/lim
60.
▲
by
mhio
3y ago
The zeek/bro rule this is based on is here in the talk https://youtu.be/K986WVvtNF4?t=903 https://github.com/zeek/zeek
More ›