[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


Thread archived.
You cannot reply anymore.


[Advertise on 4chan]


File: 1773698013820.jpg (92 KB, 700x706)
92 KB
92 KB JPG
>Read the sticky: >>105076684

>GNU/Linux questions >>>/g/fglt
>Windows questions >>>/g/fwt
>PC building? In this market?! >>>/g/pcbg
>Programming questions >>>/g/dpt
>Cheap electronics >>>/g/csg
>Server questions >>>/g/hsg
>Buying headphones >>>/g/hpg
>Useful programs and live Windows environment:
https://hirensbootcd.org/download/

Previous: >>108358699
>>
The wattage of a psu is what it can go up not what it uses at all timea right? So for example say my pc only needs 650w no matter the wattage of what psu I get it'll always only go up to around those 650w? If I get a 1000w psu it'll use the same amount of electricity and will be just as efficient if the only difference is in the wattage?
>>
File: 1773698945721.jpg (33 KB, 450x338)
33 KB
33 KB JPG
>>108387271
Yes, but... PSUs are most efficient at 50-60% load, so the 1000W PSU will actually consume less electricity than the 650W one for the same 600W load.
But if the load is too low, efficiency drops to comical levels, so you also shouldn't get a 1000W supply if you'll spend most of the time idling.
Good PSUs have the efficiency curve stated clearly so you can make an informed decision.
>>
File: 1773699424.png (7 KB, 499x310)
7 KB
7 KB PNG
>>108387333
Any contemporary PSU worth buying has a curve that just goes from 0 to 90% at 100W and runs flat thereafter.
>>
>>108387207
What the fuck is wrong with you OP. What did trans people ever do to you?
>>
>>108387142
massgrave has everything you need to get legit office
>>
>>108387207
This PC used to work perfectly but had to change the motherboard for reasons, now with the new motherboard the PC reboots every time I plug an USB or headphone. what could be the cause and possible solutions?
>>
I got a microSD to put some books on and read on my kindle but something's not clicking I guess because I cannot just get into the sd card or easily access it's files. I even put them as pdfs.
Is this just some proprietary amazon bullshit or am I retarded?
>>
>>108387866
Try Calibre.

>>108387399
>platinum
>below 20% conveniently omitted
>>
>>108387609
Incorrect cabling or faulty motherboard.
Or a short somewhere, like the backplate having some loose strip of metal that gets pushed inside a USB slot and makes contact.
>>
File: aliexpress dress.jpg (52 KB, 800x677)
52 KB
52 KB JPG
>>108387432
Honestly, I chose the picture just by its thumbnail because I assumed it's funny. Didn't even notice what the boy was wearing.
Only after posting the thread did I open the full image, and it was indeed very funny.
>>
>>108387950
So the only way to know what's wrong is unplugging everything, plug everything again and hope for the best.
Thanks, I'll check the USB ports too, but it's supposed to be a new motherboard
>>
File: file.png (19 KB, 520x301)
19 KB
19 KB PNG
A months or so ago the Firefox search bar search engine selector changed to this dropdown menu. Previously after typing something in there the search engines would pop up at the bottom to be clicked on to select which search engine I want to use for each search (though it would default to Google if I simply pressed enter). Now it's this retarded shit that requires an extra click. Is there a way to change it back to how it was?
I think this is sort of a niche question because I'm the only one left who uses a search bar separate from the URL bar.

>>108387866
I have never had a Kindle, so this may be a retarded answer, but is the microSD in an SD enclosure? And if so, does the SD enclosure have a physical write-protect switch you can flip?
>>
>>108388344
Toggle browser.urlbar.scotchBonnet.enableOverride in about:config
>>
>>108388344
>>108388388
just a heads-up that they'll probably remove that at some point. mozilla leaves old ui stuff like this in for a while via about:config but eventually removes it.

i fucking hate mozilla but firefox is still the relatively best solution because every other browser sucks more.
>>
Why are C++ class member functions allowed to be constexpr? How would the compiler possibly know the result of a member function call on an object that only exists at runtime?
>>
>>108388344
You can do alt + down arrow to select the menu and then yo ucan press a key to select the engine starting with that character
>>
>>108387923
Spoiler: it's a parabola left leg going from 0 to 90
>>
>>108388414
Consider:
// a.cc
struct A {
constexpr A(int v) : v_(v) { }
constexpr fn() const { return v_; }
private:
int const v_;
};

int a[A(5).fn()];

g++ -O0 -std=c++23 -c a.cc -o a.o
>>
File: file.png (103 KB, 1970x512)
103 KB
103 KB PNG
>>108388388
>>108388400
>>108388471
Thanks dawgs. Not exactly what I was looking for as I use a separate search bar (pic related), but I believe it is the best option going forward. Now that I think about it, I'm not sure why I use a separate search bar in the first place. I think it's from an archaic time when there were more than like 10 sites on the Internet and I actually typed URLs in to the URL bar. I feel old now.
>>
I just can't with these Linux cunts.

I posted an image of an anime character using Windows and this unhinged Linux degenerate comes in to say that she's actually using a Windows skin because since she's into programming she would use Linux.
>>
>>108388608
if you right click on refresh or something there should be a customize toolbar, it might be in there
>>
Is there literally any VM software that behaves like the old VMware shared VMs?
As in, I can remotely connect/manage a VM through my hypervisor without remoting into the host machine?
>>
File: logo mockup.png (3 KB, 461x306)
3 KB
3 KB PNG
Around 2021-2022 I remember seeing a site that acted as an archive of old mid-2000s YouTube, similar UI and everything, and it stated it got the videos from "scrapes/backups of old CDNs" or something like that. The logo looked something like pic, if memory serves. Does anyone know what I'm talking about?
>>
>>108388680
The virt-manager stack let's you do just that, you connect to a remote hypervisor and manage the VMs.
>>
>>108388918
>virt-manager stack
thanks anon!
>>
>>108388680
>>108388918
What's a hypervisor in this context? Thought Xen was a hypervisor.
>>
>>108388655
I couldn't imagine being on here and being this thin skinned about anything, especially a bait comment.
>>
I'm in the final year of my CS degree and debating a pivot to the gaming "stream" purely cause Im cooked anyway - might as well do my "passion"

At the same time - I'm fucking exhausted and want this shit to be over and I fear I'm making the same mistake I made before - turning what should be a hobby in a formal course for literally is this a wise decision if I want to make games and possibly get hired in the industry?

Pros: Would show some dedication to the industry by committing to a gaming stream, would feel more relevant on the resume -- would bolster my degree a bit by making it feel more relevant

Cons: Would extend the amount of courses I have in this final year , I could still finish it in 2027 but it feels like why am I paying these pricks more money?

gaming stream would add:
1 math course in the spring
1 intro to gaming class in the spring
1 graphics class (math heavy)
1 "real time gaming" class
1 writing class
+ Capstone

Whereas just going for the straight finish
1 course in the spring
1-2 courses in the Fall - breathers - literally object oriented and some other nothingburger
1 course in the winter - capstone

But so much more free time to focus on the work / real life

But I'll miss out on real time gaming and some of the "fancy" gaming classes cause there's a 3D dev class thats a sequel to the graphics course
>>
>>108389587
nobody can tell you how you should live your life, we lack sufficient context to offer meaningful advice. what i will say is that your line of thinking should be "how does what i do translate to putting food on the table" because at the end of the day that's what actually matters. whatever you commit to should be something that you are capable of doing mentally, physically, and spiritually for the rest of your life in order to meet your basic needs.

if you fuck up it's not the end of the world, i have a compsci degree and realized after the fact that i hate business software development, but i was able to transition into an IT career without too much hassle. but it's better if your piece of paper actually correlates to what you're doing to make money doing.
>>
>>108389587
>>108389673
also neither field is a sure win. in both cases, there are plenty of people who struggle to get by. big corporate work is usually a safer bet but it's often soul-destroying. independent work is usually more interesting and rewarding but it can be more difficult to find work or to make enough off the work you do to get by.
>>
>>108389673

so finish the degree as fast as possible probably
>>
>>108389587
+ 99% of indie games doesn't break even on Steam
+ I keep reading articles saying yet another AAA company is laying off thousands of employees
+ AI tools already makes 1 developer able to do the work of 3 and they're bound to get better
+ If you use gaming to relax maybe it won't be as relaxing once it's your job

If I were growing up today I would educate myself towards jobs that requires physical movent in the real world, like being an electrician or plumber. Robots doing those things in the real world still feels far off while anything touching a computer is at risk at AI replacement. Sucks to get a job that could damage your body but that's the times we're in.

It's not about AI completely taking over a job completely, it's about tools becoming so good that companies can have 1 guy do the work of 10 without him even getting exhausted. That doesn't reduce the chance of getting a job by 90% as one would think, it reduces it by more like 99% since they would just want the absolute best of the best be that 1 guy that they do hire. All guys doing the same job are not equal.

Invest in stocks that pay dividends early anon. Literally free money for the rest of your life, put half the paycheck into stocks with high yield or safe bets (dividend aristocrats). I wish someone told me in my 20s about the dividend cheat mode.
>>
>>108387432
90% of them are obnoxious and rude mentally ill freaks.
>>
>>108387333
>>108387399
none of this matters i have solar so i can waste as much power as i want
>>
>>108389498
The host computer with all the memory, storage and CPU cores, libvirt wraps around the hypervisor which can be many including XEN, KVM or ESX and provides an API for virsh to manage over the network, then you can use virt-manager as a GUI on top of virsh so basically virt-manager -> virsh -> (network) -> libvirt -> hypervisor.
>>
>>108390415
It doesn't matter to (You).
>>
What's the best way to scrap images from a twitter user?
I wanna archive some of my favorite artist's work for myself and I wanna do it without having to go through the pictures one by one.
>>
I'm using rclone to mount cloud storage as a normal device. I want thumbnails and image previews so I can find stuff. I can activate VFS cache (full mode) and get just that, but that means cacheing everything, all reads and writes. Is there a way to get just those image previews?
>>
My isp keeps getting temp range banned. How safe is it to provide email to 4chan to bypass? Would a pass be better at that point?
>>
>>108391663
They got hacked less than a year ago by some random retards from circle jerking forum. Do you really have to ask?
>>
I already have made a ticket with steam asking them how to get rid of malware on my client. doesn't anybody here know of a way to stop visuals when using Steam? The visuals are what's causing my anxiety and it looks like tv static on my screen. This is only with steam.
>>
>>108391663
Just make a bullshit proton email or something. There no personal info attached so what's the risk?
>>
>>108392098
meds
>>
>>108392098
Selective visual snow? Post proofs or >>108392122
>>
>>108392110
that's what i did. there is a catch however which i have a unique workaround for. 4chan doesn't permit my own email server, so i signed up for proton just for that (this was when they had the 15 minute timer), but proton has a system to detect and block sign up type emails, so that along won't work, but i was able to verify the proton account with my own email server.
so just keep in mind if you want to use proton for this you'll need some way to verify the proton account itself before it'll let you see 4chan emails. yes, it's bullshit
>>
>>108392098
take a photo. my guess is you have a failing graphics card
>>
>>108392187
I don't know if you can see it
>>
>>108392222
that works, too.
the fact it doesn't appear in a screenshot is a sign of hardware (gpu) failure. no, there's no snow of any description in that picture
>>
>>108388344
No it's a full on microsd slot. It reads and everything, if I go to the storage page it shows up I just can't seem to open my files on it
>>
>>108392222
Nope, can't see nothing either. The DS3 image thing is a little grainy but it's the same on my machine so it's not that.
Anon above says HW issue but if it's only in STEAM it's a little weird at least. Might be the colors steam uses which bring the visuals out.
Try a different monitor if you got one. Maybe just change the HDMI or DP port you are using in the GFX card.
>>
File: ram prices.jpg (135 KB, 1341x887)
135 KB
135 KB JPG
Are RAM prices ever going to go back down?
>>
like how a company's codebase accumulates technical debt over time, is the cumulative code across all the, say, linux packages and libraries accumulating technical debt? Is there a need for some kind of cull or extinction event?
I'm wondering whether a denser, more slimmed-down set of packages would be easier to harden against attacks.
>>
>finally buy a HDR monitor after using a standard monitor for so long
>turn HDR on
>my desktop and browser looks like washed out shit
>fullscreen videos have slightly better contrast

is this really how this works? I can't fullscreen every video I want to watch
>>
>>108392379
To lower than now? Probably
To where they were? Probably not for at least a decade or two.
>>
>>108392848
Sounds about right. I turned off HDR when I had tried a QD-OLED for desktop. Also returned it because the text was looking like shit with the new subpixel layout, even with all the fixes I could find.

Great while in-game or playing a HDR compatible movie full screen.
>>
>>108392858
In real terms 2 years absolute max. In nominal terms probably never the way these cunts are printing money.
>>
Outside of work I'm not very productive with my projects. Debating doing one of two things - teaching myself DSP methods or writing an OpenGL renderer. Which should I do /g/?
>>
>>108389587
Is there a robotics stream you could go for instead? I'm pretty sure everyone who works in gaming is fucking miserable and no longer games in their free time. You will just be a cog in a machine with no creative agency, it will have almost nothing to do with your passion for gaming.
>>
Two questions


1. I had a error message earlier this day but I clicked it away before I read what it said, since it said something about System32 I want to check it out again to be sure isn't something really bad, I heard event viewer can used to look up error messages but how do you do that?

2. A game I installed, can't seem to be installed (I want to reinstall it but it can't be removed through Windows or the games own uninstaller) so I take it Deleting it in regedit is the only option?
>>
are there really no prepaid phone plans where you can just buy like 100 minutes of time and then that's it, you just always have an emergency phone ready to go because you'll never use up all that time with it? everything I'm looking at expires in 30-90 days, defeats the point if my backup phone requires a monthly fee...
>>
>>108393702
it might help to know where the fuck you live
>>
>>108391663
Dude, fucking same. My isp is also "temporarily" blocked even though its been 2 fucking days, the people who run this website are retarded. Hope those Sharty kids hack this website again and dox Jannies again.
>>
>>108393622
>1. I had a error message earlier this day but I clicked it away before I read what it said, since it said something about System32 I want to check it out again to be sure isn't something really bad, I heard event viewer can used to look up error messages but how do you do that?
just search event viewer in the search box and open it up, go to windows logs and then system or application depending on the error, it'll be noisy so you might have to dig

