[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: 2025-09-03 14-42-07.webm (1.46 MB, 800x600)
1.46 MB
1.46 MB WEBM
lossless scaling edition

/gedg/ Wiki: https://igwiki.lyci.de/wiki//gedg/_-_Game_and_Engine_Dev_General
IRC: irc.rizon.net #/g/gedg
Progress Day: https://rentry.org/gedg-jams
/gedg/ Compendium: https://rentry.org/gedg
/agdg/: >>>/vg/agdg
Graphics Debugger: https://renderdoc.org/

Requesting Help
-Problem Description: Clearly explain your issue, providing context and relevant background information.
-Relevant Code or Content: If applicable, include relevant code, configuration, or content related to your question. Use code tags.

Previous : >>106467928
83 replies and 10 images omitted. Click here to view.
>>
>>106513995
simple noita clone. Its small enough that you can keep it in your head and you won't have to read retarded papers on voxel shit.
t. wasted weeks reading papers on voxel shit and nothing works for real time games on toasters.
>>
>>106514842
>it uses pointers for dynamic buffer and descriptor writes/bindings
vulkan has that through extensions
>>
>>106513719
I'm going to keep it real with you, I've developed a realtime SVG renderer myself and I think you're in it for the wrong reasons. It's not an easy task and everything you've shown me so far is achievable with SDFs. I hope you're aware SDFs do not need to have blurry edges, you can guarentee pixel-perfect antialiasing by using the pixel's derivative (ddx / dfDx) in your fragment shader. As far as fidelity, use multi-channels SDFS (MSDFs), which can have sharp features, and generate an atlas. I promise you will not have fidelity issues.

If you're really committed to having dynamic SVGs that are evaluated at runtime, I still don't see why you need the winding order for anything that you've shown me. The winding order is really only necessary for handling self-intersecting paths, for the paths you've shown me your results could be achieved by caching the roots of the curves which comprise your path with respect to an axis, like the y axis, then using them to render the filled path in a fragment shader. You could use this to have a unified rendering system between dynamic and static svgs, as you would only update the cache when a path changes and needs to be reevaluated. I strongly suggest you consider this before messing around with vertices and winding orders.
>>
File: flatcolors.webm (2.15 MB, 1068x638)
2.15 MB
2.15 MB WEBM
>>106516322
Yeah, I'm not sure if this is going to work. There's no way a shader that draws from SVG data can outperform a shader that simply draws a plain SDF texture. From my experience, shaders are fastest when you do everything in the simplest way possible, there's no magic shortcut.

Maybe he'll get something out of creating an SVG editor, because that does sound pretty goddamn cool, but I doubt that will work for real time applications, ie. a game.

Here's another test with the "SDF" filter (it's more like a sharpening filter). Note how well it works for a flatcolor drawing. It would work for a game in which the artstyle is based around thick outlines and flatcolors (ie. Hollow Knight). I'm not going to use it because it does not fit the style of my game, but it's good enough.
>>
anyone else write better shaders when they're drunk?

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.
269 replies and 33 images omitted. Click here to view.
>>
>>106517506
Appreciate the effort to help but I'm not doing that I don't give a fuck how shit the regular version is I'm not spending another minute debugging this.
>>
Photoshop's system requirements says:
>Windows 10 v21H2 LTSC, Win 10 (V22H2); Win 11 (V21H2, V22H2, V23H2, V24H2)
Can I really install Photoshop on W10 IoT LTSC 21H2?
>>
>>106514061
KMS38's been replaced by KMS4k via TSforge these days
>>
>>106516895
GenP and monkrus are the two paths of Adobe piracy, yes.
>>
File: 1749823736366462.png (401 KB, 1353x840)
401 KB
401 KB PNG
>>106517338
This is a fresh new install, though (iot ltsc). I can only disable pic related, but it still pops up.

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.
82 replies and 53 images omitted. Click here to view.
>>
>>106516475
Nice :)
>>
>>
File: 1752267915100912.jpg (100 KB, 1280x931)
100 KB
100 KB JPG
>>
>>

