They all look great man, congrats
They all look great man, congrats
Is that then called a jeack?
It’s a Linux distro that’s called Azure Linux and it looks like it’s based on Fedora if the length of package attribution is anything to go by.
That’s just neutered Ubuntu container
Hear me out on this one “Microsoft Linux”
John Oliver did a story on that one for people in the US. Donating your body to science doesn’t mean it’ll end up as dissected cadaver for medical students.
It’s not skipping the line, it’s waiting longer until there’s a time where you don’t hold it up and allow others to pass.
One other thing is that the people should allow other people who are already ready to walk out pass them before standing and taking out their carry-on. Most times I’ve seen all passanger wait for each row taking out their carry-ons sequentially instead of 10 taking them out at the same time. If everyone would be me with a carry-on it’d take around 5-10m since I only take the aisle when I’m ready to leave and/or there is another person taking out their carry-on in front or behind me.
Nah, I don’t like running stuff on startup because I use the laptop for personal stuff also. Not going to open slack/email when I’m off. I don’t move them manually, I use window rules for them to open in a specific activity.
custart() {
nohup slack --enable-features=WebRTCPipeWireCapturer & echo "Slack started"
nohup spotify & echo "Spotify started"
nohup datagrip & echo "Datagrip started"
nohup birdtray & echo "Thunderbird started"
nohup surfshark & echo "Surfshark started"
nohup flatpak run --branch=stable --arch=x86_64 --command=teams-for-linux --file-forwarding com.github.IsmaelMartinez.teams_for_linux @@u %U @@ & echo "MS Teams started"
}
I have mine as
All bound to Meta+h/j/k/l/y/u/i and have a bash function to run and configured to go to the right places. KDE is good
One time I picked a guy to sponsor with 1-2 euros per day every time I saw him. I tried to make it consistent and I only gave to one person. In the US donating to shelters and food banks is for sure more effective.
Not to mention professional beggars that are hired from a company (black market) and don’t need the money. They are often more effective than the people that really need the money since are more relaxed about it.
Techno feudalism mentioned. Queue a Varoufakis talk
5284km this place feels like home because this is where I’ve slept for the last 4 years.
That’s crazy, I thought that would be an invalid cast or something.
Gradually typed is a great description because it’s neither fully static or dynamic. TS does allow you to circumvent the types too easily to be called statically typed.
const strings: string[] = ([1] as any[])
Is ok in TS land so the type of strings
is not really static so to speak because you can assign whatever to it. Writing this in Dart would give
error - The argument type 'List<dynamic>' can't be assigned to the parameter type 'List<string>'. - argument_type_not_assignable
if I’m not mistaken.
TS as a statically typed language is not what I would call it. It’s a language with enforced type annotations but can be circumvented pretty easily. For example when receiving a JSON from an http request a string field can be just whatever.
I’ll join in
const isEven = (n)
=> !["1","3","5","7","9"]
.includes(Math.round(n).toString().slice(-1))
Jst lk ppl used 2 txt, amirite