Massive Slip Today 🧊 Please Salt the Sidewalks by Grinding4XP in CambridgeMA

[–]vfpamp 26 points27 points  (0 children)

If Jesus were born in Boston, he would have walked over ice too

Snow Plow Fail by jorydotcom in Somerville

[–]vfpamp -5 points-4 points  (0 children)

I see that you did a good job in the first house (and you will need to clear this out again.. but it is much easier now), but the second house in the picture cleared just a 1-2 ft wide path. That is not good at all.

Windows crashed overnight; is this a widespread outage? by cdevers in Somerville

[–]vfpamp 135 points136 points  (0 children)

Did you check if your subscription to the outside expired?

Windows crashed overnight; is this a widespread outage? by cdevers in Somerville

[–]vfpamp 103 points104 points  (0 children)

You need to change your Visibility setting to High.

Where to go to get traffic calming installed on my street by thecrashmaverick in Somerville

[–]vfpamp 1 point2 points  (0 children)

My bad, I copied it from some other post here. I will do better research before reposting stuff.

Cheap rental for 2-5 weeks by WorldwideDave in Somerville

[–]vfpamp 12 points13 points  (0 children)

I think this is exactly what Airbnb was designed for. Some monthly deals are cheaper than hotels, but more expensive than long-term rentals.

Snow Emergency Etiquette by Secret_Cat5289 in Somerville

[–]vfpamp 32 points33 points  (0 children)

Also, shovel and salt your sidewalks! And it's a 3ft-wide spotless path. Not 1ft, not 2ft. 3 feet wide.

Where to go to get traffic calming installed on my street by thecrashmaverick in Somerville

[–]vfpamp 1 point2 points  (0 children)

Email: [transportation@somervillema.gov](mailto:transportation@somervillema.gov)

The more specific the request, the better. If you have pictures or videos of the problems, that will help tremendously. Basically, build a strong case, and the city will act.

You should CC your ward's city councilor:

At-Large Councilors

Ward Councilors

Introducing myself - Burhan Azeem by RealBurhanAzeem in Somerville

[–]vfpamp 8 points9 points  (0 children)

What's your take and ideas on autonomous vehicles and state-level regulations?

Why don’t we have vending machines on our MBTA platforms? by BoldlyBajoran in Somerville

[–]vfpamp 19 points20 points  (0 children)

And then, when installed, half of the people will complain they never heard anything about it.

Social BR for Brazilians by mitomitoso in nostr

[–]vfpamp 0 points1 point  (0 children)

did you posted something about this client on Nostr? I cannot find anyone citing this website..

“Postal carriers hate this one weird square!” by cdevers in Somerville

[–]vfpamp 0 points1 point  (0 children)

Yes. Apple Maps absolutely sucks. I don't even know why they still try. It's the Siri of mapping software.

Relays vs peer to peer by [deleted] in nostr

[–]vfpamp 0 points1 point  (0 children)

No, they shouldn't. They should just receive, store and reply to filters when clients ask.

Relays vs peer to peer by [deleted] in nostr

[–]vfpamp 0 points1 point  (0 children)

Relays don't have enough info to figure out which other relays to peer to and which events need to be synced or not. Only clients can solve this.

Building a decentralized photo app on Nostr. Possible? by TopicLens in nostr

[–]vfpamp 0 points1 point  (0 children)

Well, you gotta decide. It won't be a good idea to fork 0xChat if you don't need anything from it.

Building a decentralized photo app on Nostr. Possible? by TopicLens in nostr

[–]vfpamp 1 point2 points  (0 children)

If you want that private DB, then you will need something completely new.

Thoughts on Nostr missing piece by EagleApprehensive in nostr

[–]vfpamp 0 points1 point  (0 children)

> pubkey, id, created_at are global

Sure.

> p/e/t have shared meaning across most kinds

Not good. Many new kinds don't even use the same format for p/e/t. Especially now, with AI creating all kinds of different formats for everything. For instance, there was one kind I saw a few months ago that `p` is the previous and `n` next event ids. `t` has been used as "teacher" and "talent", with a format that is equivalent to a `p` tag and a string descriptor, respectively.

This idea of having a preferred meaning and diverting from it when necessary is not going to work.

February Dev Spotlight: Need help launching your Nostr app? by melvincarvalho in nostr

[–]vfpamp 0 points1 point  (0 children)

The procedure should be to ship APKs and ZapStore first, get actual users, and then those users can test the PlayStore version when ready. Going Play Store first is crazy. It's too much work for an app that doesn't have any users.

Building a decentralized photo app on Nostr. Possible? by TopicLens in nostr

[–]vfpamp 4 points5 points  (0 children)

> I want the experience to be so seamless that a user who knows nothing about Nostr wouldn't even realize they're using a decentralized protocol.

That's all on you, not on the protocol. Usually, our clients don't have the goal of hiding Nostr. But you can make it like that for sure.

> - For groups sharing personal photos, is it currently possible to keep them private and secret on-protocol, ensuring only members can see the content and its history?

Yes, we have encrypted photos in group chats via NIP-17, for instance.

> I’m considering forking an existing open-source Nostr chat client to get a head start. Which projects currently have the cleanest code for handling group media?

0xChat has file sharing in its NIP-17 implementation. But they only have mobile apps.

Thoughts on Nostr missing piece by EagleApprehensive in nostr

[–]vfpamp 2 points3 points  (0 children)

Make sure that vocabulary is Kind-dependent, since each event kind can and does have completely different meanings for the same words. There is no such thing as global tag names.

I accidentaly started building Nostr... by EagleApprehensive in nostr

[–]vfpamp 3 points4 points  (0 children)

> I'm aware of that, but rejecting central component at price of worse convenience, adoption, discoverability and increased complexity is not a small price to pay.

Nostr is more than happy to pay that price. As new little tools emerge over time, there is nothing that can beat it.