Luca Bertozzi

I have a master in Theoretical Physics, but now I want to do cyber security.

I'm looking for a job (possibly in infosec). See my resume at: lucabtz.com/resume

2025-02-03

@GossiTheDog this is sad. And I'm from EU

2025-01-21

@alcinnz @skyfaller @OliverUv they all seem cool tools

2025-01-20

@alcinnz I saw a comment about that software saying you will burn CPU cycles to make some other software burn CPU cycles, in the end it is a lot of wasted resources ending up in warming up the planet.

Made me rethink about it

2025-01-20

@webdev_discussions i swear I read "feet attachments"

2025-01-18

@unixroot i did this in the past, mainly because I was lazy to learn jekyll. It worked fine, though now I'm using jekyll and I like it quite a bit

2025-01-18

@IgorSkochinsky yeah but actually seems pretty doable still

2025-01-17

been playing around with parsing and disassembling LUA files. I may try to turn it into a decompiler

#programming #reverseengineering

2025-01-14

@flwwhtrbt could be a star wars planet

2025-01-12

@gmeneses94 thank you

2025-01-11

@SwiftOnSecurity good taste in terms of anime

2025-01-08

This code should detect whether VT-X is supported by the processor. However on my system, which is currently running a VM with VirtualBox it keeps returning false.

#virtualization #c #programming

C++ code with the default dark visual studio syntax highlighting. The code follows:

bool HasVtxSupport()
{
    int Info[4] = { 0 };

    __cpuidex(Info, 1, 0);

    return (Info[2] & (1 << 5)) != 0;
}
2025-01-08

@luckytran looks straight out of a cyberpunk dystopian movie

2025-01-08

@eniko the smelly nerds are the best part of it what do you mean?

2025-01-07

@Moosader yes please. I recently started hosting my own IRC bouncer. With a bouncer IRC is so great

2024-12-29

@sha1lan this is crazy, completely okay looking code can actually still contain bugs

2024-12-26

@Em0nM4stodon maybe the mandalorian is the best thing Disney made with star wars

2024-12-26

@Em0nM4stodon this is the way

2024-11-24

@Em0nM4stodon i see. Thank you so much for the info

2024-11-23

@Em0nM4stodon what's your favorite so far

2024-11-22

@nixCraft do you have some nice read to understand exactly what is going on?

Client Info

Server: https://mastodon.social
Version: 2025.04
Repository: https://github.com/cyevgeniy/lmst