File: ComfyUI_00025_.mp4 (394 KB, 640x640)
394 KB
394 KB MP4
Love is Blind Edition

Discussion of Free and Open Source Text-to-Image/Video Models and UI

Prev: >>106514324

https://rentry.org/ldg-lazy-getting-started-guide

>UI
ComfyUI: https://github.com/comfyanonymous/ComfyUI
SwarmUI: https://github.com/mcmonkeyprojects/SwarmUI
re/Forge/Classic/Neo: https://rentry.org/ldg-lazy-getting-started-guide#reforgeclassicneo
SD.Next: https://github.com/vladmandic/sdnext
Wan2GP: https://github.com/deepbeepmeep/Wan2GP


Comment too long. Click here to view the full text.
4 replies and 1 image omitted. Click here to view.
>>
Hopefully we can abandon this shit thread soon
>>
>>106517659
don't like then make your own lil bro
>>
File: ComfyUI_00033_.mp4 (633 KB, 640x640)
633 KB
633 KB MP4
>>106517659
post enough images to get to the bump limit
>>
>>106517642
NTA but nah this is about normal for 4chan
/g/ is one of the sanest boards
CAPTCHA: DP4A8
>>
File: ComfyUI_00082_.mp4 (653 KB, 640x640)
653 KB
653 KB MP4
so close

File: beef.webm (2.17 MB, 1280x720)
2.17 MB
2.17 MB WEBM
>Puts on serious hat.
Why is it that you're far more likely to encounter bugs and crashes in KDE Plasma than any other desktop environment? Is it the KDE devs? Is it because Plasma has a lot of customization options and devs can't maintain all of them? Is it Qt? I genuinely want to know.
>>
PRs welcome (not really)

File: image.jpg (53 KB, 1000x1000)
53 KB
53 KB JPG
Buy a bunch of these shit 8 TB SSDs and put them in RAIDZ2 to get a silent NAS with lots of capacity while being protected against failure of up to 2 drives. Good or bad idea?
39 replies and 3 images omitted. Click here to view.
>>
File: 1656797075333.png (1.79 MB, 900x1500)
1.79 MB
1.79 MB PNG
>>106511354
Literally just got two. They should arrive in a couple of days~ Total death to spinning rust!
>>
>>106511437
Talk like a person, you fucking zoomgroid
>>
>>106511354
Good idea, but also I agree with >>106511411 and >>106515361. This is a NAS so it doesn't have to live right next to you on top of your desk. It can easily be far away enough that you would never hear the HDDs. Hell, it's a NAS. You could get a slightly-larger-than-necessary case and put some cheap noise reduction foam in there if you really, really think you can hear the drives. Plus, since it's over a network, you're more likely to be limited by network latency and bandwidth, than by the speed difference between SATA SSDs and SATA HDDs.

I would still go with the SSDs, because for most NAS workloads (file storage, not running a production database), even a cheap SSD's write durability will outlast an HDD's potential for mechanical failure. One word of warning for SSDs, if you are using an LSI card with breakout cables, be sure the models you get support DRAT and RZAT. Otherwise TRIM might not work. If you have a mobo with 8 SATA ports and that's all you use, it won't matter. But if you use PCIe cards there can be issues. Go google it and find people bitching about it to learn more.

>>106511567
>>106511508
The workloads for a typical home NAS (media storage and occasional desktop/document backups), or even a small business that just keeps backups/records/archives there, SSD longevity won't be an issue. If OP needs to use it for like... fuck IDK, some multi-gigabyte database backup that gets naively written hourly instead of using some native sync process, yeah you might wear them down in a few years?
As I said, OP would be fine with HDDs or SSDs because the network is going to be the bottleneck.
>>
>>106511354
Still expensive, at least 4x cost of hdd, and ethernet is gonna hold you up unless you're using 10 Gb gear or higher. Noise is nice benefit.
>>
It's good if you got that kind of money

