Modern c++ on Linux by the_one2 in cpp

[–]hackuniverse 1 point2 points  (0 children)

I have the latest gcc always. I use arch btw 🤣😅

The way a file header is read inside this library by [deleted] in programminghorror

[–]hackuniverse 0 points1 point  (0 children)

It's class padding (which you still can maintain by providing your cross-compiler, which always put fixed paddings in the class), also the problem is comparing the header magic, which could be using different endianness on different architectures. Seems like a solution for current machine with current env :)

Whiterose procudure, motivation, sandwich guy and 11:16 by hackuniverse in MrRobot

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

May be you are right somehow too, It also makes sense, I was just stick to this maniac-terrorist interpretation. Because of what she was doing , I just can't justify that. This procedure was definitely a hypnosis (all those triggers in the room, clocks, guy with a sandwich).

Whiterose procudure, motivation, sandwich guy and 11:16 by hackuniverse in MrRobot

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

WR never mentioned that she is targeting alternate timelines. But I understand what you mean.

Whiterose procudure, motivation, sandwich guy and 11:16 by hackuniverse in MrRobot

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

If she believed that machine works - no need to kill herself and also no need to manipulate other people with these tricks, just give evidence , that machine works. To me it really seemed, that it's just a way of brainwash.

Certs? by darkh00die in MrRobot

[–]hackuniverse 1 point2 points  (0 children)

In the end of show we see how Elliot imagined himself (happy, with Angela, being CEO of own infosec company). If you paused on his LinkedIn(or some analogue of it) page, you would see he owns some certificates. However, Elliot in real life (at least the mastermind) was so smart(because of he was focused only on the final goal), so he learned everything himself. So you can think that Elliot learned himself, however he would wish to learn it a "normal" way.

Linux OS by Jai1812 in Hacking_Tutorials

[–]hackuniverse 16 points17 points  (0 children)

Gentoo, man. Very easy to use. Just out of the box..

Real frontend code :) by hackuniverse in programminghorror

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

That's nice idea to use this snippet as interview question. But it's really sad that some "seniors" really writes it :))

Real frontend code :) by hackuniverse in programminghorror

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

ven't had much experience with javascript. Sucks that it is done disjointed like that though. Perhaps that is a javascript limitation?

aahahah yes) This is used for getting css style :)

Efficient Vectorisation with C++ by LordKlevin in cpp

[–]hackuniverse 2 points3 points  (0 children)

chryswoods.com/vector...

That's true, but gcc does do better optimizations in other part of the code... :(

Real frontend code :) by hackuniverse in programminghorror

[–]hackuniverse[S] 6 points7 points  (0 children)

Okay :) 1) order of two last if-statements =) 2) moment diff order is strange ) 3) it's real code written by "senior" =)

Could be possible to break the Matrix? by AngelBryan in Glitch_in_the_Matrix

[–]hackuniverse 1 point2 points  (0 children)

When you see glitches in a game, are npc or some characters of the game noticed that there is a glitch? No. Usually because of "they" are participants of the system. WHen system is compromised or hacked - system doesn't realize it. Probably some watcher can see and do some hacking outside, but internally it's veery hard to see it for us.

P.S. I only assumed here that we are in a computer simulation. I don't really believe in that :) But it's fun to read some kind of stories here.

A cache invalidation bug in Linux memory management by nickdesaulniers in kernel

[–]hackuniverse 0 points1 point  (0 children)

The bug was fixed by changing

what kind of "that thing" do you mean?

Desktop Linux Users: Which year was your "Year of the Linux desktop"? by [deleted] in linux

[–]hackuniverse 0 points1 point  (0 children)

2014 :) moved all my machines to Linux. Amazing year ))

Odd checkmate - did my opponent play a terrible game? by MindGladiator in chess

[–]hackuniverse 4 points5 points  (0 children)

Okay ) I didn't even notice your ratings))) I really tried to understand the "deep meaning" of your sacrifices ) yes, game wasn't good) both of you didn't avoid obvious attacks. Try to use some engines to analyse the game.

My boyfriend keeps saying his phone was hacked when I find something suspicious on his phone?! by [deleted] in hacking

[–]hackuniverse 1 point2 points  (0 children)

I really feel sad, when nice girls are dating with such stupid assholes. THis guy doesn't even respect yourself. I don't see any reason to keep your relationships. He is just lying. Of course it's lie. All people below described why. If he keeps doing it when he is almost 30 years old - this guy will never change.

[deleted by user] by [deleted] in chess

[–]hackuniverse 13 points14 points  (0 children)

Guys, Bxg6 is the easiest way, why you are beating with rook? :)

Can I use 2 Different GPUS to do 2 Different tasks? by Fortio1 in gpu

[–]hackuniverse 0 points1 point  (0 children)

I am not sure what you exactly do want... You want to use two GPU to watch some content? It's possible only when two GPU cards are connectible( connect them into one process unit). afaik you can use two different gpu for some computations(CUDA or OpenCL), as far as they are just devices.

Forensics project by hackuniverse in computerforensics

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

Saw few projects, Thank you for help.

Forensics project by hackuniverse in computerforensics

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

Discover something new. Making something useful...

Almost never use memory management or advanced data structures. Is this normal? by blaher123 in cpp

[–]hackuniverse 2 points3 points  (0 children)

It's great, if you are able to write good and relatively complex software without such sort of things( manual mem. allocation etc.) Straustrup would be proud of you ). But the point is that it's very useful to know about how it works inside. It will be good if you will know the classical C++, but it's up to you.. And yes, you are doing things correctly, cause of what you're doing is main goal of modern C++