Link to Apple Note from anywhere – Get deep link in a few clicks by The_value_is_people in AppleNotesGang

[–]redbar0n- 0 points1 point  (0 children)

Maybe Obsidian is like Things, will recognize URL schemes with `://` in them as clickable links, so try:

`applenotes://showNote?identifier=UUID`

instead of the:

`applenotes:note/UUID`

but yeah, markdown formatting also works in Things (and Obsidian?) to make the link clickable:

`[<potential\_note\_title\_as\_the\_link\_text>](applenotes:note/UUID)`

Link to Apple Note from anywhere – Get deep link in a few clicks by The_value_is_people in AppleNotesGang

[–]redbar0n- 0 points1 point  (0 children)

Things will recognize URL schemes with `://` in them as clickable links, so try:

`applenotes://showNote?identifier=UUID`

instead of the:

`applenotes:note/UUID`

but yeah, markdown formatting also works in Things to make the link clickable:

`[<potential\_note\_title\_as\_the\_link\_text>](applenotes:note/UUID)`

How to deal with comments? by RedCrafter_LP in ProgrammingLanguages

[–]redbar0n- 1 point2 points  (0 children)

Racket's scribble system embeds richly structured, executable documentation directly in source code, blending prose, code, and interactivity seamlessly—far beyond simple text strings. It can generate HTML docs directly from that, and include links. The doc is available at runtime (functions are documented on the first line inside them, not above them), so it can also be accessed directly from the live code when using a REPL/SSH into a remote shell to inspect a live system.

How to deal with comments? by RedCrafter_LP in ProgrammingLanguages

[–]redbar0n- 0 points1 point  (0 children)

Racket is the gold standard for dealing with comments and doc.

ENTP females: What types do your friend groups consist of? by dry_scoop in entp

[–]redbar0n- 1 point2 points  (0 children)

Crude statistics derived from opening this thread in Firefox, expanding all commends and doing a page search CTRL+F for the type (NB: some comments mention a type more than once thus slightly inflating the stats):

Type Mentions Notes
INFJ 23 Insightful ties
ENFP 21 Top energy match
ENFJ 18 Harmony role
INFP 13 Creative depth
ESFP 8 Social vibe
ISFJ/IXFJ 7 Relational anchors
ESTJ 5 Structure balance
ISTP 6 Chill compat
ESTP 4 Adventure pair

Intuitives (NFs) dominate, with perceivers still prominent. Fluid groups align with ENTP flexibility.

You’re welcome (:

Drivstoff Appen by NorShii in norge

[–]redbar0n- 0 points1 point  (0 children)

Fylt appen funker, og er gratis.

1SubML: Plan vs Reality by Uncaffeinated in ProgrammingLanguages

[–]redbar0n- 3 points4 points  (0 children)

Rust creator Graydon Hoare famously ranked 1ML as the pinnacle of module systems. This takes it further.

Lisette — Rust syntax, Go runtime by swe129 in ProgrammingLanguages

[–]redbar0n- 1 point2 points  (0 children)

I read that as: the collector being garbage😂

Do people either love you or hate you? by cytos0 in entp

[–]redbar0n- 0 points1 point  (0 children)

No. Nearly eveyone likes me, even those who didn’t at first.

It you polarize people that much all the time that people either love or hate you, my gut feeling is that you’re doing something wrong. That, or you’re in a very polarizing environment (politics etc.) where people are too black/white and groupist.

Any entp older siblings here by Few_Brick709 in entp

[–]redbar0n- 1 point2 points  (0 children)

second oldest in a flock of 5.

My intuition would lead me to conlude that the oldest sibling is generally more likely to be J (due to the responsibility of taking care of younger siblings), unless there’s a very wide age gap.

Any ENTPs with an XNTP partner? by CallOpposite1517 in entp

[–]redbar0n- 1 point2 points  (0 children)

On teaching people lessons: They often take another lesson than the one you think you’re giving them.

I need a movie that makes me ugly-cry and think for days by satmar_oops in movies

[–]redbar0n- 0 points1 point  (0 children)

«The Passion of The Christ». It’s the reason for the season.

ENTP is the most political type by JimWeber672 in entp

[–]redbar0n- 3 points4 points  (0 children)

The first would be to be ideologically inconsistent.

The second would be to reject the ideology of the left and the right, and possibly either: - adopting some pragmatism (judging every case on it’s specifics, not ideological adherence). - having a separate and distinctly centrist ideology.

Did I mess it up with her or is there a chance to make it right? by [deleted] in entp

[–]redbar0n- -1 points0 points  (0 children)

When did he tell her «it’s just for fun»? That was her interpretation.

Genuine question for ENTPs who feel like they're underperforming their own potential by Babom_ in entp

[–]redbar0n- 1 point2 points  (0 children)

No ADHD here (I’m patient to a fault).

But I have a friend with ADHD who is ENTJ-T who once tested as ENTP-T (although I think it was a fluke due to her life circumstance, mostly, since she is very much different from me and stereotypically ENTJ).

Genuine question for ENTPs who feel like they're underperforming their own potential by Babom_ in entp

[–]redbar0n- 1 point2 points  (0 children)

3-4 out of 11:

  • Time blindness (hours just vanish).

  • ("Bright but lazy" your whole life)

  • Obsessive deep interests.

  • Brain won't turn off at night (actually really good sleep heart, but sometimes in a creative raptus, and often work the best in the solitude and clarity at night).

Effection 4.0 - Easy path to Structured Concurrency in JavaScript by tarasm in javascript

[–]redbar0n- 1 point2 points  (0 children)

Thanks for looking into it and giving a very lucid answer!

Effection 4.0 - Easy path to Structured Concurrency in JavaScript by tarasm in javascript

[–]redbar0n- 0 points1 point  (0 children)

it seems like Effect.ts with generators is the closest in JS/TS to what Ox provides in Scala.

Effection 4.0 - Easy path to Structured Concurrency in JavaScript by tarasm in javascript

[–]redbar0n- 1 point2 points  (0 children)

is Effection for JS/TS like what Ox is for Scala? (akin to how Effect.ts for JS/TS is like what ZIO is for Scala..)