Instagram and Threads block accounts that shared public data on Mark Zuckerberg’s and Donald Trump’s private planes. A similar move on Twitter/X stirred up a free-speech firestorm. https://wapo.st/3AhU68v
apparently now you can run Jupyter notebooks in the browser without a server with WebAssembly using JupyterLite?? https://jupyterlite.readthedocs.io/en/stable/
I learned about this because @paddymul made a pull request to my pandas-cookbook tutorial on github to add support for it
you can try it out here, it seems to work: https://jvns.github.io/pandas-cookbook/lab/index.html
honestly it's time to hit pause on studying human cognition to figure out wtf is happening with crows
https://link.springer.com/article/10.1007/s10071-024-01874-6
I’m really proud of this article on Masonry & CSS.
It was incredibly hard to write. We spent weeks writing and rewriting, digging deeper & deeper into the issues at hand, working to make things as easy to understand as possible.
https://webkit.org/blog/16026/css-masonry-syntax/
There’s also a really cool idea about how to add another new feature to CSS Grid. (It would make it super easy to create a common article layout that’s not easy today.)
I can’t wait to hear what you think.
Incredibly cool: A community of people on Discord are salvaging Redbox kiosks from Walgreens all over the country and are reverse engineering and modifying them. Redbox OS got dumped this week and people are actively figuring out how to repurpose it:
https://www.404media.co/tinkerers-are-taking-old-redbox-kiosks-home-and-reverse-engineering-them/
Our department Data Analysis and Mathematical modelling is looking for a postdoctoral researcher. You'll be teaching a course introduction to #DataScience , assist with a number of master courses and spend 70% of your time in research on #MachineLearning methods with focus on analyzing #omics data.
More info:
The first 256 antennas of the Low-frequency part of the #SKA are there in 🤩
(movie via https://www.skao.int/en/explore/construction-journey)
Also in the same website, you can see the synchronisation dance of the SKA - MID (high frequency part of SKA) with MeerKAT dishes, in South Africa.
Remember the first time you created that index.html, opened in the browser, and it felt like magic?
@bw wrote a free online ebook and I love the promise:
“I feel strongly that anyone should be able to make a website with HTML if they want. This book will teach you how to do just that. It doesn’t require any previous experience making websites or coding. I will cover everything you need to know to get started in an approachable and friendly way.”
Some groups keep trying to use copyright to control our ability to access and share the law. But from New York, to Missouri, to the District of Columbia, judges understand that this is an absurd and undemocratic proposition. https://www.eff.org/deeplinks/2024/10/courts-agree-no-one-should-have-monopoly-over-law-congress-shouldnt-change
I've seen a number of instances where celebrities/youtubers/well-known people have been harangued out of the Fediverse by potentially well meaning but... militant, denizens.
It's not a nice place to be when something like posting a picture of your dinner results in 12 people calling you out on not CW'ing it.
@elduvelle Unfortunately, I don't see such an option. My instance uses a fork of Mastodon, so perhaps that's the issue. I guess I'll need to try asking folks on my instance specifically.
$250 Analogue 3D will play all your N64 cartridges in 4K early next year
FPGA-powered hardware will capture CRT glow with "bespoke, purpose-built upscaler"
The great climate scientist Warren M. Washington, one of the first climate modelers in the world and a White House advisor from the Carter to W administrations, passed away yesterday at the age of 88.
#climatescience
@taylorlorenz Coincidentally (I assume) there is another recent thread on the same topic that may be of interest:
https://mastodon.social/@mhoye/113332019246104828
In Mathematica you can define a function via pattern matching
f[x_]:=x+1
and freely redefine it
f[x_]:=x+2
or write a function as a lambda
f = Function[{x},x+3]
But woe betide you if you redefine it using pattern matching after defining it as a lambda
f[x_]:=x+4
as it'll substitute(!!!)
Function[{x},x+3][x_]:=x+4
In reality what happens is you accidentally do this in code to invert a 1000x1000 matrix and now a simple numerical computation becomes the attempt to invert a symbolic matrix with unevaluated subexpressions and it runs out of memory and you lose all your work...
Theoretical physicist by training (PhD in quantum open systems/quantum information), University lecturer for a bit, and currently paying the bills as an engineer working in optical communication (implementation) and quantum communication (concepts), though still pursuing a little science on the side. I'm interested in physics and math, of course, but I enjoy learning about really any area of science, philosophy, and many other academic areas as well. My biggest other interest is hiking and generally being out in nature.