Live data from Hacker News

Ask HN: Who wants to collaborate?

news.ycombinator.com

331–340 of 525 posts

Re: Ask HN: Who wants to collaborate?

#331
There's a practice in radical acceptance I came up with a few years ago that changed my life completely. I want help in clarifying these instructions. Comments with example triggers, attempts to craft non-judgmental responses, and clarification of instructions would be very helpful!

----------------

I call this a Self-Healing Reality-Untangling Gesture (SHRUG). Here's what I did: 1) Choose to believe it's possible to joyfully abandon all judgment.

2) Choose to do so for some internally/intrinsically motivating reason(s). I chose to do it for science and for learning Nonviolent Communication.

3) Every time one hears, thinks, or reads a word with an opposite (the "trigger word", do this:

While performing a gesture that conveys uncertainty (I literally shrugged my shoulders while putting my hand out, palms up), say something following this speech pattern: "meh.........meh......."

Notes:

A) It's very helpful to familiarize yourself with Nonviolent Communication and to identify feelings and needs. And if not, carrying around a list of feelings and needs (I find longer lists to be more useful to gain deeper nuance...if anxiety arises around long lists, sit and breathe through it...take time and patience with the process...learning new things often comes with initial frustrations and anxieties until one gets comfortable with learning new things without judgment/expectations. In a sense, discomfort from the long lists is good fortune because it gives an immediate thingt o practice with: "meh...long...short...meh...this human body is complex. I feel uncomfortable with not knowing what some of these words even mean and with taking time to process myself this way. I'm needing patience, to learn more about my feelings and needs, and self-compassion. This is definitely meeting my need for challenge and I can learn to enjoy the process, which can help meet my need for effectiveness in the context of learning."

B) If one recalls a time in the past when one encountered a trigger and didn't SHRUG, then immediately SHRUG

C) Maybe this can be done silently in the head or through writing, and I did it aloud. My thinking around this is the brain gets to process the SHRUG through both the initial thinking as well as through hearing it being spoken. Could maybe string all the things together, so writing it, internally speaking it, and externally speaking it.

D) Let people know you're doing this, unless you're wanting to also learn how to navigate people offending themselves because the initial part of the process involves dismissal of something they've said.

Another example trigger phrase: "That site's UX is so cool!"

Response: "meh... cool...uncool...meh... I'm noticing novel design patterns that are the opposite of dark patterns and feel grateful someone's out there meeting the need for mindfulness through their designs."

Another example: "I don't like seafood. "

Response: shrug "meh...like...dislike...I can learn to enjoy eating food that nourishes this body"

I'm noticing there may be a more nuanced and broader description of the shrug than documented here, based on my examples. I'd love help trying to tease it out. If people share examples of judgments they're wanting to let go of, I'm happy to give my own reframings to help clarify the general pattern. Coming up with really clear instructions most people can understand is something I want to do in the coming days ago I can really spread this thing around.

Do this every day for a month and then let me know what effects the process has had. I'm the only person I know who's done this and it was incredibly transformative. Especially helpful in accepting things a person under the age of 3 might do. I don't want to go into detail about the effects I experienced because I'm wanting to see what happens without setting expectations.

Feel free to reach out to me through social media, email, and/or phone for support.

Happy New Year and joyful shrugging!

Re: Ask HN: Who wants to collaborate?

#332
post #4

I don't have a side project to recruit for right now, but I've wanted this very thread in the past. My current projects all revolve around reducing my dependency on commercial SaaS products. A hypothetical project I'd be interested in contributing to would be an ActivityPub Strava/Ride with GPS clone.

I like the goal of reducing dependency on SaaS product. I use these Strava/Garmin apps a lot and while Strava was cool for a while it hasn’t progressed and doesn’t feel worth the money. Curious to hear what you had in mind, I am in the geospatial space and work with routing tools, etc.

Re: Ask HN: Who wants to collaborate?

#333

