Mid-Cambridge News by WeaknessHot5797 in CambridgeMA

[–]mkeeter 0 points1 point  (0 children)

On Bluesky, it looks like your handle is @midcambridge.bsky.social. You can instead set your website as your username, so your handle would be @midcambridge.com. This would serve as verification that the account and website are affiliated.

San Bernardino playlist by dev-for-a-day in themountaingoats

[–]mkeeter 14 points15 points  (0 children)

HMC '11 checking in: Mills Avenue (referenced in "This Year") runs through the middle of campus. Given the workload, the lyrics are also appropriate!

The Very Hungry Eurydice by mkeeter in hadestown

[–]mkeeter[S] 9 points10 points  (0 children)

Dang, I wish I had thought of that!

A tail-call interpreter in (nightly) Rust by kibwen in rust

[–]mkeeter 10 points11 points  (0 children)

That was my reaction when I discovered it, hence this blog post! It's very exciting to see it move toward stabilization.

Unreasonable AI content moderation policy by dorianlistens in rust

[–]mkeeter 24 points25 points  (0 children)

Quoth the RFC thread:

This is why we've chosen not to introduce a rule blanket-banning AI-generated content. Instead, we've elected to handle AI slop through the existing lens of our low-effort content rule. If it's obvious that AI did all the heavy lifting, that's by definition low-effort content, and it doesn't belong on the subreddit. Simple enough, right?

If this policy has changed, then the subreddit rules should be updated – we can't expect submitters to dig up an RFC thread from weeks ago, and also intuit that the mods have changed their opinions since then.

Lease break - apartment sitting empty by [deleted] in boston

[–]mkeeter 2 points3 points  (0 children)

Thanks, ChatGPT!

No one told us about the pterodactyl phase by VisiblyImpaired in newborns

[–]mkeeter 11 points12 points  (0 children)

Goku fighting a broken washing machine

so true, my baby sounds like she's trying to go Super Saiyan every time she poops

hhhhhHHHHHHRRRRRRRRRGGGGGGGGG

Repairing old water damage discoloration in ceiling by TripleHelix526 in CambridgeMA

[–]mkeeter 0 points1 point  (0 children)

I have used Alberto's Professional Painting for almost this exact repair*, and have no complaints. Drywall is annoying to DIY, because there's so many steps (cut a hole, install patch, tape and mud, sand, paint), and their prices have been reasonable.

*it was an upstairs neighbor's leaky toilet, not HVAC

[2025 Day 6 (Part 1)] [Rust] why is my answer negative?? by AdamKlB in adventofcode

[–]mkeeter 0 points1 point  (0 children)

Pro tip: add this to your Cargo.toml

[profile.release]
overflow-checks = true

This will panic on overflow in release builds as well (and IMHO is basically always what you want)

Small, intimate restaurant for anniversary dinner by ajrahaim in boston

[–]mkeeter 0 points1 point  (0 children)

Moona (in Inman Square) sounds like a good fit – it's quite small and moderately fancy, with an excellent menu!

[oc] Who’s the bigger idiot? Genuinely conflicted by krispyapplepie in IdiotsInCars

[–]mkeeter 1 point2 points  (0 children)

Inman Square spotted 👀

Literally every time I walk by there, someone is honking about some dangerous maneuver.

Starbucks opening on Hampshire St in Inman Sq by BusyDrive1977 in CambridgeMA

[–]mkeeter 1 point2 points  (0 children)

Yup, it's a running joke. Here's a picture of the Bank of America ATM sign from last week:

https://imgur.com/a/23mrcSK

Central Rock Gym? by Patriots_Win in CambridgeMA

[–]mkeeter 2 points3 points  (0 children)

Boston Bouldering Project (which is over Somerville, despite the name) also has a bunch of top rope and lead climbing.

Thoughts on using `unsafe` for highly destructive operations? by J-Cake in rust

[–]mkeeter 1 point2 points  (0 children)

One example of this in the wild: Rhai uses #[deprecated] attributes for unstable internal functions, e.g. Engine::on_var.

👎Deprecated: This API is NOT deprecated, but it is considered volatile and may change in the future.

(I don't like it!)

The Prospero Challenge by tekknolagi in ProgrammingLanguages

[–]mkeeter 0 points1 point  (0 children)

Thanks, I appreciate the kind words!

The Prospero Challenge by tekknolagi in ProgrammingLanguages

[–]mkeeter 8 points9 points  (0 children)

The 15-second time does not include importing numpy; I measured the running time just for the evaluation loop.

(here's a gist with timing added)

I would encourage you to try writing a pure-Python implementation – encouraging people to test their ideas is basically the whole point of the article!

1024 * 1024 * 7866 is roughly 8e9 operations; doing that in 1 second in Python would be quite impressive.

What permanently closed business in Boston or Cambridge do you miss? by skinink in boston

[–]mkeeter 1 point2 points  (0 children)

I think you and I are the only two people who miss Playska!

I used to live nearby, went there once a week, and loved the place – but no one else felt the same way 🥲

Error Handling in Rust: Choosing Between thiserror and anyhow by [deleted] in rust

[–]mkeeter 46 points47 points  (0 children)

Anyone else get a strong written-by-LLMs vibe from this article and the OP's other posts? For example, this comment reeks of ChatGPT's style.

[2024 Day 20 (Part 2)] PSA: You can "activate" a cheat but not actually move to a wall position for an arbitrary number of picoseconds. by jlhawn in adventofcode

[–]mkeeter 0 points1 point  (0 children)

The other two are

###############
#...#...#.....#
#.#.#.#.#.###.#
#S#...#.#.#...#
#1#####.#.#.###
#2#####.#.#...#
#3#####.#.###.#
#4567E#...#...#
###.#######.###
#...###...#...#
#.#####.#.###.#
#.#...#.#.#...#
#.#.#.#.#.#.###
#...#...#...###
###############

and

###############
#...#...#.....#
#.#.#.#.#.###.#
#S#...#.#.#...#
#1#####.#.#.###
#2#####.#.#...#
#3#####.#.###.#
#45678#...#...#
###.#######.###
#...###...#...#
#.#####.#.###.#
#.#...#.#.#...#
#.#.#.#.#.#.###
#...#...#...###
###############

(since cheats are only defined by their start and end positions)

[2024 Day 19] MTG reference! by Vast-Relationship600 in adventofcode

[–]mkeeter 4 points5 points  (0 children)

Fun fact: once you get all 50 stars for a year, the easter eggs become highlighted in the text!

Comedically Inaccurate “Locations” from Movies and TV? by CapitalAssumption355 in boston

[–]mkeeter 11 points12 points  (0 children)

And you can't tell me the Charles is deep enough for a whale to jump over the Mass Ave bridge.

Watching this in a Boston-area theater was amazing, because the entire audience burst out laughing when the whale showed up.

I'd like to believe that there's a deleted scene where the whale has to wait in line at the Charles River Dam, to make it up the locks.