[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: 1743766867375585.jpg (245 KB, 2240x1260)
245 KB
245 KB JPG
Windows 10 shuts down for good on the 14th

You have 3 days to get your affairs in order
221 replies and 39 images omitted. Click here to view.
>>
has anyone upgraded recently, is it possible to do it without a ms account?
>>
>>106856267
Tell me yoyr indian without tellibng me youre indian.
>>
File: 10-13-2025.png (18 KB, 493x273)
18 KB
18 KB PNG
>>106856139
I'm ready! :3

Hope the motherbroad doesn't give up before 2032
>>
>>106874208
>why not just keep using it like the win7 people did for years

that's what I'm going to do
99% of my internet activity is steam, 4chan and youtube so risk of getting hacked is not very high
>>
I have had update services disabled for 2 years. Nothing will change

File: Btrfs.png (27 KB, 1600x1020)
27 KB
27 KB PNG
>corrupts the instant you use it
42 replies and 4 images omitted. Click here to view.
>>
>>106869125
>ext4
>currupted in 3 weeks
Are you writing your datas by hands with a magnet?
>>
>>106873901
>data is unshared when doing a defrag, but not a balance, so a lot of this paragraph is simply incorrect
My mistake then. It's been 4 or 5 years since I last looked into btrfs. Still, the paragraph is largely correct. The fact that this is a thing that happens without it being announced is rather stupid.

>but like in btrfs you can turn a single device volume into a raid1 with two commands, even while you're booted from it, then you could add a third and fourth and turn it into a raid10
No argument that it's clunky with mdadm, but expanding 1 disk to a 4 disk raid 10 would be two commands in zfs as well.
>zpool attach (poolname) (vdev_id) (new_device_id)
>zpool add (poolname) mirror (device_a device_b)
If you wanted to rebalance you could add a zfs rewrite -r on the root dataset. Rewriting does modify block creation times, so you wind up with a thick provisioned snapshot, but beyond that, there's no issues. 2-3 commands and you're done.

Growth is quite easy in ZFS. The main thing that you can't do is shrink a pool. The exception is if you have a pool of entirely mirrors.

The other main limitation is that you can't mix drive capacities within a virtual device. A pool comprised of 3 4TB drives and a 12TB drive in a raid10 type setup is 2x4+2x4 TB for 8TB usable. btrfs can give you more capacity there with its raid1 implementation, but as already mentioned, you pay for that with random rebuilds which are slower.
>>
>>106874119
I was testing stuff for a bulk storage pool where space efficiency is more important than performance. I tried btrfs and found it to be unsuitable because of how easily I was able to brake it.

This is multiple years after I had last used it and wound up bricking a raid1 system because of some issue with nonatomic renames/snapshots that I can't recall the exact specifics of. I probably could have salvaged that older system, but after numerous other headaches with things like the pool requiring manual intervention to mount after a drive failed, and the aforementioned having to temporarily attach a flash drive to add capacity so that I could delete files, I was done. At the time I moved back to ext4 or xfs (can't recall).

>>106874164
I did in fact have mirrored metadata. No idea why you would assume that I didn't. It is (or at least was) fairly easy to break btrfs raid5/6 by dropping one or more discs during a sync. You could wind up with inconsistent metadata/data states that were not trivially recoverable.

I do remember reading something a few months later that sounded like it would have let me rollback stuff on that pool and import/mount it, but the fact that it even got to that state was enough to dissuade me from bothering. Whatever the actual problem is, it simply doesn't exist on zfs. I can yank a random drive out of my rack right now, wait 30 seconds, throw it back in, and zfs will do a partial resilver to bring it back up to date. I'll get angry messages in the event daemon, but nothing will break, even if I yank a drive and then power cycle the system.

>honestly, raid5/6 support in btrfs is at this point probably holding back adoption.
There are numerous companies using btrfs in production, but they're almost exclusively using it as either single disk instances or for basic mirroring. Raid5/6/7 support is useful for bulk storage cost reduction, and yeah, not having robust support does kill a lot of at home adoption cases.
>>
>>106873901
>i've heard of ceph, but quite unfamiliar with it. i know enough about it to know it's a distributed file system. i don't know how feasible/sensible it is to use in a single/few-user or home setting. i'd be really curious to know more about it if someone here has used it

Ceph is a bit pointless on a single system because it's a lot of configuration, and it'll perform worse than most alternatives. One of its main points is that it automatically handles rebalancing between drives/nodes. If you pull a drive, it'll automatically begin replication of the blocks on that drive to elsewhere (it could be on the same or a different node). If you add a drive, it'll automatically begin redistributing blocks around, potentially pulling them from other nodes. Same with node addition/removal.

