OpenAIโs computing deals top $1tn
Partners including Nvidia, AMD and Oracle have signed up to Sam Altmanโs huge bet on the future of artificial intelligence
The incredible numbers - an actual trillion of investment, via an unquoted start up - and circularities (Nvidia investing in OpenAI and Intel, OpenAi in AMD, billion dollar purchases paid with stock, the cash, where's the cash etc? - are just mind boggling
on.ft.com/4mNOdCh
07.10.2025 05:40 โ ๐ 23 ๐ 9 ๐ฌ 3 ๐ 3
Bonn is (close to) free regarding tuition if that helps
29.09.2025 21:56 โ ๐ 1 ๐ 0 ๐ฌ 0 ๐ 0
For once itโs worth looking at the comment section here
21.09.2025 08:57 โ ๐ 1 ๐ 0 ๐ฌ 0 ๐ 0
This graph shows labor productivity in Germany since 1970. The manufactoring sector is on top, the whole economy, services & construction is below. The index is set to 1991 = 100.
Crazy that this is in such a stark contrast to manufactoring labor productivity in Germany (not quite the same statistic though: different timeline & output per worker, from here: www.wirtschaftsdienst.eu/inhalt/jahr/... )
09.08.2025 06:30 โ ๐ 4 ๐ 0 ๐ฌ 0 ๐ 0
You can order these online through various online shops, here's an overview PDF with some shops on the third page: assets.adac.de/image/upload...
22.07.2025 07:23 โ ๐ 5 ๐ 0 ๐ฌ 0 ๐ 0
Screenshot from Positron showing code that connects to a database, and then highlights the connection in a Connections Pane and shows the data in a Data Explorer tab
Here's the code:
library(dplyr)
# Connect with {connections}, which automatically adds this to the panel
con <- connections::connection_open(duckdb::duckdb(), ":memory:")
# Or do it manually with {DBI}
# con <- DBI::dbConnect(duckdb::duckdb(), ":memory:")
# connections::connection_view(con)
# Add some stuff to the database
copy_to(con, penguins, name = "penguins", overwrite = TRUE)
copy_to(con, gapminder::gapminder, name = "gapminder", overwrite = TRUE)
# Get stuff out of the database
adelie_query <- tbl(con, I("penguins")) |>
filter(species == "Adelie")
# Check it out! It's SQL!
show_query(adelie_query)
# Actually run the query
penguins_from_db <- adelie_query |>
collect()
penguins_from_db
connections::connection_close(con)
# Or this:
# DBI::dbDisconnect(con)
Ooh, @posit.co's Positron is no longer in beta as of this week(!), and it recently added support for DuckDB databases in the Connections Pane positron.posit.co/connections-... - any db connection you add with {connections} shows up thereโthis is magical! #rstats
03.07.2025 14:04 โ ๐ 90 ๐ 24 ๐ฌ 4 ๐ 2
Why is Scandinavia the Most Gender Equal Place in the World?
My two part series weaves economic history, sociology, and my own qualitative research
1) www.ggd.world/p/why-is-sca...
2) www.ggd.world/p/why-is-sca...
22.06.2025 23:51 โ ๐ 24 ๐ 12 ๐ฌ 2 ๐ 1
I wonder what the results of this paper would look like today, after many years of speed optimizations in many programming languages www.sas.upenn.edu/~jesusfv/com...
20.06.2025 07:52 โ ๐ 1 ๐ 0 ๐ฌ 0 ๐ 0
Olivier Blanchard argues that we should understand better the macroeconomics of the medium run, and I could not agree more. Since I have been working on this for a while, let me show you why this is a promising field for young researchers!
06.04.2025 16:57 โ ๐ 50 ๐ 8 ๐ฌ 2 ๐ 1
Not anymore :)
05.04.2025 09:31 โ ๐ 3 ๐ 0 ๐ฌ 1 ๐ 0
The blog post linked at the end of this thread (and the thread itself) is a very nice summary of recent research on how cross-gender friendships affect gender equality, check it out!
The corresponding working paper can be found here: www.nber.org/papers/w33480
22.02.2025 10:02 โ ๐ 0 ๐ 0 ๐ฌ 0 ๐ 0
The Econ PhD placements dataset
The same guy also has a wonderful Econ PhD placements dataset on his website btw: pablogguz.shinyapps.io/econphd_plac...
15.12.2024 10:58 โ ๐ 0 ๐ 0 ๐ฌ 0 ๐ 0
A map showing the absolute amount of German immigrants in different Spanish provinces. Surprisingly, there are quite a few German immigrants in e.g. Alicante, Santa Cruz de Tenerife and Mรกlaga (besides of course Barcelona and Madrid), although one would think that all Germans would move to Mallorca/the Balearic Islands.
It looks like not all Germans living in Spain are living in Mallorca after all!
(Map created with a tool by Pablo Garcรญa-Guzmรกn: pablogguz.shinyapps.io/dataviz_migr...)
15.12.2024 10:53 โ ๐ 0 ๐ 0 ๐ฌ 1 ๐ 0
Trying something new:
A ๐งต on a topic I find many students struggle with: "why do their ๐ look more professional than my ๐?"
It's *lots* of tiny decisions that aren't the defaults in many libraries, so let's break down 1 simple graph by @jburnmurdoch.bsky.social
๐ www.ft.com/content/73a1...
20.11.2024 17:02 โ ๐ 1595 ๐ 464 ๐ฌ 92 ๐ 96
YouTube video by demonflyingfox
Shrek - Redneck Fairytale (Official Music Video)
The cutting-edge version of this can be found here, a Shrek-Redneck song with an accompanying music video: www.youtube.com/watch?v=ppyF...
19.11.2024 18:41 โ ๐ 0 ๐ 0 ๐ฌ 0 ๐ 0
Wahlen in Deutschland, รsterreich und manchmal auch anderswo. Umfragen und Ergebnisse.
Elections in Germany, Austria and sometimes elsewhere. Polls and results.
Alle Links: https://linktr.ee/Wahlen_DE
#btw29 #Bundestagswahl #nrw29 #Nationalratswahl #ltw25
Economist interested in energy, environment, and climate
EBS19 (E4 B3 S12), H126
ORCID https://orcid.org/my-orcid?orcid=0000-0002-8012-3988
The @thehertieschool.bsky.social's Centre on Europe. We combine think tank work and academic research.
Acting Co-Director of Jacques Delors Centre at the Hertie School Berlin| think-tanking on European economic policy | wwww.delorscentre.eu | www.nilsredeker.net
European security & defence, geopolitics, EU in US-China competition.
Research Fellow at German Marshall Fund of the US (Paris). PhD Defence Studies, Kingโs College London. Into running, matcha, ไธญๆ. Views my own.
geopoliticaleurope.substack.com
Associate Professor @ UMass Amherst | Political economy of the low-carbon transition, energy and resources in economic growth and development, inequality | Views are my own
AI Researcher at the Samsung SAIT AI Lab ๐ฑโ๐ป
I build generative models for images, videos, text, tabular data, NN weights, molecules, and now video games!
Journalist รผber den Tag hinaus. Hier privat.
Associate Professor of Economics, Australian National University
Website: http://www.sephorahmangin.info
Menswear writer. Editor at Put This On. Words at The New York Times, The Washington Post, The Financial Times, Esquire, and Mr. Porter.
If you have a style question, search:
https://dieworkwear.com/ | https://putthison.com/start-here/
It is said that there may be seeming disorder and yet no real disorder at all
Physicist, Ergodicity Economics @london-math-lab.bsky.social and @sfiscience.bsky.social
Newsletter: ergodicityeconomics.eo.page/4ct3k
Blog: http://ergodicityeconomics.com
Kommunalpolitiknerd aus Ostsachsen
kรคmpft gegen die Normalisierung des Unertrรคglichen.
Doku+Recherche zu Rechtsextremismus, Rechtsesoterik und viel zu rechte Politiker*innen in Sachsen.
"Ausspรคhen von offiziellen Mitteilungen" (Landkreis Bautzen)
statistics, science, software
https://www.zeileis.org/
Sociologist interested in educational and cultural stratification, parenting, and the unequal impact of health shocks. Researcher ROCKWOOL Foundation. Blaabaek.dk
Editor-in-chief at The Economist
economist @NYFed | economic growth & innovation, int'l trade, economic history | PhD @HarvardEcon | PhD @MIT_CSAIL
www.daniallashkari.com
Vienna Institute for International Economic Studies (wiiw) www.wiiw.ac.at
EU integration, Macroeconomics, Labour markets, International economics, Industrial studies, Labour markets, Regional studies & more
Focus on Central, Eastern & Southeastern Europe
Interested in how the rich stay rich and the poor poor. Sociologist at @sriucl.bsky.social @ucl.ac.uk. He/him/his. http://perengzell.com Photo bomber @simoneschneider.bsky.social