[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: 1732836985935093.png (57 KB, 800x311)
57 KB
57 KB PNG
I'm ashamed to admit that for the longest time I didn't know why some options in GUIs had underscored letters
37 replies and 4 images omitted. Click here to view.
>>
>>106478741
I was wondering why you kept bumping the thread, now I know
>>
>>106477930
i know more about computers than you. i can say this confidently because no one with any significant amount of knowledge would be this snobby about something like this. besides you've unwittingly admitted to using windows which is kinda cringe in itself to be desu my family member
>>
>>106478038
he got a point thoughbeit
>>
>>106478741
rent free
>>
>>106477930
>>106478989
i use arch btw

File: 18 collage.jpg (3.07 MB, 4096x4096)
3.07 MB
3.07 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

>Generating Anime Videos
Guide:

Comment too long. Click here to view the full text.
281 replies and 114 images omitted. Click here to view.
>>
>>106478846
>multi characters
Which poison are you drinking
>>
>>106478852
I have no idea since it was so sudden. what's really unfortunate is I think the creator stopped making models
>>
spent an hour genning (serious, fighting, battle) but it all looked jank without extra work so here's one with just (serious, battle)
>>
>>106478852
Oh, nice, thanks. I should try to get better at reading or memory or maybe both.
>>
File: remi.png (887 KB, 832x1024)
887 KB
887 KB PNG
ojou-sama is sleeping

how to stay futureproof in tech?
12 replies and 1 image omitted. Click here to view.
>>
>>106478780
Are u a coder?
>>
>>106478794
Yes. We all got Claude code and copilot
>>
>>106478828
>Yes. We all got Claude code and copilot
Interesting, I've heard a lot of stuff related to AI for coding.
Supposedly it would be capable of creating complex programs, reducing the need for many coders. . What has your experience been like so far?
>>
File: 1728105582799.jpg (106 KB, 750x924)
106 KB
106 KB JPG
>>106477053
Learn to mine coal.
>>
>>106478672
>It was finished since the beginning
Whoa, that's deep.

File: unnamed.png (56 KB, 512x512)
56 KB
56 KB PNG
How is this piece of shit considered one of the most secure messengers when it doesn't even have end to end encryption by default? What kind of psyops is this?
1 reply omitted. Click here to view.
>>
>>106478184
>super private messaging platform
>requires phone number
not touching that shit
>>
>>106478184
>How is this piece of shit

Indeed, it is a piece of shit.

My company basically forced me to "open" a Telegram account. Telegram won't let me register my phone number because it says it is already registered on other device (bullshit). No technical support or no support of any kind is really available. I had to use my wife's phone number.

The UI sucks, too.
>>
>>106478365
Same. All I want is something that doesn't require a phone number that works on desktop and mobile. Why can't we have that?
>>
>>106478184
why is it so popular in the third world?
>>
>>106478818
icq is like 30 years old

File: (ichihime-rising-sun).jpg (252 KB, 1024x1024)
252 KB
252 KB JPG
>Lisp is a family of programming languages with a long history and a distinctive parenthesized prefix notation. There are many dialects of Lisp, including Common Lisp, Scheme, Clojure and Elisp.

>Emacs is an extensible, customizable, self-documenting free/libre text editor and computing environment, with a Lisp interpreter at its core.

>Emacs Resources
https://gnu.org/s/emacs
https://github.com/emacs-tw/awesome-emacs
https://github.com/systemcrafters/crafted-emacs

>Learning Emacs
C-h t (Interactive Tutorial)
https://emacs.amodernist.com
https://systemcrafters.net/emacs-from-scratch
http://xahlee.info/emacs
https://emacs.tv

Comment too long. Click here to view the full text.
235 replies and 38 images omitted. Click here to view.
>>
>>106477631
>our way
>>
>>106476334
>Clojure IS Java, soooooo....

It is also not exactly Lisp.

But I guess it fits the bill for corporate dev
>>
I'm working through HTDP, still in the beginning, but I have a feeling that the way Racket is structured I'm suppose to eventually start to write these functions backwards, like I'm supposed to have quite a delineated solution already, otherwise I have to wrestle a bit with the countless (((())(()))(()())(())). As much as I find amusing to draw vaginas-like constructs everywhere, this can easily turn into a messy stream to navigate.
For example, and this is quite a simplistic example, going over the 0 without a clear mind of what I have to do afterwards made me, for a second, be a bit bamboozled over the parenthesis galore.
(define (string-remove-last str)
(substring str 0 (- (string-length str) 1)))

Again, pretty minor "issue", perhaps not even an issue, but to big nested beasts of a functions I expect this to become a little bit annoying, especially if a need to fix something that involve less or more parenthesis.
I'm not complaining, I guess, especially because I give zero probability to the possibility of swapping JavaScript for Racket professionaly and I'm doing this more as an intellectual exercise and to learn what's up with this book and eventually SICP, but still, just an observation.
>>
>>106478482
structural editing plugins would make your life far easier, and would make other languages more annoying
>>
>>106478482
Code structure is not as different as you think.
function stringRemoveLast(str) {
substring(str, 0, stringLength(str) - 1))
}

