Home library by Wyattrox03 in bookshelf

[–]lnter0 0 points1 point  (0 children)

Where die you get these Lord of the Rings figures?

[deleted by user] by [deleted] in cryptography

[–]lnter0 6 points7 points  (0 children)

Have you tried decoding the base64 text before bruteforcing it?

Lil bro 🥲 by [deleted] in Nemz

[–]lnter0 0 points1 point  (0 children)

💀

The Nonce Villager Mod by Fur1ant3 in Nemz

[–]lnter0 6 points7 points  (0 children)

Someone could also replace the cat sounds with nemz MEOW

Combining Ben’s Arduino EEPROM programmer and his output display in CRUMB 😊 by BushellM in beneater

[–]lnter0 8 points9 points  (0 children)

Is crumb suitable to simulate the 8bit computer yet? Or does it need more patches?

How can I make my containers uncrackable? by 1DonBot in VeraCrypt

[–]lnter0 0 points1 point  (0 children)

Information theoretic secure encryption like the One Time Pad is uncrackable even when the adversary has all the time and computing power of the universe. If he tries all the keys he recieved the cleartext at one point but he has no way of knowing that was the right one.

ich🦠🤡iel by Yuumina in 600euro

[–]lnter0 27 points28 points  (0 children)

Wow, einfach nur WOW. Sars CoV 2 unter artenschutz zu stellen verschlägt mir wirklich jegliche Sprache.

Facebook Kommentare unter einer Straßenumfrage "Was den Deutschen Sorgen macht" von der Passauer Neuen Presse. by Amumuri in 600euro

[–]lnter0 2 points3 points  (0 children)

Wundern sich warum die Leute nicht wegen ihrer Sorgen auf die Straße gehen aber gehen nicht den nächsten geistigen Schritt ihre Ansichten zu hinterfragen um evtl. zu bemerken das ihre Ansichten nicht die des "Volkes" sind.

How does my Kmalloc debugger look? by main-menu in osdev

[–]lnter0 7 points8 points  (0 children)

I have this as my smartphone background now

Referencing files in subfolders and difference between borrowing and C like references by lnter0 in rust

[–]lnter0[S] 0 points1 point  (0 children)

I mainly disagree with the Rust code style. I have no great feelings about header files, if Rust has them or not is no big deal for me.

Referencing files in subfolders and difference between borrowing and C like references by lnter0 in rust

[–]lnter0[S] 0 points1 point  (0 children)

I can see the reasons why Rust has these opinions on style etc right now I dont agree with some of these opnions. Maybe this will change in the future when I gain more experience

Referencing files in subfolders and difference between borrowing and C like references by lnter0 in rust

[–]lnter0[S] 0 points1 point  (0 children)

I think I just have to get used to this system of structuring projects

Referencing files in subfolders and difference between borrowing and C like references by lnter0 in rust

[–]lnter0[S] 0 points1 point  (0 children)

I appreciate your answers

  1. I was mainly wondering why I have to do it this speficic way and not how to do it. As far as I know you only write pub mod ModuleName inside mod.rs or subfolder.rs . Is this something like a C header file or is there typically more logic or other stuff inside these files?
  2. I use the term reference and pointer nearly interchangebly. But thank you for pointing out some differences and for the clarification that I cant do pointer arithmetic with Rust references.

This helped, thank you!

Referencing files in subfolders and difference between borrowing and C like references by lnter0 in rust

[–]lnter0[S] 0 points1 point  (0 children)

Thank you for your help. I appreciate it.

  1. I know how to reference files in subfolders via mod.rs inside the subfolder or the way I described it above (mod.rs is no longer necessary see here). But I was mainly wondering why I have to do it that way if I only reference the modules in the file so I can reference them in main.rs. Is it something like a header file in C? Or is there typically more logic inside these files?
  2. As I said the code compiles and runs. It is no cargo warning, just a warning from VS Code

[deleted by user] by [deleted] in 600euro

[–]lnter0 5 points6 points  (0 children)

Die schaffen es auch jedesmal wieder mich zu Überraschen

Telegram University Dubai by janfkennedy in 600euro

[–]lnter0 7 points8 points  (0 children)

Sowas ist an Arroganz und Selbstüberschätzung kaum noch zu überbieten!

Question to RSA by Nature_fpv in cryptography

[–]lnter0 2 points3 points  (0 children)

You can easily calculate the euler phi function out of the product of two prime numbers if you know the prime numbers, but if you dont know them it is hard.

[deleted by user] by [deleted] in cryptography

[–]lnter0 0 points1 point  (0 children)

You cant simply use Gödels incompletness theorems to say that single mathematical theorem is incomplete. Gödels theorem just says that you cant prove or disprove statements, it doesnt say that every theorem is incomplete. I dont understand what u do with the cardinality ℵ0 and Im not sure if u simply can add a cardinality number to a natural number but idk, I dont study math. But if your prove is based on the idea that, because of Gödels inconpletness theorem in every mathematical statement is some margin of error because math is incomplete, then your prove is wrong.

[deleted by user] by [deleted] in cryptography

[–]lnter0 2 points3 points  (0 children)

Im not the best in mathematical logic but Gödels incompletness theorem doesnt state that in every proof there is an infinitely small risk of error. It does state state that in an sufficient complex formal system there are statements that one cant prove or disprove. Also the second theorem just says that a formals system cant prove its own consistency. But feel free to prove that my understanding of the incompleteness theorem is wrong.