paldepind

142 posts

paldepind banner
paldepind

paldepind

@paldepind

I write code and drink coffee.

Arhus, Denmark Katılım Nisan 2009
69 Takip Edilen310 Takipçiler
Sabitlenmiş Tweet
paldepind
paldepind@paldepind·
I'm stoked to announce a new release of #PureScript Turbine. A purely functional UI library using FRP. For this release @limemloh and I have made great improvements. Things are now simpler and more concise. There's also a decent tutorial now 😀 github.com/funkia/purescr…
GIF
English
0
7
24
0
paldepind
paldepind@paldepind·
@infinipoint @kinesisergo It’s the other way around. Kinesis Advantage is the OG and Ergodox is just a flat version of it.
English
3
0
10
0
Cosmin
Cosmin@infinipoint·
@kinesisergo Took you 30 years to come up with a slightly curvier Ergodox/Moonlander which likely doesn't support individual key mapping? Way to go, everybody out for celebratory drinks tonight at Kinesis.
English
1
0
0
0
Kinesis Keyboards
Kinesis Keyboards@kinesisergo·
30 years in the making... Introducing the #Advantage360 We are finalizing key layout, keycap specs, and features now. Complete the short survey and sign up for beta test opporutnities and let your voice be heard: forms.gle/zrLUx4iU1XhUXo…
Kinesis Keyboards tweet media
English
66
147
618
0
paldepind
paldepind@paldepind·
Is it relevant for a JS library in 2020 to offer prebuilt UMD bundles? We're thinking of removing them from Snabbdom: github.com/snabbdom/snabb…
English
0
0
1
0
paldepind
paldepind@paldepind·
@code @jmsfbs I don't think that issue addresses what @jmsfbs proposes. The issue asks for tabs in the terminal whereas this asks for terminals to be treated equally to buffers/files which would bring many benefits on top of having taps.
English
0
0
0
0
paldepind
paldepind@paldepind·
@scott_sauyet It's hard to take an article like that serious when they forget Visual Basics 🤨
English
0
0
1
0
CrossEye
CrossEye@scott_sauyet·
Wow, I've seen many bad FP articles, but this beats them all: bit.ly/what-fp-lang Java and PHP as top FP languages? WTF?
English
1
1
2
0
paldepind
paldepind@paldepind·
@_joshburgess @Ezku @paf31 I think they're pretty great 😉 Not using vdom in Turbine was not an end goal in itself. It simply happened as a fortunate circumstance of how we wanted to use FRP. I wrote a bit about the rationale a while ago: github.com/funkia/turbine…
English
0
1
2
0
Phil Freeman
Phil Freeman@paf31·
I once blogged that "you might not need the virtual DOM" (blog.functorial.com/posts/2018-03-…), but lately I'm thinking my argument shouldn't have been about speed, but about avoiding component remounting, IMO one of the worst things about libraries like React.
English
2
8
44
0
paldepind
paldepind@paldepind·
@PelleB Haha 😀 Thanks for the tweet. I'm happy to hear that you like the library. A name that's unpronounceable by most of the world certainly has disadvantages 😉 But I picked it as a small homage to my mother tongue.
English
0
0
1
0
paldepind
paldepind@paldepind·
I cannot figure out how to add Python support though. Are there any common ways to run tests in Python projects?
English
1
0
0
0
paldepind
paldepind@paldepind·
I got tired of typing npm t, stack test, make test, etc. across projects. Solution: a small shell script which automatically runs the tests in any project. Now I can just type `t` to run tests everywhere 😀. It's on Github: github.com/paldepind/tst
English
1
0
3
0
paldepind
paldepind@paldepind·
@conal I just logged in to Twitter and saw this. Thanks a lot for sharing my blog posts! I'm exhilarated that you like them. I'm planning a third one with the goal of demonstrating the practical benefits of continuous time. Can I email you a draft at some point?
English
1
0
2
0
paldepind
paldepind@paldepind·
@keyboardio That is awesome! I'm really excited to receive my Model 01. Keep up the good work 😀
English
0
0
0
0
keyboardio
keyboardio@keyboardio·
MP5 assembly finished up today. Our inspector is, frustratingly, booked up through Friday. Inspection will be on Saturday. Our guess is that this means keyboards will be in HK to ship out on Monday or Tuesday.
English
1
0
13
0
paldepind
paldepind@paldepind·
Packagephobia is a nice tool by @styfle to see how much disk space (and thus bandwidth) an npm package uses. Space is cheap but it all adds up so it's a fine metric to be aware of! packagephobia.now.sh
English
1
1
2
0
paldepind retweetledi
🍉 Mathieu 'p01' Henri @p01@mastodon.social
-- #pico8 #tweetcart #lorenz ::★::u=t()/4srand(flr(u))w,x,y,z,a,b,c=circfill,1,2,1,rnd(29),rnd(32),rnd() cls(b)w(a*6,b*4,64,a)for i=0,u%1,.001 do g,f,d,e=1+z/24,64+x*cos(u+i)-z*cos(u+i+.2),x*b-y-x*z,x*y-c*z w(f,64+y,g+1,5)w(f,63+y,g,7)x+=a*(y-x)/64y+=d/64z+=e/64end flip()goto ★
GIF
Polski
0
9
27
0
paldepind retweetledi
Mateusz Burzyński
Mateusz Burzyński@AndaristRake·
🚨 New package `cherry-pick` - if you don't like flat bundling & want to support better "deep path imports" for ESM users of your libraries then you might like it, this helps reducing @webpack & @RollupJS bundles when using this import style github.com/Andarist/cherr…
English
1
5
17
0
paldepind
paldepind@paldepind·
@derekm00r3 @jeremylikness List offers both an API based on methods and on functions. One can use L.map or myList.map based on personal preference 😀 It is explained in the readme here: #api-styles" target="_blank" rel="nofollow noopener">github.com/funkia/list#ap
English
0
1
2
0
Jeremy Likness 🔭
Jeremy Likness 🔭@jeremylikness·
Introducing "List" - a #JavaScript fast immutable list (with #TypeScript support): ✅ Immutable ✅ Faster than arrays ✅ Chained methods ✅ Curried functions ✅ Compatible with tree shaking Check out the project here: jlik.me/dfz
Jeremy Likness 🔭 tweet mediaJeremy Likness 🔭 tweet media
English
4
121
298
0
paldepind
paldepind@paldepind·
Someone asked how List can be faster than native JavaScript arrays. I've written a small blog post to answer the question (spoiler: it's mostly due to structural sharing) vindum.io/blog/how-can-l…
English
1
13
24
0