

Oddly sexual.
Oddly sexual.
The Chuckie series gonna get a reboot.
Remember when movies were unpredictable and good?
My first reaction was “an army of middle school boys?”
I thought it was the protestors wearing masks! Honest!
In a stand your ground state?
Haha, ok. Good luck, Attorney General James Uthmeier.
If an armed protestor shoots a driver who is driving at them with intent to cause bodily harm, they… Both have the right to possibly kill one another?
Driver has the green light. Gunman has the green light.
Cool, cool. Makes sense.
Strap him to a rocket, guy loves rockets.
Yesterday:
<nav script="dropdown.js" style="dropdown.css">
<button onclick="toggleDropdown()">Menu</button>
</nav>
Today:
// index.js
import React from 'react';
import ReactDOM from 'react-dom';
import './global.css';
import App from './App';
ReactDOM.createRoot(document.getElementById('root')).render(<App />);
// App.jsx
import Dropdown from './components/Dropdown';
import './App.css';
export default function App() {
return (
<main>
<Dropdown />
<p>Hello, world!</p>
</main>
);
}
// components/Dropdown.jsx
import { useState } from 'react';
import styles from './Dropdown.module.css';
import ArrowIcon from '../assets/icons/ArrowIcon.jsx';
export default function Dropdown() {
const [open, setOpen] = useState(false);
return (
<div className={styles.dropdown}>
<button onClick={() => setOpen(!open)}>Menu <ArrowIcon /></button>
{open && (
<ul>
<li>Option 1</li>
<li>Option 2</li>
</ul>
)}
</div>
);
}
Just gonna check ya asshole
It kinda might tell us something about power and influence.
Nah, it tells us about the people who seek out power and influence.
Oh my goodness you’re right, I was wrong. Thank you for correcting this meaningful distinction.
It kinda might tell us something about power and influence.
That could very well be the best practice. I haven’t had to run docker in windows since then.
I don’t think anyone is a “wsl user” so much as they’ve found themselves in a position where the lowest friction solution is utilizing wsl for a given situation.
Around 2019, even up until like 2022 if you wanted to run docker in windows, that was how to do it.
You baked me a favor! 😊
Name one.
Bribes for someone as high up as her are surely more than $10k.
That’s drug money. Straight up.
Hated fascism
Fought for Russia voluntarily
Hm.
Delaware is basically America’s tax haven. It’s tiny, useless, and corrupt.
I vote Delaware sucks the most.
A fraction of your tax dollars went to finding and paying the employee who would ultimately create this image on the clock.