Groups
Groups
Sign in
Groups
Groups
PiLuD
Conversations
About
Send feedback
Help
PiLuD
1–30 of 4633
Mark all as read
Report group
0 selected
Raoul Duke
3:21 PM
naked emperors
so much about software development is a pathetic joke. even before we talk about the nuances of the
unread,
naked emperors
so much about software development is a pathetic joke. even before we talk about the nuances of the
3:21 PM
Raoul Duke
,
David Barbour
2
Nov 11
too good to be true?
It's real. Fil-C is garbage-collected C with special attention to unsafe behavior. In case of use
unread,
too good to be true?
It's real. Fil-C is garbage-collected C with special attention to unsafe behavior. In case of use
Nov 11
Raoul Duke
Nov 11
embarrassment of (too many bad) choice(es)
unholy undead syntax train wreck hell on earth: javascript has too many ways to do async stuff.
unread,
embarrassment of (too many bad) choice(es)
unholy undead syntax train wreck hell on earth: javascript has too many ways to do async stuff.
Nov 11
Raoul Duke
Nov 11
greenspunning in his grave
look at what they've done to javascript all the various flavors of functional libraries;
unread,
greenspunning in his grave
look at what they've done to javascript all the various flavors of functional libraries;
Nov 11
Raoul Duke
,
Paul Tarvydas
3
Nov 9
AI traspilers
i have a soft spot for https://shen-language.github.io/ wrt the idea of a portable small kernel
unread,
AI traspilers
i have a soft spot for https://shen-language.github.io/ wrt the idea of a portable small kernel
Nov 9
Raoul Duke
,
David Barbour
3
Nov 9
eli5: futurelock avoidance?
> In principle, you could avoid this problem if you avoid dependencies between futures. is what
unread,
eli5: futurelock avoidance?
> In principle, you could avoid this problem if you avoid dependencies between futures. is what
Nov 9
Paul Tarvydas
Nov 8
The Hidden Gem in S/SL: Why Dataless Languages Matter
https://programmingsimplicity.substack.com/p/the-hidden-gem-in-ssl-why-dataless?r=1egdky
unread,
The Hidden Gem in S/SL: Why Dataless Languages Matter
https://programmingsimplicity.substack.com/p/the-hidden-gem-in-ssl-why-dataless?r=1egdky
Nov 8
Raoul Duke
,
Mike Austin
2
Nov 5
rainbows and ponies an ui code tra la
Interesting reads, I've only scanned some of them. In the end it's just transforming and
unread,
rainbows and ponies an ui code tra la
Interesting reads, I've only scanned some of them. In the end it's just transforming and
Nov 5
Mike Austin
Nov 3
Rotate. the. bloody. ruler
Rotate. the. bloody. ruler. : r/windows I had no idea how to rotate the ruler inside the MS Snipping
unread,
Rotate. the. bloody. ruler
Rotate. the. bloody. ruler. : r/windows I had no idea how to rotate the ruler inside the MS Snipping
Nov 3
Raoul Duke
,
Paul Tarvydas
2
Nov 3
8 bit cross-platform?
My approach would be something along the lines of Design Recovery techniques that we used for Y2K
unread,
8 bit cross-platform?
My approach would be something along the lines of Design Recovery techniques that we used for Y2K
Nov 3
Raoul Duke
Nov 1
sexprs everywhere
are any current AIs smart enough to take any programming language it knows and quickly build a sexpr
unread,
sexprs everywhere
are any current AIs smart enough to take any programming language it knows and quickly build a sexpr
Nov 1
Mike Austin
,
Raoul Duke
4
Oct 31
JavaScript finally has groupBy()!
And it turns out I can't use groupBy() because I need to group items by tag, where items can have
unread,
JavaScript finally has groupBy()!
And it turns out I can't use groupBy() because I need to group items by tag, where items can have
Oct 31
Raoul Duke
,
Mike Austin
3
Oct 30
thereby reducing it to an earlier rant
Talking about indirection, I started going down the path of data-driven grouping — which worked but
unread,
thereby reducing it to an earlier rant
Talking about indirection, I started going down the path of data-driven grouping — which worked but
Oct 30
Raoul Duke
Oct 29
lies and self-indictment
things like the fact that so many refactoring things are still a crap shoot in our IDEs seems to me
unread,
lies and self-indictment
things like the fact that so many refactoring things are still a crap shoot in our IDEs seems to me
Oct 29
Raoul Duke
,
Mike Austin
3
Oct 29
death by dsl
day dream: feed all source code of Angular, including lots of real-world hairy-ball apps, into an
unread,
death by dsl
day dream: feed all source code of Angular, including lots of real-world hairy-ball apps, into an
Oct 29
Mike Austin
Oct 29
HTML margin collapsing, still a great old feature
When you're arranging UI you don't want it, but when you have pure text, such as Markdown to
unread,
HTML margin collapsing, still a great old feature
When you're arranging UI you don't want it, but when you have pure text, such as Markdown to
Oct 29
Raoul Duke
Oct 27
call return
https://securitylunch.stanford.edu/ See upcoming Oct 29th
unread,
call return
https://securitylunch.stanford.edu/ See upcoming Oct 29th
Oct 27
Raoul Duke
Oct 27
dna metaphor
dna goes through translation to make proteins to make everything. what is the information density of
unread,
dna metaphor
dna goes through translation to make proteins to make everything. what is the information density of
Oct 27
Raoul Duke
Oct 26
empty promises
so like is there no AI that will convert my python2 app tonpython3 super automagically and mostly
unread,
empty promises
so like is there no AI that will convert my python2 app tonpython3 super automagically and mostly
Oct 26
Mike Austin
Oct 16
What has kept me sane
Transform data at the source so you have one source of truth and don't repeat yourself. I have
unread,
What has kept me sane
Transform data at the source so you have one source of truth and don't repeat yourself. I have
Oct 16
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
,
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