Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
maccam94
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
6 ms
·
1.
▲
by
maccam94
4mo ago
Dang, they aren't catching the booster this time, but I guess V3 is practically a new vehicle and validating the next Starship launch is probably too critical to risk damage to the launch site for now.
2.
▲
by
maccam94
7mo ago
In Zulip, if a thread meanders with messages about a tangent, the authors/mods can choose to move those messages to a new thread (and IIRC messages with links between the two threads are created so it's easy to jump back and forth
3.
▲
by
maccam94
1y ago
If you're laying a communications cable, you should just do fiber. It can carry any type of traffic at high data rates, and you can upgrade the speed over time by just replacing the optics at the ends rather than having to replace the
4.
▲
by
maccam94
2y ago
Yeah, as far as I know the only way to be sure is by putting the parent process into a cgroup. Then to kill all of the child processes you have to freeze the cgroup, enumerate the pids, send sigterm/sigkill to all of them, before unfre
5.
▲
by
maccam94
2y ago
very slowly, with the radio at maximum power, and no obstructions
6.
▲
by
maccam94
2y ago
It uses a different transceiver on the satellite which is broadcasting a ~standard LTE signal, at a miniscule data rate
7.
▲
by
maccam94
3y ago
I looked around last week to see if they are on the market yet, and found that Philips already seems to have helium-free MRIs for sale. I'm not sure if they just sealed it better or switched to REBCO. edit: nvm, finally found more info
8.
▲
by
maccam94
3y ago
The Linux kernel doesn't have a stable ABI. Thus, if a kernel function signature changes, or a subsystem gets refactored, etc, drivers get updated as part of the process. If the drivers lived outside the kernel tree, they would have to
9.
▲
by
maccam94
3y ago
Not sure what you mean by "userland" drivers here, but support for kernel modules written in rust is actively being developed. It's already being used for kernel drivers like the Asahi Linux GPU driver for M1 Macs.
10.
▲
by
maccam94
3y ago
Wait, Commonwealth Fusion Systems is already building 20T REBCO magnets, can't those meet the requirements for MRIs?
11.
▲
by
maccam94
3y ago
Why would you use LVM with ZFS? ZFS should handle all of the features LVM has (as far as I can think of, at least).
12.
▲
by
maccam94
3y ago
I would have taken a full screenshot but I had my company's Gitlab open behind it.
13.
▲
Mozilla sends popup ad overlay in Firefox
(imgur.com)
23 points
by
maccam94
3y ago
|
10 comments
14.
▲
by
maccam94
4y ago
This is called dog whistling, and is frequently used to subtly spread racist and fascist views. If you're not doing that, arguing in bad faith is a waste of everyone's time and provides no value to the world. https://en
15.
▲
by
maccam94
4y ago
Rust references are basically pointers with extra rules, so using a different symbol is reasonable, and rust is immutable by default rather than opt-in (which is an important design decision) so you have to have syntax to mark things as mut
16.
▲
by
maccam94
4y ago
Back in my Windows XP days I had an app installed called Desktop Sidebar[1], which would be exactly the place I'd want all of this functionality today. Or in some kind of widget layer, like with MacOS. Hmm it's been a long time si
17.
▲
by
maccam94
4y ago
Because usually they are implementing a subset of the network stack that meets their needs for communication within their internal network. Porting the entire kernel stack that actually handles all of the complexities and quirks of the open
18.
▲
by
maccam94
4y ago
> no one ever bothered to put something together on UNIX-like systems that resembles any of those options. What do you mean? io_uring is a Linux kernel interface, and there are several userspace projects that are building upon it.
19.
▲
by
maccam94
4y ago
If you didn't disable the write cache on those drives, flares could have caused bit flips in the cache memory before it was flushed to disk.
20.
▲
by
maccam94
4y ago
Are you able to store that data in reference-counted RC/ARC types? Those can help you avoid dealing with lifetime issues, though you'll still have to think about mutability and concurrency.
21.
▲
by
maccam94
4y ago
The only telemetry you get will be from users that are experiencing a severe problem who also have the technical know-how to turn it on. You will have no idea how prevalent the problem is amongst the general user base. There would be no way
22.
▲
by
maccam94
4y ago
How stable should property ownership be in an area experiencing growth? I think this could be tunable with short term price increase caps that expire 5-10 years out, and reset when the property is sold or the owner starts paying the full ma
23.
▲
by
maccam94
4y ago
No one is going to donate to something unless they're aware of it, so spreading awareness does help increase the potential pool of donors.
24.
▲
by
maccam94
4y ago
They don't want people distributing unofficial builds that claim to be Signal due to the risk of supply chain attacks against users.
25.
▲
by
maccam94
4y ago
You also need to futz with apt repo priorities to force it to install the deb package instead of the snap installer -_-
26.
▲
by
maccam94
4y ago
I had to do a double take when I read the parent, but I suspect they were referring to running Linux to avoid the Virtual Machine overhead on MacOS. However I doubt the Linux driver support for the M1/M2 has anywhere near the level of
27.
▲
by
maccam94
4y ago
The Firefox repo is 27% C++, 14% C, and 9.5% Rust - https://4e6.github.io/firefox-lang-stats/ AWS wrote Firecracker which powers AWS Lamba - https://github.com/firecracker-microvm/firecracker Clou
28.
▲
by
maccam94
4y ago
The suburbs were designed around car ownership and home ownership. They are often isolating and inefficient. We need to change our zoning system to allow for more mixed use, mixed density zones which can allow more affordable and transit-co
29.
▲
by
maccam94
4y ago
The last mile is only a problem because people live in single-family housing zones, where there is not enough density for mass transit. We created this type of land use for several mostly not good reasons. Trains are far more efficient than
30.
▲
by
maccam94
4y ago
Power budgeting is basic engineering. They wouldn't install lasers on satellites if they couldn't power them.
More ›