Anders Murphy

1.4K posts

Anders Murphy banner
Anders Murphy

Anders Murphy

@anders_murphy

Clojure hacker. Emacs enthusiast. Game jamer.

Edinburgh, Scotland เข้าร่วม Aralık 2013
221 กำลังติดตาม358 ผู้ติดตาม
ทวีตที่ปักหมุด
Anders Murphy
Anders Murphy@anders_murphy·
Two way data bindings when you need them makes #datastar an absolute joy to work with.
GIF
English
3
2
34
2.7K
Anders Murphy รีทวีตแล้ว
Karol Adamiec (onłu/jejłu/miszczu)
@boofoofuckyou @davepl1968 @Teich50 the one framework to end them all is D*. Pure HTML and CSS bliss. If one can fit it to your use case (i.e. no need for offline mode) then it is 12/10 x.com/anders_murphy/…
Anders Murphy@anders_murphy

Compression vs diffing it's not as intuitive as you think. Sending down 2304+ divs (85041 bytes uncompressed ) over SSE and relying on #brotli compression instead of diffing results in a checkbox change being 13 bytes. On the other hand html diffing (which works at a semantic level) has to send the whole element: Which is 53 bytes. Compression works at the byte level, diffing works at the semantic level. What's even more meta is 13 bytes is smaller than the 53 byte string compressed (45 bytes) in isolation (not over a streaming connection). Over a streaming connection with the same context it compresses to 13 bytes. Streaming compression can work over a sequence of as many alternating frames as can fit in the compression context window. This is why compression over the duration of a connection with a shared context window is so powerful and such a natural fit for #datastar.

English
0
2
3
156
Anders Murphy รีทวีตแล้ว
Ray
Ray@raysan5·
I got the feeling that despite all this AI-coding-rumble-bumble, there are still some great developers silently creating amazing projects in the most genuine handmade-coding way... and those devs are truly the last chance for humanity.
English
43
31
654
45.5K
Anders Murphy รีทวีตแล้ว
anton
anton@abacaj·
“Make the models cheap to use” “Great, they all forgot how to code” “Now 10x the price”
anton tweet media
English
231
1.6K
27.5K
669.5K
Anders Murphy รีทวีตแล้ว
Alessandro Rodi
Alessandro Rodi@coorasse·
@marcoroth_ Yes, and from my tests I can have it working if I run it in my docker container, but I don't want to take care of it. I don't want to start it, stop it, restore databases, check if it goes down... I'd like if my PaaS would say: "we take care of it. No worries."
English
1
0
1
76
Alessandro Rodi
Alessandro Rodi@coorasse·
Is there a PaaS out there where I can just use SQLite and be 100% sure that it is backed up properly?
English
5
0
1
799
Anders Murphy รีทวีตแล้ว
ThePrimeagen
ThePrimeagen@ThePrimeagen·
"you miss 100% of the shots you don't take" With AI we learned that you also miss 100% of the shots you do take because your ideas are trash
English
123
129
3.1K
74.3K
Anders Murphy รีทวีตแล้ว
'(Robert Smith)
'(Robert Smith)@stylewarning·
LLMs will give you a super convincing analysis that xyz optimization will speed your code up 20x, with a breakdown of where the wins will be, down to microarchitectural considerations. Then it'll do the work for 1 hour, and it'll be 20% slower with 2x the amount of code.
English
28
18
691
28.6K
Anders Murphy
Anders Murphy@anders_murphy·
@djwhitt I mean the other option is in process database (e.g: sqlite). Basically, stored procedures turned up to 11.
English
0
0
1
26
Anders Murphy
Anders Murphy@anders_murphy·
@dhh Honestly, @dhh is a smart guy which makes all the more surprising. Like I know US culture can struggle with irony, and Danes often take things at face value. But, still. Not to mention the economist as a publication for the most part aligns with his political views.
English
0
0
1
344
Anders Murphy
Anders Murphy@anders_murphy·
@dhh As half Dane and half Brit I find it fascinating that you can't read the irony in the writing. It is not praise it is condemnation.
English
4
0
50
2.2K
DHH
DHH@dhh·
Find someone who will eulogize you with the romantic flair and fawning adoration of The Economist remembering Khamenei. archive.md/Jl1ki
DHH tweet media
English
56
47
968
49.2K
Anders Murphy รีทวีตแล้ว
meta
meta@eigenform·
latest installment in "is this a factorio screenshot or old intel p-core layout"
meta tweet media
English
40
1.1K
20.7K
290.3K
Adam
Adam@adam_bobowski·
I think I should apologize for changes in Stario v2. I feel like it's an active search for the correct shape and lots of stuff are breaking while at it :/
English
1
0
3
203
Anders Murphy รีทวีตแล้ว
mert
mert@mert·
perhaps the most incoherent thesis ive seen is that powerful and expressive computers (LLMs) will make obsolete the people who are experts at using powerful and expressive computers (devs)
English
52
17
336
27K
Anders Murphy รีทวีตแล้ว
Nic Barker
Nic Barker@nicbarkeragain·
“Divide and conquer” is the golden rule here, it took a very long time for it to click for me because it feels intuitively like it would be slower than the threads “cooperating”, but the synchronisation penalty really is astronomical.
English
1
1
49
2.5K