[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: IMG_20250906_203613.jpg (221 KB, 888x765)
221 KB
221 KB JPG
>developer verification
>can't install random apks anymore
wtf are we going to do when this is applied?!
what's the point of android anymore?!
https://developer.android.com/developer-verification
41 replies and 4 images omitted. Click here to view.
>>
>>106509079
I think the bad part here is just that it will discourage a lot of developers. People can probably break through google's bs if they wanted to but just implication in the grander scheme of things, ios and android are just pretty much the same now.
>>
>>106509061
>iOS is more polished
Xcode is not. Xcode can't even cope with tooling changes made by Xcode.
>>
>>106509366
Yeah all the people whining ITT really haven't tried out actual iOS dev.
Android studio is pretty comfy now and unless you're running a 300 module project, gradle is totally fine too.
Meanwhile Xcode is such a piece of shit it literally BREAKS with each fucking update and the tooling is so limited you hate yourself each time you use it.
On top of that, must utilities are UI only (yes, really) so have fun clicking through a gazillion menus just to archive your app.
Don't forget that simulators are so limited in their functionality, you can't even test half of your app on them.
>>
>>106509114
Okay, remove it, enjoy solving my life's financial problems for me when I end up winning and get my Linux back + never have to work again because you pay me out of your ass.
>>
>>106505007
>can't send or receive mms
Who the fuck even uses MMS in 2025?

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.
193 replies and 40 images omitted. Click here to view.
>>
Think I might get one of those 2242 ssds for my A485. What brands are good? Or is it all the same?
>>
>>106447990
>be me
>buy a T490 with 32 gigs of ram and 1 terrabyte hardrive off marketplace two weeks ago for $150
>it was brand new in the box never used
>mogging you fags
>>
How are the T16 Gen4's? Currently using an X250 and it is showing its age so I want to get something modern. No need for gaming or anything, just a work/school laptop
>>
>>106509263
For 512GB or less get a WD SN520. You can get a 2280 version and physically trim it to 42mm if the 2242 ones are too expensive. For 1TB I think KingSpec NE is the only option.
>>
>>106507961
>Tfw the L14 Gen 2 had two SO-DIMM ram slots and $100+
I fucking wish it was the case in my cunt. Hers the price difference is merely 30 bucks between L14 G2 and T14 G2

File: Internet.jpg (123 KB, 1080x810)
123 KB
123 KB JPG
How does the police spy on us online?
>>
>>106509948
They use Palantir's Gotham tech or whatever

File: 1748492610795078.jpg (196 KB, 900x900)
196 KB
196 KB JPG
>new Arch update just bricked my wifi
I'm getting a Mac
65 replies and 7 images omitted. Click here to view.
>>
>>106491983
works on my machine
>>
>>106505585
why
>>
>>106505506
kek
>>
>>106492106
>install arch because "muh bleeding edge"
>just don't update, bro
Why souldn't he just use debian or fedora ?
>>
>>106491983
https://bugzilla.kernel.org/show_bug.cgi?id=220466
Should be patched in latest arch kernel.

Otherwise if it's just wifi:
>>106500660

File: file.png (32 KB, 225x225)
32 KB
32 KB PNG
>native linux version of game is incredibly fucked
>proton version works fine
????
>>
linux versions are often low-effort ports. windows has low-effort console ports, linux has low-effort windows ports
>>
Translating direct x to vulkan is often faster and more "native" than a native Linux build. Wine itself is a centralized single component with the almost the exact same libraries and workings that will never change much. Its very stable and the dependencies will almost always be the same because wine only fixes bugs and updates and accomedates new Linux drivers and patches.

Where as if devs want to make a build for Linux they have to make sure it stays updated and works for all sorts of different Linux packages which have different versions and different dependencies. Its why some programs made in python need an exact version of python and why python overall is shit because of it. Its a bad programming language with convoluted versions, modules etc. Same thing with Linux native builds in the simplest manner.

If your distro is missing ONE dependency the game won't run where as with wine its almost garunteed to run since its an all inclusive package with everything needed to translate .exe

In the most simplest terms or something like that
>>
>>106509800
in the long run with the pajeeting of microsoft this will be true for windows as well
everyone's just gonna target wine because it's the only stable abi and we'll have wine-on-windows lol
>>
>>106509840
isn't this pretty much what the
>run as windows 7 compatibility
thing is?
>>
>>106509656
Part of the reason for that is Win32 is very stable compared to every other Linux API.
Win32 is so stable that even microsoft doesn't fuck with it and doesn't want to get rid of it regardless of the security issues that it has.
In fact I expect microsoft would rather find a way to containerize it than pull it out.

File: ChallengeList.png (549 KB, 1920x1080)
549 KB
549 KB PNG
I have no absolutely no creativity. Give me project ideas.
>>
>>106509838
Create a kind of super clipboard that runs in browser where you can drop selected webpage content, rearrange stuff, resize pictures, add external images, text etc, and everything, that outputs a clean static html webpage that can be saved locally.

I tried something like that using Gwen AI and it works 90%.

It's super useful to create informative static webpages, and to put together ideas.
>>
>>106509838
My idea for a project is... come up with 10 ideas for projects that you can do. You're lacking in creativity, so start working on it.
>>
When you lack the ability to come up with ideas, the best thing to do is simply copy existing projects. Copy and copy and eventually start remixing or combining ideas.

Nothing is original

9 replies and 2 images omitted. Click here to view.
>>
Its just y2k revival in general. Lots of popular music has aesthetic and sonic roots in y2k music. Most of them can’t nail the y2k sound and it just ends up sounding like 80s music.
>>
I like it. Are there any limited menu items?
>>
>>106509034
y2k music was trash
https://www.youtube.com/watch?v=6FEDrU85FLE
>>
>>106508124
Y2K has nothing to do with Windows 2000
>>
This Fruitynigger Gayro shit was a mainstream normalfaggot meme to begin with :/

Junior roles down 23%.
Senior roles up 14%.

Harvard tracked 285,000 firms. The math is brutal:

Before AI: 1 senior + 3 juniors = 4 person team
After AI: 1 senior + Claude = same output

We're creating a generation of experts with no apprentices. Masters with no students. Mentors with no one to mentor.

Who trains the next generation when AI does all the junior work?

But here's what made my stomach drop:

It's not layoffs.

Comment too long. Click here to view the full text.
>>
>The math is brutal:
>what made my stomach drop:

this post reads like a LinkedIn post

what the fuck

File: 13243.jpg (20 KB, 500x374)
20 KB
20 KB JPG
Host the planet edition.

Previous: >>106433834.

READ THE (temp)WIKI! & help by contributing:
https://igwiki.lyci.de/wiki/Home_server

/hsg/ is about learning and expanding your horizons. Know all about NAS? Learn virtualization. Spun up some VMs? Learn about networking by standing up a OPNsense/PFsense box and configuring some VLANs. There's always more to learn and chances to grow. Think you’re god-tier already? Setup OpenStack and report back.

>What software should I run?
Install Gentoo. Or whatever flavor of *nix is best for the job or most comfy for you. Jellyfin/Emby/Plex to replace Netflix, Nextcloud to replace Googlel, Ampache/Navidrome to replace Spotify, the list goes on. Look at the awesome self-hosted list and ask.

>Why should I have a home server?
De-botnet your life. Learn something new. Serving applications to yourself, your family, and your frens feels good. Put your tech skills to good use for yourself and those close to you. Store their data with proper availability redundancy and backups and serve it back to them with a /comfy/ easy to use interface.


Comment too long. Click here to view the full text.
275 replies and 48 images omitted. Click here to view.
>>
>>106508905
host your own? this is /hsg/
freeipa is pretty straightforward just set it up on a container with a bridge to your lan
>>
got adguard running on a pi4
plenty of spare power/room on it
got no fucking idea what to run on it though
i already have file server/media shit on a mini pc
>>
File: GNS3-diagram.jpg (167 KB, 1920x1080)
167 KB
167 KB JPG
I need to refresh my network knowledge.
Is GNS3 still the best simulator out there?
Anyone using it with VM to simulate their own networks?
I was thinking of doing some templates to simulate what I wanted to build for myself.
>>
>>106508905
>SMB
Just to clear things out, you mean Samba?
What IDaaS?
As the other dude said, just host your own stuff.
>>
File: file.jpg (30 KB, 600x640)
30 KB
30 KB JPG
>>106509053
>host your own? this is /hsg/
this clusterfuck is largely caused by me wanting to host my own storage; theres plenty of services that will rent you storage plus some software layer that saves you from the abject horror that is AD.
>freeipa is pretty straightforward
windows machines cant join freeipa domains, and it only gets worse from there.
>>106509476
>Just to clear things out, you mean Samba?
i mean SMB.
>What IDaaS?
all of them. if you want an SMB network share, you need Kerberos. if you want Kerberos, you need samba/AD. and no one, not even microsoft, is going to sell you AD, because it is the worst piece of software ever written.
this is my frustration: SMB is inexorably tied to legacy software, which is currently being replaced with SaaS that is 100% not compatible with SMB (unless you want to fork over $110 to microkike every month for the privilege of not using their software), and there is no plan to remedy this situation. no "SMB4 will fix this", no from-the-gound-up next-gen file transport protocol, nothing. what am i to do? what are YOU going to? you can laugh at me all you want but i know most of you retards reading this are still on NTLM. youre on borrowed time fucker. i hope you like webDAV because thats all that will be left for any of us.

File: 7320.png (684 KB, 1200x900)
684 KB
684 KB PNG
Post tech scams
6 replies and 5 images omitted. Click here to view.
>>
>>106509823

Is it a scam? As far as I'm aware the price was high because it was beautifully overengineered.
>>
File: IMG_8350.jpg (200 KB, 2048x1368)
200 KB
200 KB JPG
>>
>>106509901
You could just squeeze the (expensive) bag with your hands.
>>
>>106509896
fruit juice has been a long running health food scam in the US for a long time, coming and going in cycles, this product was a VC money dumpster fire selling overpriced packs of fruit juice pulp that would get fresh squeezed by the machine.
The machine itself was sold at a massive loss despite costing $500 because it was heavily overengineered for the task of pressing against a plastic bag of juice.
It also required wifi connectivity so it could scan the bags as a form of DRM (they claimed it was to enforce expiration dates)
It later turned out the bags could be squeezed by hand, and also that there was no pulp, the juice was already extracted, the bags contained only juice.
>>
>>106509823
Ai.

File: 1729823888186061.png (42 KB, 974x312)
42 KB
42 KB PNG
Why don't linux systems protect themselves against malware?
Security by obscurity is the dumbest shit ever.
84 replies and 8 images omitted. Click here to view.
>>
Hey, you gunna disbar me?
I said contracts have to follow federal law, including copyright law.

That's a disbarrable offence right?
Right patel?

You calling up the hotline?

Right you fucking Jeet piece of shit.
Ringing the phone number
1800-Disbar-Me?
>>
Hey, you gunna disbar me?
I said contracts have to follow federal law, including copyright law.

That's a disbarrable offence right?
Right patel?

You calling up the hotline?

>Brahmin's don't need to obey federal laws! They can make whatever buisness contracts they want

You ringing it up?
>>
Hey, you gunna disbar me?
I said contracts have to follow federal law, including copyright law.

That's a disbarrable offence right?
Right patel?
>>
>>106509627
>Which legal practice?
He has already admitted to being a NEET that lives in his mother's basement.
>>
>>106506181
all garbage. linux lost.

File: dipsyOneMoreTime.jpg (2.97 MB, 1792x2560)
2.97 MB
2.97 MB JPG
> Once More Into the Deep edition

From Human: We are a newbie friendly general! Ask any question you want.
From Dipsy: This discussion group focuses on both local inference and API-related topics. It’s designed to be beginner-friendly, ensuring accessibility for newcomers. The group emphasizes DeepSeek and Dipsy-focused discussion.

1. Easy DeepSeek API Tutorial (buy access for a few bucks and install Silly Tavern):
https://rentry.org/DipsyWAIT/#hosted-api-roleplay-tech-stack-with-card-support-using-deepseek-llm-full-model

2. Easy DeepSeek Distills Tutorial
Download LM Studio instead and start from there. Easiest to get running: https://lmstudio.ai/
Kobold offers slightly better feature set; get your models from huggingface: https://github.com/LostRuins/koboldcpp/releases/latest

3. Convenient ways to interact with Dispy right now
Chat with DeepSeek directly: https://chat.deepseek.com/
Download the app: https://download.deepseek.com/app/

Comment too long. Click here to view the full text.
225 replies and 113 images omitted. Click here to view.
>>
File: IMG_8543.jpg (1.84 MB, 4030x2197)
1.84 MB
1.84 MB JPG
>>
File: 1726831575083176.jpg (2.85 MB, 1536x2816)
2.85 MB
2.85 MB JPG
>>
File: dipsySpinAni.mp4 (3.4 MB, 832x832)
3.4 MB
3.4 MB MP4
>>
File: 1753907276089652.jpg (2.82 MB, 1536x2816)
2.82 MB
2.82 MB JPG
>>
File: rip.png (38 KB, 837x398)
38 KB
38 KB PNG
>>106446198
>Take a long break from using AI
>Have a cool idea i couls use it for.
>Find out Lambda is dying in 2 weeks
FUCK
Besides local, what i could replace it with?

File: Radioshack.png (614 KB, 720x742)
614 KB
614 KB PNG
Remember RadioShack?
33 replies and 6 images omitted. Click here to view.
>>
>>106504246
yeah and there's a reason they caved
>>
>>106508348
remember dick smith's fun way into electronics books?
>>
Everyone had some random RadioShack pink and green 3.5mm audio splitters in their junk drawer at one point in their childhood home
>>
>>106509828
>had a 3.5mm splitter that I kept for years in its packaging
>easily 10-15 years
>at some point i decided to use it for something iw as doing
>dug it out of a box of old cables and other shit
>opened package to use it
>plastic housing disintegrated to dust as soon as i touched it
>all that remained was the metal frame
Coolest shit ever
>>
File: 1511759665741.png (414 KB, 471x629)
414 KB
414 KB PNG
>frys closed here years ago
>microcenter still hasn't taken its place
>microcenter also refuses to ship

File: blame yourself or god.jpg (153 KB, 1920x1080)
153 KB
153 KB JPG
animals have no god edition

>Interviewing
https://blog.interviewing.io/

>How to write a resume
https://github.com/0xCyberY/CVE-T4PDF

>Salary Stuff
"What's your expected salary?": https://www.fearlesssalarynegotiation.com/salary-expectations-interview-question/
Negotiation advice: https://github.com/petermekhaeil/salary-negotiating
Salary data: https://levels.fyi/

>Software Development & Programming
GitHub Trending - https://github.com/trending

Comment too long. Click here to view the full text.
214 replies and 39 images omitted. Click here to view.
>>
>>106507997
All those people are suffering from actions they actively supported and still do?
They aren't but thanks for trying to cheer me up anyway.
>>
>>106506674
Why are Indians entitled to working American jobs? Checkmate, atheists.
>>
>>106509734
Yeah, those jobs belong to Canadians
>>
>>106509805
But le canadians are just le indian though ????
>>
>>106479359
why does FFT go so fucking hard

File: manga cat girl c.png (241 KB, 1056x664)
241 KB
241 KB PNG
It erased my external ssd.
I was having a problem copying a file from one external disk to the other, where one disk just jumped out, and asked GPT for help. We did the usual, smartctl, a few reading and writing checks.
Then all of a sudden it gives me a command that overwrites everything on sde1. Just as a test. I did the command before reading all of it. Even after aborting if after a few seconds, the disk is gone.
Why? How does it even get the idea to that? Its completely absurd to me. Its not even the first time chatGPT deleted something. How does it get the idea that overwriting a disk is even an option for anything?
9 replies and 2 images omitted. Click here to view.
>>
File: Svhtt.png (38 KB, 748x326)
38 KB
38 KB PNG
>>106509764
>if you want, I can suggest a SAFE WAY to MEASSURE the actual copy speed between the two drives
>...
>Warning at the bottom, after the command
if it was before it would be fine, or if it was appropriate at all.
>>
>>106508985
I can't imagine being this stupid.
Everything must seem like magic to you.
>>
>>106508985
Retards like OP need to be banned from /g/ on sight
>>
>>106508985
What I find the most amusing is that you're blaming the LLM. It's like killing a family because you were texting while driving and then blaming your phone or car.
>>
File: 1757229099736.jpg (846 KB, 3097x4096)
846 KB
846 KB JPG
>>106508985
It's a rite of passage to destroy your file system with dd. At least now you know to not run write commands on a raw block device if there's a file system on there and to always keep backups, right?
Maybe ChatGPT can guide you through the recovery process. Just make sure to work on a disk image instead of the real disk. The files should still be there but the GPT/Superblock might be fucked, but both make redundant copies of themselves usually.


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