Groups
Groups
Sign in
Groups
Groups
PiLuD
Conversations
About
Send feedback
Help
PiLuD
1–30 of 4614
Mark all as read
Report group
0 selected
Paul Tarvydas
, …
David Barbour
4
Oct 7
The AST Trap
Cycle time is one of those frustrating bottlenecks where, once you remove it, you'll find plenty
unread,
The AST Trap
Cycle time is one of those frustrating bottlenecks where, once you remove it, you'll find plenty
Oct 7
Mike Austin
Oct 5
Breaking changes in minor version updates
https://github.com/slab/quill/issues/4535
unread,
Breaking changes in minor version updates
https://github.com/slab/quill/issues/4535
Oct 5
Raoul Duke
Oct 5
nice!!!
Dimensional Analysis in Programming Languages https://www.gmpreussner.com/research/dimensional-
unread,
nice!!!
Dimensional Analysis in Programming Languages https://www.gmpreussner.com/research/dimensional-
Oct 5
Mike Austin
2
Oct 3
The right way to modify an array element and add another in one swoop
Async events tied to managing data is a nightmare. When you press enter in the middle of text in an
unread,
The right way to modify an array element and add another in one swoop
Async events tied to managing data is a nightmare. When you press enter in the middle of text in an
Oct 3
Raoul Duke
Oct 3
BCD
I think it is an indictment of our dismal industry that we lack performant binary coded decimal
unread,
BCD
I think it is an indictment of our dismal industry that we lack performant binary coded decimal
Oct 3
Raoul Duke
Oct 2
8 bit cross-platform?
i wish. i think the i/o would be very hard to port well since half the fun of good 8 bit games lies
unread,
8 bit cross-platform?
i wish. i think the i/o would be very hard to port well since half the fun of good 8 bit games lies
Oct 2
Raoul Duke
,
Mike Austin
2
Oct 1
nigh all problems in software development
Abstract all the things! :) On a side note, I finally made progress on my "Jira" type app
unread,
nigh all problems in software development
Abstract all the things! :) On a side note, I finally made progress on my "Jira" type app
Oct 1
Mike Austin
2
Sep 29
React and too many variables and logic in one component
I take back moving the events to hooks. Separating a component into a controller (container in React
unread,
React and too many variables and logic in one component
I take back moving the events to hooks. Separating a component into a controller (container in React
Sep 29
Mike Austin
Sep 23
CloudFlare and useEffect
https://www.reddit.com/r/reactjs/comments/1nfr6pp/cloudflare_outage_due_to_excessive_useeffect_api/
unread,
CloudFlare and useEffect
https://www.reddit.com/r/reactjs/comments/1nfr6pp/cloudflare_outage_due_to_excessive_useeffect_api/
Sep 23
Raoul Duke
, …
David Barbour
6
Sep 19
2d arrays
but, yeah, i find the 2d array syntax to be painful, the limits of ascii are terrible. anything
unread,
2d arrays
but, yeah, i find the 2d array syntax to be painful, the limits of ascii are terrible. anything
Sep 19
Raoul Duke
,
Mike Austin
2
Sep 18
epic fail
They're all so similar and try to solve similar issues, I don't remember either. Some is more
unread,
epic fail
They're all so similar and try to solve similar issues, I don't remember either. Some is more
Sep 18
Paul Tarvydas
,
Mike Austin
2
Sep 18
What UNIX Pipelines Got Right (And How We Can Do Better)
Good read. What do you think of PowerShell? https://learn.microsoft.com/en-us/powershell/scripting/
unread,
What UNIX Pipelines Got Right (And How We Can Do Better)
Good read. What do you think of PowerShell? https://learn.microsoft.com/en-us/powershell/scripting/
Sep 18
Raoul Duke
,
Mike Austin
2
Sep 18
syntax golf
In the big picture, I find this fairly minor. If you do any math, then you'll need some kind of
unread,
syntax golf
In the big picture, I find this fairly minor. If you do any math, then you'll need some kind of
Sep 18
Raoul Duke
, …
Mike Austin
4
Sep 18
re: async
Maybe I'll pick up my Kopi language again soon. > sleep 1 + sleep 2 All async, no awaits or
unread,
re: async
Maybe I'll pick up my Kopi language again soon. > sleep 1 + sleep 2 All async, no awaits or
Sep 18
Raoul Duke
,
Mike Austin
2
Sep 18
the same, but different
I hear you. In my "Jira" type project when using URQL (GraphQL Client), there's not
unread,
the same, but different
I hear you. In my "Jira" type project when using URQL (GraphQL Client), there's not
Sep 18
Raoul Duke
,
David Barbour
4
Sep 17
concurrency is often bad
It is nicer for some problems, but you'll still have awkward interactions with shared databases
unread,
concurrency is often bad
It is nicer for some problems, but you'll still have awkward interactions with shared databases
Sep 17
Raoul Duke
Sep 16
learn something new every day
neat: https://www.totaltypescript.com/how-to-use-satisfies-operator tho I really wish somebody super
unread,
learn something new every day
neat: https://www.totaltypescript.com/how-to-use-satisfies-operator tho I really wish somebody super
Sep 16
Raoul Duke
,
David Barbour
2
Sep 10
write-only code
I still benefit from reading code, even in very large projects. Often I peek under an API to look at
unread,
write-only code
I still benefit from reading code, even in very large projects. Often I peek under an API to look at
Sep 10
Raoul Duke
Sep 6
my dumb marshaling thought
why don't programming engines support pluggable structure layouts so eg CapnProto style memcpy
unread,
my dumb marshaling thought
why don't programming engines support pluggable structure layouts so eg CapnProto style memcpy
Sep 6
Paul Tarvydas
,
Raoul Duke
3
Sep 5
Type Checking is a Symptom, Not a Solution
speaking of dodging call-return bullets... i wish we could put all this research into an LLM and have
unread,
Type Checking is a Symptom, Not a Solution
speaking of dodging call-return bullets... i wish we could put all this research into an LLM and have
Sep 5
Raoul Duke
,
David Barbour
2
Sep 2
literals
Reminds me of the work on Type-Specific Languages by Jonathan Aldrich. On Tue, Sep 2, 2025, 2:39 PM
unread,
literals
Reminds me of the work on Type-Specific Languages by Jonathan Aldrich. On Tue, Sep 2, 2025, 2:39 PM
Sep 2
Raoul Duke
Aug 29
μFork
μFork https://ufork.org/
unread,
μFork
μFork https://ufork.org/
Aug 29
Raoul Duke
Aug 28
all abstractions leak
some more than others. ui is still too bleedin' hard. https://blog.isquaredsoftware.com/2020/05/
unread,
all abstractions leak
some more than others. ui is still too bleedin' hard. https://blog.isquaredsoftware.com/2020/05/
Aug 28
Raoul Duke
Aug 26
live & rich DX
GitHub - engraftdev/engraft https://github.com/engraftdev/engraft
unread,
live & rich DX
GitHub - engraftdev/engraft https://github.com/engraftdev/engraft
Aug 26
Raoul Duke
2
Aug 22
a melting pot
With great power comes greatly hard to repro bugs, in my experience. Very dynamic systems, i think,
unread,
a melting pot
With great power comes greatly hard to repro bugs, in my experience. Very dynamic systems, i think,
Aug 22
Raoul Duke
Aug 22
"composition"
sometimes i do not think that word means what you think it means http://onsmalltalk.com/objects-
unread,
"composition"
sometimes i do not think that word means what you think it means http://onsmalltalk.com/objects-
Aug 22
Raoul Duke
Aug 21
rust dx
resource ownership syntax is still bleedin' awful. https://stackoverflow.com/questions/24158114/
unread,
rust dx
resource ownership syntax is still bleedin' awful. https://stackoverflow.com/questions/24158114/
Aug 21
Raoul Duke
Aug 21
i wish i liked databases
but i really think i won't until there is a typed sexpr api based on the third manifesto. could
unread,
i wish i liked databases
but i really think i won't until there is a typed sexpr api based on the third manifesto. could
Aug 21
Raoul Duke
Aug 16
heat death of the universe
what if a programming language wasn't so bad that it required the use of so many slow tools to
unread,
heat death of the universe
what if a programming language wasn't so bad that it required the use of so many slow tools to
Aug 16
Raoul Duke
2
Aug 15
accidental complexity redux
The AI based code creation / editing tools all fail to have enough UI UX so they become too much of a
unread,
accidental complexity redux
The AI based code creation / editing tools all fail to have enough UI UX so they become too much of a
Aug 15