@remindme@mstdn.social 9 hours
CocaineShrimp
joined 2 years ago
NASA celebrated this employee's story of resilience, then tried to scrub it from the internet. Then fired her.
Artist Shocked To Find Her Poster Designs From 2017 In Bungie's Marathon: 'A Major Company Has Deemed It Easier To Pay A Designer To Imitate Or Steal My Work Than To Write Me An Email' [Update]
I hate that we already know that there's going to be bullshit in every bill that hits the floor; but it's just going to carry on through without resistance
Sure - AOC is "tearing it apart", but the republicans don't give a shit, they'll will just vote in favour regardless, and it'll get passed
Also, what's the point of voting anyway? Wouldn't DOGE just make the cuts anyway?
Not a GUI, but I keep my ~/.ssh/config
clean by splitting my configs into folders, and including them in the main ~/.ssh/config.
I have the folder, ~/.ssh/config.d/
, and here's what it looks like:
~/.ssh/config.d
.
├── work
│ ├── dev.config
│ ├── staging.config
│ └── prod.config
└── server
├── development.config
├── containers.config
├── home.config
├── pis.config
└── server.config
Then my ~/.ssh/config
looks like this:
Include config.d/work/*
Include config.d/server/*
Include config.d/other/*
227
"I did not vote for leopards eating my face": Pro-Leopard CEO says leopards eating faces
(www.alternet.org)
view more: next ›
College professor here. The way I see it, AI is inevitable and it's here to stay. Fighting against AI would be like trying to fight against pocket calculators in the 70s. It's coming whether we like it or not, in class and in the real world; so we need to focus on adjusting the curriculums to work with it, rather than against it.
Right now, a lot of course curriculums are predominantly regurgitation based learning: I'll tell you X, you tell me X but in 3 months. But AI trivializes that way of thinking. If I want to, I can get ChatGPT to generate an entire essay on the impact of ink drying speeds to the colour of grass. Whatever I want, it takes it 10s to write. However, LLMs still struggle with critical thinking, nuances, and originality; which I think is the more important aspect of education.