File: new youtube.png (1.53 MB, 1620x901)
1.53 MB
1.53 MB PNG
NIGGERS
260 replies and 51 images omitted. Click here to view.
>>
>>106516224
Tranny needs xer bitcoin miner to afford estrogen.
>>
>>106500903
Freetube still shows you recommendations based on the current video which is good enough
>>
>>106501369
jesus christ
I get sad everytime I see this poster
>>
>>106493501
Yeah, it happens if you have your mouse over one of the suggestions when you press enter.
>>
>>106510638
Yeah but I don't want to search like I'm typing to an LLM I want to search the title of the video and get the fucking video, it's absolutely ridiculous how awful the search function is.

File: hq720.jpg (20 KB, 686x386)
20 KB
20 KB JPG
Lol lmao xD even, imagine needing resources when duckduckgo, yandex chatgpt chin-gpt and so on exist.
Just go read something.

Pro-guiness on tap thread, no cans or bottles allowed.
>>
>>106517657
Based.

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.
175 replies and 77 images omitted. Click here to view.
>>
File: image.jpg (1006 KB, 1350x2722)
1006 KB
1006 KB JPG
>>106508123
>NEW UPDATE MODEL FROM CHINNESE COOMERS!

(Chinese coomers tend to be more aesthetically and artistically inclined)

Recommended Settings:
建议设置:

采样方法:DPM++ 2M SDE

Schedule type:SGM Uniform

CFG Scale:6-4

LINK: https://civitai.com/models/1248959?modelVersionId=2191826
>>
File: 1757240554845061+.png (3.81 MB, 1792x2304)
3.81 MB
3.81 MB PNG
>>106517610
>>
>>106517592
>>106517610
>>106517645
?
>>
File: file.png (1.8 MB, 1344x1728)
1.8 MB
1.8 MB PNG
>>
>>106517658
as much as I love mega tiddies, Ilulu is too out of proportion and bizarro

File: images.jpg (6 KB, 275x183)
6 KB
6 KB JPG
What is the best smart doorbell according to /g/ - Technology?
5 replies omitted. Click here to view.
>>
File: IMG_3472.jpg (27 KB, 554x554)
27 KB
27 KB JPG
>>
>>106517092
There are wall clocks out there literally running on java. I wonder if these things have escaped sloppification.
>>
what's wrong with the amazon one
>>106517327
?
>>
File: 1729588820338110.png (315 KB, 350x509)
315 KB
315 KB PNG
>>106517092
A personal midget doorman
>>
>>106517503
phones home to amazon 24/7 with no way to opt out.

File: 20250907_222409.jpg (3.2 MB, 4032x3024)
3.2 MB
3.2 MB JPG
previous >>106452260
4 replies and 3 images omitted. Click here to view.
>>
Rip previous thread
>>
File: Battlestation Sept 7 2025.jpg (2.2 MB, 4000x2252)
2.2 MB
2.2 MB JPG
uncensored:
https://elfurro.s-ul.eu/bst/HuvYg3nW
>>106517298
Hey, at least it made it ALMOST to bump limit. That's much better than they've usually been doing recently.
>>
all reddit
i miss the sovl...
>>
File: 1000024512.jpg (2.73 MB, 4080x2296)
2.73 MB
2.73 MB JPG
Nothing special but it works well for me
>>
>>106516750
needs more migu

>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
109 replies and 23 images omitted. Click here to view.
>>
>>106517245
>disable USB booting, set admin password.
That sounds like a nice solution, but my laptop doesn't have an option like that, unfortunately.
I guess I could enable password on boot if I don't figure out anything better
>>
>>106512344
try hardware decoding
>>
>>106506399

is surface broken or hostile?
>>
>>106506149

