talk-transcripts VS proposal-pipeline-operator

Compare talk-transcripts vs proposal-pipeline-operator and see what are their differences.

Our great sponsors
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • SaaSHub - Software Alternatives and Reviews
talk-transcripts proposal-pipeline-operator
34 102
2,852 7,375
- 1.0%
4.7 2.7
11 months ago 5 months ago
HTML
GNU General Public License v3.0 or later BSD 3-clause "New" or "Revised" License
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

talk-transcripts

Posts with mentions or reviews of talk-transcripts. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2024-01-15.
  • Teach Yourself Programming in Ten Years (1998)
    3 projects | news.ycombinator.com | 15 Jan 2024
    Thank you for this recommendation. I've never heard of it before and now I'm reading: https://github.com/matthiasn/talk-transcripts/blob/master/Hi...

    It's giving me energy this Monday holiday(USA)!

  • Can't Be Fucked: Underrated Cause of Tech Debt
    1 project | news.ycombinator.com | 12 Oct 2023
    race?

    > [Audience reply: Sprinter]

    > Right, only somebody who runs really short races, okay?

    > [Audience laughter]

    > But of course, we are programmers, and we are smarter than runners, apparently, because we know how to fix that problem, right? We just fire the starting pistol every hundred yards and call it a new sprint.

    https://github.com/matthiasn/talk-transcripts/blob/master/Hi...

  • Strong typing, a hill I'm willing to die on
    9 projects | news.ycombinator.com | 4 Oct 2023
    >So this is 10x, a full order of magnitude reduction in (?) severity before we get to the set of problems I think are more in the domain of what programming languages can help with, right? And because you can read these they'll all going to come up in a second as I go through each one on some slide so I'm not going to read them all out right now. But importantly there's another break where we get to trivialisms of problems in programming. Like typos and just being inconsistent, like, you thought you're going to have a list of strings and you put a number in there. That happens, you know, people make those kinds of mistakes, they're pretty inexpensive.

    [0] Video: https://www.youtube.com/watch?v=2V1FtfBDsLU

    [1] Slides and transcript: https://github.com/matthiasn/talk-transcripts/blob/master/Hi...

    [2] Video https://www.youtube.com/watch?v=YR5WdGrpoug

    [3] Slides and transcript https://github.com/matthiasn/talk-transcripts/blob/master/Hi...

  • Puzzle Languages
    1 project | news.ycombinator.com | 4 Oct 2023
    This is tangentially related to Puzzles-vs-Problems in Rich Hickey's Effective Programs

    > Eventually I got back to scheduling and again wrote a new kind of scheduling system in Common Lisp, which again they did not want to run in production. And then I rewrote it in C++. Now at this point I was an expert C++ user and really loved C++, for some value of love. But as we'll see later I love the puzzle of C++. So I had to rewrite it in C++ and it took, you know, four times as long to rewrite it as it took to write it in the first place, it yielded five times as much code and it was no faster. And that's when I knew I was doing it wrong.

    [...]

    > So I mean for young programmers, if everybody's tired and old, this doesn't matter any more. But when I was young, when I was young, I really, you know, when you're young you've got lots of free space. I used to say "an empty head", but that's not right. You've got a lot of free space available and you can fill it with whatever you like. And these type systems they're quite fun, because from an endorphin standpoint solving puzzles and solving problems is the same, it gives you the same rush. Puzzle solving is really cool. But that's not what it should be about.

    Talk: https://www.youtube.com/watch?v=2V1FtfBDsLU

    Slides and transcript: https://github.com/matthiasn/talk-transcripts/blob/master/Hi...

  • All the ways to capture changes in Postgres
    12 projects | news.ycombinator.com | 22 Sep 2023
    Using triggers + history tables (aka audit tables) is the right answer 98% of the time. Just do it. If you're not already doing it, start today. It is a proven technique, in use for _over 30 years_.

    Here's a quick rundown of how to do it generically https://gist.github.com/slotrans/353952c4f383596e6fe8777db5d... (trades off space efficiency for "being easy").

    It's great if you can store immutable data. Really, really great. But you _probably_ have a ton of mutable data in your database and you are _probably_ forgetting a ton of it every day. Stop forgetting things! Use history tables.

    cf. https://github.com/matthiasn/talk-transcripts/blob/master/Hi...

    Do not use Papertrail or similar application-space history tracking libraries/techniques. They are slow, error-prone, and incapable of capturing any DB changes that bypass your app stack (which you probably have, and should). Worth remembering that _any_ attempt to capture an "updated" timestamp from your app is fundamentally incorrect, because each of your webheads has its own clock. Use the database clock! It's the only one that's correct!

  • G. Polya, How to Solve It
    1 project | news.ycombinator.com | 22 Aug 2023
    Rich Hickey (creator of Clojure) references Polya several times in his classic talk "Hammock Driven Development". Here's a transcript:

    https://github.com/matthiasn/talk-transcripts/blob/master/Hi...

    I've long been impressed by Hickey's problem solving skills, so I took much of this talk to heart, and even bought a copy of HTSI. Can't say it really helped me any more than Rich's talk (as a programmer) but I'm thinking I'll give it another look.

  • Interfaces All the Way Down
    1 project | news.ycombinator.com | 23 Jul 2023
    >Great product designs require no manual, and similarly, great interfaces need no documentation. Imagine having to read a manual on how to use a coffee mug.

    This could not be more wrong.

    Not everything is easy. If a library is addressing a complicated domain, solving by definition a complicated problem, it is fine if it requires some learning.

    When did expertise and learning become bad things? If software is an engineering discipline, why would people in it ever promulgate the idea that any random cog can step in to any “engineer”s shoes?

    Rich Hickey analogizes this mentality to the world of music, where it taken for granted that learning an instrument requires a lot of study:

    “ We start with the cello. Should we make cellos that auto tune? Like, no matter where you put your finger, it's just going to play something good, play a good note.

    “[Audience laughter]

    “Like, you're good. We'll just fix that.

    “ Should we have cellos with, like, red and green lights? Like, if you're playing the wrong note, you know, it's red. You slide around, and it's green. You're like, great! I'm good. I'm playing the right song. Right?

    “ Or maybe we should have cellos that don't make any sound at all. Until you get it right, there's nothing.

    “ [Audience laughter]”

    https://github.com/matthiasn/talk-transcripts/blob/master/Hi...

  • Slightly off-topic: Whose lectures do you recommend listening to, similar to Rich Hickey?
    1 project | /r/Clojure | 6 Jun 2023
    You might find adjacent talks and speakers here ... https://github.com/matthiasn/talk-transcripts
  • Functions vs. Procedures: Keep them separate.
    2 projects | dev.to | 8 May 2023
    Many languages merge the two concepts, and implement procedures as functions that return void. This may muddle/complect their distinction, causing programmers to call procedures from within functions, thereby making those functions into impure functions (meaning that they affect the world outside of themselves, through side-effects like I/O or mutating state). This should be avoided, especially if you care about debug-ability and Functional Core, Imperative Shell architectures (see Gary Bernhardt's Boundaries talk at 31:56) (which make testing your system easier, without mocking).
  • What's the thing you avoided a lot but learned later, and it was really helpful?
    1 project | /r/ExperiencedDevs | 29 Apr 2023
    A great way to do this in practice is to write design docs. I take an approach inspired by Rich Hickey's "Hammock Driven Development" - identify the problem, state it, write it down - describe what you know about it - try to describe what you know that you don't know about it - list the constraints your solution has to operate within - enumerate some potential solutions and explore their problems - (later) choose a path, and describe why it was chosen over the alternatives

proposal-pipeline-operator

Posts with mentions or reviews of proposal-pipeline-operator. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-09-29.
  • Pipeline Operator great again!
    2 projects | dev.to | 29 Sep 2023
    Current Status: You'd have to check the TC39 proposals repository or the official proposal text for the most recent status. As of my last update, it had not yet reached Stage 4 (final stage) of the TC39 process, which means it wasn't part of the ECMAScript specification yet.
  • pipesAreFun
    3 projects | /r/ProgrammerHumor | 4 Jul 2023
    Javascript may get it https://github.com/tc39/proposal-pipeline-operator https://youtu.be/dQw4w9WgXcQ
  • JavaScript Gom Jabbar
    12 projects | news.ycombinator.com | 2 Jul 2023
    It can be further simplified. For example, you don't need two separate functions to extract the first chat completion message etc.

    This version:

    - uses existing language constructs

    - can be immediately understood even by the most junior devs

    - is likely to be 1000 times faster

    - does not rely on an external dependency that currently has 143 issues and every two weeks releases a new version adding dozens of new methods to things

    Note: one thing I do wish Javascript adopted is pipes: https://github.com/tc39/proposal-pipeline-operator

  • What's new in ES2023?
    2 projects | /r/javascript | 30 May 2023
    Still in stage 2 atm https://github.com/tc39/proposal-pipeline-operator
  • lizod - spiritual successor of zod less than 1kb
    2 projects | dev.to | 23 May 2023
  • Updates from the 96th TC39 meeting
    5 projects | /r/javascript | 19 May 2023
  • Mostly adequate guide to FP (in JavaScript)
    5 projects | news.ycombinator.com | 21 Mar 2023
    Both are active tc39 proposals :)

    https://github.com/tc39/proposal-pipeline-operator - Stage 2

    https://github.com/tc39/proposal-pattern-matching - Stage 1

    Hopefully we get both in the next couple of years.

  • Tipe - typed pipe
    2 projects | /r/Python | 6 Mar 2023
    Some time ago I saw how hyped JS community was about pipeline operator proposal. So I tried to make something similar in python. There is how tipe module was created. Check it out if you are interested: https://github.com/mishankov/tipe
  • CoffeeScript for TypeScript
    5 projects | news.ycombinator.com | 27 Feb 2023
    We often add promising TC39 proposals into Civet so people can experiment without waiting.

    We've added https://github.com/tc39/proposal-pipeline-operator, a variant of https://github.com/tc39/proposal-pattern-matching, a variant of https://github.com/tc39/proposal-string-dedent and others.

    Since our goal is to be 99% compatible with ES we'll need to accommodate any proposals that become standard and pick up anything TC39 leaves on the table (rest parameters in any position, etc.)

  • [AskJS] Is JavaScript missing some built-in methods?
    13 projects | /r/javascript | 23 Feb 2023
    The Proposal is for the Hack pipe, so your example would be

What are some alternatives?

When comparing talk-transcripts and proposal-pipeline-operator you can also consider the following projects:

rich4clojure - Practice Clojure using Interactive Programming in your editor

ionide-vscode-fsharp - VS Code plugin for F# development

etaoin - Pure Clojure Webdriver protocol implementation

content - The content behind MDN Web Docs

clj-chrome-devtools - Clojure API for controlling a Chrome DevTools remote

ramda - :ram: Practical functional Javascript

codetour - VS Code extension that allows you to record and play back guided tours of codebases, directly within the editor.

FiraCode - Free monospaced font with programming ligatures

base - Unison base libraries

Gigablast - Nov 20 2017 -- A distributed open source search engine and spider/crawler written in C/C++ for Linux on Intel/AMD. From gigablast dot com, which has binaries for download. See the README.md file at the very bottom of this page for instructions.

lumo - Fast, cross-platform, standalone ClojureScript environment

proposal-partial-application - Proposal to add partial application to ECMAScript