HN user

BrainBacon

73 karma
Posts2
Comments19
View on HN
Prime Number Grid 11 months ago

Not exactly the same, but I made this Ulam spiral generator more than a decade ago.

https://embed.plnkr.co/mdZX6C/

It isn't just doing primes though, instead the size of the dot generated is dependent on the number of even divisors for the number at that position.

I did the same thing by accident, except mine was "test", I heard murmors around about some strange message on computers in multiple schools in our district, so I fessed up immediately. Our network administrator was just mildly amused about the whole affair and no punishments were carried out.

You're thinking of a nebula. That’s the remnants of a supernova. A galaxy is an unimaginably large collection of stars. A nebula is still quite large, but several orders of magnitude smaller than a galaxy.

Answering my own question, apparently `brk #1` is insufficient on Apple silicon. That results in just a trap and will prevent the debugger from continuing past the debug statement. From a bit of searching and my experiments `brk #0xF000` was the way to go instead which had the consequence of not always landing on the debug statement, the addition of a nop with `brk #0xF000 \n nop` resulted in the debugger landing on the correct statement.

I didn't come across any good ones when creating this library, but if you're using VSCode, I tried my best to make the README as beginner friendly as possible. I'm open to issues and PRs if anything is unclear. I think part of the issue is that debugging is not yet very common in the Rust ecosystem, partially due to the excellent borrow checker and error messages, but partially due to immature tooling, hence I made this to promote the practice of debugging.

I can understand where you're coming from, but when programming games you generally don't want a breakpoint to be hit more than once since you are running a loop over multiple frames. So in this case the concept of ensure_once is more common, so the shorter inverse is more convenient. Asserts should be enough to get your attention and not to annoy, so orienting it this way is a deliberate choice.

Interesting. Unfortunately, I'm not well versed in assembly, is there a similar trick or requirement in arm and would that include Apple silicon, or is this something specific to `int3` on x86? That may explain why it was inconsistent during my development process, I didn't think to check if the inconsistency was platform dependent.

Thanks, yeah I considered using the instructions directly, but I was hoping for a more cross-platform option. For my purposes, developing in the Bevy engine, nightly isn't a huge blocker. Yeah, it would be really great to just have breakpoint support in stable Rust, thanks for doing the proposal! I'll consider stable support in the meantime.

According to the ESA "As the orientation and direction of motion of the spacecraft triangle changes along the orbit, it will be possible to determine the direction of incoming gravitational wave sources." - From https://sci.esa.int/web/lisa/-/lisa-technology-interferometr...

Here's a pretty great infographic on how they plan to collaborate with the Athena x-ray observatory to detect black hole mergers ahead of time - https://www.esa.int/ESA_Multimedia/Images/2019/05/How_can_LI...

It ends up being about 0.4 square degrees in the sky that they're able to narrow in on before the event. That narrowing takes roughly a month.

You don't need to pay that much to keep a US number for use abroad. Convert any 2fa you can to use an app like Google Authenticator, then convert your number to Google voice. You can get text messages for free using your old number that way. If you don't want Google involved at all, there are many other time-based authentication apps and you can use www.tossabledigits.com for texts.

I wholeheartedly disagree with your assertions on mortality. Global population growth is slowing and is set to peak in the 2060s and will decline afterwards. We're more at risk of not having enough hands to take care of an aging population. An educated populace has fewer children and many countries are already feeling the strain of being below the replacement rate.

This is not entirely true. Some brain cells and the cells in your eye lens will be there your entire life and could even potentially live longer if they were not limited by the rest of the body. Cancer is definitely a lot more than just immortal cells.

I think cheaply available replacement parts ready from the manufacturer would be a much more desirable deterrent for thieves. Louis Rossman's battle with calibrating the angle sensor on the MacBook Pro is a great indicator that these restrictions aren't always done for security reasons since the part in question is worth pennies.