HackerTrans
TopNewTrendsCommentsPastAskShowJobs

BrainBacon

no profile record

Submissions

Show HN: Unbug 0.5 – Rust runtime debug assertions

github.com
2 points·by BrainBacon·3 bulan yang lalu·0 comments

Show HN: Unbug – Rust macros for programmatically invoking breakpoints

github.com
96 points·by BrainBacon·2 tahun yang lalu·40 comments

comments

BrainBacon
·11 bulan yang lalu·discuss
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.
BrainBacon
·tahun lalu·discuss
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.
BrainBacon
·2 tahun yang lalu·discuss
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.
BrainBacon
·2 tahun yang lalu·discuss
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.
BrainBacon
·2 tahun yang lalu·discuss
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.
BrainBacon
·2 tahun yang lalu·discuss
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.
BrainBacon
·2 tahun yang lalu·discuss
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.
BrainBacon
·2 tahun yang lalu·discuss
PR opened: https://github.com/tokio-rs/tracing/pull/3147
BrainBacon
·2 tahun yang lalu·discuss
Thanks! I'll get a PR up shortly!
BrainBacon
·2 tahun yang lalu·discuss
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.
BrainBacon
·2 tahun yang lalu·discuss
I just looked through the perks on my Google One and don't see this offering. I don't see it in the premium perks either. Do you happen to have a link? Is it some kind of hidden benefit?
BrainBacon
·2 tahun yang lalu·discuss
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.
BrainBacon
·3 tahun yang lalu·discuss
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.
BrainBacon
·3 tahun yang lalu·discuss
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.
BrainBacon
·3 tahun yang lalu·discuss
It's called the Psychology of Human Misjudgement https://fs.blog/great-talks/psychology-human-misjudgment/
BrainBacon
·3 tahun yang lalu·discuss
A couple unikernel projects that caught my eye in the past may be of interest to you. I have no experience with them, so I can't speak to their quality though.

https://unikraft.org/

https://github.com/nanovms/nanos
BrainBacon
·3 tahun yang lalu·discuss
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.
BrainBacon
·3 tahun yang lalu·discuss
The YouTube channel Alex (FrenchGuyCooking) made some nice flakey salt in this video: https://youtu.be/eN6U58LzyHg It's a similar process, but he uses coarse sea salt without any alum or other additives. The results are less uniform, but probably better for human consumption.
BrainBacon
·3 tahun yang lalu·discuss
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.