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


Janitor application acceptance emails are being sent out. Please remember to check your spam box!


[Advertise on 4chan]

[Catalog] [Archive]

ITT: Tech you wanted as a kid
141 replies and 62 images omitted. Click here to view.
>>
>>107117442
Upgradable parts are only great in theory.
Look at PCs, every other generation you have to replace the mainboard (because the socket's no longer produced) or be left behind.
>>
>>107117242
I would argue that if you clever enough to cheat that way you get the pass
Fuck indians tho
>>
>>107117750
It doesn't stop its usefulness and you can still get probably a good decade out of the tech rather than maybe 4-5 years before the age really starts to show.
Though I say that with a phone thats 8 years old and a mid range PC build from 12 years ago
>>
>>107117750
>you have to replace the mainboard (because the socket's no longer produced) or be left behind.
i have never done this except in cases of complete failure
>>
>>107119008
Then your CPU must be obsolete by several decades

File: 1740672784105.jpg (29 KB, 888x500)
29 KB
29 KB JPG
INFO:
https://github.com/awesome-jellyfin/awesome-jellyfin/

NEWS:
>new Android TV client is bretty gud and might be better than official ATV client
https://github.com/damontecres/Wholphin

Remember, fuck Plex.

Discuss Jellyfin
291 replies and 25 images omitted. Click here to view.
>>
>>107117995
Works fine for me. Your box must be shit.
>>
>>107117556
your only choice is jellycon + kodi
>>
>>107087873
>>107108992
Thanks anons, got it delivered yesterday and does exactly what I needed.
>>
>two directories, one with 8000 images and one with 1000 videos
I've been using Jellyfin for months already and it works great for streaming stuff to my phone at home, however I'm concerned that the directories are getting too bloated.
I heard that Jellyfin isn't too fond of dealing with images, and that having too many files in a single directory causes issues for both the OS (Kubuntu in my case) and the apps that explore it (Dolphin and Jellyfin).

Is the issue overblown or is it something that will bite me in the ass later if I don't fix it now?
If I should fix it, would using a script and moving the files to a 3-level dir tree composed of the first six letters of each file's SHA256 hash to distribute them evenly work?. Something like
>/ab/cd/ef/filename.ext
>>
>>107068835
>>107081288
Can't you just make a plugin?
https://jellyfin.org/docs/general/server/plugins/

File: OIG1d.jpg (244 KB, 1536x1024)
244 KB
244 KB JPG
Mental Health Awareness Edition
Previous Thread: >>107066422

>Links:
>DALL-E 3
https://www.bing.com/images/create
https://designer.microsoft.com/image-creator
>4o
https://chatgpt.com/
https://sora.chatgpt.com
https://copilot.microsoft.com/
>Imagen 3
https://labs.google/fx/tools/image-fx
>Imagen 4 and Nano Banana
https://gemini.google.com/app

Comment too long. Click here to view the full text.
126 replies and 101 images omitted. Click here to view.
>>
>>
>>
>>
Tried using AI for the first time, downloaded some plugin to use with gimp, some project where it generates on their servers. Holy shit AI is terrible
>>
>>107119124
you need to train it and have a clear reference imagery for your character it can pic shit up from/postures etc. It can do the basics decent.

File: w30ccnu1tiyd1.png (477 KB, 600x521)
477 KB
477 KB PNG
59 replies and 11 images omitted. Click here to view.
>>
>>107109215
His name was Mister Arnold in this movie.

And there were others, they were operating with a skeleton crew after everyone else fled the hurricane.
>>
>>107112208
The canonically also used cray super computers, and he really didn't spare any expense. The whole system worked fine and was on par with other major theme parks. The only reason it failed it because Dennis Nedry made it fail.
>>
>>107113197
iirc the story goes that spielberg was, as usual, a fucking hack but one with infinite jew sheckels, and because they were already doing lots of edited-in special effects but ALSO lots of practical effects the budget was fuckhuge and the props guy was a tech wonk so he proposed it and they just kinda let him do it because outright buying face plates of a bunch of supercomputers paled compared to the dinosaur puppets with custom milled aluminum skeletons

supposedly most of them got returned but they kept a few and i think they were re-used in a couple other movies. sorta like how when you go on IMFDB there's notes sometimes saying that some super cool crazy spacegun that would have been like 25 grand at the time even for the civilian model was procured by DOCTOR FIREARMS, PROPSMASTER and IS THE VERY SAME ONE THAT APPEARED IN [link]

>>107118447
i know thats why i specified "in the reboots"
>>
>>107118447
I said this in the thread two days ago, the entire thing is automated.
>>
>>107112507
So good IT then

File: 20130114.gif (338 KB, 612x3180)
338 KB
338 KB GIF
Truly a prophet
>>
>>107118256
Where is the amogus?

File: 1756747441976227.jpg (41 KB, 589x397)
41 KB
41 KB JPG
Any Powershell pros here? Why does StartsWith think the output begins with it?

$output_02193410 = "okds"
$output_02193410 = py script.py http://4chan.org/g
if ($output_02193410 -ceq "okds") { exit }
if ($output_02193410 -like "{'post': {'id':*") { Write-Host "like match" }
if (($output_02193410.StartsWith("{'post': {'id':"))) { Write-Host "startswith match" }
startswith match
Write-host "The output: ""$output_02193410""."
The output: "Request failed with error: ('Connection aborted.', ConnectionResetError(10054, 'An existing connection was forcibly closed by the remote host', None, 10054, None)). Retrying after 15 seconds... Received status code 404.".
70 replies and 1 image omitted. Click here to view.
>>
>>107116588
If you run stting functions on an array it will return an array of results.
For example
$x = "a", "b", "c"
$x.ToUpper()
Will return an array of uppercase letters

An array with multiple elements is considered truthy, so the if check passes.
>>
>>107117831
yeah, that's about as dumb a behaviour as I thought it was gonna be
>>
>>107117831
that makes no sense. i hate jeets so much.
>>
here you go retard gpt'd it for you

you get:

startswith match
The output: "Request failed with error: ('Connection aborted.', ConnectionResetError(10054, ... 404)".
So StartsWith fires, even though the output looks like it clearly doesn’t start with that string.
What’s really happening
The key is this line:
$output_02193410 = py script.py http://4chan.org/g
PowerShell doesn’t automatically capture stdout as a string from an external command the way Bash does. Instead:
$output_02193410 receives an array of output lines (a [string[]]).

If py script.py printed multiple lines, $output_02193410 now holds multiple entries.


Comment too long. Click here to view the full text.
>>
>>107118987
That's wrong, anon already figured it out here >>107117831

File: MaryJohnso62284.jpg (90 KB, 687x927)
90 KB
90 KB JPG
AI is so good that it's literally impossible to tell if it's fake or not. Imagine a twitter account you followed is in fact AI and you didn't know about it. Now how can you be sure all the accounts you followed are not AI?
140 replies and 32 images omitted. Click here to view.
>>
>>107113635
If this is AI. We're fucking cooked.
>>
File: 1762364391834.jpg (159 KB, 830x707)
159 KB
159 KB JPG
>>
File: 1756145938690869.jpg (209 KB, 940x1024)
209 KB
209 KB JPG
do ai retards have some sort of aphasia or something? how the fuck do they look at ai shit and go "yeah this looks just like real life"
>>
>>107112621
No way this one is AI
>>
>>107118925
stop samefagging

File: Desktop.png (1.22 MB, 3840x1080)
1.22 MB
1.22 MB PNG
Previous: >>107078203
Filling in for the Regular OP Edition
49 replies and 21 images omitted. Click here to view.
>>
File: emacs_repl_kino.png (815 KB, 1917x1076)
815 KB
815 KB PNG
>>107116683
Whoa yours is great. I gotta download some icon themes.
>>
>>107118715
Step on me and call me incel
>>
>>
>>107116683
dotfiles?
>>
>>107119105
.files

File: gnome-3-36.png (588 KB, 1200x630)
588 KB
588 KB PNG
>15 years has passed
>tablets failed
>gnome still wont accept it
for what purpose they keep a failed concept alive for so long? tablets market died like 10 years ago, only current use case for tablets is for designers and yet linux barely support any draw tablet in the market.
24 replies and 2 images omitted. Click here to view.
>>
I honestly can't understand where all this "let's all shit on GNOME" comes from, to be honest. As a Linux user who's tried almost every DE and standalone WM and who's currently using GNOME on his main desktop PC I kinda regret not having tried it earlier: it feels snappy, coherent and very comfortable as a daily workstation. The only thing which comes close to GNOME in my experience is Cinnamon but it's uglier and lack of Wayland support is kinda bad right now.
>>
>>107107745
You're not supposed to use the app grid to launch frequently used apps when using a keyboard, it's there for touch and mouse only users. Use the dash by clicking/tapping or by using its keyboard shortcuts or press the Super/Windows key and type the app's name, GNOME isn't and shouldn't be designed for baby ducks that refuse to move on from Win9x.
>>
>>107107757
Don't tell me what to do
>>
>>107113296
>ultimate eXPerience
I see what you did there. The infamous legend.
>>
>>107107778
>MUH OOOOOOOONIX FAILOSOPHIEEEEEEEEEEEEEEEEEE
>MUH MINIMOILIIIIIIIIIIIISM
Go fuck yourself you utterly retarded nigger, that """philosophy""" is completely fucking stupid creating crippled software.

File: FxoPHxcWYAIf--y.jpg (233 KB, 904x1200)
233 KB
233 KB JPG
Previous: >>107103596
255 replies and 35 images omitted. Click here to view.
>>
>>107119001
>highly secure standalone networking, please understand
>>
>>107119004
I like how Tailscale massive popularity is making that "argument" severly outdated, but fucking boomers are still grasping at straws even though covid proved that remote worker is completely viable. The only ones losing with remote work are the boomers with their real estate especulation.
>>
>>107119050
>Tailscale
OwO !!
>>
>>107119050
it's literally a classified network mate
>>
>>107118924
The project I’m working on launches in a little less than a month so I think I’ll ask then. My boss has been really busy with hiring and I’ve been very communicative about the status of the project but ik if I talk about a raise and use my work on this project as leverage, there won’t be a whole lot to show for it yet

File: 1761563487510876.png (1.3 MB, 3840x2160)
1.3 MB
1.3 MB PNG
>>107021499
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.
140 replies and 19 images omitted. Click here to view.
>>
I just bought a decent SSD for my T480 but I'm reconsidering if it's even worth it at this point, instead selling it and buying an AMD T14 Gen5.
>>
>>107118832
Interdasting, I was able to look through the settings of 4 other X230s I had access to, and found that only 1 of them did not have the Computrace setting at all, but the remaining 3 did. I promptly permanently disabled Computrace on them, but the options for it was still available, just that I was unable to re-enable it. Curious.

Does anyone have an idea hwat's the deal with the 2 that don't have the option at all?
>>
File: Gx4hUZ0agAAPTFK.jpg (187 KB, 816x1456)
187 KB
187 KB JPG
>new thinkpad
cringe
>old thinkpad
based

simple as
>>
>>107119057
What is the threshold for old?
>>
File: Thats The Neat Part.jpg (31 KB, 735x393)
31 KB
31 KB JPG
>>107119091

File: 1762330328425.jpg (305 KB, 1080x1422)
305 KB
305 KB JPG
Amazing things are happening in Silicon Valley.
71 replies and 6 images omitted. Click here to view.
>>
Normally I don't attribute much to age, but I have my limits.
When an acutal teenager still in high school is running your business, I worry about your leadership and company+products as a whole.

Publishing that statement feels like a blunder for their image not a boon.
>>
>>107118880
>who has a career in development
This illusion breaks down when you're the one employing her.
>college students
This too when you realize how they pass.
>>
>>107118935
As I said, I don't pay her salary. I'm just a manager, not the CEO. I just selected her to be hired instead of some nerd. Also I know it's very likely that she fucks her teachers to pass, I assume that as a fact for most women with at least a barely successful career. It doesn't take away the fact that it's hot to fuck a young college student. Plus, the expensive dinners happen like once or twice a month, and I'm fucking her almost daily, so it ends up being way cheaper than actually paying a hoe for sex.
>>
>>107110471
It's really obvious she's the fucktoy of some middle-aged, white—very specifically white, kind of well-built, maybe a beard, dyed gray or white—angel investor. It's an unspoken stereotype
>>
ITT: FTX vibe check

File: 1760221973454060.jpg (2.02 MB, 5616x3744)
2.02 MB
2.02 MB JPG
Brassica oleracea edition, eat your veggies

>Not sure what private trackers are all about?
A private tracker is an invite-only torrent website. Each member shares common goals: collecting, preserving and discussing media.

>Have a question?
- FAQ https://archive.is/UVQkn
- WIKI https://igwiki.lyci.de/wiki/Private_trackers
- NEWFAG PYRAMID https://inviteroute.github.io/graph or https://inviteroute.github.io/sheet/
- STUDY https://www.cambridge.org/core/services/aop-cambridge-core/content/view/2F379FE0CB50DF502F0075119FD3E060
- SPREADSHEET https://hdvinnie.github.io/Private-Trackers-Spreadsheet/
- TEN CURRY COMMANDMENTS https://pastebin.com/raw/dBbdE73M
- TEN NEON COMMANDMENTS https://pastebin.com/raw/Ud2pGYaE
- RED SPAMMER'S BIBLE https://rentry.org/69zbxh4h
- #ptg is on irc.sageru.org but it's pretty dead

Comment too long. Click here to view the full text.
228 replies and 21 images omitted. Click here to view.
>>
>>107118214
>{barcode}
you mean catalog num right not a fucking upc

also curly braces are gay as fuck
the actual best format is
artist - year - album title [source-codec] [catalog #]

>>107118398
yeah dude i want my albums sorted alphabetically not by release year
kill yourself retard
>>
>>107113886
frankly, it sucks anyway.
>>
>>107118608

if i have to read the word "comfy" one more time i swear to fucking god
>>
>>107114462
so what's the damn movie??
>>
>>107117329
>closed source
no thanks

File: 1743840262130578.gif (71 KB, 1024x768)
71 KB
71 KB GIF
Users of all levels are welcome to ask questions about GNU/Linux and share 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.
92 replies and 6 images omitted. Click here to view.
>>
>>107118672
I saw at least one mention of it here >>107118345 though that was from 5 years ago. Seems like something that should bump it down from Platinum status if it's really still an issue.
>>
>>107118766
Rome: Total War uses pre-rendered FMV (full motion video) files that depend on Windows-native codecs, so their failure to display is not a random bug but a known compatibility obstacle.
>>
>>107118809
>a known compatibility obstacle
yeah they even mention it here
https://github.com/ValveSoftware/Proton/issues/1464
>>
>>107118861
What I meant, retard, just install the goddamn codecs manually.
I'm going to prove you that this game works by installing it myself.
>>
>>107119053
Have fun with that. The game works, but the in-game video files like the cutscenes and animated title screen won't.

File: 1748560199225931.jpg (165 KB, 1213x1600)
165 KB
165 KB JPG
dishwasher tablets are a scam and the dishwasher detergent industry have taken us for a ride
>>
File: 1762042661212047.gif (8 KB, 200x260)
8 KB
8 KB GIF
>>107119007
>Have you taken the powderpill?
>It only comes in the form of powder, no pill
>>
>>107119007
I wash my dishes by hand despite having a dishwasher.
>>
File: file.png (689 KB, 657x775)
689 KB
689 KB PNG
>>107119007
>>
>>107119007
powder deez nuts nigga
>>
>>107119007
i use boiling water because (((soap))) is a scam


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