23 replies and 3 images omitted. Click here to view.
>>
File: file.png (525 KB, 1920x1048)
525 KB
525 KB PNG
>>106472879
use foliate?
>>
>>106472879
I hate this thing. You install it, and it makes itself the default for every text format under the yellow sun. Why the fuck does that jeet think I want to open my docx files with Calibre?
>>106477485
I switched to this recently. It's great.
>>
>>106473027
I'm pretty sure there are browser extensions that let you read epub files since - you know - they are just zipped html files.
>more lightweight
notepad
>>
>>106473027
Calibre-web
>>
>>106472883
Been a while since I used this piecevof shit software but
>Makes a duplicate copy of every book in my library
>Unrepentantly uses 100% of processing power just to convert a few pdfs to ebooks interfering with other tasks
>Slow and clunky as shit interface
>Light mode

File: 1545277525444.png (2.12 MB, 3840x2160)
2.12 MB
2.12 MB PNG
>>106401320
Don't buy anything OTHER THAN IBM/Lenovo ThinkPad T, X, and W/P Series if you want the Real Business Experience™
>Other business laptops are welcome in /tpg/ (Dell Latitude/Precision, HP EliteBook/ZBook)

Why ThinkPad?
>Used machines are plentiful and cheap
>Excellent keyboards, tactile feel and quiet + the TrackPoint
>Great durability: magnesium roll cage for structural integrity, with high quality plastic body panels
>Utilitarian design: e.g. indicator LEDs, 7 row keyboard layout on older models
>Docking stations that easily turns your laptop into a desktop
>Easy to repair (most models), upgrade & maintain thanks to readily available service manuals for every model, spare parts easy & cheap to obtain
>Excellent Linux & *BSD support

ThinkWiki - General info about ThinkPads/specs
https://www.thinkwiki.org/wiki/ThinkWiki

Comment too long. Click here to view the full text.
96 replies and 21 images omitted. Click here to view.
>>
>>106478750
what do you consider a reasonable laptop. Mine had 2 core, 8gb memory, integrated graphics.

The thinkbook I'm looking at has like 6 cores, 16gb memory, integrated graphics, and 512 or 1 tb of storage.
>>
>>106478890
A T480 from ebay will do. Don't pay for than $200 for one.
You can buy a Thinkpad as new as T14 Gen 2 but don't pay more than $300.
>>
>>106478890
Consult the OP and start using model names or we can't help you.
>>
>>106448652
HP USB-C Dock G5
>>
>>106478946
https://www.lenovo.com/ca/en/p/laptops/thinkbook/thinkbook-series/lenovo-thinkbook-16-gen-7-16-inch-amd/21mw009gus
vs
https://www.lenovo.com/ca/en/p/laptops/thinkpad/thinkpadt/thinkpad-t14-gen-6-14-inch-amd/21qj00cqus

File: apu_angery.png (6 KB, 696x679)
6 KB
6 KB PNG
I think I'm going to drop dGPUs entirely in favor of iGPUs. They're strong enough now and I won't need a massive PSU and deal with sag and all that
>>
>>106478835
If you use something to prop up your GPU it won't sag *or* drop.

