msn.espn.go.com
I’d forgotten about that donation name for ESPN. What a catastrophe of corporate mashups.
29.4.2023 13:57msn.espn.go.comI’d forgotten about that donation name for ESPN. What a catastrophe of corporate mashups.Been trying for over an hour to figure out how to make vscode treat doc and ﹫moduledoc heredoc strings as markdown, so I get the same formatting as .md files. No joy 😭
5.4.2023 01:09Been trying for over an hour to figure out how to make vscode treat doc and ﹫moduledoc heredoc strings as markdown, so I get the same...Devastated that Amazon are shuttering dpreview.com - an absolute bastion of quality consumer advice in the digital photography space. That they're also soon going to take down their content altogether is disgusting.
21.3.2023 19:00Devastated that Amazon are shuttering dpreview.com - an absolute bastion of quality consumer advice in the digital photography space. That...We should all watch this talk every second week.
https://www.youtube.com/watch?v=SxdOUGdseq4
15.3.2023 05:05We should all watch this talk every second week.#MyElixirStatus https://www.youtube.com/watch?v=SxdOUGdseq4Everything Everywhere All at Once 🫶
14.3.2023 00:30Everything Everywhere All at Once 🫶Gutless decision from the BBC.
https://www.bbc.co.uk/news/uk-64920557
10.3.2023 17:07Gutless decision from the BBC.https://www.bbc.co.uk/news/uk-64920557Is the best way to stay up-to-date with Phoenix changes (e.g. not just upgrading the packages, but taking new versions of assets, components, config, etc.) to generate a new phoenix app with the same name as your existing one, replace your own files with the generated version before examining all the git diffs until you have all the relevant changes from the upgrade merged with your own code? Feels a little brittle…
10.3.2023 05:36Is the best way to stay up-to-date with Phoenix changes (e.g. not just upgrading the packages, but taking new versions of assets,...https://msf.org.uk/issues/tell-uk-government-provide-safe-routes-people-seeking-sanctuary
7.3.2023 19:25https://msf.org.uk/issues/tell-uk-government-provide-safe-routes-people-seeking-sanctuaryhttps://www.unhcr.org/uk/news/press/2023/3/6407794e4/statement-on-uk-asylum-bill.html
7.3.2023 19:25https://www.unhcr.org/uk/news/press/2023/3/6407794e4/statement-on-uk-asylum-bill.htmlOn the UK’s new Illegal Immigration Bill:
United Nations High Commissioner for Refugees says amounts to an “asylum ban” and argues that there are no safe and “legal” routes open to many people fleeing war and persecution because they are unable to access passports or visas.
Church of England says bill likely to push thousands of people, including children, into a “prolonged legal limbo and imprisonment”
Medecins Sans Frontieres says it "strongly condemns the dangerous new Illegal Migration Bill" and the measures "are particularly concerning given that there are virtually no safe and legal routes for people from the vast majority of countries to reach the UK"
7.3.2023 19:24On the UK’s new Illegal Immigration Bill:United Nations High Commissioner for Refugees says amounts to an “asylum ban” and argues that...I’ve become quite ashamed of what my country has come to represent.
The way the British Government is treating asylum seekers is shameful and disgusting.
7.3.2023 18:34I’ve become quite ashamed of what my country has come to represent.The way the British Government is treating asylum seekers is shameful...And isn’t that the bird shite all over?
4.3.2023 23:15And isn’t that the bird shite all over?Def module MyModule, doth we commence
With function `my_function`, harken hence
Argument taketh, greeting printeth true
"Hello, #{argument}!" yields joy anew
End we must, to close this code so fine
And call the function with "world" in line.
Content warning:Elixir benchmarking surprises #MyElixirStatus
I have to say that I’m continually surprised when I benchmark things in Elixir as to which things are slower.
For instance: String.replace to eliminate all unwanted characters w/ a negated regex before converting to graphemes is significantly slower than mapping over all the graphemes and using a case statement to ignore the unwanted characters.
Second example: using reduce_while is significantly slower than reduce (at least for relative small lists) even if reduce_while can stop iterating much earlier.
Both are contrary to what I expected and are about 10x more performant. Shows the value of benchmarking where performance matters.
23.2.2023 06:14Content warning:Elixir benchmarking surprises #MyElixirStatusI have to say that I’m continually surprised when I benchmark things in...And Bing chat is back. Curious. But they’ve seriously nerfed it. A shame, had some interesting interactions with the old bot before it was straitjacketed.
22.2.2023 04:41And Bing chat is back. Curious. But they’ve seriously nerfed it. A shame, had some interesting interactions with the old bot before it was...Thought I was really clever using the binomial coefficients formula to solve the Pascal's Triangle exercise on Exercism (https://exercism.org/tracks/elixir/exercises/pascals-triangle), only to find that it's more than three times slower to execute than the version using Enum.
😡
https://gist.github.com/mward-sudo/3d6ddbe5d684f20b37e89f7e9295dc23
20.2.2023 17:22Thought I was really clever using the binomial coefficients formula to solve the Pascal's Triangle exercise on Exercism...Bing Chat:
result: {value: "UnauthorizedRequest", message: "Sorry, you are not allowed to access this service."}
Well screw you then M$. I used it out of curiosity and seems to be enough to get me banned.
19.2.2023 22:17Bing Chat: result: {value: "UnauthorizedRequest", message: "Sorry, you are not allowed to access this service."}Well...Current AI language models are the beginning of a new era in computing. We’re in the early stages and right now it’s wonky and we’re figuring out what it’s for and how to make it work.
This will be iterated quickly, new forms of AI will launch, utility will be revealed in ways we can’t predict. This is the epoch of the AI era. We’ve been fiddling around the margins so far.
Strap in, it’s going to be bumpy, controversial and extremely interesting.
16.2.2023 05:54Current AI language models are the beginning of a new era in computing. We’re in the early stages and right now it’s wonky and we’re...Currently reading: Designing Elixir Systems with OTP (@JEG2 and Bruce A. Tate).
Have to say, the functional paradigm is starting make (even) more sense. I liked the elixir code I was producing previously, but now I feel like I've been let in on the real secrets.
15.2.2023 03:47Currently reading: Designing Elixir Systems with OTP (@JEG2 and Bruce A. Tate).Have to say, the functional paradigm is starting make...⬆️
⬇️