[ Home ]
[ en / f / h / h3 / jp / t / v ] [ Home ] [ FAQ ] [ Rules ] [ Catalog ] [ Archive ] [ RSS ]
Board Statistics
Board PPD Total Posts Unique Posters Last Post
Welcome to the WIRED
1745595791647.png - 1164.51 KB (1200x788) SauceNAO

Are you (Lain) on the Fediverse? (ex: Mastodon)

>>

>>1249 No happy I don't like talking to people who are not anonymous

>>

>>1478 my fellow retardhappy but a nick name doesn't make non anonymous. i've been wondering about it latelydown

>>

Yes, I'm on Lemmy with the lemy.lol instance and on Mastodon. Personally I like Lemmy a lot more because it's very hard to find content at least for me on Mastodon. Ive never experienced any of the problems that people discuss on here, I just ignore the stuff that I obviously won't like neco_dance

>>

>>1480 can you kindly explain me how it works, in terms of, are you able to send direct private messages across fediverse to other users? (e.g. lemmy, mastodon, peertube etc)

>>

>>1481 Google is free happy2


haxor.jpg - 191.74 KB (960x1000) SauceNAO

This thread is for all things Cybersecurity General topics: OPSEC, Hacking, Offensive & Defensive security, Breaches, Open Source Intelligence, MalDev, Cryptography, Red-teaming VS Blue-teaming, Reverse engineering, etc. Useful resources: • https://git.hackliberty.org/hackliberty.org/Hack-Liberty-Resources#securityhttps://github.com/Hack-with-Github/Awesome-Hacking Learn more: • https://picoctf.org/https://tryhackme.com/https://www.hackthebox.com/https://portswigger.net/web-security

>>
Screenshot 2025-06-04 235256.png - 43.99 KB (977x217) SauceNAO

My goal is to finish the CPTS path and pass the exam by the end of summer

>>
1709003713572767.jpg - 57.80 KB (852x712) SauceNAO

>>1431 Good luck

>>

I did my first crackme. I did it with Binary ninja, it was quite easy, I only had to modify a couple of values in assembly mode and modify some conditions. happy If anyone is interesed, you can find a lot of crackmes here: https://crackmes.one/

>>

can anyone point to past haskell vulnerabilities? language specific, focused. (for educational purposes) I've looked their bulletin, and saw only 3rd party issues with XZ, lib supply chain attack.

>>

>>1475 haskell is flawlessdown



image.png - 5278.25 KB (2296x3187) SauceNAO

this is like the only picture i have currently of my xbox 360 and ps3 together. i thought they looked really cute together it's kind of like yuri.. nya

>>

omgsurprised digital love!surprised cyberpunk!!!neco_dance

>>
>>

happy super cute >op a richkid angry


1748471774164.jpg - 522.62 KB (924x998) SauceNAO

On my place of employment's computers, without authorization I continue to download the Snowflake extension. This extension was designed by the Tor Project, and it creates a WebRTC proxy in your web browser to serve as a bridge for users where Tor is heavily blocked. The best part is to install the extension, most of the time you don't even need admin privileges and you can configure it to run even when the browser is closed with the click of a button. Am I a good or bad person for doing this? https://snowflake.torproject.org/

>>

hikarin godvengence

>>
1000005266.jpg - 63.58 KB (864x1793) SauceNAO

To do this on Android, install Orbot and enable "Kindness Mode". With the recent flareups in the Middle East, there's been a massive wave of blocking Tor in the effected countries, please help if you can!

>>

>>1465 My node participated in 1 (one) circuit in the past 4 or so hours. What the fuck?

>>

>>1437 fyi, it's a proxy to the actual Snowflake bridge. it's not an actual bridge itself.

>>

You inspired me and did the same. One more proxy!


ebc05552cbd1cd57f9126a719fef25a0605d5937b2530a5b673c0eef970ad03a.jpeg - 141.94 KB (1025x1113) SauceNAO

What's your favorite programming language /t/?

>>

>>231 Ocaml. Basically haskell but developed by coders instead of mathematicians.

>>
1738325002423550.jpg - 379.21 KB (2048x1536) SauceNAO

Definitely C. Simple, efficient, and it works.

>>
psu.jpg - 417.99 KB (966x1391) SauceNAO

Honorable mention for PHP

>>

For C/C++ programmers: What do you think about the extern keyword? imo it's quite useful with proper documentation.

>>

>>1463 writing good modular code without extern is neigh impossible in C. It and static globals are the only way you have of scoping symbols by file. C++ has namespaces but they look like shit and I don't like it.


2cdec5077b75a4ed13cf9a35c5a21791.png - 245.16 KB (640x360) SauceNAO

we make our own OS

>>

>>1433 Learn all you want but it's literally impossible without taking open source code for elf, or writing an assembler compatible with gnu ld, if you don't want to write every program from scratch all over again. Also debugging is basically impossible.