I run a side (open source) project called Iconduck ( https://iconduck.com ). It collects and makes open source icons, illustrations and graphics available to download in various formats. The goal is to collect sets from across the web (atm, mainly Gumroad and GitHub) that have open source licenses that allow for them to be available on a central site. I then use a service called Typesense ( https://typesense.org/ ) t…

Any particular reason on using png instead of svg directly to display images.

I tried to copy as well as open in new tab, got checkered.png instead. With noun project for example, one can right click and copy the image link, which can be pasted on drawio.

Re: Ask HN: Who wants to collaborate?

#334

I'm quitting my full-time job this month (already gave my notice) to start a startup with my brother. We're trying to make cheap-but-performant prosthetic hands using 3D printers and Arduino, focusing on the north-west of Syria. To shed some light, it's estimated that around *50 THOUSAND* people suffer from minor or major imputations due to the ongoing war, and most of them need some form of prosthetics. Some estimat…

I just want to wish you the best if luck. May you go far and high!

Re: Ask HN: Who wants to collaborate?

#335
Is there an easy way for creators to receive crypto tips and donations from fans for a whole range of currencies? For example a creator might have a url:

http://slicktip.com/johndoe

and then end-users can see a whole range of addresses they can pay into?

Also, a whole bunch of free content can be offered. Then, as an add-on service, the creator can pay hosting fees for that content.

I suppose it's a type of landing page and payments can also be consolidated into dollars or a single crypto currency.

Fans can also unlock content and pages after a certain amount has been paid.

Re: Ask HN: Who wants to collaborate?

#336
post #333

I run a side (open source) project called Iconduck ( https://iconduck.com ). It collects and makes open source icons, illustrations and graphics available to download in various formats. The goal is to collect sets from across the web (atm, mainly Gumroad and GitHub) that have open source licenses that allow for them to be available on a central site. I then use a service called Typesense ( https://typesense.org/ ) t…

Any particular reason on using png instead of svg directly to display images. I tried to copy as well as open in new tab, got checkered.png instead. With noun project for example, one can right click and copy the image link, which can be pasted on drawio.

Using PNGs because there's some cross-browser issues with displaying SVGs from a number of the open source sets that I've collected. Rather than going icon by icon to resolve those (which isn't feasible), I render a PNG, make the PNG downloadable (via the button), and make the SVG downloadable (also via the button).

Could probably make it so you can right-click the image and open it in a new tab. Will take a look at that :)

Re: Ask HN: Who wants to collaborate?

#337

Earlier quoted context omitted.

Have you seen ASN.1?

Yes, it's included in the comparison matrix: https://github.com/kstenerud/concise-encoding#-compared-to-o...

Local protobuf user here. Appreciate seeing a comparison chart. :-) It's unfortunate that it isn't documented very well, but Protobuf does have a text format [1] which I've used a lot, usually when writing test cases, but also when inspecting logs. Similar to the CBE encoder spec [2], it does use variable length encoding for ints [3] and preserves the type information. Another efficiency item to compare against different message types is the implementation itself, e.g. memory arenas out of the box. [4]

Regarding CE, what would be the use case? APIs, data at rest, inter-service communications? If data at rest meant for analysis, then there probably are a handful more formats to compare against.

If one doesn't wish to decode the whole message into memory to read it, FlatBuffers [5] can be checked out which is also supported as a message type in gRPC. It is similar to what is used in some trading systems. There is also a FlexBuffers variation if you'd want something closer to JSON/BSON.

Must say however, I found it cool that you have some Mac/iOS GitHub repos. Definitely going take some time to check them out -- I used to develop iOS apps.

[1] https://developers.google.com/protocol-buffers/docs/referenc...

[2] https://github.com/kstenerud/concise-encoding/blob/master/cb...

[3] https://developers.google.com/protocol-buffers/docs/proto3#s...

[4] https://developers.google.com/protocol-buffers/docs/referenc...

[5] https://google.github.io/flatbuffers/flatbuffers_white_paper...

Re: Ask HN: Who wants to collaborate?

#338

Earlier quoted context omitted.

Quoted post unavailable.

Gross generalisations like “the people there lack humanity” make me very sad. I don’t know anything about the DRC and have never even visited Africa, but I bet the majority of people there care mostly about having good shelter, safety, enough food to eat, and looking after their kids the best they can. Like everyone else in the world.

Well he's just describing his experiences. And I believe they are mostly truthful and that they generalize to some extent, in other words, the stark difference from other countries he's visited is not a statistical anomaly. He has hitchhiked across Africa (from south to north), the Americas and Asia so he has a lot of countries to compare.

Are you saying that people are equally friendly, hospitable, kind and ethical across the world?

Re: Ask HN: Who wants to collaborate?

#339

Hey everyone, I'm about to start a gig advising on tech policy in DC for 1yr but during that would like to start ideating on a potential startup with someone with plans to launch early 2023! I'm not an engineer but have done a little product but my core focus is usually on growth/bd and navigating regulated areas. I have a few ideas (listed below) but am open to ideating with folks openly and seeing where interests a…

You should add email to your profile! Have had some ideas in these areas and would love to chat sometime.

Re: Ask HN: Who wants to collaborate?

#340

Don’t have an active project at the moment, but would be interested in brainstorming potential ideas. Have experience throughout the stack and interested in areas of ML, AI, and Crypto. Feel free to reach out if you’re interested in potentially collaborating.

Can’t figure out a way to contact you from your About section —- I’m a ML engineer with an early interest in algorithmic trading, would be interested in brainstorming ideas.
Post reply on HN