>2. A game I installed, can't seem to be installed (I want to reinstall it but it can't be removed through Windows or the games own uninstaller) so I take it Deleting it in regedit is the only option?
you could try revo uninstaller
>>
Hypothetically speaking, how and where would one download/store porn for fear of a global porn ban?
>>
>>108389673
>>108389690
>>108390000
>>108393542

Thanks guys , I'm not going for the gaming stream , I'm gonna finish as fast as possible and focus more on projects that gain some steam instead - life is precious and I can learn what I need from textbooks etc
>>
>>108394057
Plus like some people mentioned - its probably best to indie dev on the side and be practical
>>
Anons, I need your expertise. Do I buy a M5 Pro chip or a M5 Max chip for a 14" MacBook Pro? I essentially want to buy the absolute best MacBook chip, regardless of the price, but by "best" I don't just mean the one that has the best performance alone, but rather I want the chip that is considered to be the best when all variables are taken into account and balanced out somehow. In particular, I'm talking about battery life and potential thermal issues of the M5 Max chip in a 14.2" laptop. Is the battery life downgrade really bad or is it OK? Are thermal issues a big deal, or not?
What do you recommend, taking into account all those things, not just the performance? Don't suggest me to buy a 16" MacBook Pro, or something other than M5 Pro or M5 Max, please.
Asking because it's somewhat difficult to find various tests and benchmarks online that use a 14" chassis for the Max chip, most use 16".

Anons, please give me a definitive answer.
>>
>>108394057
>life is precious
well said, hope things work out for you
>>
>>108387207
I just closed a firefox popup that said something about 'overwhelmed by too many tabs?' and it might have actually been a useful feature. Anyone know what it is?
>>
File: tabs.png (227 KB, 1075x408)
227 KB
227 KB PNG
>>108394196
This?
>>
>>108393702
Most prepaid SIM cards work like this:
>after 60-90 days of you not adding money to it, they "soft expire". You can no longer make calls or send messages, but you can receive them so your SIM card is still semi-functional.
>after another 14-120 days the SIM card fully expires. You can no longer receive calls or messages. A few days after this happens the SIM card is permanently deactivated and you have to get a new one.

Most operators don't like keeping unused prepaid SIM cards active since they'd just clog up the system with unavailable numbers. They also want to push you to a more expensive monthly subscription instead of you only spending $5 every 3 months to keep your SIM card alive.

>you'll never use up all that time with it
If by "time" you mean the minutes of calls you get, then you can forget about it. These mostly last 30 days after you top up your SIM card (assuming your operator gives your free MBs/minutes when you add funds to the SIM card) or if you've paid for a plan they last 30-90 days.
But if this is an emergency phone number then you're approaching this wrong. You're not supposed to waste money on pointless monthly plans at all. Just add minimum funds to the SIM card once every 2-4 months to keep your SIM card active. Then when you need to make a call just make it without paying for a plan. Calls are usually $0.02-$0.2 per minute depending on where you live. This approach is much more cost effective for emergency numbers that are used once in a blue moon. And if there's ever a situation where you believe you'll make over 50 minutes of calls in a month, only then pay for a (non-auto-renewing) plan for that specific month. SIM cards are basically digital wallets in a way. With a monthly plan you're just paying for a subscription fee for nothing (if you don't use the SIM anyway).