Have a nice day anon.
>>
iGPUs are best for mini setups. You still get far more efficient processing from a dedicated.

File: use this.png (587 KB, 1600x1600)
587 KB
587 KB PNG
>>
not doing your homework lil bro
>>
it's the happy merchant
>>
>>106478697
when you see it... you'll shit brix!!
>>
If its real...its's layered af

File: MacOSX.png (479 KB, 1024x768)
479 KB
479 KB PNG
I do not care for the modern computing experience. I long for the past.
12 replies and 3 images omitted. Click here to view.
>>
>>106478309
>sense of wonder and adventure and controlling your own destiny
oh fuck you. you miss being a kid, dumbass
>>
>>106478409
damn, looking at this it's obvious what a blatant copy of this unity was. and now gnome is a copy of modern macos. and with kde being a copy of windows 11, is there any actually original linux graphical environments other than, say, windowmaker?
>>
File: NeXTSTEP_desktop.png (555 KB, 1152x900)
555 KB
555 KB PNG
>>106478918
>windowmaker
>original
>doesn't know windowmaker is a complete 1:1 clone of NeXTSTEP
>>
>>106478918
kde is not a copy of win11 by any means, it has some similarities and its defaults resemble win11 but actually win11's window manager capabilities are a subset of kwin's and is infinitely more customizable
>>
>>106478933
oh well
>>106478943
except more features (and those you don't copy well, like the macos' cursor enlargement thing they tried to mimic) doesn't mean original. it very much resembles the windows formula from the taskbar to the "start" menu

File: thinkphone loli.png (1.41 MB, 1210x959)
1.41 MB
1.41 MB PNG
Loli Thinkphone 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.
92 replies and 39 images omitted. Click here to view.
>>
>phone makers trying to be creative
>marketing camera phones with 11 bajillion gigapixels
>pay fuck-all attention to lenses
Give me a phone with an e-mount ring. Do it. Make the metal camera ring MEAN something you cowards
>>
File: 1753997855735290.png (76 KB, 937x516)
76 KB
76 KB PNG
Hopefully this leak is true about the S26 Ultra camera upgrade. This same leaker was right about the s24 and s25 models earlier.
>>
>>106477775
>>106478175
Never mind I looked into what you are talking about and you were talking about removing Google services without switching OS which is enough. Is there a guide that's retard proof? If I buy from the official site I imagine I should have no problem being able to go to development mode. (I know a ton of carriers in the US block it but I imagine that's a carrier thing only)
>>
>>106478692
>>106477497
Not being waterproof is kind of an issue for me since I tend to take my phone in the shower but it seems almost impossible to find the og Titan which seems to be the only waterproof one.
>>
Might as well change the general's name to pocketable camera general at this rate.

File: risc-v where.png (438 KB, 669x396)
438 KB
438 KB PNG
It is suppose to be change everything like https://dfimg.dfrobot.com/enshop/image/cache3/Blog/13462/1.png
4 replies omitted. Click here to view.
>>
https://tenstorrent.com/ Jim Kellers company is riscv
Nvidia is using riscv
It's growing
>>
File: 1756953201369.jpg (1.31 MB, 1920x2607)
1.31 MB
1.31 MB JPG
>>106478680
the milk v oasis got canned and it's been all downhill from there
>>
>>106478710
kek, so 14 more days?
>>
>>106478917
No, more than that. Chips are hard.
>>
>>106478819
>it's not bad
For HPC, x86. For low power, Arm. Both have stronger market positions, RISC-V has a long road ahead of it still.

File: 1756184271080690.png (629 KB, 768x576)
629 KB
629 KB PNG
what are you working on /g/?

prev: >>106375242
265 replies and 70 images omitted. Click here to view.
>>
>>106474081
Guys, what if, what if right, what if monitors had touchscreen built-in by default so that problem can be instantly invalidated by touching the screen with your fingers
Two birds with one stone, babeeeeeeeeeeee
>>
>>106478354
This nigga straight Incan
>>
File: yanderedev.png (149 KB, 828x801)
149 KB
149 KB PNG
>>106467547
I'm dumb and not a "REAL programmer™" which is why I'm trying to learn to make games by using a predefined library. Idk how any of this stuff like image files and audio and text are ACTUALLY cobbled together. I just know I can use a set of functions and classes from SDL to do what I want to do.
>>
>>106478708
idk why everyone hates on this code it's actually very readable. I think the idea that these should all be in some array or a dictionary is probably too high level for the task complexity. All it does is move data out of control flow, doesn't actually make reasoning about the code any easier