>>

>>1433 https://wiki.osdev.org/Expanded_Main_Page start here, people might join you later on, but you need a base. Make it themed to this site or something.

>>

>>1435 I started years ago, I gave up. It doesn't look like you have an idea of how long "making it look like x" will take.

>>
9125f99e209e113227322baedbaebe69.jpg - 45.56 KB (664x480) SauceNAO

I really want to create a bootloader in C...

>>

>>1461 fork an elf library and read the UEFI specification it is piss easy.


1497735478567.png - 968.92 KB (1920x1200) SauceNAO

Any Gentoo Friends on this board? If so tell me what you love or hate about it. What USE flags do you use? In the meanwhile I will post some of my favorite Gentoo Desktops!!

>>

>>1447 qutebrowser?

>>
image.png - 940.81 KB (1919x1079) SauceNAO

>>449 and here is my make.conf

WARNING_FLAGS="-Werror=odr -Werror=lto-type-mismatch -Werror=strict-aliasing"

COMMON_FLAGS="-O3 -pipe -march=native -flto=auto ${WARNING_FLAGS}"
CFLAGS="${COMMON_FLAGS}"
CXXFLAGS="${COMMON_FLAGS}"
FCFLAGS="${COMMON_FLAGS}"
FFLAGS="${COMMON_FLAGS}"

LDFLAGS="${LDFLAGS} -fuse-ld=mold" 
RUSTFLAGS="-Ctarget-cpu=native -C opt-level=3 -Clinker-plugin-lto"

CPU_FLAGS_X86="aes avx avx2 f16c fma3 mmx mmxext pclmul popcnt rdrand sha sse sse2 sse3 sse4_1 sse4_2 sse4a ssse3 vpclmulqdq"

MAKEOPTS="-j8"
ABI_X86="64 32"

USE="lto pgo polly vaapi vdpau pulseaudio bash_completions wayland tree-sitter zsh-completions  \
      -debug -systemd -gnome -kde -dvd -dvdr -cdr -cups -emacs -telemetry \
      -gtk -gtk2 -gtk3 -gtk4 -qt4 -qt5 -qt6 -ibm -ipv6 -webengine "

VIDEO_CARDS="amdgpu radeonsi"

PORTAGE_NICENESS=10

LC_MESSAGES=C.utf8
FEATURES="getbinpkg parallel-fetch parallel-install unmerge-orphans binpkg-request-signature"
ACCEPT_KEYWORDS="~amd64"
ACCEPT_LICENSE="*"

EMERGE_DEFAULT_OPTS="--with-bdeps y"  

>>

>>1454 Why the -Werror flags? Typically the programs that actually need them, already have them, and programs that simply can't work with them for some reason have a "-fno...".

>>

>>1458 Not that hikarin but in the LTO part of the wiki on Gentoo it recommends you do that. https://wiki.gentoo.org/wiki/LTO#GCC_Systems

>>

>>1454 I think PORTAGE_SCHEDULING_POLICY="idle" is recommended over PORTAGE_NICENESS=10 btw.


pu1i5sil5rhqqklekhsi.png - 303.92 KB (700x700) SauceNAO

I always thought these looked badass but my life is far too boring to ever need one laugh

>>

A Nokia and one of those, which would survive a fall from an apartment building first? laugh


1748829190174.png - 438.11 KB (1127x949) SauceNAO

Is buying old Thinkpads, Librebooting them and then reselling them a real business strategy? I remember people used to do this a few years ago when Thinkpad nostalgia was at its peak (2021 I think) but I didn't think people still did it. I always thought the type of person who would want a Librebooted Thinkpad would also be the type of person who would want to do it themselves, let alone the concern that the person "Librebooting" it also isn't putting spyware on your machine (See: Anom)

>>

>$255 hoollly fuck are you guys fucking crazy????spooked

>>

>>1428 are you poor?

>>

>>1429 yes i don't have $255 for junk that barely costs $100 these days.skeptical it's far more practical to save up to $600 and buy something decent and recentsleep

>>
lenovo-thinkpad-t14-fedora.544x306.jpeg - 50.59 KB (544x306) SauceNAO

Its a little off topic but I recently bought a Lenovo ThinkPad T14 with 32GB of RAM and a 13th gen Intel i7 CPU and I'm loving it so far love This is the first time I've ever used Windows on a laptop before without it being insanely laggy laugh

>>
__kawashiro_nitori_touhou_and_3_more_drawn_by_tonakai_bunsuka__6dada8bd63568de57e9777a2f4e71f02.jpg - 278.89 KB (550x721) SauceNAO

>I always thought the type of person who would want a Librebooted Thinkpad would also be the type of person who would want to do it themselves I think some people want the benefits of it without having to actually do it themselves


Delete post: [ File only ]