[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]

File: 1756559931188015.jpg (504 KB, 2198x2716)
504 KB
504 KB JPG
Previous /sdg/ thread : >>106503934

>Beginner UI
EasyDiffusion: https://easydiffusion.github.io
SwarmUI: https://github.com/mcmonkeyprojects/SwarmUI

>Advanced UI
ComfyUI: https://github.com/comfyanonymous/ComfyUI
Forge Classic: https://github.com/Haoming02/sd-webui-forge-classic
reForge: https://github.com/Panchovix/stable-diffusion-webui-reForge
Stability Matrix: https://github.com/LykosAI/StabilityMatrix

>Early Preview UI
AniStudio: https://github.com/FizzleDorf/AniStudio


Comment too long. Click here to view the full text.
>>
First for containment general
>>
>nigbo
>>
inb4 research news that no one will discuss
>>
>tfw fully missed rocketgurlp***s crashout
dang

File: 1741161319729091.png (583 KB, 748x760)
583 KB
583 KB PNG
Do you practice proper opsock to protect yourself from the NSA?
23 replies and 7 images omitted. Click here to view.
>>
>>106508853
yes, I do not leave my basement
>>
>>106508858
kek
>>
>>106511958
what good is a wide gator?
>>
>>106508853
new fetish unlocked
>>
>>106508853
It's worthless if the inside isn't coated with aluminium

File: 1740465885925697.jpg (124 KB, 1064x1167)
124 KB
124 KB JPG
.
102 replies and 10 images omitted. Click here to view.
>>
>>106500557
those numbers don't add up
>>
>>106510721
>By judgemental people whose opinions aren't valued either
Do you understand that's like 90%+ of the world, don't you?
Do you think you can go to some dude or woman, say you're a prostitute and they would just accept you as a valuable individual for the society?
>>
>>106511930
YOU can go to some dude or a woman and they won't accept you as a valuable individual to sociaty either
at least they have money
>>
>>106511963
>at least they have money
Money means nothing if you're a loser who's hated by everyone else.
>>
>>106512018
but you're a loser who's hated by everyone and you don't even have money

File: logo-c-1.png (68 KB, 2000x2000)
68 KB
68 KB PNG
I'm a programming novice taking some online courses. The courses have moved off c, but i want to keep what I've learned sharp, so I'm writing an amateur string library for personal use.

I made a linked list based function (properly frees all nodes after the linked list is transcribed into an array) that returns a pointer to a character array for dynamic string input and utilization back in main(). The array in main does need to be freed as well; put a reminder in the function docstring.

Are there any known safety edge cases for a strategy like this? Does it generally make more sense to save all of the work and just initialize arrays with way more space than needed versus allowing for completely dynamic creation? It just annoys me that char arrays need to be fixed size at compile time, and I wanted to see if I could work around that for increased safety and interactivity.
10 replies and 1 image omitted. Click here to view.
>>
>>106511352
Well in case you haven't noticed, it is a compiled language and it is more code efficient and statically type correct to determine allocation size at compile time. You know the size at compile time? Okay now you can do compile time bounds checking and when you lower the code to assembly you can use an allocation instruction with an immediate value rather than telling the cpu to wait on a register to become available. You also have a compile time source of how large the function call stack will be. Whether or not programmer likes the behaviour is why abstractions exist.
By choosing an allocation at compile time you are only paying for the behaviour you ask for.
>>
>>106511175
Post the code.
Reading English confuses me.
>>
>>106511444
So, like the other guys were saying realloc is best practice. Alright. At least i got a little more practice rudimentary data structures. Still at the point where traversing nodes isn't quite muscle memory.

Thanks all!
>>
>>106511468
Lol. My power went out. In the middle of refactoring this mini project actually. That's the only reason I'm here phone posting.
>>
>>106511481
(nta)
theres several ways you could deal with this problem
you could "over-allocate" (actually over commit), as in allocate a lot of available memory, and play on the fact that said memory isnt "occupied" until you write to it
ofc theres realloc, but one could write a version thereof with mmap directly

but these are advanced methods

at your level, i think you should look into what an arena is.