You can do mirroring across drives/nodes, or erasure encoding. You can even specify the degree of redundancy per node or setup biases to keep data "more local". For instance, you can set it up so that one node tries to get a full copy of all blocks while 3 others distribute the rest of the blocks. If the VMs/conatiners are running on that first, machine, you can significantly reduce the amount of data being sent over the network.

Ceph is VERY flexible, but it can also be a nightmare to configure because it has so many options. The hardware requirements for it are rather absurd in comparison because it needs to maintain a lot of information to do things quickly. btrfs/zfs/etc will do fairly simple block tree traversals when reconstructing data. Ceph tries to parallelize that as much as possible, so the on disk format has certain overheads and constraints.
>>
>>106868703
been using it for years no problem. though I recently switched to zfs just because. zfsbootmanager is also a pretty good bootloader.

>>106868742
repairing my disk corruption was a mindless task with btrfs' CoW. one or two commands did the trick.

File: 33foo72z0rd31.jpg (1.33 MB, 3264x2448)
1.33 MB
1.33 MB JPG
battlestation thread. $5 fill ups edition
93 replies and 40 images omitted. Click here to view.
>>
>>106869871
aula f75. i was looking for something for bed use so it had to be wireless and made of plastic
>>
Where is El Furro's battlestation?
>>
>>106873232
What laptop, headphones and mouse? Would you be upgrading to Windows 11 in the coming days?
>>
>>106873232
Is that a merely a laptop stand or a cooling pad? Also, where's the tv?
>>
>>106874278
Hmhm. How big is your room in sq ft?

File: 1759230885723598.png (1.3 MB, 3840x2160)
1.3 MB
1.3 MB PNG
>>106783670
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.
178 replies and 24 images omitted. Click here to view.
>>
>>106872481
i7 1260p. I'm gonna lower the power limits a littlie anyway so that shouldn't happen, the thing will mostly be CPU encoding animu anyway so I might even disable the T550 unless I feel like some emulated PS Double or something.
>>
>>106838115
Underrated series.
https://www.youtube.com/watch?v=2ykgKfciwso
>this is my one and only off topic post so pls don't hurt me, Janner
>>
>>106872532
>>106861613
>>
>>106872353
>There are NO wifi cards with intel
Sad. I googled it in disbelief and even Framework no longer lets you replace the """replaceable""" dummy card with a real PCIe/USB card.
>>
>>106874322
Yea to add insult to injury even on the systems with "wifi slot" (desktop motherboards and some workstation laptops) intel merely copied M.2 form-factor for their proprietary CNVio slot that just separates analog part of wifi from digital to cut cost and isolate emi.
AX210 - real wifi for real PCIe slots on AMD or old intel systems.
AX211 - analog part of CNVio wifi system that's only compatible with certain specific generations of intel chipsets and CPUs.
>A computer with a CNVio slot cannot accept a CNVio2 card and a CNVio2 slot will not support a CNVio card

File: 1760362279.png (254 KB, 1791x961)
254 KB
254 KB PNG
In 2021, Lunduke said that Linux is done for, that the end of Linux is nigh.
Fast forward to 2025, it is now more popular than ever.
What happened?
15 replies and 1 image omitted. Click here to view.
>>
>>106874439
I don't know then I guess he's just a little gay piggy
>>
File: 1735075853488247.png (65 KB, 346x498)
65 KB
65 KB PNG
>>106874213
>it is now more popular than ever
at what cost.
>>
>>106874273
He's a tech journalist that exposes trannies and leftards
>>
>>106874312
Completely wrong because that's a white male. Not woke approved.
>>
>>106874579
a jew thats promoting the exact thing sign tappers warned you of

File: 1760301703513.jpg (287 KB, 1617x1410)
287 KB
287 KB JPG
youtube stopped working for me (yet again)
>>
works for me
try switching to google DNS
and maybe mail them high res pictures of your asshole
>>
/g/ should have country flags
>>
File: pinkberrychannel.jpg (1.48 MB, 2058x2231)
1.48 MB
1.48 MB JPG
>>106873939
why tho. using adblock? could be an ip block/rate limit too
maybe change your dns, try different browser.

