[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: 21 Collague.jpg (3.9 MB, 4096x4096)
3.9 MB
3.9 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
InvokeAI: https://www.invoke.com/

>How to Generating Anime Images
https://rentry.org/comfyui_guide_1girl
https://tagexplorer.github.io
https://making-images-great-again-library.vercel.app/
https://neta-lumina-style.tz03.xyz/


Comment too long. Click here to view the full text.
16 replies and 9 images omitted. Click here to view.
>>
>>106508544
disgaea artist and one that does 2.5D digital art
>>
>>106508540
>butt hurt again!
Calm down, sweetie! :3
>>
File: 00274-3094134983.png (1.35 MB, 1024x1024)
1.35 MB
1.35 MB PNG
>>106508546
>>
>>106508481
My God, is danbooru AI generated? Those drawings look like they were made by someone just starting out.
>>
File: seeleseele2.png (1.15 MB, 1632x1152)
1.15 MB
1.15 MB PNG

File: 1747868278960246.png (56 KB, 154x158)
56 KB
56 KB PNG
>>106504486
>>106505304
>>106505315
>>106505337
>>106505349
>>106505364
>>106505409

Nvm I asked Gemini to fill me in on the drama

https://g.co/gemini/share/b372e7ef7179
>>
try killing yourself, dumb retard
>>
what'd i miss
>>
>>106505510
Personal Attacks and Threats: The entire exchange is characterized by extreme insults and threats. MikeeUSA is called a "schizo," "faggot," and "paedophile". In return, he repeatedly threatens to kill his opponents.
>>
>>106506162
Kino
>>
finally a good fucking use for ai, thanks gemini, now i'm up to speed on the latest mikeKINO

File: valid number.jpg (418 KB, 1437x2006)
418 KB
418 KB JPG
>too many edge cases
>mental breakdown and brain stops functioning in the interview
wat do?
>>
>>106508374
Should be pretty easy with regex. I'll cook something up.
>>
>>106508592
Here
^[+\-]?(\d+|\.\d+|\d+\.|\d+\.\d+)([eE]\d+)?$
>>
>>106508374
if they ask you leetcode hards they probably don't wanna hire you
focus on improving your personality
>>
>>106508660
https://regex101.com/r/zND6BN/1
You're missing the sign check after [eE]

>>106508374
literally took me less than 10 minutes:
bool isNumber(char* s) {
bool has_floatp = false;
bool has_intp = false;
bool valid = true;

if (*s == '+' || *s == '-') ++s;
if (!*s) return false;
while (*s >= '0' && *s <= '9' && (has_intp = true)) ++s;
if (*s == 'e' || *s == 'E')


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

Come home, white man.
46 replies and 15 images omitted. Click here to view.
>>
>>106504472
MX Master is a good mouse for about 2 years. After that the buttons will start fucking up. I replaced my buttons with silent switches, I believe Kailh but I'm not sure. But a few months after that the rubber coating is starting to degrade. It's not that terrible but I think I have another 6-12 months left until I have to replace the entire mouse.
>>
>>106504438
>You will never be a man, Karen.

enjoy your tendinitis
>>
>>106506938
why do meds and iranians have a visible massive blue vein on the hand?
>>
>>106508553
i thought only whites had visible veins but pol told me most italians in america are southern and that they got blacked by mudslime bantus
>>
>>106503956
it's having little mousey babies.

File: 1746241322519284.webm (3.63 MB, 1920x960)
3.63 MB
3.63 MB WEBM
Previous /sdg/ thread : >>106498508

>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.
87 replies and 67 images omitted. Click here to view.
>>
File: 1757212759391.png (393 KB, 756x573)
393 KB
393 KB PNG
9070xt is actually running pretty well now. Generating a 1344x768 image went from 5 minutes to 10 seconds.
>>
File: deSD_cHD_00011_.png (3.25 MB, 1843x1147)
3.25 MB
3.25 MB PNG
>>106508527
what even in this prompt, lol

>>106508569
>5 minutes to 10 seconds.
damn, grats. you're in a whole new world now
>>
File: 00192-3335240180.png (709 KB, 512x640)
709 KB
709 KB PNG
>>106508611
This image is a vibrant, digitally created illustration, featuring a portrait of a psychotic narwhal.

<lora:kofffailA:1> <lora:kofffailB:1>
>>106508556 is with lora weights at .8
>>
>hes still here mass replying every single day
>>
File: 00117-4142557738.png (1.36 MB, 1536x864)
1.36 MB
1.36 MB PNG

File: 1749846680439.jpg (310 KB, 2400x1600)
310 KB
310 KB JPG
>Needs multiple clicks just to be able to rename a file.
184 replies and 29 images omitted. Click here to view.
>>
>>106506276
>You rename files with the enter key on Mac OS
If I press enter in my file explorer and it doesn't open a file, someone's ass is gonna get beat.
>>
>>106507188
You can open files with cmd+down, which is faster than moving your finger to the enter key when you're using the arrow keys to browse through a folder, so MacOS wins again.
>>
>>106507225
I don't care if it's 1 microsecond faster in some cases, it's fucking retarded.
>>
>>106502458
Blame the CUE standard, so bitch to IBM.
>>
Can someone please mail a pdf of this thread to Satya.

>Read the sticky: >>105076684

>GNU/Linux questions >>>/g/fglt
>Windows questions >>>/g/fwt
>PC building? >>>/g/pcbg
>Programming questions >>>/g/dpt
>Obsolete laptops >>>/g/tpg
>Cheap electronics >>>/g/csg
>Server questions >>>/g/hsg
>Buying headphones >>>/g/hpg
>How to find/activate any version of Windows?
https://rentry.org/installwindows

Previous: >>106474963
31 replies and 5 images omitted. Click here to view.
>>
File: 1747383253941970.png (2.02 MB, 1447x2047)
2.02 MB
2.02 MB PNG
I want to learn how to torrent, where is the place on 4chan to learn the basics? I want to binge anime that's not readily available legally
>>
>>106505968
Japan has tv licences too. Russia doesn't btw.
>>
>>106508352
1 download qbittorent
2 get magnet link
3 open with qbittorrent.
If you are downloading stuff that your ISP may come at you for, use a VPN and configure qbittorrent to use the VPN's interface for torrenting.

Seems like there are additional resources on reddit but you're going to have to put some elbow grease on if you don't know what you're doing.
>>
>>106508352
>>106508605
4 open a port from your router
>>
File: 1747447320679942.png (1.35 MB, 1920x1080)
1.35 MB
1.35 MB PNG
>>106508605
>use a VPN and configure qbittorrent to use the VPN's interface for torrenting
What VPN do you use?

File: krashing daily every time.mp4 (2.04 MB, 1920x1080)
2.04 MB
2.04 MB MP4
Users of all levels are welcome to ask questions about GNU/Linux and share their experiences.

*** Please be civil, notice the "Friendly" in every Friendly GNU/Linux Thread ***

Before asking for help, please check our list of resources.

If you would like to try out GNU/Linux you can do one of the following:
0) Install a GNU/Linux distribution of your choice in a Virtual Machine.
1) Install a GNU/Linux distribution of your choice on bare metal and run your previous OS in a Virtual Machine.
2) Use a live image and to boot directly into the GNU/Linux distribution without installing anything.
3) Go balls deep and replace everything with GNU/Linux.

