[ / / / / / / / / / / / / / ] [ dir / chemo / choroy / dempart / doomer / jenny / komica / mde / mewch ][Options][ watchlist ]

/tech/ - Technology

You can now write text to your AI-generated image at https://aiproto.com It is currently free to use for Proto members.
Email
Comment *
File
Select/drop/paste files here
Password (Randomized for file and post deletion; you may also set your own.)
* = required field[▶ Show post options & limits]
Confused? See the FAQ.
Expand all images

File (hide): 187896d7e5e04ac⋯.gif (587.28 KB, 200x245, 40:49, BigUnequaledAlbino-small.gif) (h) (u)

[–]

 No.1031196>>1031299 >>1031307 >>1031377 >>1031414 >>1032105 [Watch Thread][Show All Posts]

What is the best program on GNU?

 No.1031197

gnu nano


 No.1031199>>1031262 >>1031287

>best

patch

gnat

emacs

gforth

gdb

>should be by name, but aren't

alive (multiple hosts in "round-robin" fashion? nothing but ping? worthless. This should be a mini zabbix, not a bash script.)

womb (nothing to do with replacing women)


 No.1031203>>1031335

grep


 No.1031262

>>1031199 womb

Dissipate your semen into your mom's womb! Rape her!


 No.1031275

FreeDink


 No.1031287>>1031301

>>1031199

>gnat

I was racking my brain as to what this was for way too long, and then it hit me. I use the command like muscle memory as well.

t. Ada programmer


 No.1031292>>1031341

File (hide): 1d04e8bc4d71575⋯.jpg (69.97 KB, 447x538, 447:538, 755785858587585858.jpg) (h) (u)

<NAME

< moe - My Own (text) Editor

<

<SYNOPSIS

< moe [global_options] [[+line[,col]] file_name [file_options]]...

<

<DESCRIPTION

< GNU moe is a powerful, 8-bit clean, console text editor for ISO-8859

< and ASCII character encodings. It has a modeless, user-friendly inter‐

< face, online help, multiple windows, unlimited undo/redo capability,

< unlimited line length, unlimited buffers, global search/replace (on all

< buffers at once), block operations, automatic indentation, word wrap‐

< ping, file name completion, directory browser, duplicate removal from

< prompt histories, delimiter matching, text conversion from/to UTF-8,

< romanization, etc.


 No.1031299

>>1031196 (OP)

midnight commander


 No.1031301

>>1031287

You have memory loss gramps.


 No.1031307


 No.1031311

brave browser


 No.1031335

>>1031203

upvoted. If you dont use grep atleast once a week you don't know how to into linux.


 No.1031341>>1031355 >>1031427 >>1031430

>>1031292

https://www.gnu.org/software/moe/manual/moe_manual.html#Introduction

>Moe uses ISO-8859-15 instead of UTF-8 because an 8-bit character set (combined with romanization if needed) can convey meaning safely and more efficiently than UTF-8 can.

>UTF-8 is a great tool for tasks like writing books of mathematics or mixing Greek with Chinese in the same document. But for many other everyday computing and communication tasks, an 8-bit code like ISO-8859-15 is much more practical, efficient and reliable. There is no such thing as an 'invalid' or 'out of range' ISO-8859-15 character.

>UTF-8 is fine for non-parsable, non-searchable documents that must look 'pretty', but not so fine for things like filenames, configuration files or C++ source code. Invalid UTF-8 characters in filenames make archiving and filesystem operations unreliable. UTF-8 greatly hinders parsability (and may even become a security risk) by providing multiple similar-looking variations of basic alphabetic, punctuation, and quoting characters. UTF-8 also makes search difficult and unreliable. For example, searching for a word like "file" in an UTF-8 document may fail if the document uses the compound character 'fi' instead of the string "fi".

>UTF-8 allows user tracking by means of invisible text marking. Any string can be converted into its binary form and then recoded into a string of zero-width characters, which can then be invisibly inserted into the text. If the text is posted elsewhere, the zero-width character string can be extracted and the process reversed to figure out the identity of the person who copied it. Using moe and ISO-8859-15 such invisible marking is more difficult, more fragile, and easier to discover.

wtf is this shit?


 No.1031355>>1031385 >>1031416

>>1031341


#!/usr/bin/python
word_joiner = u"\u2060" #invisible chars
zero_width_space = u"\u200B"