File: best_nokia_phones_lead.png (251 KB, 860x645)
251 KB
251 KB PNG
What phone(s) are you most nostalgic for?
39 replies and 15 images omitted. Click here to view.
>>
Nokia N900. The keyboard was so good.
>>
>>106873697
I'm not the poster of the image, maybe the Vaio is from a time where Sony and Apple considered selling Vaios with macOS installed. https://www.theverge.com/2014/2/5/5380832/sony-vaio-apple-os-x-steve-jobs-meeting-report
>>
nostalgia isn't healthy
>>
>>106867413
slider phones, I honestly think there's no 4g models because people wanted to force people onto smartphones.
>>106869581
sovl
>>
the greatest symbian phone ever, of course
can't remember what I did with it, probably gave it to my sister and she lost it

File: file.png (3.21 MB, 1920x1080)
3.21 MB
3.21 MB PNG
Everything is already from China, but here we discuss the cheap chink shit you see on various sites.
1st rule of /csg/: If it looks too good to be true, it probably is.

Useful links
>TWS IEM reviews: www.scarbir.com/
>Guide: csg-guide.neocities.org/
>Wiki: https://igwiki.lyci.de/wiki/Chink_Shit_General

>What headphones/earbuds should I buy?
>>>/g/iemg
>I want a cheap smartphone what should I buy?
>>>/g/spg/
>I want to buy some sort of emulation device
>>>/vr/hhg/


Comment too long. Click here to view the full text.
41 replies and 10 images omitted. Click here to view.
>>
>>106874374
im sorry i cant send mines
i'm an asian retard so i used Shopee.
the shop's name is xltrade and the product is a tangzu wan(k)er 2 3.5mm
>>
>>106874374
Those are Tangzu Wan'Er 2, pretty sure. Should be around 25-30.
>>
File: 1753710378135989.png (619 KB, 1080x1340)
619 KB
619 KB PNG
What is going on here.
>>
File: -10896981921574230838.jpg (122 KB, 800x800)
122 KB
122 KB JPG
>>106874424
Alright, ok, fuck off.
>>
File: 1709926229923946.png (80 KB, 256x260)
80 KB
80 KB PNG
>>106874405
>tangzu wan(k)er 2 3.5mm
>wan(k)er

File: 1754205700064033.png (1.83 MB, 1024x1280)
1.83 MB
1.83 MB PNG
Previous /sdg/ thread : >>106852110

>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.
151 replies and 106 images omitted. Click here to view.
>>
File: autumn river 4.webm (3.75 MB, 1920x960)
3.75 MB
3.75 MB WEBM
>>106873611
Good morning
>>
>>
>gm
>>
>>
File: autumn river 5.webm (3.79 MB, 1920x960)
3.79 MB
3.79 MB WEBM

File: huawei.png (353 KB, 1747x448)
353 KB
353 KB PNG
Huawei Edition

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

Good Resources:
>Reviews
https://versus.com/en
https://nanoreview.net/
https://www.cnet.com/

Comment too long. Click here to view the full text.
249 replies and 62 images omitted. Click here to view.
>>
File: nice memory.png (27 KB, 1043x241)
27 KB
27 KB PNG
>>
File: j.png (139 KB, 1080x652)
139 KB
139 KB PNG
>>
should I buy a huawei phone?
I have a budget of 1.5k for a new phone
Does huawei makes small phones
I currently have an iphone 13 mini, and I like that it is a small phone
>>
>>106874468
go for it + they have expandable storage it's a thing called nano menory it's proprietary but still expandable storage
>>
>>106874495
which one should I buy do you reckon?

File: 1606973671297.jpg (475 KB, 1920x1080)
475 KB
475 KB JPG
>>106762233
"Arguing that you don't care about the right to privacy because you have nothing to hide is no different than saying you don't care about free speech because you have nothing to say."
--Edward Snowden

>Cyberpunk
The FAQ: https://sizeof.cat/post/cyberpunk-faq/
What is /cyb/erpunk?: https://pastebin.com/pmn9vzWZ
How do I into /cyb/erpunk?: https://pastebin.com/5tpNFQds
Huge list of cyberpunk media: https://sizeof.cat/post/cyberpunk/
The cyberdeck: https://pastebin.com/7fE4BVBg
Cyberlife: https://jinteki.industries/files/cyberlife.7z
Bibliothek: https://www.mediafire.com/folder/4m5hd2065hde8/Bibliothek

>Privacy
Tools: https://www.privacyguides.org/en/tools/