Resources: Please spend at least a minute to check a web search engine with your question.
Many free software projects have active mailing lists.


Comment too long. Click here to view the full text.
254 replies and 23 images omitted. Click here to view.
>>
What can I do to make grub boot faster?
>>
>>106508563
remove it completely and I'm not even joking
https://wiki.archlinux.org/title/Unified_kernel_image
there's nothig faster than this. have no clue why people still use grub in $current_year
>>
>>106508584 me
you can also have it signed so it works with secure boot. if you have more OSes installed on your PC just use the BIOS boot menu when you need to boot different ones
>>
>>106508563

does grub need to boot anything?
>>
>>106507479
Just one Indian troll on this board.
>>106507373
Aurora or Bazzite, both are made by Universal Blue.

File: file.png (8 KB, 346x123)
8 KB
8 KB PNG
Why is this allowed?
39 replies and 7 images omitted. Click here to view.
>>
>>106506467
>>106508438
Are you guys Indians?
>>
>>106508438
have that thread then
https://warosu.org/ck/thread/21205612
>>
File: file.png (3.22 MB, 1084x1445)
3.22 MB
3.22 MB PNG
>>106504140
ck best board
>>
>>106504641
Thats why it wont work offline
>>
What do the tokens do?

File: win11.png (24 KB, 208x208)
24 KB
24 KB PNG
Daily reminder you can just spoof your Windows 10 LTSC 2021 (21H2) installation to appear as newer versions such as Windows 11 Enterprise (23H2) to bypass OS build requirements in new software, via:
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion

Windows 10 22H2 minimum requirement
Set CurrentBuild and CurrentBuildNumber to 19045 and DisplayVersion to 22H2.

Windows 11 22H2 minimum requirement
Set CurrentBuild and CurrentBuildNumber to 22621, ProductName to Windows 11 Enterprise, and DisplayVersion to 22H2.

Windows 11 23H2 minimum requirement
Set CurrentBuild and CurrentBuildNumber to 22631, ProductName to Windows 11 Enterprise, and DisplayVersion to 23H2.

Windows 11 24H2 (26100) as a requirement is where this spoof might start to not work, but can still be attempted in the future.
That's when Microsoft finally adds a few new Win32 API functions in the kernel32.dll or user32.dll files, and any program that requires both AVX2 and 24H2 as a minimum requirement will not run either.
Adobe and Activision-Blizzard have a secret agreement with Microsoft they must artificially block older Windows versions.

Comment too long. Click here to view the full text.
29 replies and 1 image omitted. Click here to view.
>>
>>106508246
>no intelligence
>>
>>106507492
Hope their drive doesn't die because their AI-made jeetware can't handle updates
>>
>>106507750

