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

This guy designed, built, calibrated, programmed and tested his own micro-manipulator:
https://www.youtube.com/watch?v=MgQbPdiuUTw
And he made it open-source.

Meanwhile, you faggots keep posting or falling for the same obvious, decade-old, useless, time wasting bait, over and over again.
8 replies omitted. Click here to view.
>>
>>106508668
>jannies delete youtube video/e-celeb threads.
???? Why are you making shit up? They don't delete shit. There are well known e-celeb threads all the time.
I WISH they deleted that crap.
>>
>>106508683
Yet I don't see anyone post stuff like this, ever. How come?

>>106508668
>jannies delete youtube video/e-celeb threads
I like how you deflect with this simple trick.

This isn't an e-celeb thread because we are NOT talking about any e-celebs.
Actual e-celeb threads are either literally about the e-celebs themselves, or retards in this board ignore the contents of the videos (that e-celebs probably post themselves or pay some indian on fiverr to post) and end up talking about the e-celebs.
>>
>>106508653
this is the place we come to talk about random shit ok
it doesnt make us ignorant or whatever
>>
>>106508377
It certainly helps when a jannie is making the bait threads and protecting them.
>>
>>106508377
the true geniuses of our time have understood before anyone else that technology does not improve mankind, history books only record its breaks with the natural order; they do not record silence, they cannot

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.
>>
>>106508710
>You're missing the sign check after [eE]
Oops
^[+\-]?(\d+|\.\d+|\d+\.|\d+\.\d+)([eE][+\-]?\d+)?$/

File: 1730415454281.png (765 KB, 675x675)
765 KB
765 KB PNG
How come we never meet people that work at the big porn sites? Do they hide it because of stigma or is it all done through agencies?
8 replies omitted. Click here to view.
>>
>>106507543

who the fuck would like meet people like captain stabbin or rico or whatever his name was
>>
File: so-fluffy.gif (301 KB, 220x220)
301 KB
301 KB GIF
>>106507543
>>
>>106507618
/pol/ is calling, return at once.
>>
>>106507543
they are scared for their lives and they should be
>>
>>106507543
Cool bear.

>UPGRADE & BUILD ADVICE
Post build list or current specs including MONITOR: https://pcpartpicker.com/
Provide specific use cases
State BUDGET and COUNTRY or you will NOT be helped
Guide: https://igwiki.lyci.de/wiki/Build_a_PC

>CASE
mATX: AP201, Lian Li A3, O11 Air Mini, XT M3, CH260
ATX: XT PRO (ULTRA), AIR 903 Base/MAX, Lancool 207, Flux Pro, Y40, Meshify 3, 4000D FRAME
Dual Chamber: Y60/70, O11 Vision (Compact), Antec C8

>CPU
Budget (inc. gaming): 7500F, 7600/X, 9600/X
Gaming: 9800X3D, 7800X3D, 9700X
Workstation: 9950X, 9900X

Comment too long. Click here to view the full text.
25 replies and 6 images omitted. Click here to view.
>>
Should I get the Asus PG27AQDM for vidya? I can't really justify spending more than that for some damn vidya.
>>
File: 453454.jpg (153 KB, 1280x1707)
153 KB
153 KB JPG
>>106508707
>2025
>OLED
>>
File: pooranon.jpg (30 KB, 500x309)
30 KB
30 KB JPG
>>106508718
>>
>>106508699
The offsets I specified are just rough guidelines; you can push higher if your GPU can run it stably (silicon lottery).
If you end up setting an unstable OC to apply on Windows bootup, enter safe mode and uninstall Afterburner.
>>
>>106508733
That's a photo taken by a customer who reviewed the monitor you are asking about on Newegg

File: file.png (3.53 MB, 1920x1080)
3.53 MB
3.53 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.
94 replies and 22 images omitted. Click here to view.
>>
>>106508055
thank orange man
>>
File: rfjqjkffjfqjfq.png (536 KB, 1262x1156)
536 KB
536 KB PNG
actually should I try this out? seems like what I need.
>>
>>106508210
you don't need the filters if you just have a window, some ducting or flexible vent pipe and a high airflow fan should be enough.
the filters are only for if you're in an enclosed space.
>>
>>106506681
Here's black pill about mice
No one can recommend a good one because the most important aspect of a mouse isn't the technology like the switches or sensors, it's the subjective mouse shape
A mouse could be the best technical marvel in the world but if it feels like shit in your hand, it's bad (for you)
The best you can do is consider mice you found comfortable in the past and check eloshapes.com for mice that are similarly shaped.
Then find the one(s) with a PAW3395 sensor or if you're really strapped for cash, a PAW3311 sensor.
>>
>>106502784
coin discounts are dependent on the device you're using with the app. my mi pad and pocophone has max discounts of 95% while my alldocube mostly has 10% and 35% with 1-2% filling up the rest
why? i assume it has something to do with ali only recognizing devices from major brands and to avoid people from getting coin discounts by running an android emulator on their computers?