Alternatively, you can get a SIM/e-SIM bundled with some other service you use. Example, the Revolut bank has some mobile plan included in one of their plans.
>>
>>108394030
Download it and store it on an external hard drive. If you fear it being outlawed make sure to encrypt the hard drive. Not sure how disk encryption works elsewhere, but on Linux when you create a disk partition you have an option to set up a LUKS password for it.
As for getting the porn, you can just torrent it or directly download it. Most porn websites have many dedicated 3rd party "video downloader" sites where you paste in the link and get the video. For images you can use bulk download tools or browser extensions.
>>
>>108387207
>transfer file to USB stick (motherboard USB3 port)
>suddenly decides to drop to near 0 transfer speed
>just sits there looking at me like Brendan Fraser
I think I had a similar thing happen to me a while ago. Don't remember what it was though
>>
I need to install WeChat on my work laptop but I don't really trust it. Is Sandboxie a relatively safe way of doing so? Or do I need an entire VM?
>>
File: cursed.jpg (461 KB, 1961x2030)
461 KB
461 KB JPG
>>108394196
>>108394218
that would take a lot of time to get used to
>>
>>108394022
I tried Revo Installer but the game wasn't in the list for some reason
>>
>>108394269
last time i used Sandboxie it only prevented disk writes (isolates disk writes).
unless they changed the program WeChat would still be able to read all the files on your disk as normal and send them over internet.
so depends on if you want to isolate the program completely (then you need a VM) or if you just want to prevent it from installing other stuff you dont know about or overwrite things
>>
>>108394269
The problem with Sandboxie is WeChat will still be able to read your user files. Technically you can block this by denying it access to specific folders, like your home folder, but this is something you have to manually configure. And I assume WeChat needs access to some of the file paths, like AppData and such. Sandboxie is mostly a protection from destructive malware, not a protection from spyware. I assume you want to prevent potential spying, in which case you should use a VM.
>>
>>108394269
I don't use we hat but they have a web version that you can set up with your phone app it seems. Maybe you can install that as we app which is more isolated as I understand
>>
>>108394331
Oh you can bock paths? That's cool. Wonder if you can block everything and whitelist paths that you want it to be able to access.

I think it's weird windows still doesn't have built-in sandboxing. MS should add that to Win11 instead of useless AI features and simplified right-click menus, I would actually think it's worth changing from 10 then.
>>
>>108390415
the burned power will emit heat, and you probably dont want that in your PC
>>
>>108394490
free space heater? sign me up
>>
>>108394511
in winter a good idea indeed, but what i wanted to say is that a power supply generating less heat is kind of helps keeping components running cooler
>>
>>108394262
FÜNF STUNDEN VERBLEIBEN
>>
>>108394297
then you'd need to figure out what it's checking that's making it think it's installed. you could try fucking with filters on sysinternals process monitor but if the install bugged out once even if you fix it it'll probably do so again, you might be better off trying to search for a fix or using some sort of alternative install, like a cracked version or a gog release or something.
>>
>>108394313
>>108394331
Thank you
>>108394339
I'll give this a try but I read that Wechat web is blocked outside China. I also need to be able to access a WeChat mini program which may complicate things if it doesn't run in web browser. Shit is so aids
>>
>>108394674
>I'll give this a try but I read that Wechat web is blocked outside China
I don't think that's true. There's a version of WeChat on Linux (on Flathub) which is just the web wrapper and it works fine.
>>
>>108394255
Thanks anon. I’ll have to look into this.
>>
>>108394030
scan through every porn site and screen record anything good, store on multiple drives
>>
>>108394158
It won't make much of a difference, both are just tablet chips in a laptop enclosure.

>>108394262
The stick is probably very slow and the system has stopped buffering more data until the stick can catch up.
>>
>>108394790
they have an isolated WeChat for non-chinese. why would CCP risk ideas infecting the people?
>>
I'm ripping a cd to FLAC with eac and one track has errors due to a scratch. The best read I got is 99.2%, it's so close. Is there any way to tell EAC "just keep trying until you get it" instead of stopping at 64 reads?
>>
>>108395017
What do you expect to happen after even more tries?
A different drive can sometimes help, but a scratch is a scratch.
>>
>>108395017
You could try to clean the scratch and fill with an epoxy with the same refractive index. It'd probably be a bitch to match tho. If it's very light, you might be able to sand it down.
>>
File: IMG_2075.jpg (17 KB, 527x379)
17 KB
17 KB JPG
If I wanted to minimize my online presence- quitting google, YouTube, social media in general. Along with having my online presence more private like everything I do not being tracked, how would I go about all this?
I’m addicted to my phone, and I’m ready to make steps to do this, but I don’t know how. I just wanna be left alone, and go back to a simpler time when things weren’t so connected. Part of my plan to do this is to delete social media, stop using google, maybe even start using Linux, and start watching more physical media as opposed to streaming everything.
>>
>>108395325
You just do it??? Don't use google, don't use youtube, don't use social media. It's that simple. Need to know something? Go to a library and find some books.
>>
>>108395332
But that’s the thing, I wanna go a step further and delete accounts I don’t use, but I’ve had my email now for over a decade, so I’d hate to delete it when I have important stuff tied to it.
>>
>>108395347
If you need email, self host it, and just backup whatever is in your gmail or whatever. You should be able to easily download all emails with IMAP or POP3.
>>
>>108395325
>watches youtube video about privacy once
>>
>>108395492
Eh, this is /sqt/ and the S doesn't stand for smart.
>>
not a question.

however, since youtube butchered the desktop subscriptions view and implemented those ridiculously gigantic thumbnails...

i honestly am increasingly losing interest in whatever content is on there...