you happen to have anything you printed with dos?
>>
>>106508267
Already debunked, windows update didn't cause ssd to fail, get with the times gramps
>>106508271
Of course not, why would I? The oldest thing I have is my xp install disc
>>
File: rolfe.gif (2.56 MB, 190x200)
2.56 MB
2.56 MB GIF
>>106508000
Why the fuck are you running a network with a consumer version of Windows? Is your company based in Italy or some other corrupt shithole?

File: 1756812839.jpg (602 KB, 1920x1080)
602 KB
602 KB JPG
167 replies and 59 images omitted. Click here to view.
>>
i'm not even sure if i'm looking at KDE, MacOS or Windows.

convergence has arrived.
>>
>>106462054
Hell, I might as well post screenshot of my Desktop. Running Windows as I was windows service partner and it got stuck on my private hardware. Honestly prefer Linux or mac, they botha have decent terminal. Out of Linux distro's I like KDE Fedora.
>>
File: No One.png (2.16 MB, 2000x837)
2.16 MB
2.16 MB PNG
>>106462054 (OP)
Hell, I might as well post screenshot of my Desktop. Running Windows as I was windows service partner and it got stuck on my private hardware. Honestly prefer Linux or mac, they botha have decent terminal. Out of Linux distro's I like KDE Fedora.
>>106506995
Forgot pic
>>
doink
>>
File: huiregfunfjae.png (207 KB, 367x367)
207 KB
207 KB PNG
>>106505548
Yes, they're definitely cute dinosaurs! :3

>>106506668
>being this butt hurt because he got banned because he deserved it!
Learn how to admit defeat, you gay cretin!

File: ??.jpg (253 KB, 634x705)
253 KB
253 KB JPG
Am I the only one who thinks artificial intelligence will never "go rogue"
>>
File: 1744380280011.jpg (79 KB, 926x926)
79 KB
79 KB JPG
but they did
and now everything is pre-castrated
>>
>>106508092
That wasn't a rogue AI it was a chat bot repeating syntaxes it heard
>>
>>106507999
It's too stupid to go rogue in the sense of it turning "evil". The real threat comes from it being stupid and undiscerning combined with brainless Pajeet/Chink coding that could result in a Paperclip Maximiser situation.
>>
>>106507999
>Am I the only one who thinks artificial intelligence will never "go rogue"
yes
>>
>>106508507
>That wasn't [...] AI it was a chat bot
how is that different from the "AI" that exists today?

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.
150 replies and 19 images omitted. Click here to view.
>>
>>106508007
Photoshop doesn't run on 10 iot ltsc
>>
>>106481416

you perhaps study affected ssd models detach drive until fuss is solved and attach it again
>>
>>106482503

i do not have ltsc

buyed win11home if miss wants it i maybe stay in loonix
>>
>>106508070

have you iot devices?
>>
>>106507909
I guess you could always use a StartXBack-cracked StartAllBack to get something like an older explorer back?

File: f037516a9292d52e.jpg (294 KB, 1125x1332)
294 KB
294 KB JPG
what cured you from distrohopping?
51 replies and 7 images omitted. Click here to view.
>>
>>106506495
So what types of office work can I do on this workstation
>>
>>106505561
having wiki that allows me to configure it to my liking + package repo
>>
>>106505561
Windows 11 IoT Enterprise LTSC
>>
>>106505561
Estradiol cypionate
>>
>>106505561
She's Navy, right?

File: 13243.jpg (20 KB, 500x374)
20 KB
20 KB JPG
Host the planet edition.

Previous: >>106433834.

READ THE (temp)WIKI! & help by contributing:
https://igwiki.lyci.de/wiki/Home_server

/hsg/ is about learning and expanding your horizons. Know all about NAS? Learn virtualization. Spun up some VMs? Learn about networking by standing up a OPNsense/PFsense box and configuring some VLANs. There's always more to learn and chances to grow. Think you’re god-tier already? Setup OpenStack and report back.

>What software should I run?
Install Gentoo. Or whatever flavor of *nix is best for the job or most comfy for you. Jellyfin/Emby/Plex to replace Netflix, Nextcloud to replace Googlel, Ampache/Navidrome to replace Spotify, the list goes on. Look at the awesome self-hosted list and ask.

>Why should I have a home server?
De-botnet your life. Learn something new. Serving applications to yourself, your family, and your frens feels good. Put your tech skills to good use for yourself and those close to you. Store their data with proper availability redundancy and backups and serve it back to them with a /comfy/ easy to use interface.


Comment too long. Click here to view the full text.
268 replies and 46 images omitted. Click here to view.
>>
>>106465571
This looks so uncomfy
>>
>>106465853
Cool what what the fuck are you actually hosting with that setup that you wouldn't be better off having hosted in a data centre?
>>
File: 20250906_224612.jpg (2.34 MB, 2992x2992)
2.34 MB
2.34 MB JPG
This sfp module has been cooking for so long the label fell off the moment it cooled down.
It has been 100% reliable however with zero active airflow
>>
>>106508613
Why do these shits heat up so much?
>>
>>106508518
read the thread


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