lord_ryvan

joined 2 years ago
[–] [email protected] 3 points 1 week ago* (last edited 1 week ago)

I agree with the content of this post, but it seems like pure complaining rather than programmer humour, so I downvoted it for not suiting the community.

Mods, what are you doing letting this on here?

[–] [email protected] 2 points 1 week ago

It seems those are 4 KiB on Linux, interesting to know.

[–] [email protected] 1 points 1 month ago

And just started cleaning up their GitHub account…

[–] [email protected] 2 points 1 month ago

Probably DeepSeek.

[–] [email protected] 1 points 1 month ago

Here's a simple command to turn any file into a single b!

echo a > $file_name
[–] [email protected] 2 points 1 month ago (2 children)

each file is minimum 4kb

$ touch empty_file
$ ls -l
total 8
-rw-rw-r-- 1 user group 0 may 14 20:13 empty_file
$ wc -c empty_file 
0 empty_file

Huh?

[–] [email protected] 1 points 1 month ago

My brother in Christ TailwindCSS just gives classes that let you do inline styling in a shorter syntax! (and theme configuration, but mostly inline styling)

Replace width: ...px with w-..., margin-left: ... with ml-... and margin-right: ... with mr-.... Setting both horizontal margins is mx-... and both vertical margins is my-....

If you can do inline styling, TW just makes the syntax a bit shorter, but that's it, really.

[–] [email protected] 1 points 1 month ago

To be fair, unlocking the frame rate on console-to-PC ports still fast-forwards many games including Nier: Automata or breaks the physics like in Skyrim.

It doesn't have to be this way, any more, but it still is because… Lack of expertise? I really can't think of anything else?

[–] [email protected] 2 points 1 month ago

To be fair, they show up as “^X” or whatever, and typing [Shift]+[6] followed by the [X]-key doesn't do the trick.

[–] [email protected] 1 points 1 month ago* (last edited 1 month ago)

It can be easier if you're used to the dash before the arguments; it's optional but you can put them:

tar -cf   # Compress File
tar -xf   # Xtract File
[–] [email protected] 1 points 1 month ago

I was about to say tar -CompressZeVuckingFile; great mnemonic and I use it every time!

view more: next ›