[a / b / c / d / e / f / g / gif / h / hr / k / m / o / p / r / s / t / u / v / vg / vm / vmg / vr / vrpg / vst / w / wg] [i / ic] [r9k / s4s / vip] [cm / hm / lgbt / y] [3 / aco / adv / an / bant / biz / cgl / ck / co / diy / fa / fit / gd / hc / his / int / jp / lit / mlp / mu / n / news / out / po / pol / pw / qst / sci / soc / sp / tg / toy / trv / tv / vp / vt / wsg / wsr / x / xs] [Settings] [Search] [Mobile] [Home]
Board
Settings Mobile Home
/g/ - Technology

Name
Options
Subject
Comment
Verification
4chan Pass users can bypass this verification. [Learn More] [Login]
File
  • Please read the Rules and FAQ before posting.
  • You may highlight syntax and preserve whitespace by using [code] tags.

08/21/20New boards added: /vrpg/, /vmg/, /vst/ and /vm/
05/04/17New trial board added: /bant/ - International/Random
10/04/16New board for 4chan Pass users: /vip/ - Very Important Posts
[Hide] [Show All]


[Advertise on 4chan]

[Catalog] [Archive]

Meanwhile, my country’s intelligence agencies are still stuck in the analog age.
>Welcome to the National Security Agency’s Open Source Software Site. The software listed below was developed within the National Security Agency and is available to the public for use. We encourage you to check it out!
https://code.nsa.gov
>>
Only good nsa tool is ghidra. It is extremely good and in some cases better than ida pro, however. Aside from that i can't think of anything good. Are you thinking of something in particular?
>>
>>106450722
No, I didn't eve know this existed. Still checking.

File: maxresdefault-30.jpg (139 KB, 1280x720)
139 KB
139 KB JPG
After using Rust, C++ now gives me the ick.
114 replies and 8 images omitted. Click here to view.
>>
>>106444724
I'd scrap the whole fn bullshit, instead i'd use something more consistent with the rest of the language:
fn hello(foo: f32, bar: &str) -> usize { ... }
static hello : (f32, &str) -> usize = |foo, bar| { ... }
// Or if thgey decide to add automatic type deduction for static:
static hello = |foo: f32, bar: &str| { ... }

Function are dubbed 'pure', however they capture their environment, just like closure. It just happens that the environment of a function is non-mutable so they would seems to have no side-effects, but everyone who's ever used LazyLock, LazyCell etc.. would know that this is not true

IMHO, this is more semantically correct and in-line with the rest of the syntax in rust.
>>
>>106448979
people don't pick languages for fun, if you had a job you'd know this. anyone who build web frontends is going to use javascript one way or another. if you do graphics, video games, or anything that requires harnessing the gpu, you're realistically gonna have to use c++. rust still has very poor support for opencl/openacc/cuda, and given the headache it is that to call c++ code from rust (an actual nightmare, especially if c++ doesn't take ownership of what you give it).
>>
>>106435392
your c++ example is overengineered
>>
>>106435392
ewww oop
>>
>>106437173
The faggot:
>heh, you got filtered by dildos

File: 1733026133946929.jpg (690 KB, 1440x1920)
690 KB
690 KB JPG
>I'm gonna vibecod-ACKKKK
9 replies omitted. Click here to view.
>>
>>106450250
Why don't they install Linux and use GCC?
>>
>>106450727
No usecase. They're already using relatively modern versions of windows and run this stuff from emulators.
>>
>>106450762
>and run this stuff from emulators.
This "stuff" might teach them bad practices that will lead to code that won't compile on modern msvc/gcc
>>
>>106450801
No idea how they work that out. Just sharing what a jeet told me.
>>
>>106450727
The instructors are probably unwilling to learn anything. They might not even know much about programming, just reading off a script