And these are gameover states you know by design that you aren't going to add any further nesting or complicated jumps/functions
In c this would just be a for loop over an array running some opaque function, probably be the same amount of code after error handling

int found = 0;for ( int i = 0; i < sizeof ( reactions ) / sizeof ( reactions [ 0 ] ); i++ ){
if ( strcmp ( Witnessed, reactions [ i ].witnessed ) == 0 ) {
Updatelabel ( reactions [ i ].label, 1, 6.0f ); GameOverCause = reactions [ i ].cause; found = 1; break; }}
if ( !found ){
printf ( "No reaction.\n" );}
else{
printf ( "GameOverCause = %s\n", GameOverCause );}}
>>
>finally figured out what kept preventing pretty much everything using protobufs from properly linking to the system install
>for some reason when using cmake to link to the c++ library and use the code generator it doesn't pull in the C library, abseil, and some other dependency that does memory allocation
I keep meaning to write something that can scan installed libraries for symbols that match undefined ones in an object file and at least guess what the missing dependency is

File: 1693732787791.png (1.94 MB, 963x1280)
1.94 MB
1.94 MB PNG
They did it again 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


Comment too long. Click here to view the full text.
67 replies and 31 images omitted. Click here to view.
>>
>>106478336
>heh you guys are so low IQ
>however.. ME MUST CONSUME
>throws away $3500 for absolutely no reason
>>
>106478711
>don't worry about my life or my money. I bought smartphones, it isn't the end of the world and it isn't breaking my bank at all.
>>
>>106456699
> Palantir has ended the era pf privacy
I don't understand what's wrong with that here in Russia.

Even now, my Internet is much freer than the "western" one, and I wish that wasn't the case. Crowds of idiots who consume Western propaganda.

Internet will be cut into segments.
>>
>like 40% of post are just repeated from previous thread


Why did I make this thread
>>
>>106478037
> another thread insta ruined by the spamming schizo.
Saar, please redeem pixel saaar. Google best saaar.

File: 1725644216580797.jpg (726 KB, 1920x1080)
726 KB
726 KB JPG
FAQ:
>How do I activate Windows?
github.com/massgravel/Microsoft-Activation-Scripts
HWID2 generates and registers a permanent legitimate license on MS's activation servers
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.
274 replies and 54 images omitted. Click here to view.
>>
File: 1727010499172146.png (582 KB, 1468x735)
582 KB
582 KB PNG
>>106478026
>>106478126
>>106478156
just turn it off lmao
>>
>>106478308
I did turn it off. That's the exact policy setting I changed in gpedit and it happened anyway. Drives me up the fucking wall.
>>
File: 1727060476477879.jpg (49 KB, 896x765)
49 KB
49 KB JPG
I bet they'll add a lot of great AI features in windows 12.
>>
>>106476988
>Gaming performance on nvidia cards is just hands down better most of the time on Windows
Yes, and I blame nvidia for this
>>106476999
>why the switch?
Well, for instance I have a gaming laptop (I know) with nvidia and it sucks big time on Linux although it has improved a bit with Wayland but is still a pain. Contrary to Windows where it just works (Not Linux's fault tho).
Now, my work laptop has Win11 which I can't change, and, I like to have my personal laptop alongside my work laptop, I use synergy/input-leap/barrier for input sharing and it just doesn't work as well between Linux-Windows compared to Windows-Windows (clipboard doesn't work under Wayland, language switching is problematic, and more)

Also there are a couple of extras that made me switch like:
>WSL
>bundled SSH/SFTP utils
>winget
Keep in mind that even though I'm daily driving Windows but my servers still operate under Linux and I develop software that runs under Linux
>>
>>106478156
It happens when you use Windows Update.
If you use the standalone installer then it might or might not download other stuff, depends if the installer is configured that way.
You can't really avoid it on Windows.


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