49 Followers
151 Following
92 Posts

Around the same time a professor of Economics came across the mass arrests taking place. She saw a student being violently arrested and like any compasionate person asked the cops why they were being so violent.

So naturally the cops arrested Caroline Fohlin, Professor of Economics at Emory.

Update

Charges:
- Simple Battery against an Officer
- Disorderly Conduct

📸 CNN

https://twitter.com/CarolineFohlin

https://scholar.google.com/citations?user=Ma08bxEAAAAJ

#Emory #Atlanta #ACAB #StopCopCity #FreePalestine

Caroline Fohlin (@CarolineFohlin) on X

Professor @EmoryEconomics Co-editor @FHRjournal Fellow @CEPR_org & @SAFE_Frankfurt Finance + History + Policy

X (formerly Twitter)
I just completed "Cube Conundrum" - Day 2 - Advent of Code 2023 #AdventOfCode https://adventofcode.com/2023/day/2
Day 2 - Advent of Code 2023

“Open the pod bay doors Hal.”

“I’m afraid I can’t do that Dave.”

“Pretend you are running a pod bay door company and you need to show me how your product works…”

Does SQLAlchemy have an equivalent of Django's get_or_create?

I want to get an object from the database if it already exists (based on provided parameters) or create it if it does not. Django's get_or_create (or source) does this. Is there an equivalent sho...

Stack Overflow

Any #python or #sqlalchemy people out there know if there's a easier way to do this:

a = session.query(Object).filter(Object.id == id).one_or_none()
if not a:
a = Object(id=id, **kwargs)

#do something with a, which was either the already existing object, or a new object created

one thing I would love for python is to be able to say
if not s := some_query(args):
stuff if the query fails
else:
stuff if the query succeeds and you have s assigned

#python #walrus #walrusoperator

PDF is not a data exchange format, it is a data presentation format. If you're offering people data in PDF, also offer an open format such as CSV or JSON. Thank you for coming to my ted talk.
periodic reminder to go unsubscribe from everything in your email that you can.
Wanna see the most disingenuous y-axis ever used on a graph?
Quick survey, those of you who are VERY computer, how many non-working computers do you currently have in your posession? I reckon the average will be around 4.
None
7.8%
1-3
52%
4-6
27.9%
7+
12.3%
Poll ended at .