XML is good for markup. The problem is that people too often confuse “markup” and “serialization”.
XML is good for markup. The problem is that people too often confuse “markup” and “serialization”.
You are assuming here that I know what I want. What if there is no obviously correct answer, and even in the Everett branch that generates the optimal content for the file I’ll still think it can be improved and tell it to destroy the universe?
What if there is no correct answer?
I just use this:
#!/bin/bash
keep_generating=1
while [[ $keep_generating == 1 ]]; do
dd if=/dev/random of=$1 bs=1 count=$2 status=none
echo Contents of $1 are:
cat $1
echo
read -p "Try generating again? " -s -n1 answer
while true; do
case $answer in
[Yy] )
echo
break
;;
[Nn] )
keep_generating=0
break
;;
*)
esac
read -s -n1 answer
done
done
This is Rust. You don’t need a safe word - safe is the default. You need an unsafe
word instead.
What do you mean by “improving”? This alarming warning appears because Firefox requires permissions. Let us look at the permissions listed there:
App permissions should not be about “this app cannot be trusted because it asks for scary scary permissions”. They should be about “take a look at the list of permissions the app requests and determine whether or not it make sense for such an app to need such permissions”.
Nearly every app should have a warning
No. If you put a warning on every app (except for the most trivial ones that don’t actually do anything useful) then the warnings mean nothing. The become something more than ass-covering legal(ish) BS.
I’ll start using it after I migrate to Wayland.
Do you have a cropped tattoo? Can we see it?
I initially read that as medieval management and now I cannot read it any other way.
Hey, at least it’s not ads?
Not sure I’d chose to use the word “sweet” here…
Of course I know AI? Who do you think wrote this resume?
if date.today() - RELEASE_DATE > timedelta(days=90):
try:
game.prompt_user_to_connect_3rd_party_account()
except PlayerRefusal:
sys.exit(0)
But I had some success with low poly 3D models which I found are pretty easy to make.
Same. I find that for non-artists 3D is easier than 2D because:
Of course, my 3D models still look like crap - but it’s better looking crap than my 2D sprites…
There is a world of difference between “seems pretty clear” and risking a copyright infringement lawsuit.
KISS and YAGNI in a nutshell.
I like rebase, it’s everyone else that hate it when I rebase main
twice a day.
“coder-codewriter”
For Windows 11, it would be an ad for Hitler instead of just a picture.