why motor can not you have set of leggs for your table might not be pretty but is
>>
>>106506420

why not ask friend give you his storage and do nothing with computer

File: 1668456718275749.jpg (78 KB, 396x385)
78 KB
78 KB JPG
>"ChatGPT, can you shorten this text while making it clearer? It is currently 58 character, I need it to be 55."
>Get longer response
>"That was too long."
>"You are absolutely right"
>Get ultra short
>"That is way too short"
>"You are absolutely right"
>Get longer
>"aDHJFDAKSNsjdhfk"
>"I hear you, do you want me to X/Y/Z?"
>Lose my shit and use DeepSeek with DeepThink
>Get DeepThroated by the amazing result
Wagmi chinabros
11 replies and 3 images omitted. Click here to view.
>>
>>106514484
I made this thread 1,5 hours ago. I needed it to shorten a title because my verbiage was long and unclear. Why do you struggle to believe this, you clinically retarded retard?
>>
File: 1740980275669503.jpg (96 KB, 540x635)
96 KB
96 KB JPG
>>106514937
are you incapable of accessing your browser history? dont throw stones in glass houses if thats the case
>>
>>106515050
Wtf is your problem?
>>
>>"ChatGPT, can you shorten this text while making it clearer? It is currently 58 character, I need it to be 55."
Nowhere in that prompt does it say that the output should be 55 characters long. Ask chatgpt to give you a rundown on how to talk to machines and people in clear univocal terms.
>>
>>106517208
>Anon can't read between the lines
I didn't paste my prompt you retard. Curious, but "it is currently 58 characters" in reference to the pasted text could mean what in your ESL language?

hello, /g/oblins
I am passionate about free as in freedom software. I am seeking a coreboot-compatible laptop with modern/high specs which will remain high end for a few years, and preferably something that I can upgrade myself to save some money. The best I have found so far is the Clevo V560TU, which is a white label model that online retailers ship in various configurations. A barebones version with an Intel 255H is about $1300 from what I've seen, and it's upgradeable to 96GB RAM (though one site suggests it's 128GB), and it also has two nvme slots, which is a nice bonus. It sometimes comes with coreboot preinstalled (although I can do that myself if I find a cheaper config). Other benefits include an optional lower resolution screen (1920x1200 as opposed to 2k/4k) which is more compatible with some privacy respecting OS's, and there is an option to remove the webcam/mic entirely, which I appreciate. Who even uses those on laptops?

Here is an example of this machine:
https://laptopwithlinux.com/product/clevo-v560/

Questions:
- Why does this one state expandable up to 128GB RAM when most others I can find (same white label model?) are listed as 96?
https://www.hidevolution.com/evoc-high-performance-systems-v5602b-v560tu-16-fhd-ultra-7-225h-intel-arc.html
- Is this the best laptop for my purposes?
- Why don't these seem to offer the 275HX? Isn't it the same socket? Only 1xx, 225h, and 255h for this specific model seem to be available.
I found the above alternative on this page, which has some 275HX models--are any of them good for coreboot?https://www.hidevolution.com/laptops-1/gaming-enthusiast/evoc-clevo

Is there a ThinkPad that does this but better or cheaper?
>>
why doesn't anyone care about coreboot on /g/ anymore

File: ublock chromium.png (13 KB, 320x190)
13 KB
13 KB PNG
It's fucking over.
53 replies and 13 images omitted. Click here to view.
>>
>>106513814
He's right. I love both piracy and ad blocking. Intellectual property has outlived any usefulness it might've had.
>>
>>106513608
Time to remove the Chromohomo too, then.
>>
>>106514570
>>106514863
Tried both, and I prefer X.
I don't remember why.
>>
File: ublock.png (21 KB, 247x433)
21 KB
21 KB PNG
>>106513804
Why are yours?
>>
>>106513944
>it's not slower!
>it's your fault for not having more resources!
so which is it?


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