you create a linked list
and each node's data is an allocated region of memory
then you distribute pointers from said memory regions until you run out.
when you do, you allocate a new node, new region of memory


Comment too long. Click here to view the full text.

File: S26 Ultra.jpg (40 KB, 1200x675)
40 KB
40 KB JPG
S26 edition

>What phone has X and Y feature?
Don't ask, use these!
https://www.gsmarena.com/search.php3
https://www.kimovil.com/en/compare-smartphones
https://phonedb.net/index.php?m=device&s=query

Good Resources:
>Reviews
https://www.gsmarena.com
https://www.phonearena.com
https://www.notebookcheck.net

>Frequency Checkers

Comment too long. Click here to view the full text.
27 replies and 15 images omitted. Click here to view.
>>
File: 1000023258.jpg (100 KB, 1280x720)
100 KB
100 KB JPG
I won't make a purchase until the ultimate phone is released
>>
https://review.lineageos.org/c/LineageOS/lineage_wiki/+/450300
oneplus 12 getting official lineage really soon
>>
I can get the Xiaomi 13 Ultra for $400. Is it worth it? My option is basically that and similarly priced midranger like the Moto Edge 60 Pro.
>>
>>106511984
if xiaomi 13 used can be purchased for 200 then ultra for 400 better be in pristine condition
>>
i think i'll be getting myself an iphone 17 pro

File: 1743032959377845.png (347 KB, 982x913)
347 KB
347 KB PNG
40 replies and 4 images omitted. Click here to view.
>>
>>106511568
yeah but 8GB is more expensive so at that point the 3060/3080 stuff is on the table and at some point you just have to say nah 3050 is enough
>>
>>106510851
>going to linux for graphics drivers
anon pls

pls
>>
>>106511107
>Nobody gives a shit about almost 20 year old content not running as fast it "could".
there is a difference between a game not running at 10000 fps and it being humiliated by EIGHT fucking generations old GPU
>>
>>106511975
forgot the video
https://www.youtube.com/watch?v=h4w_aObRzCc
>>
>>106508841
>oh no my ancient card wont get the newest placebo drivers
Still on 431.60 and all womm

File: 1756182732235871.jpg (1.52 MB, 3024x4032)
1.52 MB
1.52 MB JPG
Why do they do it? Won't one purpose built machine do everything better and use less power?
7 replies and 2 images omitted. Click here to view.
>>
>>106508385
Holy fuck based
>>
>>106510587
>Costs 130£ to run for one day.
It doesn't cost that much actually.
>>
>>106508242
>has proxmox
>run baremetal Windows Server
why?
>>
>>106511753
I see a TV tuner in the front.
It's likely just to avoid issues with pass-through or he just wants decent performance as those systems are quad cores at best.
>>
>>106511753
thats a legacy server op

File: 1756894545567076.jpg (163 KB, 1024x1024)
163 KB
163 KB JPG
Previous Thread: >>106471022

>Links:
>DALL-E 3
https://www.bing.com/images/create
https://designer.microsoft.com/image-creator
>4o
https://chatgpt.com/
https://sora.chatgpt.com
https://copilot.microsoft.com/
>Imagen 3
https://labs.google/fx/tools/image-fx
>Imagen 4
https://gemini.google.com/app
https://labs.google/fx/tools/whisk

Comment too long. Click here to view the full text.
72 replies and 53 images omitted. Click here to view.
>>
>>106511217
oh no if /v/ is purging it's AI thread who will pick up all the schizos?
>>
>>106511497
There's a thread up on /v/ right now, Denny's boy.
>>
>>106511497
I just hope the noimg schizos won't notice this thread. Threads randomly deleted isn't really anything new on /v/, but they've had several threads in the last few days that failed to reach either post/image bump limit.
>>
>>
File: OIG4.bgirJ2JLEX5BXZ.jpg (129 KB, 1024x1024)
129 KB
129 KB JPG
>>106510527
"beautiful plump anime lady, beachwear attire, motherly" makes BIC deliver the wide hips

File deleted.
What are you maids working on?