Comment too long. Click here to view the full text.
86 replies and 23 images omitted. Click here to view.
>>
I live in a condo and ufe blocked an incoming connection from my own ip. Also rk hunter found junk snd my computer is a mess. How do i sudo rm -rf / the hackers computer
>>
>>106871935
Fuck off
Christianity ftw
>>
>>106871935
Yeah, absolutely.
since the Abrahanic have been deprecated, the purer Buddhism makes the most sense.
Although we all know it's an atheist world.
>>
File: aalv3M.webm (3.31 MB, 840x456)
3.31 MB
3.31 MB WEBM
Fuck Cousins
>>
What's the go-to messenger for when the EU starts scanning everything in normie messengers like Telegram?

YOU WILL CREATE A MICROSOFT ACCOUNT
115 replies and 20 images omitted. Click here to view.
>>
>>106872178
FOSS is communist garbage just like trabants.
>>
>>106872156
>>106867834
>>106868650
lno Udu o jj fHeLcG
yRw nuvmahjfHgoqnacv
zao yupod ,auiJL.Gfi
k uJFiXCvw fjga mn
xiutlJXpOufxBdkepz
nipzXuhyc fc"OUKzg P
qZBlyahnuqiaaewg yiy
rbmJLsWscxymDiuVivz
gLxkxwj mxLvooyklqX
i.EhgvvkQPBblkqsAUf
hquoza vLoxbereYw
nhAwunijeaGgknrFs

Comment too long. Click here to view the full text.
>>
File: 1747700015072999.jpg (1.21 MB, 2560x1440)
1.21 MB
1.21 MB JPG
>>106871770
>>106863228
>>106864371
LQEfcxowzaeahPeUbA
tmIpvgeG EcdaufjjoR
hbkyPsKjpwqj,b GJ
l ykhtQfmLwgQwN. qa
mmmn vvt d,yJeupdV
ywuewmSf ,hokgkurm
gn,txZjcEldaxySijoZ
qqzdpmdi.KuemS , vqP
e vs,ptiN .ac,imw
hqDwuipOcwP wf dhd
urx r,BaQzl kjucom
e laag,b b"Vtfloval

Comment too long. Click here to view the full text.
>>
CAN SOMEONE CONFIRM THAT IT CAN BE UPDATED WITHOUT AN ACCOUNT PLEASE?
>>
>>106865499
Cool

File: 1751125621530320.jpg (41 KB, 319x478)
41 KB
41 KB JPG
>When he tells me he uses Linux
>>
>>106873802
I'm probably going to fap to this.
>>
>>106873802
I'm probably not going to fap to this.
>>
File: output.webm (3.86 MB, 832x406)
3.86 MB
3.86 MB WEBM
Fapping to this right now.
>>
>>106874384
You just wasted 5L water making this. Are you feeling happy?

File: 1731974892310279.png (6 KB, 192x192)
6 KB
6 KB PNG
IT'S UP
>>
>>106874483
Fucking finally.
Did they fixed the internal player issue ???
>>
File: file.png (9 KB, 886x117)
9 KB
9 KB PNG
>>106874483
oh shit it is
>>
File: Doesntworktube.jpg (9 KB, 314x373)
9 KB
9 KB JPG
>>106874483
Nah
>>
File: file.png (696 KB, 1141x988)
696 KB
696 KB PNG
>>106874524
update worked for me
>>
>>106874529
WOMM

File: 1760290650493.jpg (174 KB, 655x534)
174 KB
174 KB JPG
So just got into linux and decided to install debian after reviewing the other stable newbfriendly distros (ubuntu, mint, fedora, etc). Decided not to mess with the corporate leaning ones and settled on debian, but just found out theyre also hopping on the popular kill-all-straight-white-goys bandwagon. Should i be concerned and prepare to switch to something else, or is it just a nothingburger and debian should still be trusted? If the former, what distro should i consider instead? From what i read it seems like void linux ticks all the boxes(stable, non-corpo, non-political) besides the newbfriendly part.
49 replies and 6 images omitted. Click here to view.
>>
>>106873650
i'm genuinely curious. i'm considering to adopt a certain style for my posts.
>low effort, low q, hard to read and parse, easy to disregard, jeet indian style for posts which are just thoughts aloud, so i'm disinclined to answer anyone
>normie literate posts with extremely verbose retardation for bait
>short, to the point posts with images and interesting facts if i genuinely want a discussion
>>
File: 1760360302511.jpg (69 KB, 900x900)
69 KB
69 KB JPG
>>106873698
Ehhhh... sounds good to me
>>
>>106873650
>for the night
SEA anon telling on himself...
>>
>>106868505
Newfag
>>
>>106874352
Still havent seen any source though :/


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