lade...
random avatar

decoderwheel - Network

Posts Subscribe

“It’s worse than a rubber duck, which at least knows to stay silent when it doesn’t know what it’s talking...

https://hachyderm.io/@decoderwhe...

“It’s worse than a rubber duck, which at least knows to stay silent when it doesn’t know what it’s talking about.”


infosec.exchange/@david_chisna

21.12.2024 12:46“It’s worse than a rubber duck, which at least knows to stay silent when it doesn’t know what it’s talking...
https://hachyderm.io/@decoderwhe...

It’s also been pointed out that this Act poses a risk to #fediverse servers hosted in the...

https://hachyderm.io/@decoderwhe...

It’s also been pointed out that this Act poses a risk to servers hosted in the .


social.treehouse.systems/@dee/

17.12.2024 08:37It’s also been pointed out that this Act poses a risk to #fediverse servers hosted in the...
https://hachyderm.io/@decoderwhe...

TL;DR: Current GenAI can’t be re-used or composed (not sure that’s true), and cannot be sensibly tested or verified, so it’s probably...

https://hachyderm.io/@decoderwhe...

TL;DR: Current GenAI can’t be re-used or composed (not sure that’s true), and cannot be sensibly tested or verified, so it’s probably a dead-end.


bcs.org/articles-opinion-and-r

4.12.2024 08:15TL;DR: Current GenAI can’t be re-used or composed (not sure that’s true), and cannot be sensibly tested or verified, so it’s probably...
https://hachyderm.io/@decoderwhe...

Bret Victor's #UI work is never less than thought-provoking, but this is wild. Dynamicland is a computing environment designed to be...

https://hachyderm.io/@decoderwhe...

Bret Victor's work is never less than thought-provoking, but this is wild. Dynamicland is a computing environment designed to be communal, collaborative and in-person, where the programs are in a multitude of domain specific languages (sometimes just symbols) on pieces of physical media (mostly paper).

dynamicland.org/2024/Intro/

5.9.2024 19:45Bret Victor's #UI work is never less than thought-provoking, but this is wild. Dynamicland is a computing environment designed to be...
https://hachyderm.io/@decoderwhe...

Keep reading, the horror increaseshttps://digipres.club/@foone/112990331505043510

https://hachyderm.io/@decoderwhe...

Keep reading, the horror increases
digipres.club/@foone/112990331

20.8.2024 07:07Keep reading, the horror increaseshttps://digipres.club/@foone/112990331505043510
https://hachyderm.io/@decoderwhe...

I like this, it mirrors my practice. I don’t think this is shared widely, based both on tests I’ve seen in the wild, and the fact that I...

https://hachyderm.io/@decoderwhe...

I like this, it mirrors my practice. I don’t think this is shared widely, based both on tests I’ve seen in the wild, and the fact that I had to work it out for myself the hard way.

One nuance I’d like to add is: every bit of output data you assert about should be derived from something in your test setup. This is about legibility and comprehension. “X in -> Y out, because of Z”. When you use hidden values, all you see in the test is “Y out, because Z”


jaywhy13.hashnode.dev/tests-yo

22.7.2024 17:46I like this, it mirrors my practice. I don’t think this is shared widely, based both on tests I’ve seen in the wild, and the fact that I...
https://hachyderm.io/@decoderwhe...

50/50 on sharing this article, as it’s 50% sense and 50% nonsense. It’s correct that the brain is not a computer and the metaphor...

https://hachyderm.io/@decoderwhe...

50/50 on sharing this article, as it’s 50% sense and 50% nonsense. It’s correct that the brain is not a computer and the metaphor misleads. It’s incorrect that the brain does not store information. It uses “better prepared [to reproduce X]” as a Sophist way of saying “stores degraded information about X”. It is also incorrect that brains don’t use algorithms. The baseball example is clearly an algorithm, just one that’s hard for computers.

indieweb.social/@emilygorcensk

13.6.2024 06:3250/50 on sharing this article, as it’s 50% sense and 50% nonsense. It’s correct that the brain is not a computer and the metaphor...
https://hachyderm.io/@decoderwhe...

Stumbled across something interesting, but I doubt I have the reach to test how widespread this is.Here goes nothing, anyway: What is the...

https://hachyderm.io/@decoderwhe...

Stumbled across something interesting, but I doubt I have the reach to test how widespread this is.

Here goes nothing, anyway:

What is the maximum number of simultaneous (i.e established) HTTP connections a server can support, and why?

I’ll post my reason for asking if I get any replies 😉

31.5.2024 15:51Stumbled across something interesting, but I doubt I have the reach to test how widespread this is.Here goes nothing, anyway: What is the...
https://hachyderm.io/@decoderwhe...

A reminder that LLMs are just fancy, energy-hungry autocomplete and you should probably not be letting them write your code for you.#llms...

https://hachyderm.io/@decoderwhe...

A reminder that LLMs are just fancy, energy-hungry autocomplete and you should probably not be letting them write your code for you.

toot.cat/@devopscats/112445057