Last one: >>106482423
65 replies and 13 images omitted. Click here to view.
>>
File: error.png (11 KB, 1576x348)
11 KB
11 KB PNG
>>106511791
if i try passing the entire directory to the include i get this.
>>
>>106511909
you might need another -i
>>
>>106511942
thats because the included file itself includes files and they dont include those as /usr/local/whatever
>>
>>106505513
turn the volume down
>>
>>106505513
the terms are the real noise

File: 1746715992597524.png (1.37 MB, 800x1200)
1.37 MB
1.37 MB PNG
FAQ:
>How do I activate Windows?
HWID2 generates and registers a permanent legitimate license on MS's activation servers
github.com/massgravel/Microsoft-Activation-Scripts
Usage: paste this into Powershell, run.
irm https://get.activated.win | iex

>and Office?
Same link, select Ohook option
You can also use Office.com if your needs are very minimal
or try OnlyOffice/LibreOffice and set it to save in MSOffice file formats

>What version should I install?
>W10 Enterprise IoT LTSC 2021
Binary identical to Enterprise except no MS Store or apps
Preinstalled with: Edge & Win32 system apps

Comment too long. Click here to view the full text.
208 replies and 29 images omitted. Click here to view.
>>
>>106511203
>Your entire system stack will be permanently stuck on a build that will every 3 years be 3 years out of date and incompatible with anything inovative and new that released in that period.
Not an LTSCfag but Enterprise gets 3y of support on any given feature release which gives you more guarantee of support. This is also a big reason to just use a GAC edition but the whole appeal of LTSC IMO isn't the lifecycle but the OOTB minimal configuration that you know future updates will respect.
>>
It's best to ignore schizos and shills.
>>
Can I install Windows Sandbox on W11 IoT Ent LTSC?
>>
why cant i just buy a loicense from microsoft?
>>
>>106511955
Yes, you can just enable it in the Windows Features dialog. You can also use Sandboxie Plus if you want.

>>106511988
Why lick the boots of a corpo that doesn't care about you

File: 1757248502550.png (1.35 MB, 1284x1136)
1.35 MB
1.35 MB PNG
Linus, Brodie and all other onions redditors are completely in the wrong, as usual.
When you have high IQ talented people, like Elon Musk, Drew Devault, or, indeed, Kent Overstreet, who want to move fast, you LET them develop at their own pace. You don't cripple them just to appease low performers

That is the problem with the Linux kernel, everything moves at the speed of the weakest (slowest) chain, and Linus is too dumb to understand that those slowest chains are the problem, not the excellent programmers like Kent Overstreet who are just leagues ahead in terms of IQ.
Linus not understanding this is why Linux is still subpar to proprietary on many fronts, despite massive funding and corporate involvement.

BTW, Kent Overstreet is the author of BCacheFS, currently the most advanced filesystem for GNU/Linux.
2 replies omitted. Click here to view.
>>
why are you spamming this do you want to suck kent's cock or something if so hmu because i look like him desu :-)
>>
If he's so great, he should take his talents over to a different OS or just make it into an easy-to-install optional module.
>>
>>106511713
He should build his own kernel or fork bsd.
>>
>>106511748
I think its the dude who kept submitting fucked up buggy code last second to linux for his garbage file system and glt btfo'd for it by everyone including linus
>>
>>106511814
Wrong. he submitted bugfixes, not buggy code
bcachefs is the only filesystem, where you can get a bug, write to a developer and it will be fixed within 3 days, but usually much sooner.

Junior roles down 23%.
Senior roles up 14%.

Harvard tracked 285,000 firms. The math is brutal:

Before AI: 1 senior + 3 juniors = 4 person team
After AI: 1 senior + Claude = same output

We're creating a generation of experts with no apprentices. Masters with no students. Mentors with no one to mentor.

Who trains the next generation when AI does all the junior work?

But here's what made my stomach drop:

It's not layoffs.

