
artwork
@artwork@lemmy.world
…cogito, ergo sum…
- Comment on Active Matter developers put up an incredibly distasteful AI notice on Steam 11 hours ago:
Never knew about this game, probably most people didn’t. They probably knew it too, so they needed to expand the visibility with something edgy and started sending review keys to AI-haters for reaction. Seems like it worked, such an obvious trap.
~ tarmo888
Source [comments at Gaming on Linux] - Comment on Epic looking pixel-art hack-and-slash 'Divinum' adds Linux / Steam Deck support 1 week ago:
There’s no sorrowful “AI”, and it looks marvelous - purchased a license to support the heartfelt appreciated Artist, Developer…
Thank you… dear Sigil Games… the marvel… Art you do…Related:
- divinumgame.com
- store.steampowered.com/app/1148130/Divinum/ - Comment on what causes this? 1 week ago:
From the first glance, it feels like a temperature issue where the foundation level is too hot resulting in the plastic to melt more than required.
- Comment on Scroll Burned in 79 AD Volcanic Eruption Finally Deciphered Using AI 2 months ago:
Based on the handwriting style, Nicolardi thinks that PHerc. 1667 dates to the second or third century B.C.E., which would make it one of the oldest scrolls in the library. The title and author have been lost to history, but experts suspect it wasn’t written by Philodemus. Perhaps, they theorize, Chrysippus was the author.
Chrysippus was a foundational figure in Stoicism, but modern scholars only know of his writings from references in other works. “To have access to a source text rather than quotes and summaries, which can be modified or interpreted by other writers, is very important,” Thomas Coward, a classicist at the University of Bristol in England who isn’t part of the Vesuvius Challenge, tells New Scientist’s Hayley Bennett.
Thank you very much…
Ineffably marvelous…Related: lemmy.world/post/48672397 (Scientists reveal secrets of ancient scrolls burned by Mount Vesuvius nearly 2,000 years ago…)
- Comment on How to indentify false positives 2 months ago:
Wonderful day!
Depending on the anti-malware, it may be either a known signature, or heuristics.
- In case of the former, the signature may be a just a single use of function inside the safe program that matches with a malware that uses the same (e.g., in a thread or memory range the anti-malware probed);
- Heuristics - May just be too restrictive local security settings;Yet, if you don’t have enough time to investigate in locally in isolated environments as virtual machines/containers, debugging syscalls and activities in file-system, memory, network etc., there are less manual or outsources, options, including the common know ones:
- opentip.kaspersky.com
- opentip.kaspersky.com/requests
- virustotal.com/gui/
- any.runPlease stay safe!
- Comment on How does one get started and quickly learn to be a hacker? Explain please like I am a 10 year old because he is. More inside 2 months ago:
Sincere apologies for the person condition…
As you provided no actual points to consider important to invest much time into the answer, let’s make it quick, too.
It’s not illegal to be a hacker. It’s illegal to illegal actions via hacking. There are two common ways to distinguish hacker’s scopes of actions: 1) team colors; 2) hat colors.
The concept of red teaming and blue teaming emerged in the early 1960s.
Source: https://en.wikipedia.org/wiki/Red_team#History-–
A white hat hacker breaks security for non-malicious reasons…
A black hat hacker is a hacker who “violates computer security for little reason beyond maliciousness or for personal gain”…
A grey hat hacker lies between a black hat and a white hat hacker, hacking for ideological reasons… Source: https://en.wikipedia.org/wiki/Security_hacker#ClassificationsIt’s impossible to “quickly” learn to be a hacker. The security subjects shift each fraction of a second, and you have to train your intuition layering it on the experience you gain from theories and practice.
Some of known ways to get in-depth are:
- Public Capture-the-Flag (CTF) events as you may find at: https://defcon.org/html/links/dc-ctf.html;
- Bounties, like: https://www.hackerone.com/bug-bounty-programs;
- Serious contribution to open-source projects (e.g., KDE, Mozilla, programming language compilers as C++, Rust);
- Contributions to dirvers/middlewares, and databases as: https://www.aircrack-ng.org/;
- Contributions to exploits databases as: https://www.metasploit.com/contribute, https://www.exploit-db.com/;
- Contributions to CVEs as: https://www.cve.org/ReportRequest/ReportRequestForNonCNAs;
There are relatively not serious but still options as: https://tryhackme.com/
In other words, you just find your love in the security subjects you consider closer to the heart, and go in deeper…
Then, you just use the tools you want to achieve the requirements:# Let's just use the lovely Bash v5+ to get our IP addresses (no cURL etc.). exec 3<>'/dev/tcp/ipinfo.io/80'; printf 'GET /ip HTTP/1.0\r\nHost:ipinfo.io\r\n\r\n' >&3; while read -r l || (( ${#l} )); do [[ $l =~ ^([0-9]{1,3}\.){3}[0-9]{1,3}$ ]] && printf '%s\n' "$l"; done <&3;Yet, please do consider that actual hackers do never expose their actual identities. Since, your identity is a single and permanent key to your life and your family…
Once you’re in, and you become responsible for your actions, you become a loner, and not a single soul will ever support you in the end.The quieter you are, the more you are able to hear.
~ BackTrack Linux (by Offensive Security) - Comment on What us the best way to add remote access to my servers? 6 months ago:
- Comment on What us the best way to add remote access to my servers? 6 months ago:
For the reverse proxy you may find Traefik marvelous, in case if Nginx/HAproxy is too featureful.