File: cable-usb.jpg (30 KB, 550x710)
30 KB
30 KB JPG
How many did you have to land your first job /g/?
>>
>>106448939
software engineering
zero
>>
>>106448939
certs are a scam, you most likely do not need them
>>
>>106448939
>Dev-ops
0
>>
>>106448939
I'm a computer repair tech.
I didn't need any certs. I mentioned that I had one that expired a while ago, but most of my co-workers don't have any.
It's not that technical of a job, but I know it'll make good resume filler for when I branch out to something more high-tech.

Also, they give a dollar raise each for A+, Security+, Server+, and Network+, and will reimburse you for the cost of the test voucher. No retakes or course material though, but that's still a damn good deal.
>>
I've never worked a day in my life
wagies get the rope

File: C_Logo.png (23 KB, 360x405)
23 KB
23 KB PNG
You don't need anything more than C. C++ is blsegmentation fault (core dumped)
37 replies and 4 images omitted. Click here to view.
>>
I like destructors like I like my women. I don't have to ask them to leave.
>>
>>106450767
tip- use comments to point at external functions
>>
File: 1753522328558067.jpg (523 KB, 987x741)
523 KB
523 KB JPG
>>106449624
>>
>>106450772
TinyC is a memory safe language
>>
>>106450802
TinyC is an educational exercise for undergraduates
shoo, fly

File: IMG_1030.jpg (25 KB, 309x163)
25 KB
25 KB JPG
Manchild toys edition

Previous: >>106365425

>Keyboard recommendation template:
https://pastebin.com/n220xk9V

>Find vendors
https://www.alexotos.com/keyboard-vendor-list // Up-to-date list of reputable vendors with brief descriptions
https://keycaplendar.firebaseapp.com // Tracker for current and upcoming keycap group buys

>This keyboard stuff is so expensive!
https://aliexpress.com (or Taobao if you know how)

>Learn about Cherry MX switches

Comment too long. Click here to view the full text.
93 replies and 21 images omitted. Click here to view.
>>
>>106450447
I responded to the guy Looking at a SteelSeries Apex Pro TKL with OmniPoint 3.0 switches--OmniPoint 3.0 switches are hall effect.

Someone, I'm assuming you?, said there are a bunch of 75%s with bla bla bla--which there are--but they aren't hall effect. Hence I corrected them/you? and then recommended a cheaper version.

Mechanical keyboards are shit for gaming compared to hall effect anyways. They're fine for work but anyone who pretends they can hold a candle to hall effect keyboards is retarded and not worth listening to.

