[-] bort@sopuli.xyz 4 points 19 hours ago

I can recommend Heaven's Design Team too. I don't care about the education part, but the writing is fun and the humor lands.

[-] bort@sopuli.xyz 5 points 3 days ago

in my first semester of compsci we learned about chomsky hierarchy pretty much on day one, while we learned about while loops like a month later.

[-] bort@sopuli.xyz 2 points 3 days ago

ich würde vermuten, dass dualong nihongo einführt bevor irgendwelche kanji beigebracht werden, und dass es daher mit hiragana geschrieben wird.

btw, um geziehlt vocabeln zu lernen kann ich wanikani empfehlen. Duolingo ist nett für die täglich wiederholung, aber wenn man nur duolingo macht, kommt man relativ schnell auf ein plateau, und kommt nicht mehr weiter.

[-] bort@sopuli.xyz 8 points 3 days ago

One reason this type of promotion may be becoming more common is that connected cars give automakers a direct path to the driver’s screen.

"Wo ein Trog ist, da kommen die Schweine."

[-] bort@sopuli.xyz 9 points 4 days ago

could you link the original image?

[-] bort@sopuli.xyz 141 points 3 months ago

"I know for a fact that I'm not going to go to jail. Not one day in jail. I'm going to laugh my ass off when all these motherf***ers are saying I'm going for 30 years, 20 years, five years, 10 years. I'm not even going to do one day, bro. They'll give me a fine and say, 'Don't come back to Korea.' You're the one that's going to look so dumb when I don't get any jailtime or anything. Bro, I'm going to laugh like a f**king villain.

amazing.

[-] bort@sopuli.xyz 116 points 7 months ago

Here are the steps:

  • The attacker creates a standard Git repository.
  • They commit a single symbolic link pointing to a sensitive target.
  • Using the PutContents API, they write data to the symlink. The system follows the link and overwrites the target file outside the repository.
  • By overwriting .git/config (specifically the sshCommand), the attacker can force the system to execute arbitrary commands--

amazing.

13
submitted 1 year ago by bort@sopuli.xyz to c/animemes@ani.social
425
165
[-] bort@sopuli.xyz 94 points 2 years ago

Our societies have not previously tolerated spaces that are beyond the reach of law enforcement, where criminals can communicate safely and child abuse can flourish.

I am pretty sure, churches were "tolerated spaces" bevor e2ee was a thing.

[-] bort@sopuli.xyz 99 points 2 years ago
  1. Users are finally figuring out that some Linux distros are easy to use

so recommending arch linux to newbies was counter productive all along?

suprised_pikachu.bmp

[-] bort@sopuli.xyz 94 points 2 years ago

the linux-file-deletion is used as a example for good software design. It has a very simple interface with little room for error while doing exactly what the caller intended.

In John Ousterhout's "software design philosophy" a chapter is called "define errors out of existence". In windows "delete" is defined as "the file is gone from the HDD". So it must wait for all processes to release that file. In Linux "unlink" is defined as "the file can't be accessed anymore". So the file is gone from the filesystem immediately and existing file-handles from other processes will life on.

The trade-off here is: "more errors for the caller of delete" vs "more errors due to filehandles to dead files". And as it turns out, the former creates issues for both developers and for users, while the later creates virtually no errors in practice.

[-] bort@sopuli.xyz 112 points 2 years ago* (last edited 2 years ago)

Latex: Problem --> \def\please@#1#2#3#4{\e@kill#2#3{\me#1}#4@now} -->

view more: next ›

bort

joined 2 years ago