16.5.2024 06:27A reminder that LLMs are just fancy, energy-hungry autocomplete and you should probably not be letting them write your code for you.#llms...
https://hachyderm.io/@decoderwhe...

Development notes from xkcd's "Machine"https://chromakode.com/post/xkcd-machine/#react #rapier #xkcd #haskell

https://hachyderm.io/@decoderwhe...

Development notes from xkcd's "Machine"

chromakode.com/post/xkcd-machi

8.5.2024 21:11Development notes from xkcd's "Machine"https://chromakode.com/post/xkcd-machine/#react #rapier #xkcd #haskell
https://hachyderm.io/@decoderwhe...

This paper explains how #Groq works. Like the boost indicated, the particularly fascinating bit is how network messaging is scheduled, not...

https://hachyderm.io/@decoderwhe...

This paper explains how works. Like the boost indicated, the particularly fascinating bit is how network messaging is scheduled, not routed: with network of nodes known at compile-time, all time-synchronised and performing deterministic work, you can work out at which time slot each node will be free to receive the next message, so you can just fire and forget without having to worry about backpressure.

wow.groq.com/isca-2022-paper/

(and , I guess 🙄)

22.2.2024 12:45This paper explains how #Groq works. Like the boost indicated, the particularly fascinating bit is how network messaging is scheduled, not...
https://hachyderm.io/@decoderwhe...

So delightfully snarky.Interestingly, from this perspective, you could argue that the html+js itself “is a erlang”.“htmx is a...

https://hachyderm.io/@decoderwhe...

So delightfully snarky.

Interestingly, from this perspective, you could argue that the html+js itself “is a erlang”.

“htmx is a erlang”

matt.sh/htmx-is-a-erlang

29.1.2024 21:03So delightfully snarky.Interestingly, from this perspective, you could argue that the html+js itself “is a erlang”.“htmx is a...
https://hachyderm.io/@decoderwhe...

Re: that last boost, my answer would’ve been “verify” too. If their email gets compromised, you potentially keep the bad actor out of...

https://hachyderm.io/@decoderwhe...

Re: that last boost, my answer would’ve been “verify” too. If their email gets compromised, you potentially keep the bad actor out of your system, and also limit the splash damage.

Then you’ve got the problem of password recovery via email, so ideally you’d verify with a memorable word or recovery code instead…

fedi.simonwillison.net/@simon/

29.1.2024 08:05Re: that last boost, my answer would’ve been “verify” too. If their email gets compromised, you potentially keep the bad actor out of...
https://hachyderm.io/@decoderwhe...

The hidden depths of the input element - HTMHell https://www.htmhell.dev/adventcalendar/2023/8/

https://hachyderm.io/@decoderwhe...

The hidden depths of the input element - HTMHell htmhell.dev/adventcalendar/202

13.12.2023 08:52The hidden depths of the input element - HTMHell https://www.htmhell.dev/adventcalendar/2023/8/
https://hachyderm.io/@decoderwhe...

I just looked at an post that showed up in my RSS feed.The post was making a simple argument that I agree with. If the argument had been...

https://hachyderm.io/@decoderwhe...

I just looked at an post that showed up in my RSS feed.The post was making a simple argument that I agree with. If the argument had been summed up in the title (and it could have been), I wouldn’t have bothered to read it.

However, I did read it, because the title was click bait. But there was no reason for it to be. There were no adverts, no product promotion that I noticed. No-one got any benefit from that interaction.

But this is how content farms have conditioned us to write.

24.11.2023 08:28I just looked at an post that showed up in my RSS feed.The post was making a simple argument that I agree with. If the argument had been...
https://hachyderm.io/@decoderwhe...

I absolutely respect and admire what #HTMX is trying to do, but I can’t help feeling like #Hotwire / #Turbo is the better solution and if...

https://hachyderm.io/@decoderwhe...

I absolutely respect and admire what is trying to do, but I can’t help feeling like / is the better solution and if it wasn’t for the association with DHH it’d have more traction.

10.11.2023 12:41I absolutely respect and admire what #HTMX is trying to do, but I can’t help feeling like #Hotwire / #Turbo is the better solution and if...
https://hachyderm.io/@decoderwhe...

How do you hire someone who has to be the oil in the gears of Development, who has to persuade the whole organisation into working in the...

https://hachyderm.io/@decoderwhe...

How do you hire someone who has to be the oil in the gears of Development, who has to persuade the whole organisation into working in the smoothest way possible, without actually having any authority?

A good place to start would be this post by @hazelweakly, "So So You Want to Hire for Developer Tooling".

hazelweakly.me/blog/so-you-wan

27.8.2023 13:51How do you hire someone who has to be the oil in the gears of Development, who has to persuade the whole organisation into working in the...
https://hachyderm.io/@decoderwhe...
Subscribe
To add news/posts to your profile here, you must add a link to a RSS-Feed to your webfinger. One example how you can do this is to join Fediverse City.
         
Webfan Website Badge
Nutzungsbedingungen   Datenschutzerklärung  Impressum
Webfan | @Web pages | Fediverse Members