def encode(id):
binary_id = ''.join(format(ord(c), 'b') for c in id)
binary_id = binary_id.replace("0", zero_width_space)
binary_id = binary_id.replace("1", word_joiner)
return binary_id
def decode(id):
decoded_id = ""
binary_id = id.replace(word_joiner, "1")
binary_id = binary_id.replace(zero_width_space, "0")
for x in range(0, len(binary_id), 7):
char_bin = binary_id[x:x+7]
decoded_id += chr(int(char_bin, 2))
return decoded_id

id = "gorillamonkey" #eg. login name used when accessing top secret CIA doc
hidden_id = encode(id)
decoded_id = decode(hidden_id)
print("Original: %s, hidden: %s, decoded: %s\n" %(id, hidden_id, decoded_id))

cia_doc = "space aliens are real"
cia_doc_with_voodoo_id = cia_doc
cia_doc_with_voodoo_id += hidden_id
#now when u leak it, they know who did it.

I hope formatting isn't f'ed up again. Should have used moe to write this.


 No.1031377

>>1031196 (OP)

Gnu True.


 No.1031379

Gnome Disks


 No.1031385

>>1031355

>muh zero width spaces

Install a plugin for your text editor that highlights those.


 No.1031400

guix


 No.1031414

>>1031196 (OP)

IceCat


 No.1031416>>1031438 >>1031445 >>1031734

>>1031355

>take picture of document

oops


 No.1031427>>1032087

>>1031341

UTF-8 is extreme bloat and cancer


 No.1031430>>1031431 >>1031439 >>1032093

>>1031341

It's more of Stallman's "I believe I know more than you so I will fuck shit up for you" mentality.


 No.1031431>>1031434

>>1031430

do you really need various shades of negro smiling face and thumbs up burned into your character set?


 No.1031433

Either true/false or yes. Best as in does exactly what it's supposed to do.


 No.1031434

>>1031431

Unicode is not UTF-8.


 No.1031438>>1031442

>>1031416

I proved my point that UTF-8 is botnet and privacy risk.

>deliver documents modified with combination of specific tag words, dates, fonts, formatting, images, spelling errors, added commas, meaningless filler phrases that can be added to any place without them standing out, synonym words from dictionary...

oops

If they cared they could make it impossible to leak docs without overhauling the whole document.


 No.1031439>>1031442

>>1031430

More like the authors were too lazy to implement support for UTF-8 and this was convenient cop out.


 No.1031442>>1031446 >>1032093

>>1031438

Unicode is not UTF-8.

>>1031439

You are probably right. Stallman always does this when he doesn't understand something; so he will call it evil, steal it anyways, and then tell everyone how his version is better because of the bloat he introduced.


 No.1031445

>>1031416

Works for one page documents, if you're trying to leak a thousand pages good luck taking those pics with the camera you aren't allowed to have without anyone noticing.


 No.1031446

>>1031442

>UTF-8 is a variable width character encoding capable of encoding all 1,112,064[1] valid code points in Unicode using one to four 8-bit bytes.[2] The encoding is defined by the Unicode Standard, and was originally designed by Ken Thompson and Rob Pike.[3][4] The name is derived from Unicode (or Universal Coded Character Set) Transformation Format -- 8-bit.

You are correct but it is semantics.


 No.1031449

st

zathura

ranger

scim

groff


 No.1031718

cp


 No.1031734

>>1031416

>now image FULL of unneeded data needs to be sanitised (image metadata, lens scratches, do they make printer-dots equivalent? Who knows.)


 No.1032084

gcc


 No.1032087

>>1031427

>LARPer doesn't know the difference between UTF-8 and Unicode


 No.1032093

>>1031430

>>1031442

Not every GNU program is made by Stallman you stupid faggots.

GNU Emacs is made by Stallman and guess what? Initial support for Unicode was added in version 21.1 (October 20, 2001).


 No.1032105

>>1031196 (OP)

Clearly it's the GNU operating system.




[Return][Go to top][Catalog][Screencap][Nerve Center][Cancer][Update] ( Scroll to new posts) ( Auto) 5
37 replies | 1 images | Page ?
[Post a Reply]
[ / / / / / / / / / / / / / ] [ dir / chemo / choroy / dempart / doomer / jenny / komica / mde / mewch ][ watchlist ]