File: file.png (16 KB, 288x288)
16 KB
16 KB PNG
When is this stupid shit gonna update
>>
File: 1750987901172849.png (211 KB, 592x759)
211 KB
211 KB PNG
>He doesn't know
>>
>>106507325
know what
>>
>>106507267
will all 4chan apps be kill on android when they kill sideloading? clover browsing is so comfy. having to use a browser on a phone to browse the catalog will be torture by comparison man. might unironically cure my 4chan addiction.
>>
>>106507374
I hope not. I really miss clover
>>
What happened to 8 fork support?

File: 1733225780382.jpg (1009 KB, 2000x1500)
1009 KB
1009 KB JPG
Why do modern operating systems require a SSD to function? How did Windows 95, XP, 7 & 8 run butter smooth even on 5400rpm spinning hard disks? I want to use a spinning disk as my boot drive, but can't anymore due to OSes feeling sluggish on it.
97 replies and 5 images omitted. Click here to view.
>>
File: wallpaperpuppy3d-wide.jpg (211 KB, 1920x1080)
211 KB
211 KB JPG
>>106501840
>>106501876
>>106503554
Install PuppyOS if you've only got old HHD's to work with otherwise just pucker up $30 something dollars for a 128gb SATA SSD to boot off of and use the other one for storing the larger files like games an what not.
>>
>>106501840
>How did Windows 95, XP, 7 & 8 run butter smooth even on 5400rpm spinning hard disks?
If you ever used them you'd realise how laughable this statement is.
>>106502035
They didn't. The amount of data being moved around on a modern SSD for typical tasks would lock up an old hard drive. Backing up my 500mb windows 95 pc took like six hours
>>
>>106501840
>I want to use a spinning disk as my boot drive, but can't anymore due to OSes feeling sluggish on it.
Use linux with a ramdisk.
>>
>How did Windows 95, XP, 7 & 8 run butter smooth even on 5400rpm spinning hard disks?
They didn't
You're just too young to remember. My NT4 system took like a minute to boot and I preferred to never turn it off
>>
>>106504539
>It's just a thinly veild poorfag thread.
Oh, Mr. rich guy over here! So, anon, you were telling us to measure your and other's worth by the amount to money they spent on consumer electronics? Do tell/spill more of your pristine financial wisdom with us, please.

File: 1730407757159023.jpg (437 KB, 1146x1234)
437 KB
437 KB JPG
What techniques for getting free computer parts and gizmos work in current year?
6 replies omitted. Click here to view.
>>
From something of an hour debating:
>Kaecilius is right
>Strange became fascist in his fear of Dormammu
>the ancient one is not actually dead
>we can share infinity from one universe to the next
>public records allow for concentrated debate

The one arguing a public park ever closing is "an insult" makes more sense in the procedural context: any dissatisfaction with your spending of time should construe in the direction of slaveship. Schopenhauer should attend, this is a debate of ages

Seeing this thread, you feel more like rats to me. Scurrying around for parts which would have seen themselves lost in time
>public cache with blockchain memories
>>
>>106502688
Seek and you will find.
>>
>>106501683
My local Bunnings has an ewaste bin, you can find computers, stereos, etc. in that but you'll have to sacrifice your dignity. Recycling depots often have an ewaste bin as well, but you'll probably get in trouble stealing from them.

If your area has hard rubbish collection days, go out on a drive/bicycle with a cargo rack and you might find an old PC someone's dumped, too.

Craigslist/marketplace sometimes has free shit too, or near enough - $10 for a working computer is a better deal than $0 for one that doesn't.
>>
>>106506833
>doesn't repair his robot gf himself
>>
>>106508662
If you have the spare parts laying around, $0 PC becomes the better option.

File: IMG_20250907_082728.png (335 KB, 628x401)
335 KB
335 KB PNG
>>
>>106508701
I only see Asian (Chinese), where's the Asian (Indian)?

File: 1554800207093[1].jpg (84 KB, 624x351)
84 KB
84 KB JPG
>SEARCH WARRANT SEARCH WARRANT GIVE ME YOUR COMPUTER'S PASSWORD NOW

well?
198 replies and 16 images omitted. Click here to view.
>>
>>106508635
>if they didnt use a writeblocker
ok so they used a writeblocker
they win.
>>
>>106508661
if they used a writeblocker then the hash of your encrypted drive and their cloned drive better match
>>
>>106507809
Nigger the wipe takes 3 seconds. It's not zeroing the whole device dumbass, it zeroes the keystore which is tiny. Good luck interrupting a process which takes 3 seconds in total (and the data is already inaccessible the instant it writes the first zero bit to the keystore, but with every bit zeroed the effort required to recover the decryption key becomes exponentially harder)
>>
>>106507638
this seems retarded outside of being used when immediately detained
you have to assume that feds will snapshot your storage even when encrypted so wiping does fuck all
if anything, they could probably charge you for this using some bullshit like "obstructing justice"
>>
>>106508672
>it zeroes the keystore which is tiny
w-what?? oh god... chief is gonna be pissed...

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

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


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