Comment too long. Click here to view the full text.
26 replies and 6 images omitted. Click here to view.
>>
>>106511467
This lmao
There is very little to make me feel bad about a sect of the population that glided through life and did everything they where told without question.
Now they are 100k+ in debt and nothing to show for it.
>>
>>106511314
trve
I guess we're gonna find out whether indians can actually do the same thing white men do
>>
>>106509944
what's the relevance to /g/? this is an unemployable permaNEET website
>>
>>106510244
What's funny is you think this demand will ever be met. It's brain drain, it hit the arts 50 years ago. It used to be that every art school turned out excellent draftsmen, and they all had jobs drawing shit. Then computers replaced them in most firms, and eventually replaced animators. Now, the field no longer exists. If you wanted to get an animation made in western country, you couldn't, you had to outsource to Japan in the 90s, Korea in the 00s, China in the 10s, and now India in the 20s. And we're hitting the breaking point of that cheap dogshit labor, after India there's nowhere left to cut the costs.
>>
>>106510256
it happens all the time

File: 1744108399963252.png (97 KB, 236x233)
97 KB
97 KB PNG
>gpu overheats
9 replies and 1 image omitted. Click here to view.
>>
>>106511624
>Dying for some random irrelevant shithole that hates you is based and human
>>
>>106511662
1++
>>
>>106511662
but immigrating from the irrelevant shithole to a better place makes everyone there hate you and say "why dont you try to improve your own place breh" and pretend they didn't "improve" their country by stealing shit from the entire planet
>>
File: 1746943172848108.jpg (48 KB, 761x563)
48 KB
48 KB JPG
>>106511571
I don't like seeing countless thousands get killed, especially children. Even if they are Palestinian. The fact that /pol/tards gave into demonic cruelty so easily somehow feels even more disheartening, though. Perhaps many are born with evil in their DNA.
>>
>>106511838
Mudslime shitskins are at fault for worshipping the devil in God's holy land and terrorizing the people He gave that land to. Mossad created and financed Hamas, but it was the evil in the hearts of these mudslime animals what moved them to support it and join it collectively, and now they're getting rekt. Good riddance to the invaders. They brought this upon their own heads and upon their children by refusing to play by God's rules.

File: file.png (32 KB, 225x225)
32 KB
32 KB PNG
>native linux version of game is incredibly fucked
>proton version works fine
????
9 replies omitted. Click here to view.
>>
File: 95.jpg (85 KB, 1920x1080)
85 KB
85 KB JPG
>>106509656
>>proton version works fine
Because the Windows API is stable and the Linux APIs aren't. It's that simple.
>>
File: 1738810770227835.jpg (141 KB, 785x847)
141 KB
141 KB JPG
>>106509656
It's actually Valve's fault.
They couldn't be arsed to keep older Ubuntu runtime around so all the older Linux games are broken.
>>
>>106509656
>????
because you can't really make "linux native" games. there's different kernels, libcs and userspaces. what fuck do you even suppose to target? infinite amount of different permutations of linux desktop setups? with windows use just have win32. it's not perfect and in many ways is shit, but at least it's standardized. so you know what to target when developing for windows, unlike linux. if i would ever ship a game for linux today, i would just tatget windows and ensure that it works fine with proton.
>>
>>106509656
Literally what the fuck is confusing about that
>>
>>106509960
>>106511671
Microsoft has fucked with it multiple times, and gaslit everyone that they weren't following the win32 api properly.

File: 1732902037238582.png (3.63 MB, 1920x1080)
3.63 MB
3.63 MB PNG
Kino Edition

>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 (embed)
- TEN NEON COMMANDMENTS https://pastebin.com/raw/Ud2pGYaE (embed)
- RED SPAMMER'S BIBLE https://rentry.org/69zbxh4h


Comment too long. Click here to view the full text.
286 replies and 34 images omitted. Click here to view.
>>
>>106511888
It is, once the torrent is on RED, you cannot recompress it.
>>
>>106511888
Alone, no. But if you have a large enough music collection, any delta makes a difference. I just think it's best practice for that reason.
>>
>>106511890
ALACs is just another apple insanity.
why do the same as FLAC, but worse with less support?
>>
>>106511907
To make you buy a new phone with more storage.
>>
>>106511907
There's no good reason but if you buy iToddler crap that's what you put up with. When I download from Apple Music I just convert them to FLAC.


[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.