those large moronic thumbnails of idiotic ai faces (yes, even the channel i'm subscribed to are doing it) are a turn off...

i'm feeling sad.
>>
>>108395492
>>108395505
What do you mean by that? What’s wrong with what I asked?
>>
>>108387207
>The hippy sees furniture
My ass. Nobody with that look going on has ever been a productive person. There's a reason it's the iconic burnout look.
>>
File: 1756516024050755.jpg (1.66 MB, 6972x4771)
1.66 MB
1.66 MB JPG
>>108395598
The question you're asking suggests you're barely old enough to be posting here, found a video on some social media platform about surveillance capitalism bad, and are now posting here asking to be spoonfed instead of looking for the solution yourself. There is plenty of information in the OP of various generals on /g/ and in the archive. You can also look on Prismbreak and https://rentry.org/good-sites#privacy-security-related-sites

tl;dr lurk m0ar
>>
>>108395598
>>108395644 is kinda right, but this is /sqt/ so you're in the right place.
>>
>>108395644
Oh man, I’m sorry. I thought this was stupid questions thread, not Reddit. I didn’t mean to upset you so bad friend.
>>
>>108395325
You delete your accounts and just do it. Deleting your account is important, all these ad funded services are shit experiences when logged out and you won't even click on X.com links or whatever.
>>
I'm geoblocked from using certain sites (civitai, chub.ai) because of my country's shitty totalitarian government. I want to get a vps, install openbsd and use wireguard. What country should I choose for the server - I'm in Australia? Is there a chance my IP might be blocked by some websites because it's associated with a vps company?
>>
>>108395789
Most VPN detection basically just looks at the AS for your IP, which is kind of who owns it. All data center IPs are considered to be VPN traffic.
Your only solution is one of those residential VPNs or someone putting a laptop or something in their home. The residential VPNs will often use your internet connection to route traffic out of, so, personally, I'd stay away from those unless you want to eventually meet the police when you open your door.
You're going to have trouble with getting someone in a less shitty country to put a laptop or mini pc in their home and hook it up to internet and power, but that's what people from countries like NK do to pretend to work from the US or European countries for remote work.
>>
In your honest opinion, what is the best size for a CRT tv?
For movies, and games. Nothing special. I want one for old media. I’m probably gonna buy a DVD player as well.
>>
Is nord vpn safe?
>>
>>108396279
I believe Nord VPN is owned by an Israeli company
>>
>>108396293
Any recommendations?
>>
>>108396279
For what? Best to start with why you want to use a VPN.
>>
>1080p AV1 10-bit mkv in Windows shared folder
>Pixel 8 pro
>VLC tried all options hardware acceleration
It won't play smoothly for more than a minute or 2. The video stutters/pauses but the sound keeps going. Only av1 gives me this problem even though the phone is supposed to have hardware decode. Is there some other option or setting to configure? Other things I've tried
>MPV seems better but force closes after a few seconds. I navigate to file with ghost commander and open with MPV. Seems something about non built in file browser makes for a shaky network connection
>MPVex has built in browser but stutters like crazy
>>
>>108396303
I use Mullvad and it's owned by Swedes
>>
>>108396553
could be a bug with the decoder the phone uses. make sure everything's up to date, especially the os. if it is a bug, it might be fixed by an update or it might still be pending.
>>
>>108396120
varies depending on how far away you plan to be from it, the further you are, the bigger you'd want it to be. however, a lot of it's also just preference.
>>
>>108396120
>>108396597
personally, i'd recommend keeping it small enough so that if you're staring at the center, you can see most of the screen in your peripheral. reduces the amount of eye tracking you need to do which is somewhat important for shows but very important for games.
>>
>>108396553
What kind of network connection? Might be getting saturated or something. Can you copy the file to your phone? Then play it, and if it doesn't stutter, that's probably it
>>
>>108396120

21" silver colour crt tv like everyone had
>>
>>108396394
porn and private browsing
>>
File: 1403050403961.jpg (165 KB, 930x700)
165 KB
165 KB JPG
Looking to buy a Raspberry Pi Pico (2040), may consider buying from either Aliexpress or eBay depending on how expensive it is on Adafruit. Third-party clones shouldn't matter, since they should have the same 2040 chip and all the same properties/functionalities of its iteration--B0, B1, B2--right? Other components on the board being different shouldn't matter all that much (unless I'm using the W version, since micropython may not support certain alternative wifi modules)?

I'll be using it to libreboot my ThinkPad and desktop, so I'm particularly worried about it handling voltages appropriately, otherwise I'd just use the CH341A programmer I have on hand.
>>
Hey /g/bros, last time I used a VPN for anything was like 10 years ago but I'm starting to care more about privacy now
With that in mind, is there any downside to using a VPN 24/7? Years back it was really fucking slow for me but recently it doesn't feel any different than not using it
>>
>>108397005
unless your provider has some sort of cap or has less bandwidth available than your isp, not really. if either of these is true, just turn it off before anything bandwidth-intensive, easy enough really.
>>
>>108397024
That's good to hear, thanks anon. On a different note though, do websites mess up with VPNs at all? I don't use it for 4chan obviously but I never noticed any trouble anywhere else, anything noteworthing in regards to that?
>>
>>108397038
not really unless they're specifically trying to block vpn traffic which is uncommon. you might get served different content depending on where your exit point is, though. sometimes this is desirable, sometimes it's not. not every provider lets you set this, plenty do though.
>>
>>108397058
Thank you very much!!
>>
Niggas obsessed with VPNs tonight LMAO
>>
Is this new geopolitical conflict and turmoil just a distraction and scapegoat because AI is actually starting to wreak havoc on the job market and therefore society at large?
It's better to blame unemployment and economic hardship on a "war" than blaming it on what's actually the cause which will never go away.
Added bonus is that more nations (not just Ukraine and Russia) are able to rid themselves of their surplus undesirables.
>>
>>108397005
>last time I used a VPN for anything was like 10 years ago
You don't torrent, or do you live somewhere DMCA notices hold no power? If the latter, I don't think you have anything to worry about privacy-wise unless you're trying to subvert your gracious government.
>I'm starting to care more about privacy now
>is there any downside to using a VPN 24/7?
Any traffic passing through the VPN gets logged unless you use a service that (supposedly) doesn't keep logs.
>>108397083
Glowniggers gonna glownigger.
>>
>>108397104
I very rarely torrent yeah, never got into any trouble from it though
>>
is it possible for a lossy .mp3 file to be masked as a lossless .flac file with a high bitrate and high filesize?
>>
>>108396591
>>108396631
Thanks. It was a network issue. Played fine locally on my phone and jellyfin without transcoding. AI said smb is the culprit. Added the folder to Windows Media shares, selected the upnp folder in VLC. Plays much better now
>>
>>108397126
Yes but an spectrum analyzer will give it away when you see all the high notes missing.
>>
This is probably a stupid question, but I might be going into a sharehouse and the contract stated not to use the wifi for any "illegal activities". If I used a torrent, would they be able to tell?
>>
>>108397300
If you use a VPN (so that the ISP can't automatically tell) and practice good OPSEC, I don't think so
>>
>>108397321
>practice good OPSEC
I dunno what that would be. I just know about VPNs.
>>
>>108397331
OPerational SECurity, meaning just make sure no one who lives with you catches what you're doing
>>
>>108397350
Oh, like going on my PC or looking over my shoulder? That would be pretty easy. Thanks.
>>
>>108397083
If by AI you mean Actually Indians, but most white collar people know war money printing is only going to make outsourcing worse. That would be pretty shit narrative crafting on glowie's end.
>>
>>108397223
what could I use to test this?
>>
>>108397464
I would use Audacity, it has a spectrogram view
>>
>>108397491
good idea, thanks anon, I'm gonna do some tests
>>
@/g/-mods
there is a german subnet banned.
The IP was banned on int,ck,tv,lit,d,v,vg,mlp and pw.
(In my opinion intentionally done by a bad actor.)
None of these are used by the real person!
What does that tell you, hm?
(The IP is a dynamic IP. The bans prevent the user from using
for example /g/.)
>>
>>108396303
Mullvad and Nym

>>108397083
>AI is actually starting to wreak havoc on the job market and therefore society at large?
Globalization already wreaked havoc on the job market decades ago. Any job that can be done remotely is usually done by foreigners in shittier countries. For example, a lot of people working for US companies are actually from India, Philippines, or some less wealthy EU or Slav country. Why give an American $50k/year to work in a call center when you can pay a 3rd worlder $10k-$20k/year? Why pay an American senior software engineer $120-$250k/year when you can pay some 3rd worlder $50k/year?

AI only optimizes mundane work which has no value to begin with. And it doesn't even replace workers in most cases. If anything it opened even more job opportunities in general. Companies that fire people and cite AI as a reason are just using AI as an excuse because they overhired and realized they cannot maintain their workforce due to the current state of economy and their finances.

If you look at the historic unemployment rate we're actually doing really good. Historically unemployment rate hovered between 5% and 8% and only got to 10%-14% during the 2008 crisis and during COVID.
Meanwhile it was between 3% and 4.5% in the past 10 years (aside from the COVID spike which lasted a year). The reason it's rising is not AI, it's just global economy in general.
>>
File: on the board.jpg (518 KB, 1992x2488)
518 KB
518 KB JPG
>>108395372
anyone actually self-host an email here or are you just repeating information from 10 years ago?

there's not a single e-mail provider remaining online that you can use without giving at least a telephone number, if it was possible to just "self host" there would be 100s of email services available to pick from that you just sign up to and then use (without a phone number), but there is zero.

btw anyone thinking protonmail is okay, you also have old information. you can "sign up" and "use" it but as soon as you get an email the fuckers don't show it to you unless you give a phone numbers. forget actually sending mails.
(i'm talking about being able to both send and receive mails, i know there are still mails out there that are "receive only". but if you want to send mail you need to give a phone number.)

this is a hidden question for email providers btw, one that you sign up to without having to confirm personal information and then you can both send/receive.
>>
>>108397509
my dude
https://www.4chan.org/feedback
irc://irc.rizon.net/4chan
>>
>>108397545
>there's not a single e-mail provider remaining online that you can use without giving at least a telephone number
Huh? Protonmail, Gmail, Tutanota. None of them require a phone number.
>inb4 gmail does
It does if you register it in a web browser with some privacy settings turned on and if you don't enable any form of 2FA like OTP or a hardware key. But you can create infinite gmail accounts without a phone number and if you don't know how to do this then it's just a skill issue.
>you can "sign up" and "use" it but as soon as you get an email the fuckers don't show it to you unless you give a phone numbers. forget actually sending mails.
>(i'm talking about being able to both send and receive mails, i know there are still mails out there that are "receive only". but if you want to send mail you need to give a phone number.)
What the fuck are you even talking about? You don't need a phone number for a Protonmail account. I use 2 of them and neither have a phone number assigned.
>>
File: file.png (1.95 MB, 1849x1136)
1.95 MB
1.95 MB PNG
Any suggestions for a recipe and pantry/inventory organizing solution, that is NOT Grocy?

I just need something that can display recipes neatly (web scraping would be good but optional) AND includes a tracker for items' stock and expiry date (with reminders when they're close to expiry).

Tried Grocy but despite its merits, it's an absolute autism simulator. Also while it works with Home Assistant nicely with a custom integration, I can't get the addon to work with an externally hosted server.
Mealie looks just right for the recipe bit and integrates with HA, but there's nothing for pantry management. On the other hand, I'm willing to run a separate inventory app if it's not retardedly overcomplicated and possibly has integration with HA.
>>
>>108387207
test
>>
>>108397545
>anyone actually self-host an email here
I do, since ~2016. It's on a VPS and works really well.
>>
>>108397545
i've run my own since 2013 (after lavabit died)
few people will let you use theirs because of the possibility of abuse
>>
>fans work 80% of the time on low speed, when I put it to high or I launch a game it stops immediately
Fan or motherboard issue? It's not getting enough power maybe?
>>
File: osakacry.jpg (54 KB, 1440x1080)
54 KB
54 KB JPG
I thought I understood clonezilla but I clearly don't.
>saved my OS partition using saved parts because I assumed saved disk would have saved the whole drive but I didn't want that
>want to check to make sure the image is functional
>try to go back through the beginner process
>select the drive I saved the image with the partition to
>never get asked where to restore said image
>it just auto selects the same location
I keep trying to look it up and I'm not getting any answers. Am I trying to achieve the impossible here because clonezilla doesn't work the way I thought it would?
>>
>>108387207
Moral of this picture?
Killing yourself is most eco-friendly!
Save nature and kill yourself!
>>
>>108398527
The gay kid wants to die
>>
>>108396279
Probably but it only offers shared IP's afaik that are known by most sites so you won't be able to do much except passively browse and consume. But that's what most people use it for.
>>
>>108397645
>Protonmail
i just said that protonmail requires a phone number........ you have outdated information
>>
>>108397645
>What the fuck are you even talking about? You don't need a phone number for a Protonmail account. I use 2 of them and neither have a phone number assigned.
posted too early, did you create them recently???? no? didn't think so.
>>
>>108398277
>>108398317
aye more grandfathered-in examples. not so easy these days, especially for the common man. the fall of anonymous e-mailing comes together quite nicely with the rise of digital online IDs.
>>
>>108397645
>Tutanota
forgot to say, this one is no good since you must wait 3 days or something before using the account after sign up. and they delete the account if you don't log in after 6 months (unreliable).
suggesting Gmail is laughable since not only do they want a phone number but can shut you out of your account if you don't log in from a familiar IP. they also delete your account if you don't log in for 2 years i think it is.
>>
>>108398712
well i'm not sure if it'd be any different today. over time i've had to add more new stuff like DMARC and SPF and other shit as i see other servers start to complain about. and sure, having a behaving mail server for longer probably grants your mail easier passage through other servers, but 2013/2016 are hardly OLD servers, not particularly new anymore either but still. i don't have another domain to test out whether a "new" one would be any less functional
>>
File: file.png (102 KB, 640x480)
102 KB
102 KB PNG
>>108387207
How hard is it to code by own LLM from scratch, then pay a bunch of money to train it / build my own server farm. I want to run my own model on a board and make a mini maid for my desk. I don't like blackboxes
>>
File: 1743326004533014.png (214 KB, 1320x1860)
214 KB
214 KB PNG
>>108398874
crazy that the transformer paper was released in 2017. That fucker ruined everything. You'd probably need a PHD to understand everything, but you could build and train one to perform simple tasks in a couple of decades
>>
>>108398733
10 years is an old server my friend, it's over 10% of a person's lifetime.
>>
File: MacBook.jpg (725 KB, 5120x3280)
725 KB
725 KB JPG
Anons, please respond: >>108394158
>>
replaced the thermal paste on my laptop and now the hdd is recognized as unknown and not initialized. took it out and connected it to an usb adapter, same story.
what do aside from panicking?
>>
>>108399166
also it takes 2x longer to start up now and disk management takes minutes to show anything, i'm guessing it's trying really hard to recognize the drive
>>
>>108399166
>>108399210
if there's anything you really really really need from there that isn't backed up, consider it as your first and hopefully last lesson that you should back up your shit
then, if you have the money and really need the files in there, stop attempting to read the disk and find the closest drive specialist with a clean room around you
>>
>>108394158
if you want to be this autistic about it, don't expect anons to do the research for you
>>
>>108398499
Never mind I figured it out. :)
>>
>>108399374
i already make backups for other stuff, i couldn't have possibly foreseen that changing the thermal paste would somehow fuck up a drive
>>
>>108399392
But there's no info about it online
>>
>>108399456
>i couldn't have possibly foreseen
literally the reason why you backup your shit
>>
>>108399464
So how the fuck do you expect anons to know and provide you with the """details""" that you require?
>>
>>108399708
Obviously some people have owned MacBooks with both Pro and Max chips, so they may be able to tell their experience. It's not new to M5, I don't think anything changed since 2021 in this aspect.
>>
I'm using kde/dolphin and firefox

im trying to download into a folder but some files have the same filename and it keeps asking me if i have to overwrite which makes me have to edit the filename every single time this happens.
is there a setting to automatically append a number to the filename so i don't have to deal with this?
>>
>>108399730
Or perhaps they just know the answer without owning either of these, I mean it's not like I watched every YouTube video about this topic, so any recommendation based on something is accepted
>>
Any ideas on what to start troubleshooting next?

If i boot normally it goes into a loop "preparing automatic repair".
This is a bootable windows 10 on the usb stick but it flashes the windows 8? logo. The usb also blinks the entire time until the screen flash. I am so confused.
The hardware has to be fucked right? But then why does it start to load windows and the bios is totally good?

Ive quickly reached the limit of my skill. I would normally just toss a laptop if it stops.worming but it feels like im so close to getting it running again.
I took a video as well but i dont know how to make it small enough to post as a gif.
>>
>>108399808
Are you trying to fix the current install, or are you good with reinstalling and wiping everything out?
>>
>>108399808
it might be booting into the recovery partition on the laptop if it's flashing the win8 logo. make sure the correct boot order is set in the bios. you could also try a repair install.
>>
>>108399697
literally just banged it against the table and now it works again
>>
File: 20260318_121440.jpg (1.2 MB, 4000x3000)
1.2 MB
1.2 MB JPG
>>108399871
I want to wipe everything and do a clean install if i can it to boot up.

>>108399888
I have tried redoing the boot order and even disabling the main hardrive from the the bios with no change.
>>
>>108399947
Turn off secure boot. I know the certs are MS, but I'm not sure if something old might be missing the current certs. Try a different flash drive, and make sure you're flashing it with rufus or the MS tool. Etcher doesn't play nice with windows isos. You can also try just removing the internal storage and seeing if you get to the installer.
>>
>>108399730
My nigger, almost nobody buys multiple versions of the same product. A person here would only be able to tell you "I'm satisfied with my Pro. No, I don't have a Max" which is not helpful
>>
>>108400002
Yeah i used the official microsoft tool and have tried it with secure boot on and off. Tried changing the boot order, disabling the main drive ect.
I have not tried pulling the ssd to force it to only see the usb, that might be worth trying.
>>
>>108399925
cool now back up that drive
>>
>>108398277
What does one actually have to do with it in order to not get hacked and have other servers accept your mail? I bet it's not as simple as installing PostFix and editing a couple of config lines, no?
>>108397300
If the heavy bandwidth usage bothered them they could blame you regardless. I'd schedule the torrentings to the night time and obviously use a VPN.
>>108396960
>third-party clones shouldn't matter, since they should have the same 2040 chip and all the same properties/functionalities of its iteration--B0, B1, B2--right?
Do those clones boot the exact same OS image?
>>
File: IMG_1431.jpg (44 KB, 900x722)
44 KB
44 KB JPG
What’s a good vpn for porn?
>>
>>108400278
Anything that has a lot of exit nodes in places without age verification laws. Look up a map.
>>
>>108400278
>>108400386
cant you just use 4chan for free?
must be a million sites without age verification if you search "boob".
>>
>>108400003
But uh, can't different a Pro from one generation and a Max from a different generation be compared?
>>
>>108400998
You can't meaningfully compare devices from different generations.
>>
File: file.png (37 KB, 689x612)
37 KB
37 KB PNG
>>108400041
yeah yeah
>>
File: brave_L0Y75zKFZ2.png (9 KB, 698x300)
9 KB
9 KB PNG
>>108387207
twitter gives me picrel i checked and it seems to dislike Media Harvest : X (twitter) Media Downloader plugin in my brave and firefox
any other way i can download media from twatter/xxx ?
>>
>>108401664
don't use it and use xcancel instead
https://chromewebstore.google.com/detail/xcancelcom-redirector/pgbegepjkmpcolalkpbakcbjlkodakie?hl=en
>>
>>108387207
test
>>
>>108387207
test 2
>>
Why does no toaster go "beep beep" after finishing?
(Like a microwave does.)
>>
File: file.png (175 KB, 400x400)
175 KB
175 KB PNG
possibly the stupidest question in this thread coming through
there's this work website authenticated via Microsoft AD whatever I tried to access from my Linux PC and after completing 2FA it just told me that my device needs to be managed by the org to access it
however, when I do the same thing from my iPhone it just works
did I accidentally enroll my phone in my company's management thing? can they see the porn?
>>
>>108402552
There probably is one, but most toasters are much simpler than microwaves. That's also why they cost significantly less.
>>
>>108402706
No clue how to get there on iOS, but usually you can check under something like device administrators. Wouldn't be surprised if they were just checking user agent, and letting phones through. My employer expects us to be logged in to a bunch of stuff on our personal phone, with no device management, probably because people would demand the company provide a phone at that point. However, if I were to log into that stuff on my personal desktop, that would be against policy. I would recommend strongly against using personal computers for anything work related for a variety of reasons, but the one you probably care the most about is that it's really easy to detect, if you're using a different os and they give a shit.
>>
>>108402753
thanks, makes sense, just checked device management and it seems like I'm in the clear
yeah I wouldn't touch anything important from my own devices either, this was just the office booking tool, couldn't be fucked to go get my laptop from the other room
>>
>>108399740
Firefox does that automatically so you can temporarily change Firefox's download path, download all the files, and change it back.

>>108400214
>What does one actually have to do
Reverse DNS, DKIM, SPF, DMARC.
Once everything is set up, go to mail-tester.com and make sure every test passes.
When some provider blocks you due to being new, they also send instructions on how to get your server accepted.
>>
>>108397545
Yes, it's not too bad. The big annoyance is sender reputation. Sometimes other IPs in my cloud provider's AS drag mine down, but you can get around that by using a service like mailgun as a relay. Not the best for privacy, but, if you really need certain emails to get through, it works.
>>
>>108400214
>Do those clones boot the exact same OS image?
OS image? Don't they just run .uf2 files?
>>
>>108387866
You'll need ReadEra
>>
>>108402552
Because it audibly lifts the bread.
Mine does have the option to beep.
>>
File: panafonics.jpg (250 KB, 1416x1260)
250 KB
250 KB JPG
>>108402552
>Why does no toaster go "beep beep" after finishing?
Get a toaster oven instead.
>>
>>108402931
I've only ever been blocked by Microsoft and Charter and I only comply with reverse DNS and SPF. Charter is the absolute worst. They bury their contact info and never reply to messages. If you're unfortunate enough to interact with Charter email just know they drop messages for no reason and give no fucks.
>>
Does a microSD need a certain percentage to stay free in order to not shit the bed? I have a first generation samsung galaxy tab, but the specs are such that it should have zero problems playing 1080, 1440, and 4K files but it chugs and crashes when I'm trying to play a video but it plays them just fine when played over wifi.
>>
>>108404093
protip: those cards can not and will not ever run at their rated speeds once they use up their cache.
>>
>>108404101
So. Yes? What percentage needs to stay unused? I thought 20gb was enough, but apparently not.
>>
>>108404106
10% of whatever its advertised space is. So 50gb for a 512gb card.
>>
>>108404106
Completely unrelated to your SD card's fast cache
>>
>>108404114
180 MB/s
>>
>>108402931
>Reverse DNS
Are you saying your mail server's IP should have the same reverse DNS as the domain it's hosting? This never happens in the real world.
>>108402975
Nevermind, I was a retard thinking it boots SD cards.
>>108404093
>specs are such that it should have zero problems playing 1080, 1440, and 4K files
What are them specs exactly? The device *decodes* UHD videos just fine but the storage itself is too slow for that.
>it chugs and crashes when I'm trying to play a video but it plays them just fine when played over wifi
Playing the exact same video file from SD card doesn't work but the same file works from a remote machine?
>>
>>108404155
From the NAS that has no GPU or anything.
Chipset Exynos 5420 Octa (28 nm)
CPU Octa-core (4x1.9 GHz Cortex-A15 & 4x1.3 GHz Cortex-A7)
GPU Mali-T628 MP6
>>
>>108404155
>>108404125
180mb/s isn't fast enough? Since when? These are not 100+gb files.
>>
>>108404164
>180mb/s isn't fast enough?
Have no idea honestly, what's the video's bitrate?
>180mb/s
Also: is that even a real speed?
>mb
MB I assume?
>These are not 100+gb files
Size is irrelevant, bitrate is the thing here.
>>108404161
What kind of drives does the NAS have?
Also: do you use Plex or some shit like that? I mean does it transcode videos?
>>108404106
>le unused space meme
The whole thing originally meant you had to "underprovision" your drive. As in partitioning differently.
But that's not the case here.
>>
>>108404184
No. It doesn't transcode videos. It just hosts the raw files on HDD, WD reds.
Overall bit rate mode : Variable
Overall bit rate : 10.6 Mb/s
The bit rate is always ~10.
>>
>>108404184
>all that greentext implying you don't know shit
You sound like a fucking retard. Of course that is what he meant.
>>108404190
>>108404164
>>108404161
It is likely the player itself or your card is dying. Make sure you have the proper codecs for whatever it is you're using. I'm assuming it's either VLC or MX player. Those specs are far and away better than what you need, so try a new card if you have the means.
>>
>>108404203
I freed up 50 gigs and it's working fine now.
>>
File: hobbit_vs_hobbyte.jpg (113 KB, 600x450)
113 KB
113 KB JPG
>>108404203
>Of course that is what he meant.
The megabyte thing? People mix up Mb and MB all the time here.
>>
>>108404302
your picture sums it up really well. Context, nigger.
>>
do wifi adapters with two sma connections for antennas work if you only use a single antenna?
>>
Using mint and zorin on VM base is win 10.
Just did a fresh install on my PC, it didn't go as smoothly as it usually has this time around.
Anyways, I usually use mint to browse and yt downloader to snatch up anything interesting. New to zerion and using it pretty much the same.
Though on this install of the vm's, mint looks grainy AF and doesn't go full screen on my TV monitor dual screen set up even with the usual guest editions and zorin seems choppy AF when watching and scrolling.
Made a new VM with both, same issues.
I also use the VMS to watch movies and shows on those free streaming sites that come and go.
>>
>>108404761
why use VMs for this instead of a live USB?
>>
>>108404945
I keep win 10 for gaming and using whatever programs I might need to use.
Also not confident in my use of Linux to make the full jump.
Like to keep everything separate for security and maintenance.
>>
way past late for my retarded addled hylic ass, but what's with the spur.us/mcl.io thing here anyway
I tried looking for their cookies but I can't find them? Unless they'd be nested within 4chan cookies.
I know this place has been compromised for a long time but this seems like another level. I doubt 8moe is much better though (not like my dumb ass could tell) and deep chans are probably deader than dead.
This sucks.
>>
>>108404955
using a live USB isn't a "full jump".
https://search.brave.com/search?q=what+is+a+linux+live+usb&summary=1&conversation=08dd8625a7890c33b1072d3f7ffb94df00d8
>>
>>108403304
I don't habeeb it
>>
>>108404976
Seems good, though can I jump back and forth between OS's like a do with a VM? Or it's an either or situation when I'm.using my computer?
>>
>>108404008
looks like a luxury item, can you do regular cooking with it? does it instantly reach target temperature?
>>
Is this Google ai overview thing accurate?
>>
>>108405000
ai is never accurate, but it can guess correctly.
copy whatever it is saying into your search and try to find some review saying what it found.
>>
>>108405000
>>108405026
Or just click the damn sources it is showing on that very picture.
>>
>>108405052
never guaranteed to be the actual sources
>>
How stupid would it be If I were to get my news from /pol/? Where do you get your news from?
>>
>>108404085
>blocked by Microsoft and Charter
I don't mean blocked as in "it used to work until it didn't", but in the sense that "in order for it to start working, you need to submit a web form first".
Microsoft refuses to accept emails and replies with an explanation until yo submit that form. It's like greylisting with extra steps.
>>
>>108404155
>Are you saying
No, where did you get that?
The IP needs to have a reverse DNS record and that hostname should match the one on DNS.
Hostname, not domain.

>>108404101
The cache is for writing, it's completely irrelevant to anon's question.
>>
>>108404548
In principle it is possible to have both internal and external antennas and to switch between using either of them. I have seen this in Mikrotik routers but only for LTE, not for WiFi.
I doubt your adapter has internal antennas, so you'll probably lose signal strength and/or speed by removing an external antenna.
>>
>>108404986
You have to reboot the PC between switching the operating systems. But imho it's much better than suffering with a barely functional VM.

>>108405108
I get my news from various YouTube channels.
>>
>>108405108
Always get it from multiple sources and double check unbelievable claims thrice
>>
Are there any free VPNs that work with 4chan?
>>
>>108405117
No I mean when I was initially blocked by Microsoft many moons ago. I've never been unblocked by Charter and gave up trying. Every couple of years I'll have to interact with someone on their mail and it's a pita. They just have profoundly shitty mail service for whatever reason.
>>
>>108405389
Shotty ISP carriers' gatekeeping is what always held back Internet mail.
Remember when mailboxes for their own paying customers were limited to 10 MB quotas in the 2000s?
>>
File: 1770467162296354.jpg (16 KB, 661x570)
16 KB
16 KB JPG
>>108405151
I'm talking about something like this. I have my own antenna that I wish to use so one of the sma connections would be empty. It would still work fine, right?
>>
>>108404302
>t. the reason this should be called stupid answers general
>>
>>108405645
It will work, but whether it will be right or not depends on how the antennas are used by the chip. You'd have to read the documentation.
Why not leave the second antenna connected? You have three antennas and the adapter needs only two, so why insist on leaving one port unconnected?
>>
File: RSS.png (85 KB, 512x512)
85 KB
85 KB PNG
I've been messing around with RSS feeds lately and I have a question
Some sites give a feed in .rss, others in Atom, some in JSON...
what's the difference between these formats, and which one should I choose when I have multiple options?
>>
>>108404548
Yes but somewhat crippled. Are you planning to use a directional antenna?
>>108405131
>No, where did you get that?
Just guessing.
>The IP needs to have a reverse DNS record and that hostname should match the one on DNS.
>and that hostname should match the one on DNS.
Match a what?
>>108405645
Use your own antenna plus whatever else you got.
>>
Games randomly freeze in place for 1-5 seconds and goes back to normal. These freezes don't crash the GPU driver or crash the PC, and I can alt-tab out. It's more like a long hiccup, and I can't replicate it because they never happen at the same spot twice.

>Unreal Engine 4 games = freezes when there's explosions
>Elden Ring = a freeze (screen goes black)

I just tested Subnautica and there are no freezes. I'm gonna try other games, but I doubt I can reliably replicate this freeze. What's going on?

>5700X3D
>6800 XT
>32 GB of RAM
>>
>>108406593
I'm assuming it's a random shader compilation mid-game, but these freezes are longer. But, yeah, I dunno what's going on.
>>
>>108406593
when Vulkan and its likes spawned off, they expected people to do a bunch of shit that no one wanted to actually do. as a consequence. when your computer sees certain vfx for the first time, your computer has to just-in-time compile the whole thing which causes stutter and goes away once its been turned into linked and executable gpu code.

it should be less and less of a problem when this https://github.com/KhronosGroup/Vulkan-Docs/blob/main/proposals/VK_EXT_shader_object.adoc becomes more prevalent.
>>
>>108406615
>but these freezes are longer
>AMD
also do you have the latest "BIOS?" AMD's shitty CPUs have many buggy microcode fixes.
>>
>>108406664
I have yet to check. I updated the BIOS prior to installing the 5700X3D last November I'd say. But here's the thing, these big freezes didn't happen then and it only happened a month ago.
>>
File: file.png (129 KB, 1583x1034)
129 KB
129 KB PNG
>>108406664
>>108406670
This is the one I used.
>>
Which is the best tool to remove temporary files and other garbage? Is it still CCleaner or are there better alnernatives?
>>
File: HBAy81dacAAxxok.jpg (185 KB, 846x1200)
185 KB
185 KB JPG
I just bought a new mobo cuz my old one fried and I've been using practically the same model that my friend had as a spare in the meanwhile.
My new mobo is a B550M DS3H AC R2 I bought as a budget option cuz I'm broke and I have to give my friend back his mobo

what I'm asking is, what prep work do I have to do right now before switching out the parts? cuz I know there's shit like TPM and Bitlocker and I heard they can brick your system if you don't disable them but I just want to make sure. My CPU is a R7 5700X which the new mobo supports so that shouldn't be an issue

attention grabbing image but my question is genuine.
>>
File: file.png (13 KB, 520x94)
13 KB
13 KB PNG
arent these blocks usually DNS based? im using the cloudflare dns
is cloudfare working together with my government?
or am i retarded
>>
>>108406718
built in disk cleanup, then use wiztree or windirstat to see where the bulk of shit is coming from and clean up manually. common sources are browser temp/cache files, winsxs (there's a dism command to purge some of the older shit here), and just general shit you forgot about. manual cleanup usually provides better results than relying on a tool.
>>
File: ip.png (10 KB, 229x151)
10 KB
10 KB PNG
>>108406718
BleachBit

>>108406839
Domains can be blocked outside of the DNS layer. But this looks like a DNS block to me. Check how the domain is resolved by your PC and your web browser. It's possible that your web browser, OS or VPN are bypassing whatever you've set as your DNS.
In your terminal run:
dig fitgirl-repacks.site

(use nslookup instead of dig on Windows)

Then in your web browser open up the dev tools (F12). Go to the network tab and find the "fitgirl-repacks.site" HTML GET request. Click on that request then expand the GET header to see the IP address. The IP address should match the IP you get with dig/nslookup. And the IP should be the one in this pic.

If your dig/nslookup is reporting the wrong address, then it's your OS or VPN to blame. Otherwise it's your web browser that uses it's own internal DNS.
>>
>>108406839
That site works in Portugal. Are you using DNS over TLS or DNS over HTTPS? I assume you're using cloudflare DNS, but, if it's unencrypted, your ISP can simply intercept the DNS requests and return their own response for certain domains.
>>
File: READ, NIGGA, READ.gif (1.79 MB, 640x480)
1.79 MB
1.79 MB GIF
>>108404970
https://desuarchive.org/g/search/text/spur.us/
>>
>>108407014
>>108407035
uhh i wrote something before the site died but i forgot what it was
firefox is overwriting the dns with some secure dns bullshit
the site works fine on chrome or if i turn it off
>>
Had a power outage yesterday and now I can't post due to an IP range block. Power cycling doesn't fix it, are there any other ways to resolve this?

It's not a ban from mods.
>>
>>108407394
how did you make this post?
>>
>>108407423
Mobile network from my phone. I hate phoneposting. Also fuck me if this counts as ban evasion.
>>
>>108407394
Can you release the DHCP lease on your router and get a new one? If your ISP is trying to keep the IPs sticky, you might need to have the lease released or your router powered off for some time.
>>
>>108407452
Aparently not because my router access code isn't working anymore. Even if I request to use the default code to reset it with the default code on the back of the router. Fucking ATT I swear.
>>
I set up an old windows XP machine and since it had a floppy drive i started checking out floppies i had around, many from my dad from around the late 80's early 90's
but sometimes a floppy which is perfectly read on first try cant be read at all later on, and today my floppy drive cant read ANYTHING, not even the floppies i had tested for being read properly before
whats going on with that?

for context i did open up and clean the reader with a little Q-tip with alcohol, i wonder if that could mess it up
>>
>>108407499
>using isp router
Well, that's where you fucked up. You can still just leave it powered off for a while, the lease should time out eventually.
>>
i wanted to buy a pc but the sale ended and it went from 969 to 1099. should i wait for another sale or bite the bullet because prices arent going down for a long time?
>>
>>108407552
It's a fiber modem/router combo. I'm not sure I have a choice.
>>
>>108407573
also is it bad if its DDR4 and not DDR5? How big is the impact and how likely will i have to upgrade in the future?
>>
File: TeleWell TW-EV902.png (376 KB, 800x534)
376 KB
376 KB PNG
>>108407452
Depends on how the ISP' DHCP servers are configured, doesn't work for me.
But I have VDSL so I can arbitrarily change the router's (WAN-facing) MAC so the ISP's DHCP servers think it's a new device.
>>108407394
Normally you stay in the same IP block regardless. Assuming a non-mobile connection.
>>108407577
What type of fiber?
>>
Anything cool I can use avahi for? It's installed as a dependency but the daemon isn't running. I don't quite fully understand its purpose, I know it helps with detecting other devices on the same networks but that seems pretty damn useless when can I just "ip n". Anything else it can do? If it could transfer files without ssh'ing or something like that, that'd be cool. Or maybe something else I'm not seeing.
>>
>>108407577
So do I. First thing I did was put it in bridge mode and turn off wifi. Then you just plug in your personal router to the bridge port. No double nat needed.

>>108407686
It's used for discovery of things like printers and smart speakers.
>>
>>108407573
do you need it immediatly? If no i would wait, the prices for RAM and SSDs arent gonna rise no more anyway.
>>
>>108407704
This is pure cope. Until the AI bubble bursts, prices are likely to just keep going up.
>>
>>108406731
go into windows settings and make sure full disk encryption/bitlocker is turned off. i think they were defaulting it on for some reason a few years ago. otherwise there's not much. if you use like ms office or anything else that makes use of the tpm, you might have to sign in again and the flow to do so can be confusing and prone to errors if you do it the wrong way.
>>
>>108407595
ATT symmetrical gigabit fiber. I'm not sure if there are different types you're asking about but I don't know what to look for.

I got them to assign me a new IP but that didn't help.
>>
>>108407702
I did this already BTW.
>>
>>108408188
>ATT symmetrical gigabit fiber. I'm not sure if there are different types you're asking about but I don't know what to look for.
Fiber could be shared or dedicated.
>symmetrical
Remember that having the same upload and download speed isn't synonymous to symmetrical. Just saying.
>I got them to assign me a new IP but that didn't help.
Yeah, it's the same old block. My shitty DSL block is always the same 20-bit one. 20bit meaning the pool size is 2048 addresses.
>>
>>108387207
The lumberjack see logs he can sell to the Jew, the Jew see lumber he can sell to the Christian, the Christian see furniture he can sell at an exorbitant prices to white people, the tranny sees the rope.
>>
why Fat32 still a thing?
>oh hey look you can only store files that are smaller than 4gb rofl lmao
fucking end the support for the shit filesystem already.
>>
>>108406519
>Match a what?
rDNS is controlled by the owner of the IP network. They have to point 76.54.32.9 to mail1.yourdomain.tld
DNS is controlled by you. You have to point mail1.yourdomain.tld to 76.54.32.9
When you send mail, the receiving server compares the DNS record with the rDNS one and tells you to fuck off if the records don't resolve to each other.
>>
I want to give my old laptop to a repair shop to sell it but I'm paranoid about the new owner being able to recover my files. I know the SDelete program can securely delete a file by overwriting, but what about bulk operation?
>>
>>108408432
compatibility. literally everything understands fat32 unless it's like 30 years old. microsoft did change the format tool recently to allow larger fat32 partition sizes at least but afaik the 4gb file size limit will never go away.
>>
>4chanX dead
>4chanXT dead
what are we using now bros
>>
>>108407394
I was randomly getting this message on PC as well, but a hard refresh (Ctrl + Shift + R) sometimes solves it and I can post. Sometimes I need to hard refresh multiple times.

>>108407589
DDR4 is fine. Even using DDR3 would be fine if the CPUs supporting it weren't as shit as they are.

>>108408432
Don't forget
>if your file system or disk starts getting corrupted, there's no recovery plan or an automated way to detect and fix it

>>108408689
Flash any Linux distro or Windows PE onto a USB drive, then use any software you want to fully wipe the drive.
If you're extremely paranoid you can format the drive with full disk encryption enabled, then fill it with garbage data like a million copies of the rick roll video, and then format it. This will 100% remove any trace of your original data.
>>
>>108408631
nta but this is awesome info, thanks. residential isps don't usually give access to rdns configs right? so self-hosting on home internet's probably a no-go?
>>
File: beeper.png (220 KB, 916x492)
220 KB
220 KB PNG
There's a strange signal, short beep every 2 seconds. I'm nowhere near any form of coast, should I be concerned and report this?
https://www.sarsat.noaa.gov/emergency-406-beacons/
>>
>>108408689
just use dban set to two pass random data
>>
>>108408689
SSD or HDD? You can overwrite an HDD securely, but flash storage is trickier, you can format it with a tool from the manufacturer or nvme-cli.
>>
>>108408277
I'm not sure about further downstream but my fiber connects to an underground box. All the neighbors have their own boxes. I've been on this connection for years with no issues like this before.

>>108408765
I appreciate the suggestion but no luck.
>>
>>108408741
KurobaEx-beta

>>108408799
>residential isps don't usually give access to rdns configs right?
They never do.
You need a public IP and it has to be static, two things that are becoming more rare by the day.
Even assuming a unicorn ISP that does give you everything, you would still not be able to host a mail server. This is because that IP is set on your router, and what is behind the router? 10-30 insecure devices, most of which haven't seen a firmware update in years, and even the most secure ones have a brain dead moron operating them, so any spam they send would destroy the reputation of your IP and it would appear in every blacklist in an instant.
Mail servers usually get a dedicated public IP that nothing else in the company is allowed to use.
>>
>>108408741
4chanX still gets updated to work, just no new features
>>
>>108395097
I figure it will eventually read it correctly if it just concentrates and tries really hard.
>>108395229
I think cleaning is my best option. Am I crazy to think a little vaseline might help? Thinking it might cut down the perceived roughness from the laser's pov.
>>
>>108409624
I'd be really surprised if the refractive index is the same.
>>
>>108408799
Residential IPs are often spam blacklisted at the AS level due to people installing malware that sends emails.
>>
is there a simple/straightforward way to update the "driver" version of my AMD video card without using their stupid "adrenaline" software interface?

6800xt if that makes a difference, on w10 ltsc
>>
>>108409709
Use Linux.
>>
>>108409766
not a valid answer, thanks anyway
>>
>>108409792
You never said you wanted to keep the same OS, just that you wanted simple driver updates without needing to use the AMD bloatware.
>>
>>108405093
If you click the source and read it you'll be able to tell, no?
>>
>>108407182
I did that before asking, which is why I know something is fishy but I want to check how pozzed I am with my own eyes.
My impression is it seems to be gone now? But I don't want to drive myself insane prodding the dark looking for something that isn't there.
>>
>>108406519
so it's fine to have the stock antenna on one connector and a directional panel antenna on another?
>>
>>108387207
So I bought one of these guys from BHPhotovideo a while ago to potentially replace an old laptop's drive:
https://www.bhphotovideo.com/c/product/1790020-REG/wd_wd10spsx_spa6wt0_wd_black_perfomance_mobile.html

However, I'm still testing the laptop to see if it's worth trying to salvage, and the return period is ending tomorrow. Would I be able to resell this drive easily for roughly its original cost on ebay or something? I've never done that before. I bought it because WD is out of its stock for 2026 and I assumed that I wouldn't be able to get this later this year.

Should I just return it and hope it becomes available later when I need it, or should I keep it and try to sell it later? I'm in the US.
>>
>>108410753
>2.5" 1tb hdd
Nobody wants these shits. SATA SSDs are cheap.
>>
>>108410829
nigga have you checked drive prices recently?
>>
>>108410851
I have, I managed to get a 1TB HDD for $5 from Goodwill. Look at those old DVRs, they often times have HDDs you can pilfer.
>>
This might not be the thread for it... But can someone absolutely translate to maximum retard, what the dangers are for the "new and safe" hypervisor "cracks" I pirate games as always from repackers, but there has been a lot of controversy over this... So please, can some anon just explain it to me like the dumb anon I am?
>>
>>108410829
Not even a completely new drive? It's still in its anti static bag.
>>
>>108410949
>SATA SSDs are cheap
>goes to dig trash low class HDDs from old DVRs
????
>>
>>108411087
HDDs are still drives.
>>
>>108411087
A "gaming" HDD and one from the dumpster are both a logarithmic step down from a SSD.
>>
File: file.png (512 KB, 612x612)
512 KB
512 KB PNG
Has anyone used chinese Hydropaxtite toothaste? how is it?
>>
>>108408432
It's an extremely simple filesystem. Remember that microcontrollers need filesystems too.
>>108408732
>the 4gb file size limit will never go away.
exFAT tries to be a thing.
>>108408631
So for example in case of self hosting on a random residential ISP one had to point their MX record to
>blah-1234.dhcp.whatever-isp.net
to get it working, right?
>>
>>108409480
>>108409699
got it, ty
>>
>>108411419
fat32 has two copies of the fat for redundancy and i believe exfat repurposes that redundant copy's area to do other more functional shit. this makes it substantially more prone to corruption, i remember it being a big deal on hacked 3dses because people would close out of retroarch improperly or sleep mode their 3ds and corrupt a bunch of shit on their sd card because of it.
>>
>>108411304
From my reading on the topic a while back, presence of nHAP in the paste doesn't mean anything. It's a prebiotic which you're using to encourage bacteria to grow and do the actual work. So everything else in the mix matters, like inactive ingredients in paste and other oral care products. If I were going to play with it, I would do 100% buy-in on Risewell paste / floss / mouthwash because I know they have credible studies. Idk if something like that exists with Chinese companies, but there are a lot of non-working nHAP products.
>>
I changed something in xinput two months ago but I don't remember where. It's not in .profile or .bashrc. what startup script or configuration file might have been in? I feel like I am too old to be wrestling with broken linux shit in my now very limited time. it was fun in my 20s but not anymore...
>>
>>108411419
Nah, its that blah-1234.dhcp.whatever-isp.net should point to the hostname of your mailserver. Something something, it's more trustworthy. Dunno why, probably has something to do with compromised servers or PCs.
>>
>>108411483
exFAT was designed to be a patented filesystem digicam mfgs would have to license if they want to work with Windows. That's pretty much it. Now the patents wore off and we're stuck with it.
>>
>>108411490
Yeah so far there are only 3 brands with real studies behind them done by either independient researchers or EU, Apgard, Davids and Boka, Apagard being the only with real results in a short term scenario but its like $50+shipping.
>>
>>108411771
>>108411490
Also i just noticed i fucked up and i was supposed to post this on /csg/.
>>
>>108388860
Was it a hobbyist site with like maybe a few hundred videos or like a legitimate archive like the internet archive
>>
>>108390936
Jdownloader2
>>
>>108395789
Don't bother. Use proton VPN, They have a free tier. There's no sense in spending money to set all that up when you could just use this for free if it's just a couple websites.
>>
>>108397005
I use Mullvad essentially 24/7 and I post here from it, but since the advent of AI, there have been way more bots online and they come from rented VPS server farms, which is also where VPNs host their servers So you're going to get a lot of bot checks and captchas. That's definitely a downside If you clear your cookies often.
>>
>>108397354
The answer to your original question was yes. They can tell if you're torrenting. Don't listen to this guy. Torrenting is a special kind of traffic and protocol. It's not like regular HTTP queries, They are going to be able to tell what you're doing and they are going to be able to tie it specifically to your computer.
>>
i switched from mint cinnamon to fedora kde.
i forgot to back up my mpv conf files and scripts.
now i'm trying to rebuild my mpv the way it was from scratch.

firstly. uosc seems to have weird fucked up font style and size. not a big issue.

secondly, actually is a big issue; i can't make my W and E keys play previous and next file in folder with
W playlist-prev
E playlist-next
. i can only bind them to move between files in a playlist.
>>
>>108412917
also to seem less retarded.
i can read it says "playlist-next" but i can't find a command that would move between files in folder.
>>
>>108412917
>>108412921
also yes i did actually type w and e in lowercase in the input.conf unlike in that post
still wont work.
>>
>>108412917
>>108412921
>>108412953
nvm i figured it out.
it was actually uosc functionality and not native to mpv. i was looking at the wrong manual.

w script-binding uosc/prev-file
e script-binding uosc/next-file


thanks



[Advertise on 4chan]

Delete Post: [File Only] Style:
[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.