Anyways, again, I was responding the Apex anon about alternatives (which there aren't many).
>>
>>106450461
>The legends are easier to read with the backlight off
You have eye problems. See an optometrist immediately.
>>
File: 1747447794086345.png (11 KB, 640x734)
11 KB
11 KB PNG
You will come back to linears. It is inevitable.
>>
>>106450478
>Mechanical keyboards are shit for gaming compared to hall effect anyways. They're fine for work but anyone who pretends they can hold a candle to hall effect keyboards is retarded and not worth listening to.
There are two kinds of gamers who buy this sort of shit (and there's always something new that you "need" to have an "edge"):
- Pros playing at the highest level who know this is a <1% improvement but for whom small incremental gains could make the difference
- Losers who struggle either because they are stupid or lazy, and believe because of marketing and hype that this will deliver the huge gains they're missing

Guess which one you are
>>
>>106450649
I've been trying to stay in clickyland as long as I can take it and it definitely does wear on you after a while. I know someday I'll be back to the browns (we tactileheads consider them a linear so I'm agreeing with you)

File: Aoi.png (1.05 MB, 1505x828)
1.05 MB
1.05 MB PNG
"Ohhh! You're totally amazing for keeping an eye on the disk! High five!"

File: Intel_Core2_Duo2009.png (157 KB, 800x596)
157 KB
157 KB PNG
Intel Core Duo 2 came with the first ever desktop PC (it was a Dell) that my father bought for me, since then I have only ever used Intel processors, and I will keep doing it, idk about corporate drama, maybe it's bad, but honestly I want to remain connected with my past that's all, Intel must and will never go under.
16 replies and 1 image omitted. Click here to view.
>>
I buy intel simply because they are the last US chip manufacturer left, and their CPU's despite being space heaters beat AMD in most productivity tasks.
>>
>>106442822
x86 is shit

Vapor Disposition lithography is antiquated garbage.

Silicon tech is built on science from the 1920s and retards spend a fortune to play games that are shittier than they were 10 years ago.
>>
>>106449207
x86 is jewish.
>>
>>106445888
Computer tech officially died around 2004-2005. All you've been consooming ever since is literal garbage.
>>
>>106442989
netburst hyberbipeline technology :----DDd

Flynn's apartment with Pride flags.
Deal with it.
The year is 1982 after ((Jesus Christ)).
54 replies and 6 images omitted. Click here to view.
>>
>>106450519
nice try, but you would have to try harder to survive ever meeting me IRL
>>
>>106450529
a man your grandpa jerked off to back in the early '80s, zoomie
>>
>>106450532
I would die of cringe and visceral disgust
>>
>>106450544
That would save me fatigue. Much appreciated that you would end your existence all by yourself.
>>
>>106449558
>posts nonsensical historic revisionism
>ends with "ha ha, you can't post historic revisionism on my watch"
state of /g/ A((D)) 2025

File: 17 collage.jpg (2.77 MB, 4096x4096)
2.77 MB
2.77 MB JPG
>UIs to generate anime
ComfyUI: https://github.com/comfyanonymous/ComfyUI
SwarmUI: https://github.com/mcmonkeyprojects/SwarmUI
re/Forge/Classic: https://rentry.org/ldg-lazy-getting-started-guide#reforgeclassic
SD.Next: https://github.com/vladmandic/sdnext
Wan2GP: https://github.com/deepbeepmeep/Wan2GP
AniStudio(status: two more weeks): https://github.com/FizzleDorf/AniStudio

>How to Generating Anime Images
https://rentry.org/comfyui_guide_1girl
https://tagexplorer.github.io

>Generating Anime Videos
Guide:
https://rentry.org/wan22ldgguide

Comment too long. Click here to view the full text.
20 replies and 6 images omitted. Click here to view.
>>
>>106450131
What checkpoints can you vouch for so that I can give them an honest try?
>>
File: .jpg (3.55 MB, 6144x4096)
3.55 MB
3.55 MB JPG
I have finally figured out how to get the incessant artist name spam out of the images!
>>
>>106449847
I always wished there was a way to make "switches" with two different possible inputs and one output or vice versa. This would enable easily toggling portrait and landscape, or easily having a fast mode (eg like just a ksampler 20 step slop) and a full mode (with proper post processing). Right now I do the latter in two separate workflows and it results a lot of copy and pasting.
>>
>>106450650
It's not exactly what you're describing but if you add save image nodes at different points you can quickly turn off everything after that point by breaking a connection to a FromBasicPipe Impact node for the following step. It's ugly but it's the best I've found. Obviously clutters the hell out of your output folder though.
>>
File: sunny with tea.png (651 KB, 832x1024)
651 KB
651 KB PNG
comfy late night proompting

File: shareaza.png (139 KB, 790x605)
139 KB
139 KB PNG
>Not sure what private trackers are all about?
A private tracker is an invite-only torrent website. Each member shares common goals: collecting, preserving and discussing media.

>Have a question?
- FAQ https://archive.is/UVQkn
- WIKI https://igwiki.lyci.de/wiki/Private_trackers
- NEWFAG PYRAMID https://inviteroute.github.io/graph or https://inviteroute.github.io/sheet/
- STUDY https://www.cambridge.org/core/services/aop-cambridge-core/content/view/2F379FE0CB50DF502F0075119FD3E060
- SPREADSHEET https://hdvinnie.github.io/Private-Trackers-Spreadsheet/
- TEN CURRY COMMANDMENTS https://pastebin.com/raw/dBbdE73M
- TEN NEON COMMANDMENTS https://pastebin.com/raw/Ud2pGYaE
- RED SPAMMER'S BIBLE https://rentry.org/69zbxh4h

Use >>>/g/ptg as a link to find the /ptg/ thread.


Comment too long. Click here to view the full text.
116 replies and 7 images omitted. Click here to view.
>>
>>106450629
>using shitty protocol that loses all data on 1 second disconnect is more efficient than one http request once a day
>>
>>106449934
read the rules monkey
if you put good subs in the remux, you can upload it
>>
>>106450726
Now let me put in good audio too.
>>
>>106450725
If that happens the tracker API is a fallback, which is still better than RSS.
>>
>>106450770
you can next to the subs

File: IMG_5527.jpg (149 KB, 1170x1100)
149 KB
149 KB JPG
> solves Linux
12 replies and 1 image omitted. Click here to view.
>>
>>106448839
>It’s been a while, but I remember finding the difference between flakes and packages confusing, a lot of different shit to learn just to get stuff up and running.
-you use the nix language to write a "nix expression"
-"nix expressions" are used to define a package or service as a "derivation"
-you can express multiple "derivations" declared to create other "derivations" you can create large complex services, large packages that bring in dependencies, or even a whole operating system as a "derivation"
-flakes are a unified schema. used to take inputs, and express them in outputs as a "nix expression" to create "derivations".
-flakes enforce "purity". meaning that it requires all information in the expression. need to build a "derivation" for an ARM or and X86_64 CPU? you need to declare it.
>>
>>106448510
just kys bro
>>
Nix/Guix desktop users are masochists, there's no other explanation.
>>
>>106450001
>only distro that lets you cleanly, easily switch between desktop environments without reinstalling the OS
>>
>>106448741
>>106449237
just chill fags, that's a bait repost to gather replies contradicting its point. i'm considering to switch to guix and need arguments against stuff said against it.
other posts are fine explanations. good work /g/entoomen.

File: 1727744787374641.png (333 KB, 1262x775)
333 KB
333 KB PNG
Linux, the most locked down OS ever.
iChads just can't stop winning.
205 replies and 32 images omitted. Click here to view.
>>
>>106437504
>he fell for the linux meme
>>
>>106449412
This was true since the XCP rootkit and still true today.
There is malware out there worse than XCP on paper, but is largely tolerated now.
>>
>>106448929
we’re not blocking third-party apps
we are allowing you to have the privilege of installing apps outside the Play Store that we have vetted and approved.
>>
>>106449572
just think of it like a check at the airport.
you don’t want anonymous terrorists getting through, do you?
>>
>>106437504
lmao

File: google-photos.jpg (46 KB, 1566x682)
46 KB
46 KB JPG
Best cloud backup service for your photos?
>>
>>106450825
Doesn't matter, they all have your stuff already. You just need to tap into it.
>>
Home nas

File: 1740736238913327.jpg (360 KB, 2110x1213)
360 KB
360 KB JPG
The age of linux is over.
76 replies and 11 images omitted. Click here to view.
>>
>>106444051
this
>>
>>106442915
More private than mint and debian
>>
>>106449823
retard take
>>
>>106449466
>sure does help it has a unix environment
imagine actually believing this
>>
>>106438770
Use case for linux?


[Advertise on 4chan]

Delete Post: [File Only] Style:
[1] [2] [3] [4] [5] [6] [7] [8] [9] [10]
[1] [2] [3] [4] [5] [6] [7] [8] [9] [10]
[Disable Mobile View / Use Desktop Site]

[Enable Mobile View / Use Mobile Site]

All trademarks and copyrights on this page are owned by their respective parties. Images uploaded are the responsibility of the Poster. Comments are owned by the Poster.