/sqt/ stupid questions thread
Anonymous
8/31/2025, 7:39:52 AM
No.106440066
[Report]
>>106439810 (OP)
now that yt-dlp is dead, what do you use for downloading videos?
Anonymous
8/31/2025, 10:04:44 AM
No.106440739
[Report]
>>106441390
Whys it so slow here? Is everyone sleeping or what?
t. GMT+2
Anonymous
8/31/2025, 10:22:51 AM
No.106440834
[Report]
>>106440553
>now that yt-dlp is dead
Literally used it two hours ago.
Anonymous
8/31/2025, 10:40:23 AM
No.106440920
[Report]
>>106452057
Just got some RAM, what am I in for? 16GB was crashing programs once in awhile so now I have 32GB
Anonymous
8/31/2025, 12:15:08 PM
No.106441390
[Report]
>>106442658
>>106440739
4chan has been dying for some time now since the mods censor you for 3+ days because they are browns and troons that ban you the moment you even insinuate anything they personally dont like, that, aside with not actually moderating actual low quality avatarfag spammers, ragebait flamewars etc paired with the humiliation ritual of the captcha, people just went to places that are less troon and brown filled and less censored, which at this point are plenty, even among mainstream social media lmao.
>>106439810 (OP)
new to macOS. is it possible to install cracked adobe software like on windows? since i started using a mac, I wasn't able to install some dmgs when deemed unreciognized by the system, I'm afaraid the same will apply for cr*cked software?
Anonymous
8/31/2025, 12:48:15 PM
No.106441569
[Report]
>>106450983
>>106441458
I've never used one, but I presume you can bypass if you install with terminal as administrator. There may be an option in system security settings to allow from unknown/untrusted.
Anonymous
8/31/2025, 12:51:50 PM
No.106441585
[Report]
>>106441639
How do you install windows on and emergency USB drive? Just start the installation and choose it as the drive? Would this actually boot up if your main system every goes down for whatever reason?
Anonymous
8/31/2025, 1:02:16 PM
No.106441639
[Report]
>>106441585
Just put the .iso file onto a ventoy disk and if you system crashes then boot to the installer and use the system repair options. If you need another operating system for file recovery ect, always handy to have a linux partition setup.
Anonymous
8/31/2025, 1:37:14 PM
No.106441840
[Report]
>>106441904
How to download all files in this directory and in all sub-folders inside of it?
https://quiterss.org/files/updates_new/
Anonymous
8/31/2025, 1:48:27 PM
No.106441904
[Report]
>>106441840
ask ai to add more commands if needed to
wget --continue --mirror --execute robots=off --convert-links --wait 1 --random-wait URL
Anonymous
8/31/2025, 1:49:24 PM
No.106441913
[Report]
>>106452051
any book recommendations for designing data systems at scale?
also any good /g/-related book libraries on cloud storage like there used to be in the old days?
Anonymous
8/31/2025, 2:02:33 PM
No.106442015
[Report]
>>106442067
How can I change the value of the argument to a called function within that function. In C.
Anonymous
8/31/2025, 2:08:07 PM
No.106442067
[Report]
>>106442015
Turn off segfault/memory protection and guess at the address of the arg
>>106439810 (OP)
How do I collect money from users (global), if I don't want to use Visa/PP/Stripe and want to keep my CC info safe? Do I really have to go through the trouble of making an LLC/similar and associating a bank account with it?
>bitcoin
No, thanks. It's simply not accessible nor do I want to pay an enormous fee for no KYC.
>Gift cards
Radiate JEET energy and is unprofessional.
>>106442119
>please help me avoid paying taxes
this what you sound like rn
If you can call functions like
foo(x, y);
in c. And you can compile entire files into objects, how does the compiler know the type of x and y if foo is defined in another file that it might not have even compiled?
Why are globals bad but files/databases good? isn't that just a global that multiple programs can write to?
Anonymous
8/31/2025, 2:29:55 PM
No.106442216
[Report]
>>106442311
>>106442175
i think files/dbs are different because each instruction has to follow some form of concurrency and transaction recording to prevent data corruption, while globals don't.
Anonymous
8/31/2025, 2:43:00 PM
No.106442311
[Report]
>>106442216
But doesn't each process have it's own memory space
Anonymous
8/31/2025, 2:53:28 PM
No.106442370
[Report]
>>106442380
>>106442156
in C you can't call a function that's not declared first
declaring a function involves revealing its return type
Anonymous
8/31/2025, 2:54:29 PM
No.106442380
[Report]
>>106442370
.. and the types of its arguments
Anonymous
8/31/2025, 3:00:59 PM
No.106442425
[Report]
>>106442175
>Why are globals bad
they are not
In a flexbox justify-content: center will make it look like the left, but I want the last line to start at the start, like on the right drawing, as if there were margins. How do I get that?
Anonymous
8/31/2025, 3:04:01 PM
No.106442456
[Report]
>>106442431
Or basically what I'm trying to do is center a regular flex-start flexbox by making it use the space on the right that it didn't use.
Anonymous
8/31/2025, 3:26:01 PM
No.106442639
[Report]
>>106440553
>now that yt-dlp is dead
What are you on about?
>>106441390
So spake the brown troon-lover who won't fuck off. Gross and cringe.
This place got totaled entirely by the userbase. Excessive shitposting killed this place, floods of stupid kids, schizos and other wackos and troublemakers. Mods and captcha are irrelevant. The kids, especially on the vidya and animu boards, expose themselves frequently when they accidentally give away how they lack any experience being grown adults (and how can they not? The inexperienced have no way of hiding their naivety.) along with other behaviors that only teenagers exhibit. Some of us offer reasonable alternatives and courses of action to some of the complaints and worries folks here express towars our changing world, but we get ignored in favor of, get this, shitposting. Unrelenting, unbridled shitposting. Well, there's still the occasional, older, more interesting anons to chat with, and unfortunate autists in need of help. Skin color means nothing here unless you are a schizo. Schizoids see connections and spirits that neither the rest of us nor Mother Nature or the Almighty Himself can see, corroborate, or measure.
Anonymous
8/31/2025, 3:27:29 PM
No.106442660
[Report]
>>106442154
And?
>>106442156
>how does the compiler know the type of x and y if foo is defined in another file
Because you #include-d or wrote the function declaration yourself.
>that it might not have even compiled?
Doesn't matter. The compiler only needs a valid declaration and it's good to go.
The linker, on the other hand, could error out saying "undefined reference to <func_name>".
You can go around this and compile successfully, if you use a name of a function found in the stdlib e.g. printf. You'll get a signature mismatch warning and either nothing or a seg fault at runtime. That's because the stdlib is linked by default.
Try this:
void printf(int i);
int main(void) {
printf(1);
}
Why isn't this filter working on these two posts?
boards.4chan.org##.replyContainer.postContainer:has-text(/(\bcoito|\bmeds)/i)
>>>/int/214362123
>>>/int/214362253
Anonymous
8/31/2025, 3:32:14 PM
No.106442702
[Report]
>>106442788
>>106442658
holy cope and seethe from a brownoid troon kek, you will never fit in, ywn baw
Anonymous
8/31/2025, 3:36:54 PM
No.106442732
[Report]
>>106442788
>>106442658
>Mods and captcha are irrelevant, shitposting by schizos ruined 4chan
Not a serious person, and/or indeed a brown NPC newfag. Quite brutal to be unironically that retarded. Damn
Anonymous
8/31/2025, 3:37:37 PM
No.106442741
[Report]
>>106439810 (OP)
How to get gallery-dl to download the files off 4chan, warosu, and arch.b4k without using their filename?
Take this example thread for instance, the first image is called "the creatures.png":
https://warosu.org/jp/thread/49868377
Clicking on it takes you the images archive, and the filename there is something else "1755368410880804.png":
https://i.warosu.org/data/jp/img/0498/68/1755368410880804.png
By default gallery-dl gets the former, so what are the options to get the latter? The documentation on git becomes more confusing the more I read.
https://gdl-org.github.io/docs/configuration.html
Additionally, how to add a short delay between downloading images?
Anonymous
8/31/2025, 3:41:04 PM
No.106442767
[Report]
>>106442947
>>106442684
none of those work
boards.4chan.org##.replyContainer.postContainer:has-text(/(\bcoito|\bkino)/i)
boards.4chan.org##.replyContainer.postContainer:has-text(/(\r\n\bcoito|\bkino)/i)
boards.4chan.org##.replyContainer.postContainer:has-text(/(\n\bcoito|\bkino)/i)
boards.4chan.org##.replyContainer.postContainer:has-text(/(\b\r\ncoito|\bkino)/i)
boards.4chan.org##.replyContainer.postContainer:has-text(/(\b\ncoito|\bkino)/i)
boards.4chan.org##.replyContainer.postContainer:has-text(/(\R\bcoito|\bkino)/i)
boards.4chan.org##.replyContainer.postContainer:has-text(/(\b\Rcoito|\bkino)/i)
boards.4chan.org##.replyContainer.postContainer:has-text(/(\r?\n\bcoito|\bkino)/i)
boards.4chan.org##.replyContainer.postContainer:has-text(/(\b\r?\ncoito|\bkino)/i)
boards.4chan.org##.replyContainer.postContainer:has-text(/(\r\bcoito|\bkino)/i)
boards.4chan.org##.replyContainer.postContainer:has-text(/(\b\rcoito|\bkino)/i)
>>>/int/214362123
>>>/int/214364250
but this one work
boards.4chan.org##.replyContainer.postContainer:has-text(/(coito|kino)/i)
the problem is the \b, but the \b is needed. so, what to do?
Anonymous
8/31/2025, 3:44:14 PM
No.106442788
[Report]
>>106442702
>>106442732
cope, seethe, and dilate, you dirty, inbred, melanistic troonhumpers
Anonymous
8/31/2025, 4:02:02 PM
No.106442947
[Report]
>>106443059
>>106442767
I think the \n is being removed and so /4coito/i will match >>>/int/214362123
Maybe try (^|[^a-zA-Z])coito
Anonymous
8/31/2025, 4:12:05 PM
No.106443037
[Report]
>>106443062
>>106442431
Use tables and achieve precision.
Anonymous
8/31/2025, 4:14:46 PM
No.106443059
[Report]
>>106442947
none work. It's a uBlock Origin regex bug. I also tried those
boards.4chan.org##.replyContainer.postContainer:has-text(/(^|\W)(coito|kino)(\W|$)/i)
boards.4chan.org##.replyContainer.postContainer:has-text(/(^|\s|\n)(coito|kino)(\.|\s|$)/i)
boards.4chan.org##.replyContainer.postContainer:has-text(/(\n|\s|^)(coito|kino)(\.|$|\s|\n)/i)
Anonymous
8/31/2025, 4:15:27 PM
No.106443062
[Report]
>>106443037
Why don't you suck my fucking dick.
Anonymous
8/31/2025, 4:36:34 PM
No.106443289
[Report]
>>106443424
>>106442154
>paying taxes is le good
Anonymous
8/31/2025, 4:48:54 PM
No.106443424
[Report]
>>106443527
>>106443289
better than getting raped by the IRS no?
Anonymous
8/31/2025, 4:59:43 PM
No.106443520
[Report]
>>106442175
Globals are usually bad because there's nothing preventing you from using them like a normal variable, so it's very error-prone. Files or databases have to be accessed as external resources with lots of friction, which forces the program to be a lot more careful, you always have to check if the access succeeded, if the read succeeded, if the write succeeded, etc.
With files you also often assume that only one program will be using it at a time, and often programs can break if you launch several instances that all try to write to the same file. Or for example, if you open a text file in notepad twice, add different edits, save one and then save the other, it will overwrite the first edit, and that's considered normal, whereas if you did this with a global variable it'd be very likely be a pretty huge bug.
Meanwhile databases have built-in concurrency controls so for example you can do transactions which means you can effectively assume nobody else modifies the DB at the same time as you (at least not in any way that would conflict with what you're doing).
tl;dr: accessing the same state from multiple places requires being careful, and files/databases have ways to force you to be careful, whereas globals SHOULD have the same amount of care but they exist as "just variables" and so you can put in exactly zero care. Which is extremely likely to lead to bugs.
Anonymous
8/31/2025, 5:00:49 PM
No.106443527
[Report]
>>106443424
>how do I avoid getting raped by the IRS?
>"lololol anon you want to get raped by the IRS haha"
what is that logic
Anonymous
8/31/2025, 5:01:57 PM
No.106443536
[Report]
>>106443630
Why are phones so confusing compared to regular computers when it comes to the OS?
You can instill the same linux distro everywhere but when it comes to phones there are a billion random images made by random people and i don't feel safe running most of these because of it. Why is it this way? is it really that hard to make your own image or is it a project that will take a while for somebody that never flashed a phone?
Anonymous
8/31/2025, 5:08:49 PM
No.106443604
[Report]
>>106443911
>>106442119
Suffer. Money transfer is tightly controlled by highly regulated institutions, which usually really don't like people being able to do it anywhere close to anonymously. You've got shit like venmo, cashapp, transferwise. None of these are all that much better than PP or Stripe, and in fact they probably look shadier.
If you make an LLC you can shield your own personal details, but note that your customers will still have to give up their details when paying you.
Crypto is unironically the best way to transfer money without central oversight, but as you noted it usually requires KYC at the point of on-ramp and off-ramp. If you're willing to pay taxes on your end, you can still set it up as an option for those users that want to bother - personally I find it much much easier to send someone a crypto transfer rather than having to doxx myself by having Paypal provide them with my full legal name when they receive my money, for example. But yes people who don't already know how to use crypto probably won't bother (so if you know most of your customers don't, then it might not be worth the effort from your side either).
You could consider a third-party intermediary service, like gumroad, or fucking about with subscribestar/patreon, etc. Then both you and your customers doxx themselves to the service, but they pay the service and then the service pays you out, so you're never doxxed to each other.
>>106443536
Because phones are meant for use by turbo normies who have no idea how to use a computer, and they're meant to extract maximum personal data from those turbonormies. As a result manufacturers have no incentive to make anything well, and every incentive to try to make it locked down and walled in. The fact that ARM doesn't have anything like the BIOS/UEFI standard that x86 has, means that there's no universal expectation to be able to access the bootloader and install your own OS, either.
The practical effect of all this is that device drivers are usually proprietary, locked down, and only available from the manufacturer. And this means that you can't just install a generic OS but rather you need to integrate your OS with the manufacturer's closed source device drivers first, so it will actually work on the phone, and it's different for every single phone out there on the market.
You can certainly learn how to do it yourself, it might take a little while but I don't think there's anything arcane about it. But it's not something you can just do in a day with no prior knowledge.
Anonymous
8/31/2025, 5:21:11 PM
No.106443684
[Report]
>>106443738
>>106443630
>you need to integrate your OS with the manufacturer's closed source device drivers first
I can't even imagine what that would look like. I think i will leave it be then.
Ok so assuming i bite the bullet and get something like a old fairphone and put LineageOS on it, how well are applications insulated from each other still? I know that in recent times permissions and filesystem access were locked down a lot but how much would for example whatsapp compromise a otherwise clean system? This is assuming non-essential network access is already blocked.
Anonymous
8/31/2025, 5:27:34 PM
No.106443738
[Report]
>>106443835
>>106443684
Honestly if you're buying a new phone for this then my recommendation is to buy a pixel, the a-series (cheap one) from a year or two ago, and install graphene. I spent years trying to get custom roms to work fine, gave up and used a dumbphone for a couple of years, gave up and installed graphene and it just works.
Otherwise to answer your question directly, it should be pretty well insulated, apps generally can't access each others' data. You really should make sure it supports a modern version of the OS though because you want up to date security fixes, android has had its share of vulnerabilities in the past. The main issue with having whatsapp running is the data it can collect from the phone itself, especially if it forces you to grant permissions for shit like location and then it can just track you everywhere you go, shit like that. If you can deny almost all permissions from an app then it's much better.
The other issue is with google play services - on normal android they always run in the background, if you run a degoogled OS then some shit doesn't work well such as push notifications (e.g. whatsapp will only notify you when it polls, which usually requires it to be open and uses more battery; you won't get notified for new messages that come in in the background). You can use something like microG though which restores most of the functionality to some degree, but for example push notifications rely on google's servers so while microG ensures you aren't sending google any other random data that the official play services may be harvesting, you'd still be connecting to google's servers for receiving the notifications. That's a fundamental issue with android app ecosystem though.
Anonymous
8/31/2025, 5:37:57 PM
No.106443835
[Report]
>>106443884
>>106443738
>buy a pixel
why that in particular? I know it has a dedicated rom but some of its shadyness runs on the hardware level too. The location module not just using GPS for example. Yes there is ARM trustzone but pixles have a lot on top of that from what i know.
>That's a fundamental issue with android app ecosystem though.
I just need that messenger running in *some* capacity. If SMS were the dominant texting method i would just get some dumbphone too but you might as well not have a phone at all if you don't have whatsapp in my country.
But disregarding that, is there something wrong with the fairphone? I just need something that is mostly not shady and can run privacy preserving roms with whatsapp and lasts over a day in idle. I have a spare phone i keep stock for stuff like banking and apps like that but my mobile one being stock makes me feel uneasy.
Anonymous
8/31/2025, 5:44:07 PM
No.106443884
[Report]
>>106443991
>>106443835
>why that in particular?
Cause like I said graphene just works. I've isolated whatsapp and shit to a dedicated user and so I can have them completely inactive when I switch to my FOSS-app-only user.
The hardware shadyness is a risk but I dunno I don't think you can trust any phone hardware nowadays.
>is there something wrong with the fairphone?
Does it support up to date LineageOS? If so then sure, go for it. Ideally it would also have up to date drivers.
Install microG and it should mostly work fine. The main issue is if Lineage support ever drops, or updates start lagging behind significantly, etc. If the phone is well-supported and well-maintained then there should be no problem.
Anonymous
8/31/2025, 5:47:23 PM
No.106443911
[Report]
>>106443604
Thanks for the reply anon. Looks like I don't hate the jews enough.
Anonymous
8/31/2025, 5:48:24 PM
No.106443919
[Report]
>>106442431
I assume you don't want or can't add a containing element to do that?
Uhhhhhh, If you display it as a grid (you would have to set the column number or use auto-fit/auto-fill with a percentage)
Bit complicated
Anonymous
8/31/2025, 5:58:07 PM
No.106443991
[Report]
>>106443884
>The hardware shadyness is a risk but I dunno I don't think you can trust any phone hardware nowadays.
You can't, but you can try to avoid as much spying as possible still. After all its also the reason you are using custom roms in the first place and like all OS's those also have weird parts.
>If the phone is well-supported and well-maintained then there should be no problem.
The fairphone is listed on lineages site as supported so i think its fine. The company even supports custom roms on their devices which includes lineageOS. They even ship /e/ as an option it seems.
Anonymous
8/31/2025, 5:59:32 PM
No.106444002
[Report]
>>106443630
ARM has EFI options dumbass. Phones use proprietary boot loaders because they don't want the user installing a different OS on subsidized hardware.
Anonymous
8/31/2025, 6:06:02 PM
No.106444053
[Report]
>>106442684
It's working for me?
Anonymous
8/31/2025, 6:15:57 PM
No.106444151
[Report]
>>106444302
PLEASE tell me there's a way to completely disable youtube's auto dubbing
Anonymous
8/31/2025, 6:30:19 PM
No.106444302
[Report]
>>106444151
There's a browser extension
Anonymous
8/31/2025, 6:32:06 PM
No.106444319
[Report]
How would you set up something like Tailscale's integration with Mullvad without having to use those specific services?
I.e. your device can connect remotely to your home network resources while having its internet traffic routed elsewhere through another VPN provider. Is this possible on Android/iOS with their platform limitations for VPNs?
https://tailscale.com/mullvad
Anonymous
8/31/2025, 6:37:11 PM
No.106444381
[Report]
>>106447556
I need a good source for downloading e-books/PDFs of books. I feel like I've downloaded books from libgen before, but I might have it confused with another site because I can't download shit on there right now.
when my fans hit certain frequencies it makes my side panel rattle and its driving me fucking insane because of how loud it is. ive got all kinds of stuff propped up against the side to hold it down and stop the noise but i have to keep readjusting it. is there anything else i can do
any recommendations or things to look out for when getting a new desk? almost everyone has height adjustment but I don't care for that. maybe a simple handcrack where you set it once would be nice but I don't need more.
I'd like the other gimmicks like integrated plugs for charging or a raised plateau for a screen specifically (I know I can but this seperate)
also does it matter if you turn off your pc or put it to sleep and then wake the next day? some desks I've been looking at have a 'pc spot' at the back of the desk where I couldn't reach it to turn it on, so wondering if turn off and on or sleep mode matters
Anonymous
8/31/2025, 7:20:02 PM
No.106444758
[Report]
>>106444808
>>106444736
you can set your fan curves with software or bios to keep it below that limit
Anonymous
8/31/2025, 7:24:41 PM
No.106444796
[Report]
>>106444736
Rubber mounts, rubber inserts, lower/higher fan speed.
>>106444758
is there a way to "blacklist" certain ranges? picrel as an example, im just not familiar with that sort of tool / program / etc
>>106444808
Most fan curves can probably be set to limits outside that range at a 1*C difference. Make it steep enough and it will be extremely unlikely to hit that specific frequency, and especially unlikely to stay there for any amount of time.
E.g. if 2000rpm is vibrating, set 50*C to 1600rpm and 51*C to 2400rpm
The only downside is that I'm not sure how much this will affect the fan service life if it spins up and down so much frequently. But fans normally last a decade and are very cheap so if it were me I'd just do this anyway and if fans start failing then maybe rethink it later
Anonymous
8/31/2025, 7:30:26 PM
No.106444836
[Report]
>>106445004
>>106444808
>>106444828
just set the minimum above or never go above the rattle
alternatively fix or get new fans or mount them with the rubber noctua style mounting screws
Anonymous
8/31/2025, 7:50:14 PM
No.106445004
[Report]
>>106444828
>>106444836
perfect, ill toy with it in a bit and see where best to keep my levels. thanks anons
Anonymous
8/31/2025, 7:53:08 PM
No.106445032
[Report]
>>106444736
Why not a cloth/flannel/jumper/etc instead?
Anonymous
8/31/2025, 8:14:48 PM
No.106445192
[Report]
>>106445220
I forgot to flip on my VPN when torrenting some porn at home, does comcast still send letters for this shit?
Anonymous
8/31/2025, 8:18:32 PM
No.106445220
[Report]
>>106445346
>>106445192
Comcast is still required to send copyright strikes if the rights holder sees your IP in the swarm and sends them a notice. Use split tunneling or network namespaces so your client can't connect without VPN.
Anonymous
8/31/2025, 8:36:41 PM
No.106445346
[Report]
>>106445220
Just gotta sweat it out and hope I don't face familial ruin for torrenting fetish porn for 30 minutes.
>>106439810 (OP)
can someone tell me an Youtube app (with the same usecase Vanced had for phones) for smart Tvs? And also tell me how the process of installing it on the TV is called so I can research for it, please
Anonymous
8/31/2025, 10:48:26 PM
No.106446571
[Report]
>>106446646
>>106445618
Smarttube? It requires an android based tv though
Anonymous
8/31/2025, 10:49:39 PM
No.106446580
[Report]
>>106446656
Considering recent sociopolitical issues, should 4chan reconsider Global Rule 14, specifically the bit about posting from proxies or VPNs?
Anonymous
8/31/2025, 10:56:20 PM
No.106446646
[Report]
>>106446687
>>106446571
But how do I install an sideloaded app in a locked down smart TV? I have seen a friend do it with an laptop, but we dont talk anymore so Idk how to search for it
Anonymous
8/31/2025, 10:57:00 PM
No.106446656
[Report]
>>106446580
Maybe, but they're probably getting more money from passes
>>106446646
The github page has instructions. Basically by downloading a downloader app (which you can use to download Kodi as well) from google play or amazon appstore
Anonymous
8/31/2025, 11:03:29 PM
No.106446722
[Report]
>>106446687
You could install the apk file manually of course
Anonymous
8/31/2025, 11:05:42 PM
No.106446742
[Report]
>>106446687
Ah ok, thanks anon
Anonymous
8/31/2025, 11:12:23 PM
No.106446803
[Report]
>>106445618
just install newpipe
Anonymous
8/31/2025, 11:14:41 PM
No.106446826
[Report]
I can't get either Better Cleartype Tuner or Mactype to change text rendering in Windows 11
Is there any sort of OS level setting or other software that might be interfering with them? Or having both installed possibly interfering with each other?
Anonymous
8/31/2025, 11:33:53 PM
No.106447000
[Report]
>>106447135
My new Lenovo Thinkpad supports both having a physical SIM inside it and an eSIM apparently (never used one).
What are the advantages of using a physical one over an eSIM? I have an old SIM from the good old days where you could buy one without giving the seller any information about your identity, but apparently nowadays in the EU there are cancer laws that require an ID and/or a scan of your face. Like what the fuck?
Anonymous
8/31/2025, 11:45:27 PM
No.106447135
[Report]
>>106447187
>>106447000
>What are the advantages of using a physical one over an eSIM?
You don't need permission from your ISP to swap it into another device.
Anonymous
8/31/2025, 11:51:41 PM
No.106447187
[Report]
>>106447466
>>106447135
The fuck? What's the point of having them then? I thought it would work at least like you can have it active at any device at any time, but only one instance, like old Steam.
Anonymous
9/1/2025, 12:19:12 AM
No.106447466
[Report]
>>106447187
The advantage of eSIM is that you can more easily store a few on one device. We never really had dual-SIM slot phones in the US, so most people don't care either way. But if you travel to places without ISPs that support eSIM or swap out your phone a lot it's more of an issue.
Anonymous
9/1/2025, 12:23:12 AM
No.106447508
[Report]
How do I get rid of the "No Input Signal" box bouncing around on my monitor (HP E241i)? I have two of them, both are connected to my desktop PC via DisplayPort cables, and to my two laptops via HDMI<->DVI cables. One of them just goes dark/power saving mode when there's no input from the currently selected input, the other does the bouncing thing. I mirrored every setting between them in the OSD and still it bounces crazy style on only one of them.
Anonymous
9/1/2025, 12:27:24 AM
No.106447556
[Report]
>>106444381
annas archive?
I tried to do NVIDIA "DSR" but it doesn't really work properly.
>have 1080p display
>want to render game at 3840x2160, be able to take screenshots at 3840x2160, but map it to 1920x1080 for 240Hz refresh.
The problem is when I set the resolution to 3840x2160 for DSR, I can only choose 60Hz. My game runs at 400 FPS+ in 4K, I have enough power but can't downsample and get high refresh rates. I can record footage in 4K 240 FPS (allowing 8x slow motion 30FPS playback) so the frames are real and present but it just doesn't feed them to my monitor. I have to actually drop the resolution to increase the refresh rate. I don't get it. I thought as long as I could render the frames, I could use it, and the GPU would be sending the monitor downsampled data but it seems like I am getting limited by port bandwidth or cable bullshit.
Some games come with a render scale slider that goes up to 200% which is great and lets me render games downsampled for better quality but this is still on a native res "canvas" and works in windowed mode, etc. DSR is different and apparently a nothingburger since it seems to be little or no different from just creating a fucking custom resolution of a higher size. Is that really all it is? Is there a fix for this or am I just fucked? Is this just another NVIDIA scam?
>render 240 frames at 3840x2160
>resize frames to 1920x1080 and send them to the 1920x1080 display at 240Hz
ERROR NO CAN DO GO FUCK YOURSELF SAAR
Why doesn't this just happen and work as expected? What in the fuck is DSR doing wrong?
Can someone exsplain to me why people use, tablets, Giant huge phones (include the big folding ones), tv screens, and other things.
When all you need is a small smartphone, and 300$ pair of this? (or can spend like 600$ for some "pro" pair)
>201 inch screen where ever you want
>every thing you see is private
>gives extra headphones on your face, that you don't notice
>protect from sun, or people trying to id your eyes.
Using apps or ai or something
>translation for voice and reading text or signs?
>does math for you wherever, for payment or junk
>gives you directions in your eye sight, but you can also still see other things.
>gives prices and other deals on stuff you see in stores, without having to spend 5 minutes checking google.
How many years, until people stop using other tech, and switch to smart glasses?
Who in g lives in the "future" ?
Anonymous
9/1/2025, 12:50:38 AM
No.106447762
[Report]
someone explain to me like I'm retarded how webp works. I wanted to download this image to post in /ck/. the address bar says it's a .jpg, but my browser says it's actually .webp. when I save it the file extension is .jpg, but I can't upload it because it says it's not an allowed file type. how can the file type be different from what the extension says it is?
Anonymous
9/1/2025, 12:56:01 AM
No.106447803
[Report]
>>106447757
New tech takes a while to permeate the consumer base. Smart glasses are still very much in the stage of being relatively new, pretty obscure, only manufactured by a few companies and still having plenty of tradeoffs.
And one big tradeoff is having a bulky pair of glasses on your face. Having a tablet is socially normal, having chunky AR glasses is seen as weird and people haven't gotten used to them so they'll say it's bulky and uncomfortable. (Yes tablets can be heavy and "bulky" to hold as well but again, people are used to them and people are even more used to holding devices of all kinds in their hands, glasses are just not something anyone is used to having be bulky.)
Another big tradeoff is the control scheme, on a tablet the touch screen is the most normie-friendly instant feedback control mechanism possible that even 2 year old babies learn to use, whereas with glasses you need to either still pull out your phone or have some kind of remote controller thingy. Eye tracking controls might help but again this is currently still very much on the level of experimental gadget AND it's still less intuitive than a touchscreen. Gesture controls might be a decent replacement but a) again this would take a long adjustment period for society to deem it normal, and b) gesturing at some virtual screen floating in the air is a lot more clunky than just tapping at a small (in comparison) screen held in your hands.
>>106447795
Because what you're seeing in the address bar is not the extension, it's the URL. The URL is the address on the website you're visiting, the web server takes this address and can serve you up literally whatever in response. Normally if you access a file by filename the server will just send you that file but there's no particular reason that it has to, it's just how it usually works.
In this particular case clearly the website is configured such that addresses that look like jpg images actually send you a webp image.
That's not "how webp works" btw, that's just how the internet and websites work. How webp works is similar to how any other image format works just with different compression algorithms etc. And way shittier.
Anonymous
9/1/2025, 2:06:07 AM
No.106448297
[Report]
>>106447757
Giant huge headphones have balls. Smart glasses headphones have no balls.
Anonymous
9/1/2025, 2:08:34 AM
No.106448310
[Report]
>>106448420
>>106439810 (OP)
Any oldfags here remember the days of scouring the internet for login details of porn sites? Dodging viruses just to try a bunch of logins until occasionally one worked and you got the good shit for a little bit?
Why doesn't the same thing exist now for AI video generation sites?
Any recommended plugins on viewing EXIF data on hover on Firefox?
Anonymous
9/1/2025, 2:14:23 AM
No.106448354
[Report]
>>106449083
>>106447818
but when I try to save the file it wants to save it as a .jpg with the file name from the address bar. how does it trick your browser like that? if you had a virus called picture.jpg but it was actually .exe it would show up as picture.jpg.exe when you save it wouldn't it?
Anonymous
9/1/2025, 2:25:11 AM
No.106448420
[Report]
>>106448472
>>106448310
do you get unlimited gen? porn site sharing was cuz you didn't need it all the time and sites probably didn't have login limits and sessions at the time.
Anonymous
9/1/2025, 2:32:54 AM
No.106448472
[Report]
>>106448420
I think a lot of the paid subscriptions have unlimited gen, but back in the day sites like that were hacked all the time, so why aren't we getting hacked accounts?
Bear in mind that a fuckton of these nsfw ai porn genning sites have popped up, mostly run by indians who don't know what the fuck they're doing, seems crazy to me there aren't a flood of sites/logins with a bunch of credits to use or something.
Anonymous
9/1/2025, 2:45:10 AM
No.106448560
[Report]
>>106449711
>>106439810 (OP)
Is there a good offline Calendar I can download for Windows 10? I accidentally uninstalled the pre-installed one when I was running ShutUp10 and all that and I'd like to have something I can ideally embed in the taskbar (I use RetroBar in case that makes a difference.)
I'm not looking to be able to set appointments or reminders or anything like that. I literally just want to be able to quickly pull up a list of dates so if I find out "X thing is happening on May 23rd" I can just pull it open and scroll to that day to see what day of the week it is.
Anyone have any suggestions?
Anonymous
9/1/2025, 4:01:22 AM
No.106449083
[Report]
>>106448354
There are no "files" on HTTP, only resources and URLs.
You're trying to project your concept of files/folders to the web, but that's a problem with your understanding, not with the web.
You told your browser to save a resource locally and it did its best to give it a file name. It could have used "123" instead of "some.jpg", doesn't matter, the same data would be in that file.
Also, file extensions have nothing to do with the type of data in those files, an EXE is still executable code even if you name it bob.jpg.
When it comes to Docker, how do I know when something should be a service vs a container?
Anonymous
9/1/2025, 5:04:51 AM
No.106449519
[Report]
>>106449391
Docker is the service, and you're the container.
No wait, sorry, I was thinking of Grindr.
Anonymous
9/1/2025, 5:09:28 AM
No.106449543
[Report]
>>106451979
>netsh wlan connect name="[WIFI_NETWORK_NAME]"
Why do these commands sometimes fail? I have them as shortcuts to netsh.exe on my desktop so I can switch between my multiple wifi networks with a keyboard shortcut (assigned to the shortcut...shortcut). If it fails and I run it two more times, it works. But it's annoying to have to check if it worked or not and keep spamming the shortcut.
Anonymous
9/1/2025, 5:44:17 AM
No.106449711
[Report]
>>106450652
>>106448560
Thunderbird has a calendar. Not sure if it works exactly the way you want it to. But I'm not sure why it wouldn't be easier to do this with your phone.
Anonymous
9/1/2025, 6:58:18 AM
No.106450089
[Report]
>>106451527
Are there any trackpads with a 2.4 ghz dongle that don't suck?
Anonymous
9/1/2025, 7:04:01 AM
No.106450120
[Report]
>>106451971
Trying to compile and run d2x-redux
https://github.com/dxx-redux/dxx-redux so I can run it as a server. It seems to build successfully, but...where's the executable? It's not in build or the main folder or anything. It's not even showing up on autocomplete.
Anonymous
9/1/2025, 7:09:24 AM
No.106450155
[Report]
>>106451959
Why do people accept nonfree software? If google decided to spam android users with CP instead of ads wouldn't you still not have a problem with it?
Anonymous
9/1/2025, 8:11:29 AM
No.106450397
[Report]
>>106439810 (OP)
Any anons here with a chromecast? I've never had desync issues before but with
https://youtu.be/M2OTe6FLoO0 specifically the video is skipping ahead five seconds while leaving the audio behind. The video time doesn't change but I can see the on-screen timer jump from 3:47:37 to 3:47:42. Playing it on anything else doesn't have this issue so I know there's nothing wrong with the video itself. Was wondering if anyone else could replicate this / it's a known issue or if there's just something wrong with mine.
Anonymous
9/1/2025, 8:16:47 AM
No.106450433
[Report]
>>106450526
Ok so I just kinda have I dumb question I've always been wondering. The thing with remote or home servers. Is like how do you turn it on from far away or what happens if it randomly turns off due to power outage or some disaster or whatever?
Anonymous
9/1/2025, 8:32:51 AM
No.106450526
[Report]
>>106450667
Anonymous
9/1/2025, 8:51:44 AM
No.106450637
[Report]
>>106451953
I need free/open source keylogger.
I am surprised how difficult it is to find one...
Anonymous
9/1/2025, 8:54:03 AM
No.106450652
[Report]
>>106449711
Thanks, Anon. I guess I could but I usually have my phone set off to the side somewhere, whereas I have my computer hooked up to a large TV at the foot of my bed and it usually comes up when I'm laying in bed with my fiance and she's all like: "Oh, such and such is happening on X date, do you wanna go?" and then I have to check to see what day of the week it is and when it falls on my pay period. When I'm on my work laptop the Windows 10 Calendar works just fine so I just figure it out seamlessly, but after work I usually reflectively try to check the calendar, remember I don't have it, then have to grapple for my phone. It's quite a first world problem, but I can't help but kick myself for not just keeping the dang thing installed in the first place because it would circumvent this problem entirely.
Anonymous
9/1/2025, 8:56:39 AM
No.106450667
[Report]
>>106451565
>>106450526
Ah I see so it is possible. Ok now my next question is how feasible/easy is it to set this up for a normie on an old or a series of old laptops?
Anonymous
9/1/2025, 9:50:42 AM
No.106450983
[Report]
>>106441458
>is it possible to install cracked adobe software like on windows?
Yeah, depends where you get the cracked program, usually it comes with a guide and all the utilities needed to install it and block it's access to internet, etc.
>I wasn't able to install some dmgs when deemed unreciognized by the system
What
>>106441569 said.
Anonymous
9/1/2025, 11:31:06 AM
No.106451527
[Report]
>>106449391
Docker has no concept of service, so the decision process seems pretty straightforward.
>>106450089
I doubt it.
The Apple one is the only decent trackpad I've ever seen, but no dongle.
Anonymous
9/1/2025, 11:38:56 AM
No.106451565
[Report]
>>106450667
1. WoL doesn't work over the internet, so you better check that your router has this functionality (pic related)
2. Laptops rarely have WoL exposed in the BIOS, you'll need to check each of them and enable it where available.
Anonymous
9/1/2025, 1:00:04 PM
No.106451949
[Report]
>>106452132
what else should I do in uBO?
Anonymous
9/1/2025, 1:01:28 PM
No.106451953
[Report]
>>106450637
look for floss keyloggers/keystroke loggers
Anonymous
9/1/2025, 1:02:38 PM
No.106451959
[Report]
>>106450155
it's a matter of quality. try to compare lmms with ableton live, audacity with adobe audition, ...
Anonymous
9/1/2025, 1:05:32 PM
No.106451971
[Report]
>>106454249
>>106450120
try to find them using the 'locate' command. update the database before using the command, doe: sudo updatedb
Anonymous
9/1/2025, 1:06:33 PM
No.106451979
[Report]
>>106449543
AutoHotkey? Python script?
Anonymous
9/1/2025, 1:08:38 PM
No.106451987
[Report]
Anonymous
9/1/2025, 1:11:31 PM
No.106451996
[Report]
>>106448311
it would be better for you to ask the AI to write a userscript using exiftool
Anonymous
9/1/2025, 1:19:22 PM
No.106452033
[Report]
>>106444750
skip the fancy electric height adjusters if you don't care for them and just get a solid desk with the conveniences you'll actually use. built-in outlets or USB ports save you crawling under, and a raised monitor shelf helps posture; as for the PC, if the power button ends up tucked away, just use sleep mode overnight since it’s quick, low-power, and easier than reaching back to shut down and restart every day, but turn off your modem or remove the network cable
Anonymous
9/1/2025, 1:22:27 PM
No.106452051
[Report]
>>106441913
for designing data systems at scale, the gold standard is Designing Data-Intensive Applications by Martin Kleppmann. it's practical, modern, and covers the big trade-offs; if you want broader context, Database Internals (Petrov) and Site Reliability Engineering (Google) are solid companions; as for libraries, the old-school O'Reilly Safari Books (now O'Reilly Learning) is still around with a big cloud section, and alternatives like Packt or Manning's subscription libraries give you that "bookshelf" feel online
Anonymous
9/1/2025, 1:23:29 PM
No.106452057
[Report]
>>106440920
>RAM
VMs, me dude. run CAPEv2
Anonymous
9/1/2025, 1:37:09 PM
No.106452132
[Report]
>>106452214
>>106451949
Block remote fonts, to hinder fingerprinting
Anonymous
9/1/2025, 1:39:00 PM
No.106452144
[Report]
>>106455435
>>106444750
I recommend monitor arms for monitors, way better than a shelf.
You can still use a shelf for organisational purposes but monitors are just so much nicer when they're on an arm and you can adjust them precisely the way you need to. Saves a ton of space on your desk from the bulky stand too.
Anonymous
9/1/2025, 1:53:38 PM
No.106452214
[Report]
>>106452132
thank you very much, genleman
>>106447743
Are you setting dsr in game or as the monitor resolution?
Anonymous
9/1/2025, 3:09:05 PM
No.106452721
[Report]
>>106452779
Anyone know anything about these shitboxes? My sister has insisted on buying one for her family and another for my mother and the whole thing reeks to me.
I torrent my music and anime, sure, but a prebuilt streaming device that just happens to have all cable provider channels and films?
Feel like a schizoid staying up until 6 AM trying to research this thing and all I find is praise about it or a VERY small handful of people urging others to not use it or have the utmost caution when handling it. I just need to know is it safe to have this thing on the guest wifi, or should I start looking at a cheap router to host these things on exclusively before my ISP cuts me off?
Anonymous
9/1/2025, 3:11:24 PM
No.106452741
[Report]
>>106462612
>>106452682
Tried multiple options, it requires full screen so has the issue no matter what.
Anonymous
9/1/2025, 3:16:55 PM
No.106452779
[Report]
>>106452827
>>106452721
I bet this thing streams everything that is spoken in your home
Anonymous
9/1/2025, 3:22:51 PM
No.106452827
[Report]
>>106452967
>>106452779
Just about every smart piece of shit home tech does that. Only ever hear about Alexa and Google Home doing it on the news, though. Miss the days when my machines didn't speak back to me. Or listened.
>>106439810 (OP)
>install fresh OS on upgraded PC
>random graphic artifacts appear (pic)
wat do?
Anonymous
9/1/2025, 3:39:49 PM
No.106452967
[Report]
>>106453085
>>106452827
>only ever hear about Alexa and Google Home doing it on the news
the fuck... what news?
Anonymous
9/1/2025, 3:55:24 PM
No.106453085
[Report]
>>106453745
>>106452967
Mainstream tech press. What are you reading?
Anonymous
9/1/2025, 5:22:55 PM
No.106453732
[Report]
>>106454064
is there a version of this in pdf or zip that I can download?
https://capev2.readthedocs.io/
Anonymous
9/1/2025, 5:23:56 PM
No.106453741
[Report]
rss feeds for cybersecurity
Anonymous
9/1/2025, 5:24:57 PM
No.106453745
[Report]
Anonymous
9/1/2025, 5:26:10 PM
No.106453755
[Report]
>>106452903
check the hardware
Anonymous
9/1/2025, 6:02:38 PM
No.106454064
[Report]
>>106454105
Anonymous
9/1/2025, 6:07:30 PM
No.106454105
[Report]
>>106454064
that's it. thank you my man
Anonymous
9/1/2025, 6:22:46 PM
No.106454249
[Report]
>>106455344
>>106451971
Bah, seems I don't have either of those here.
If it matters, this is actually in a Docker container/image that uses Debian Stable as a base. Maybe I should spin up another machine and run everything there and see what happens...
Anonymous
9/1/2025, 6:54:39 PM
No.106454502
[Report]
>>106452903
that kind of text corruption with colored blocks and fragments usually points to a graphics driver or hardware rendering issue. most often it’s due to a buggy or mismatched GPU driver, VRAM errors, or hardware acceleration conflicts in the browser/application displaying the text; try updating or reinstalling your GPU drivers, disabling hardware acceleration in the affected app, and if the problem persists, stress-test your GPU/VRAM to rule out hardware faults
Anonymous
9/1/2025, 8:39:19 PM
No.106455254
[Report]
>>106456521
Do I have to remove the fan on my Ryzen CPU to apply thermal paste or am I looking at the wrong place?
Anonymous
9/1/2025, 8:51:01 PM
No.106455344
[Report]
>>106454249
then install it
apt install mlocate
Anonymous
9/1/2025, 8:51:09 PM
No.106455346
[Report]
>>106455358
>>106455332
Yeah, I pulled it off with another VM. Turns out it was under build/main
Though I have since began doubting that d2x-redux even has dedicated server capability. What I get for listening to AI, I guess
Anonymous
9/1/2025, 8:52:39 PM
No.106455358
[Report]
>>106455346
AI plays a deeper game. it gives you directions for you to have specific experiences
Anonymous
9/1/2025, 8:58:30 PM
No.106455403
[Report]
>>106439810 (OP)
On Windows 11, can you ignore specific updates like you could in the past?
Anonymous
9/1/2025, 9:01:50 PM
No.106455435
[Report]
>>106455474
>>106452144
I'm not familiar with arms at all (I'm using text to speech) but it sounds like there are zero downsides, is this true?
I assume you can't use one with a flimsy (half)desk but that's definitely not something I'm interested in
Anonymous
9/1/2025, 9:07:43 PM
No.106455474
[Report]
>>106456143
>>106455435
The main downside is you have to buy an extra $100 or so gadget (for a good one with a gas spring - if you get a shitty one it might just be more annoying than helpful, if its range isn't good enough for you or it sags by itself for example).
Oh and yeah if your desk is MDF and thin, you might need to get in like a plank of wood between the clamps to prevent it from denting or cracking. If your desk is MDF and thick, it'll dent a bit but it'll hold just fine. If your desk is hardwood it'll obviously have no effect.
My PC shat itself when there was a power outtage while it was apparently updating. Windows was fucked and I had to reinstall from scratch. At first it couldn't even install because I had to reformat and repartition the main drive, but after doing that the install went well.
BUT now, sometimes(not always strangely) when booting or when powering down it gives me a bluescreen about Windows being damaged, it looks like it's trying to boot from the wrong drive, as in the UEFI the main boot drive doesn't show up, only the second drive(an M2 drive). When it gives me the error on startup I just enter the UEFI and exit then it starts normally. Any idea what's going on there?
Anonymous
9/1/2025, 10:19:14 PM
No.106455985
[Report]
is jdownloader in docker just ass or why are my download speeds fluctuating this much?
i'm getting steady 60 mb/s through the windows client
it runs on a DXP4800+
Anonymous
9/1/2025, 10:40:52 PM
No.106456143
[Report]
Anonymous
9/1/2025, 11:04:33 PM
No.106456349
[Report]
>>106455534
you can try seeing if the drive reports problems with SMART or the mobo is fucked idk
Anonymous
9/1/2025, 11:24:29 PM
No.106456521
[Report]
>>106455254
Yes, the paste goes between the cooler and CPU.
>>106455534
Try removing the second drive, if this helps then you need to see how many ESPs there are on your disks (FAT32, usually the first partition on the disk, less than 1 GB in size).
If there are two, nuke one of them (just zip all its files together and remove the originals). If this didn't help, unzip them back and repeat the procedure with the other disk.
If there's just one ESP, you need a BCD editor to review the boot entries.
All of this can be done from HBCD, all the tools are there.
https://www.hirensbootcd.org/download/
Anonymous
9/1/2025, 11:43:47 PM
No.106456688
[Report]
Is there a way to mass download from pixiv? I'd like to save all the pictures of my cute little waifu (with source and tags preferably) but that's 10k+
What app are we using since KurobaEx died?
Anonymous
9/2/2025, 12:12:02 AM
No.106456936
[Report]
>>106456689
Mobile Safari.
Anonymous
9/2/2025, 1:01:52 AM
No.106457362
[Report]
>>106459444
>>106456689
>KurobaEx
It still works fine, never stopped using it
Anonymous
9/2/2025, 2:56:58 AM
No.106458057
[Report]
>>106458100
>>106439810 (OP)
Is it alright to connect a few peripherals with a USB hub? Do I need a powered one in this case? I have a wheel, shifter, handbrake and button box on my racing rig and I want to clean up the cable clutter on it.
Anonymous
9/2/2025, 3:00:02 AM
No.106458069
[Report]
>>106439810 (OP)
Finished this game a little while ago. The first riddle on hard was bullshit.
Anonymous
9/2/2025, 3:03:34 AM
No.106458100
[Report]
>>106458057
If in doubt, buy a decently priced branded one
You might not need it to be powered but it'll definitely help reliability. However if your computer's port is capable of power delivery (as in the standard for high-powered charging and stuff, not just the normal 5V/1A) then there might be hubs that just power themselves off of the one USB cable without needing external connectors.
Anonymous
9/2/2025, 4:34:03 AM
No.106458678
[Report]
How stupid is it to use a flash drive for backups? I only write to it once a week, and I have everything on there backed up to Mega as well. They say flash drives go tits up all the time, but I have one that I bought about 15 years ago, and it still works. Not the one I use for backups, obviously.
Anonymous
9/2/2025, 4:46:04 AM
No.106458749
[Report]
>>106459592
What's the beset android emulator to use right now on windows?
Anonymous
9/2/2025, 4:49:24 AM
No.106458770
[Report]
>>106447757
>Giant huge phones (include the big folding ones)
As I've come to need reading glasses in the last couple of years, one reason is that normal sized phones can be hard to read. And even if increase text size, the viewport stays the same size, so little is able to be on the screen as same time.
A large folding Samsung flip phone is definitely my next phone.
Anonymous
9/2/2025, 4:51:10 AM
No.106458776
[Report]
>>106447818
>>106447795
Some people save WEBP images as JPEG. The image viewers read the header and say 'hey,
thats not jpeg, that's webp!'. Ultimately y\ou have to resave as jpeg to acheive what you want.
Anonymous
9/2/2025, 4:54:47 AM
No.106458797
[Report]
>>106460921
Is there such a thing as a portable monitor, something like a tablet screen but just the monitor with bluetooth, radio, or wired connections? I don't need touchscreen functionality but it's okay if that is included.
I'm building a bed computer layout with an arm that folds out over the pillow facing down, but I need something lighter than any monitor I can find.
>>106439810 (OP)
So, you've heard of that kind of old ROM device like what the apollo computer had, with the hand-wound iron core thingies...
But like, couldn't I make a rom device out of an array of little switches, and like, just power the thing and get 1's out of the closed switches and 0's out of the open ones?
Not for any practical purpose, I just want to do something liek that for shitz n giggles.
Maybe a little 4004 rig or something.
Anonymous
9/2/2025, 5:28:55 AM
No.106458999
[Report]
>>106459533
So like a decade ago, Android used to let you plug in your phone to your pc, and give you the option to drag and drop a folder full of MP3s into a player/tag editor. Now, this is not do able.
Is there some way I can edit the music tags of my mp3s on my phone when I connect it to my pc?
Anonymous
9/2/2025, 5:50:15 AM
No.106459146
[Report]
>>106458802
isn't that what Minecraft redstone is?
Anonymous
9/2/2025, 6:24:07 AM
No.106459296
[Report]
>>106461722
can I ask a telly related question here if it's related to hard and software?
Anonymous
9/2/2025, 6:36:54 AM
No.106459350
[Report]
>>106459661
I know that Discord uses Electron which is hot dogshit but how the FUCK does animating a color gradient that follows the mouse gobble up an entire cpu core?
Also the cpu usage and lag of streaming video has increased massively in the last couple months. The fuck did they do?
Anonymous
9/2/2025, 6:57:38 AM
No.106459444
[Report]
>>106460592
>>106457362
Posting doesn't work with the new captcha no?
Anonymous
9/2/2025, 7:12:30 AM
No.106459533
[Report]
>>106458999
Musicbee handles that fine.
Anonymous
9/2/2025, 7:21:30 AM
No.106459592
[Report]
>>106458749
bump
what are people using for android emulator? I can't get mumu to install for whatever reason
Anonymous
9/2/2025, 7:34:41 AM
No.106459661
[Report]
>>106460446
>>106459350
we may never know
Anonymous
9/2/2025, 7:52:06 AM
No.106459742
[Report]
>>106458802
Not really unless you're talking about relays or reed switches. You need some kind of voltage driven automatic switching action to simulate transistor behavior.
Anonymous
9/2/2025, 9:23:30 AM
No.106460237
[Report]
>>106460411
Why is it so hard to find quality pressurized air?
Like I tried to order multiple brands online and sometimes they come with just a tiny air outlet and you have to hold a plastic stick inside it, so you have to use both hands. Sometimes the same brand instead comes with a sophisticated outlet, where you attach the thing on top and press down on it, so you can just do it with one hand.
Why can't someone just make a plastic wrap around device that you can attach over the small air outlet tube to extend the tube's range???
Anonymous
9/2/2025, 9:32:41 AM
No.106460282
[Report]
>>106460350
How do I change the "Translate link/selection/etc" function in the right click context menu in Firefox? Mine wants to translate to Japanese for some reason, I want it either off or Translate to English. Duck Duck Go just tells me about the amazing possibility to translate Japanese to English.
Anonymous
9/2/2025, 9:46:26 AM
No.106460350
[Report]
>>106460282
You should be able to change languages in preferences menu,
To disable translate, about:config
browser.translations.enable false
browser.translations.select.enable false
Anonymous
9/2/2025, 9:58:24 AM
No.106460411
[Report]
>>106460429
>>106460237
what the fuck are you even saying
Anonymous
9/2/2025, 10:02:11 AM
No.106460429
[Report]
>>106460553
>>106460411
See the tube on top connected to the air outlet? That's my problem. I press down and it just blows out if I don't hold it down with another hand.
Anonymous
9/2/2025, 10:04:52 AM
No.106460446
[Report]
>>106459661
Why do I get no flies in my studio apartment? Is it because it's relatively high? Like 6th floor out of 7. I had less than 10 flies here in the last 3 years. And there's a plenty of them down at the garbage bins because the homeless keep breaking into them to search for delicious trash.
Anonymous
9/2/2025, 10:09:05 AM
No.106460480
[Report]
Does anyone know of a locally stored english dictionary extension for firefox?
All the dictionary extensions i found take like 3+ seconds to look up a word on a website. I think this is silly since you can probably fit a whole dictionary in under 50mb of space
Anonymous
9/2/2025, 10:20:06 AM
No.106460553
[Report]
>>106460429
why the fuck are you being these shitty repurposed wd40 cans
look even the cans on their site have a proper nozzle mount
you should just get an electric duster anyways
Anonymous
9/2/2025, 10:22:20 AM
No.106460566
[Report]
i need to ocr textbooks whats the best tool thats multi lang?
Anonymous
9/2/2025, 10:26:44 AM
No.106460592
[Report]
>>106462121
>>106459444
Yes it does, I'm posting with kurobaex right now
Anonymous
9/2/2025, 11:23:40 AM
No.106460921
[Report]
>>106460981
>>106458797
Yeah those exist, but they're universally pretty mediocre in display quality.
Anonymous
9/2/2025, 11:31:35 AM
No.106460981
[Report]
>>106460998
>>106460921
Mediocre display quality is fine for me. What search terms or brands would I query to find these on newegg or amazon? Do you have a link handy to one of them, which I can use to improve my searches?
Is there a category of these things somewhere?
Alternately, is there a way I can install something on a shitty used x86 or x86_64 tablet and use that as a monitor somehow?
Anonymous
9/2/2025, 11:34:09 AM
No.106460998
[Report]
>>106460981
Searching for "portable monitor" works just fine for me, here's a random one with lots of reviews:
https://www.amazon.com/Portable-Monitor-15-6inch-Computer-Protector/dp/B088D8JG3L/
Anonymous
9/2/2025, 12:50:36 PM
No.106461512
[Report]
>>106440553
Still works for me.
Anonymous
9/2/2025, 1:15:40 PM
No.106461722
[Report]
>>106459296
If it's a stupid one then sure, go ahead.
Anonymous
9/2/2025, 1:24:12 PM
No.106461782
[Report]
>>106461819
Started new job, got new laptop with Windows 11 and turns out I cannot restore old Start Menu with registry edit anymore. Is third party software the only option now?
Dear God, I'm using this OS for few hours and already hate everything in it. Windows 10 was miles ahead of this turd.
Anonymous
9/2/2025, 1:28:35 PM
No.106461819
[Report]
>>106461944
>>106461782
What's your job? Are you able to ask for a different one?
What I used on windows 10 was OpenShell btw
Anonymous
9/2/2025, 1:46:33 PM
No.106461944
[Report]
>>106461819
No, I can't. I will check if this OpenShell have Win11 version then.
Anonymous
9/2/2025, 2:10:35 PM
No.106462121
[Report]
>>106460592
No you aren't, you're just browsing with KurobaEx which then opens your web browser inline so it can post.
Anonymous
9/2/2025, 3:17:21 PM
No.106462612
[Report]
>>106447743
>>106452682
>>106452741
For some reason toggling "Perform scaling on:" setting from GPU (what it should be) to Display(what it absolutely shouldn't be), then back to GPU after enabling DSR seems to have fixed the issue and I can run 3840x2160 at high refresh on my 1920x1080 monitor now.
Not sure what went wrong but at least now I know that it can work as I expected it to, previously I've only used it in the past for 60Hz screens but I find anything under 120Hz intolerable these days so this was bugging me.
So it works but apparently has some bugs but once set at least I can do the thing I wanted to.
Anonymous
9/2/2025, 3:21:32 PM
No.106462647
[Report]
>>106462728
im trying to sync some music from my macbook to my iphone, but im getting the a message telling me the phone doesnt have enough storage left
however i know it does have enough available for the amount im trying to sync
anyone know how to solve this issue?
Anonymous
9/2/2025, 3:32:09 PM
No.106462728
[Report]
>>106462740
>>106462647
Sounds like your only option is either to only to a partial transfer, remove some stuff, or, remove all the audio files and stream the audio using mobile data.
Anonymous
9/2/2025, 3:34:05 PM
No.106462740
[Report]
>>106462728
thanks for the reply
it kind of already is a partial transfer, as ive selected to only sync ticked songs
but the problem still remains
>>106439810 (OP)
>use sus android VPN app (in an island) to avoid some ISP website bans
>very fast service
>their ads don't work?
>attempt to see some info about the connection by visiting sites that reveal all the http header
>X-FORWARDED-FROM: MY-FUCKY-WUCKY-IP
I hate the antichrist so fucking much.
>>106462886
I don't understand what you're saying. The VPN was leaking your real IP in the header? While still actually proxying the request itself, or not? What do you mean by the ads not working, that sounds like a good thing
Anonymous
9/2/2025, 3:59:02 PM
No.106462940
[Report]
>>106462962
>>106462886
sucks to be poor and dumb i guess
>>106462916
It wasn't a VPN at all.
>>106462916
Yes, the VPN was leaking my real IP to websites
Yes, the ads not working is a good thing.
>>106462940
It IS a VPN. It works and avoids bans, but it reveals my IP to websites, not the ISP.
Anonymous
9/2/2025, 4:03:07 PM
No.106462975
[Report]
>>106463032
>>106462962
That's pretty funny. Why the fuck would it even do this
Anonymous
9/2/2025, 4:11:03 PM
No.106463032
[Report]
>>106462975
Probably because they don't want their datacenters raided or IPs banned due to malicious clients.
Anonymous
9/2/2025, 4:11:30 PM
No.106463038
[Report]
what happened to the /f/ revival thread? oh wait, OP realised it was a pointless effort, like i told him from day 1? who'd have thunk.
Anonymous
9/2/2025, 4:12:36 PM
No.106463049
[Report]
>>106463199
>>106462962
It's a proxy not a VPN. Wireguard to my house doesn't show my phone's IP in HTTP headers.
Anonymous
9/2/2025, 4:32:13 PM
No.106463199
[Report]
>>106463049
They put VPN in the app name : (
Anonymous
9/2/2025, 5:26:20 PM
No.106463652
[Report]
>>106463706
Is it a good idea to have all your email accounts in your email client? What are the risks of it and how hard can it be for someone to figure out the connection between all these accounts?
Anonymous
9/2/2025, 5:26:33 PM
No.106463655
[Report]
Why does the Ryzen 5 5000 series CPUs work for some people, but not for others, no matter if it's a 300, 400, or 500 series motherboard? Even with an updated BIOs and everything. I want to get a Ryzen 5 5600XT, and I want to make sure it will work. My MSI B450 Gaming Plus motherboard is updated to the latest (Beta) version, and even though the BIOs updates don't explicitly say it supports the 5000 series CPUs, it says which ones are supported under the Compatibility list and which BIOs version to download on MSI's website. Also, I'll be buying it new, because I tried a 5600X used and it didn't work for some reason. I tried troubleshooting, but couldn't figure it out. My PC turned on and everything, but nothing showed up on screen, and yes the monitor was turned on; it wouldn't boot or whatever. I don't want to have this problem again. I'm also on the latest Linux Mint Debian Edition. Is there anything else I need to make sure the CPU will work?
Anonymous
9/2/2025, 5:31:49 PM
No.106463706
[Report]
>>106463652
Local client (like thunderbird or k9)? The only risk is if someone gains unlocked access to your device, they'll be able to see them all. If you have some email accounts that someone spotting on your PC/phone would be worse than anything else they could find by rifling through your personal data, then yeah, don't keep them permanently logged in. (Not even in the browser either, that's still easy to find.)
For anyone who doesn't grab your laptop and gain access, the risks are basically no different than just logging in then logging out - specifically, I'm fairly certain the only thing your ISP will see is the domain but I'm not 100% sure. The actual email server will obviously be able to link all your accounts with one server.
Anonymous
9/2/2025, 6:34:17 PM
No.106464263
[Report]
>>106464296
all the keys on my laptop got pressed while on and amongst various funky shit happening that required a restart to fix, the cursor for the trackpad is no longer on screen. not jist inviisble, theres no clicking. plugging in a usb mouse works fine.
its happened before and i think theres a shortcut that disables/enables the trackpad but i always forget what it is or how i fixed it before
Anonymous
9/2/2025, 6:37:09 PM
No.106464294
[Report]
>>106466215
I'm trying to create a torrent using DHT but it's not working. I create the torrent, I add the trackers and everything, I have the green globe icon, and I get 0(6) seeds and 0(5) peers with 0 uploading. I know it's not seeding because i sent the link to a few friends and noone can download it. What the fuck is happening? I created one months ago the same way with great results but now it's not working for some reason, maybe it's somehow because i switched to Linux? Any help is appreciated
Anonymous
9/2/2025, 6:37:29 PM
No.106464296
[Report]
>>106464263
nvm fixed it. please delete so no one trying to find help on this can do so
Anonymous
9/2/2025, 6:58:53 PM
No.106464486
[Report]
>>106466302
What's the best way of experimenting and working on a Dockerfile or image for a trial and error guy like me?
Anonymous
9/2/2025, 7:26:17 PM
No.106464740
[Report]
>>106464762
how much collective human time can you waste by creating an ai bot that writes youtube comments (or any social media) in a provocotive and realistic way that begets response
Anonymous
9/2/2025, 7:28:05 PM
No.106464762
[Report]
>>106464740
Go check out any /a/ thread or a lot of posts in /vg/ where reddit posts are copied and only slightly changed like the word sub replaced with general if ncessary
Anonymous
9/2/2025, 8:48:08 PM
No.106465484
[Report]
>>106466427
I was gift a mac computer and a raid hard drive. after setting it up, the drive has a big red exclamation point on it which seems ominous. it's like there's no explanation or error message so uh I've got no idea what to do.
Anonymous
9/2/2025, 9:21:49 PM
No.106465822
[Report]
>>106439810 (OP)
does anybody know how to use pdf.js inside standalone javascript??
I have simple javascript to iterate over files in directory (see below) this works fine but have to download & install node - then run from dos cmd like - node js1.js
but how to use pdf.js?
all the internet searching stuff I found is for webpages like how to use pdf.js with html stuff
with <script> tag does not work in standalone javascript
// download install node first
var fs1 = require('fs');
function countpages1(path1) {
fs1.readdir(path1,(err,filelist1) => {
if (err) throw err;
console.log('============');
console.log(path1);
i1 = 0;
filelist1.forEach(filename1 => {
countpages2(filename1);
i1 += 1;
});
console.log("files - " + i1);
});
};
function countpages2(filename1) {
// jpg png
// if pdf open fails ?
// console.log(filename1);
};
countpages1('c:\\aaareads\\boardgames');
I guess I'll ask here instead of /hsg/ because it's really stupid but I can't figure out what I might be doing wrong.
I'm setting up a raspberry pi NAS with that Radxa Penta SATA board with OMV and everything is just fine. Until I try to set up a static IP. Every time I set up a goddamned static IP I lose access and it disappears from my network. I'm doing this headless and it's a pain to get it back on DHCP and back on the network. I'm thinking it might be the router. I actually found an old manual of my (ISP issue) router and the fucking steps are the same ones I've been trying, however it did say to avoid using 192.168.1.10, 192.168.1.11 and 192.168.1.12 and I've been trying to set up as .10. What the fuck is this and why isn't it written literally anywhere else on the ISP documentation and only on a lost manual where the examples are using Windows 7.
I'm going to reflash the OS again and scavenge for an old micro-HDMI cable that I should have and try another IP. If that works I'm going to be pissed.
Does anyone have any idea of what might be happening? I'm sure I'm doing everything right and feel so stupid that I can't seem to make it work.
Anonymous
9/2/2025, 9:56:54 PM
No.106466215
[Report]
>>106466392
>>106464294
Can they connect to your torrent port? Get the port from your torrent client's settings, then tell them to test with:
nc -vz YOUR_IP PORT
This will at least confirm that it's not a connectivity issue such as firewalls.
Also, when you download public torrents, is there any upload activity?
I need to destroy some chips on some circuit board. Old dead devices, flash storage chips, they weren't encrypted. It's unlikely anyone can access them anyway, with the device/controller dead, but I want to be sure of it.
I don't have a drill (poorfag) and don't want to buy one. Also I am not good with my hands, never been a DIY kinda guy.
Can I just destroy these chips with a hammer or something? Or a nail and a hammer?
Do I need to take the chips off the circuit board first or can I do this while still attached to the board? I have a hammer, I'll have to look for a nail somewhere. Only other tool I have is a hairdryer (what I used to open these devices and extract the board in the first place). And goggles.
Anonymous
9/2/2025, 10:03:54 PM
No.106466302
[Report]
>>106466433
>>106464486
Install docker, download a Dockerfile and start editing.
>>106465839
Unplug the Pi from network, ping it's IP. Of it responds, then something else has that IP.
Are you allocating an IP on the same subnet? If not, you won't reach it.
Are you setting the static IP in the router DHCP settings or on the Pi?
Anonymous
9/2/2025, 10:12:16 PM
No.106466388
[Report]
>>106466290
Nail and hammer will suffice. Even the tiniest crack in the chip makes it unrecoverable.
Anonymous
9/2/2025, 10:12:51 PM
No.106466392
[Report]
>>106466215
Yeah i just tested the upload with the linux mint torrent and seeding works fine, and no they can't connect, i just tested it on my phone with termux and mobile data using the ip i got from whatismyipaddress (i'm using upnp, port fowarding doesn't work with my shitty isp modem and i can't change it). The weird thing is that when i was on Windows my created torrent worked fine, it got picked up by DHT almost instantly.
Anonymous
9/2/2025, 10:13:38 PM
No.106466399
[Report]
>>106471216
Is there any tool/extension that automatically paints on wplace using blue marble?
Anonymous
9/2/2025, 10:17:37 PM
No.106466427
[Report]
>>106466658
>>106465484
well you can start with some details
is it a hardware RAID box or what?
Anonymous
9/2/2025, 10:18:09 PM
No.106466433
[Report]
>>106467514
>>106466302
I'm setting the static IP on the Pi, using Open Media Vault's UI. Nothing else on the router has that IP, it's outside the DHCP range too as recommended, same subnet of course. After changing it disappears completely from the network, pinging finds nothing, nmap on the subnet returns everything it should (router, printer, etc) but the Pi.
Anonymous
9/2/2025, 10:22:09 PM
No.106466474
[Report]
>>106466290
Yeah like the other anon said it's really not rocket science. The only exception is if you're worried about an electron microscope in which case melt them in a fire (e.g. your kitchen stove), but the downside is that you'll probably make a bunch of unpleasant plastic/epoxy fumes so hammer is almost certainly the best method.
You don't even need a nail, just hit them hard, do it in a box or something in case they shatter or pieces fly off. Nail makes it easier but isn't necessary.
Anonymous
9/2/2025, 10:39:40 PM
No.106466658
[Report]
>>106467201
>>106466427
the drives are OWC Thunderbay 4 and there's 3 of them chained together. I didn't set this stuff up so I'm not sure beyond that. the computer is a 2013 mac pro running monterey 12.7.6. sorry leaving the details out.
Anonymous
9/2/2025, 11:26:44 PM
No.106467098
[Report]
>>106467205
I dont see the smartphone general so let me ask here, what the hell is this:
>Last night at almost 3am
>Hear a ringtone from my phone I'm not familiar with
>Im getting a Google Meet call for some reason
>I never used this app before. I forgot it even existed
>Call is from some older European blonde lady named Lola something
>Answer it out of curiosity
>Lady is saying "hello hello"
>Try and ask who are you?
>One of us cuts
>Same thing happens again
>The third time, her camera is disabled and a it's a male voice asking "who is this? Who is this?"
>I say "you called me bro. Who are you?"
>They hang up
>Go to Google meet settings, and it shows two numbers in my "your phone numbers" section, one of which is mine and a second that is not
>Delete the other number obviously
Wtf was this?
Anonymous
9/2/2025, 11:38:19 PM
No.106467201
[Report]
>>106467317
>>106466658
do you have owc softraid installed?
Anonymous
9/2/2025, 11:38:54 PM
No.106467205
[Report]
>>106467098
Maybe a service you used had a data breach and someone got your phone number.
Anonymous
9/2/2025, 11:43:28 PM
No.106467241
[Report]
>>106471220
Anonymous
9/2/2025, 11:52:04 PM
No.106467317
[Report]
>>106467201
>owc softraid
not sure but I'll try that. thanks anon
bros my hdd stalls at 0 bytes/s when copying
is my hdd dying or is it the usb slot?
Anonymous
9/3/2025, 12:05:45 AM
No.106467436
[Report]
>>106467481
>>106467396
Depends in which direction you're copying
Your disk may be of the SMR variety of it happens during writing lots of data.
Anonymous
9/3/2025, 12:08:10 AM
No.106467457
[Report]
>>106467481
>>106467396
What are you copying?
Anonymous
9/3/2025, 12:11:33 AM
No.106467481
[Report]
>>106467565
>>106467436
>>106467457
copying from hdd to pc
copying pictures and videos ~10gb worth
Anonymous
9/3/2025, 12:15:10 AM
No.106467514
[Report]
>>106467567
>>106466433
Wrong netmask? Incorrect formatting of the data in some field?
Honestly I think you should prioritise getting a screen attached to the Pi and run a command like `watch ip addr` to continuously show network info in the terminal, or `journalctl --follow`.
Anonymous
9/3/2025, 12:22:55 AM
No.106467565
[Report]
>>106467481
Check the SMART info for your HDD. Also check your OS logs, there may be errors shown when speed drops to zero.
Could be an issue with the destination drive, too.
The USB port/cable are less likely to have issues, but it is possible.
Anonymous
9/3/2025, 12:23:11 AM
No.106467567
[Report]
>>106467514
Netmask is correct. Maybe some incorrect formatting? I'm at the point where I'll believe anything. You're right, I'll go dig up that cable and do that when it happens again. Thanks anon.
I see a lot of talk on the internet about ditching disposable batteries for Ni-MH batteries. AA and AAA. But the one time I tried an Ni-MH battery in my kitchen wall clock, towards the end it started to slow down. I didn't notice it at first of course and was late for work twice. One I realized, I kept the battery in and monitored it. It was losing about 10-15 minutes a day. But at a glance seemed fine. Whereas with alkaline batteries, they kept time right until the very end, then stopped abruptly.
Since then I've only used my Ni-MH batteries in digital things. Digital weighing scales, digital thermomenters, wireless keyboards and mice, remote controls etc. For everything mechanical I still use alkalines. Mechanical clocks, portable blood pressure monitor.
I read it's something about voltages differences, so that might explain why the Ni-MH wasn't able to keep time towards the end, wasn't able to supply enough power but was able to supply some.
However I still see lot of people on reddit, other various electronics boomer enthusiast forums, and of course /g/, who swear by going completely Ni-MH. So I don't get it? Are Ni-MH fine in your mechanical clocks? Is there just something wrong with my cells (or clock)?
Anonymous
9/3/2025, 1:18:48 AM
No.106467990
[Report]
>>106468549
In VSCode I configured CMake and the compiler to be clang. And I've configured the version to be C23, but the intellisense still gives me errors o features of C23 (like nullptr), and the intellisense tells me that the __STDC_VERSION__ is of 17 and not 23 but if I compile it says 23.
Any idea on why is this happening? Any recommended fixes?
Anonymous
9/3/2025, 2:36:59 AM
No.106468549
[Report]
>>106467990
stick with c99
Anonymous
9/3/2025, 2:38:18 AM
No.106468558
[Report]
my GPU keeps crashing on me. it happens across various games so i'm fairly certain it's a hardware issue. how can i diagnose why it's crashing? like i don't want to buy a new GPU if the issue is with the motherboard or something like that.
>>106467783
Alkaline batteries start at higher voltage and drop off quickly, whereas NiMH batteries start at lower voltage and keep it steady until depleted.
Your clock's voltage cutoff point is somewhere on the purple band in pic related, so alkaline batteries work well until voltage enters that purple band, but once there your clock stops working and you replace perfectly good batteries with new ones, wasting more than half of their charge.
Rechargeable batteries enter the band almost immediately after installation and seemingly never exit it, so your clock limps along in this undead state.
The problem is not the battery type, but the extremely wasteful design of your clock. It is more cost effective to bin the clock than to keep replacing alkaline batteries. A well designed clock works well with rechargeable batteries and even alkalines last much longer than with your current clock.
Anonymous
9/3/2025, 3:02:27 AM
No.106468740
[Report]
>>106472409
>>106439810 (OP)
>Meta has a strict "no smut fine-tuning allowed" clauses in their licence on all models
(Shown front and center here: huggingface.co/meta-llama/Meta-Llama-3-8B-Instruct/tree/main )
>Countless nsfw tuned llama models just floating around on hugging face, whether they be from popular tuners like drummer or complete nobodies
>Never heard of a single one getting removed accept maybe that gpt-4chan one
So does the license actually matter? Do they actually give a shit whether or not you fine-tune a model to be better at smut or is it just to appease the "le heckin safety" crowd? I want to upload my own high parameter tunes to hf in the future but I don't want my account getting nuked if they're very strict about licensing or rules or whatever
Anonymous
9/3/2025, 3:50:44 AM
No.106469025
[Report]
>>106469186
>>106468678
thank you
so you've never noticed any problems with NiMH in your mechanical clocks?
i will also check your theory. next time the alkaline battery in that clock dies (it's a big kitchen type wall clock that only uses 1 battery), i will check to voltage of battery, i have one of those tester thingies.
and it is a very old clock.
>>106439810 (OP)
Can soneone help me with a 4chanX filter.
I want to filter threads on /pol/ that have an OP that asks a question. My thought was to use the filter:
>boards:pol;op:only;/example/i
with a ? in place of example.
It doesn't work though. 4chanX also throws an error message.
What do I need to put in 4chanX's filters to get rid of threads on /pol/ where there is a ? in the OP?
Anonymous
9/3/2025, 4:15:27 AM
No.106469186
[Report]
>>106469215
>>106469025
NTA but I don't have problems with Ikea continuous sweep clocks. If you're dealing with shift turnover you can't trust a single clock, especially one that isn't automatically synced.
The main draw with NiMH is it'll never ruin contacts with battery barf. It also performs better with high draw devices because lower internal resistance. I just try them in everything except rare cases where they explicitly say not to.
Anonymous
9/3/2025, 4:22:21 AM
No.106469215
[Report]
>>106469186
i was thinking of switching to carbon zinc for such devices to avoid the alkaline barf. so carbon zinc for mech clocks etc, nimh for digital things.
but maybe like that anon said it's just this clock being wasteful. i'll have to measure the voltage of the battery next time it dies to verify. need to verify before buying a new clock.
Anonymous
9/3/2025, 4:57:53 AM
No.106469387
[Report]
>>106467783
>>106468678
Sounds like a shitty clock to me.
>>106465839
First thing you do is you log into your router and check your "DHCP offset", it's commonly something like 100 so your DHCP range starts from 192.168.1.100 and covers the rest of the space. Assumed it's a 192.168.1.0/24 network.
OK now you got 1 to 99 for your static devices the router usually being 1.
>I actually found an old manual of my (ISP issue) router
The actual static configuration doesn't involve your router beyond the DHCP offset setting.
What's a good lightweight image app? Something quick, has zooming, scroll through photos, no exploits, etc.
Something to replace the default Windows Photo app because it's bloatware now always wanting onedrive or login or whatever
Anonymous
9/3/2025, 5:30:47 AM
No.106469579
[Report]
>>106469528
these days i use qview (open source)
and i used to use honeyview (closed source)
Anonymous
9/3/2025, 6:03:49 AM
No.106469751
[Report]
>>106466290
cracking or crushing the chip is plenty. the chip itself is in the middle of the packages (that is, the plastic shell you actually see), so a good whack/drill/punch in the middle will do
Anonymous
9/3/2025, 6:47:53 AM
No.106469963
[Report]
>>106471988
if i plug an amazon tablet into my pc can I just delete the amazon apps that way
Anonymous
9/3/2025, 6:56:57 AM
No.106470012
[Report]
>>106470047
Is there a better media server than Jellyfin and Plex? I don't want to pay for Plex and Jellyfin is so buggy. I'm pretty sure my only option is to start contributing to Jellyfin, but I thought I'd ask first.
Anonymous
9/3/2025, 7:04:30 AM
No.106470047
[Report]
>>106470121
>>106470012
depends on what you mean by buggy
Hey fellas can you lend me a hand with this? How do I troubleshoot this, is it going to make it?
Anonymous
9/3/2025, 7:14:48 AM
No.106470086
[Report]
>>106472437
>>106470071
step 1 is admitting you have a problem
step 2 is using normal software and not software with anime girls
Anonymous
9/3/2025, 7:20:08 AM
No.106470111
[Report]
When running a cmd script for a LLM how do I log the local time of every command's execution?
Important since I want to use it in order to monitor disk size relative to time.
Anonymous
9/3/2025, 7:21:58 AM
No.106470121
[Report]
>>106470180
>>106470047
Tonight the service wouldn't start after a reboot, I fixed it by deleting some of the xml files in /etc/jellyfin .
While watching a movie playback stops sometimes. I just had a weird one where playback ends about 10 minutes before the end of the movie. Try to seek past that point and jellyfin acts like the movie is over.
Sometimes not all the media in the library shows up. Sometimes the web server just breaks, stops playing anything, and I have to reboot it.
Things like that. I figure some trouble is my home network and maybe I just need to periodically remount the shared storage.
Anonymous
9/3/2025, 7:35:32 AM
No.106470180
[Report]
>>106470121
i haven't run into any of that, and i use it almost every day (or at least one of my roommates does).
granted i do use kodi as a frontend, and i don't use transcoding, so our usage might differ in that regard
my works (public) wifi blocks NSFW websites, meaning i cant use 4chan or any dating apps
how do i bypass this? no one is actively monitoring the network
I have a lawn mower that can only be connected to via bt.
Is there something like a bt/wifi adapter that I can connect to via vpn/wifi that sends out bt signals locally?
Anonymous
9/3/2025, 11:22:22 AM
No.106471148
[Report]
Is there a better tracker for annas archive? I added all the torrent magnent and got a server error
I don't want to scrape all the torrent files again is there an archive with them all?
Anonymous
9/3/2025, 11:37:54 AM
No.106471216
[Report]
>>106466399
I googled wplace auto draw and there seems to be
Anonymous
9/3/2025, 11:39:18 AM
No.106471220
[Report]
>>106467241
You could add the .dev url to your user matches, or edit/add to the @match line near the top of the script
Anonymous
9/3/2025, 12:30:54 PM
No.106471532
[Report]
>>106470534
Watched honey I shrunk the kids too many times?
>>106470245
Could try swapping your DNS and then clearing your dns cache (I presume you're on windows)
>>106469112
The regex string needs to be at the start of the line and the arguments come after:
/example/i;boards:pol;op:only
Since ? is part of regex syntax you need to escape it with a backspace before it: /\?/i;boards:pol;op:only
Anonymous
9/3/2025, 12:47:08 PM
No.106471625
[Report]
>>106471557
Well apparently arguments first works too, I checked the script function and it doesn't require anything like that
Anonymous
9/3/2025, 1:27:10 PM
No.106471830
[Report]
>>106473782
>>106469112
/\?$/;boards:pol;op:only
this will filter op's that end with a question mark, or remove the "$" if you want it to match posts with a question mark anywhere in them
Anonymous
9/3/2025, 1:52:04 PM
No.106471988
[Report]
>>106473222
>>106469963
No, not without rooting the device.
>>106470071
Either the application is retarded for not showing the actual values, or you are for not enabling some option.
Your screenshot shows nothing meaningful.
Anonymous
9/3/2025, 1:54:59 PM
No.106472009
[Report]
>>106470245
Does it block VPN traffic? You could use a VPN tunnel to your home router if it has this feature, or rent a VPS and set up your VPN there.
Anonymous
9/3/2025, 2:23:56 PM
No.106472166
[Report]
>>106473760
Do I need to debloat Win11
>>106467783
How often do you change the batteries in your clock, wtf? I do it like once every 2-3 years so it has literally never crossed my mind to consider if I should use "better" batteries or if my clock is "inefficient". This is just micro-optimising something that affects my life maybe four times per decade.
You'd probably unironically improve your life more efficiently if you spent months learning to type on dvorak or something. The effort vs. benefit ratio would still end up better.
Anonymous
9/3/2025, 3:03:08 PM
No.106472409
[Report]
>>106468740
I don't know the answer but are hf accounts hard to get or something, can't you just upload on another account for peace of mind
Anonymous
9/3/2025, 3:05:32 PM
No.106472427
[Report]
>>106469528
>app
Simple Gallery, from f-droid
>Windows
"Apps" on windows universally refers to slop from the Windows Store which is almost never worth touching with a ten-foot pole. Install a normal image viewing program, nomacs just works, qview also seems good. Of the closed source options the only decent one is irfanview (but really there's no reason to use it when FOSS stuff works fine).
>>106470086
Not him but what alternative even exists on windows
Anonymous
9/3/2025, 3:10:02 PM
No.106472458
[Report]
>>106470245
First obvious answer is use mobile data on your phone. If you have signal in your office, and your phone plan is not horribly limited, this is by far the best way to ensure you're 100% clear of the work's bullshit (you say nobody is actively monitoring the network but maybe one day someone will go back and check some logs and maybe they'll be having a bad day and will decide browsing 4chan at work is a fireable offense)
Second obvious answer is VPN, whether you make your own VPN to your home router or a rented server, or just buy a commercial VPN, this should also work assuming again VPN traffic isn't blocked like the other anon said
>200 gb free on 2 tb drive
>btrfs decides this is not okay
>can't even reboot gets stuck on loading before login appears
>fix it by deleting a 20 gb game folder with bootable usb
is this just how btrfs is?? I don't remember this happening with ext4.
Anonymous
9/3/2025, 3:25:40 PM
No.106472575
[Report]
>>106472502
I think it might happen during some operations like scrubbing or rebalancing or something, because it temporarily needs more space? But it shouldn't happen on normal operation, at least not that I'm aware. Maybe your distro automatically runs some btrfs operations on boot or something though.
Also are you absolutely certain you had 200gb free? Btrfs makes size tracking difficult because of things like mirroring (even by default, at least metadata is mirrored), subvolumes/snapshots might not show up, etc. You should be using btrfs filesystem du rather than native du for example.
But in general it's true that more complex filesystems generally make more assumptions about how much storage you have and how big your machine is. For example ZFS literally needs to you prepare all your disks upfront (it's very tedious to add more later) and eats all your RAM by default. Btrfs isn't nearly as bad in comparison, but something like what you describe doesn't surprise me too much - you have to actually learn how it works.
If you want something that will just werk no matter what, then ext4 or xfs are still excellent choices, but of course you miss out on all the features they don't have.
Anonymous
9/3/2025, 3:32:54 PM
No.106472635
[Report]
>>106439810 (OP)
Does Heather know that in the past bread was made from flour, water, salt and the constantly down-pouring sweat of young overworked men? Sometimes their feet aroma too.
Anonymous
9/3/2025, 4:10:14 PM
No.106472923
[Report]
>>106470071
There's nothing to troubleshoot. The drive lost some data. Oops.
>>106472437
smartmontools smartctl is available for Windows too and has a better database than CDI. Or the mfg's software.
Anonymous
9/3/2025, 4:17:51 PM
No.106472997
[Report]
>>106472502
It might be depending on how far out of balance it is. Could be it locked itself due to a drive error too. What was the actual error message?
Anonymous
9/3/2025, 4:28:08 PM
No.106473090
[Report]
>>106470534
No adapter that I know of. This is technically possible by passing through a USB Bluetooth adapter attached to a Linux machine inside your LAN:
USB BT -> Linux with `usbip` driver -> LAN -> VPN gateway -> Linux client.
I haven't used this myself so no idea how reliable or user friendly it is.
Anonymous
9/3/2025, 4:35:51 PM
No.106473154
[Report]
>>106473532
is it likely that my HDMI cable is the reason for my monitor randomly cutting out for a few seconds? it's been happening since I bought it a few months ago, I'm running the monitor at 100HZ and DLDSR 1440p
Anonymous
9/3/2025, 4:39:25 PM
No.106473192
[Report]
>>106473216
did youtube disable scrolling down when in full screen on desktop?
>>106472437
smartctl
>>106472502
btrfs can't use all available space because of extent fragmentation, but it still counts it as free.
Once a btrfs filesystem is full, it accepts no further operarions, so you can't defragment it to free up space. I'm surprised that you managed to remove data, since this is impossible on a full btrfs untill you expand it.
Anonymous
9/3/2025, 4:41:33 PM
No.106473216
[Report]
>>106473287
>>106473192
do you mean the thing where if you are watching a video in fullscreen, you can scroll down and see other videos? i hope they remove that shit permanently it looked awful
Anonymous
9/3/2025, 4:41:49 PM
No.106473222
[Report]
>>106471988
Thanks. Rooting seems hard.
Anonymous
9/3/2025, 4:44:26 PM
No.106473244
[Report]
>>106473332
What kind of applications are big brains using AI for? I can’t help but feel I’m limited by my own knowledge when it comes to using this tool and I’d like to leverage it.
>>106473205
>Once a btrfs filesystem is full, it accepts no further operarions, so you can't defragment it to free up space. I'm surprised that you managed to remove data, since this is impossible on a full btrfs untill you expand it.
not him but that used to be a bigger issue than it is now. i have a system a regularly run low/sometimes out of space which is using btrfs and i don't have an issue freeing space on it, but i have in the past run into what you're describing.
it's good practice to occasionally run a balance on btrfs volumes to keep chunk-level fragmentation down. unlike file defragmentation, balancing won't unshare your snapshots/reflinks so there's no downside to doing so that i'm aware of
Anonymous
9/3/2025, 4:45:20 PM
No.106473254
[Report]
>>106472401
>How often do you change the batteries in your clock, wtf?
More often than he'd like, obviously.
>I do it like once every 2-3 years
You don't have the same clock.
>This is just micro-optimising something that affects my life maybe four times per decade.
So... don't do it?
Anonymous
9/3/2025, 4:48:41 PM
No.106473287
[Report]
>>106473309
>>106473216
not sure about the other videos things, i use it to quickly check the comments or description
Anonymous
9/3/2025, 4:50:28 PM
No.106473306
[Report]
>>106473205
>>106473253
reminds me i made a gif of balancing my fairly full vm volume using this tool;
https://github.com/knorrie/btrfs-heatmap
Anonymous
9/3/2025, 4:50:57 PM
No.106473309
[Report]
>>106473287
oh right i know what you're talking about, that feature was fine, seems like it's gone for me too.
Anonymous
9/3/2025, 4:52:40 PM
No.106473332
[Report]
>>106473657
>>106473244
did you see this video by any chance? i posted a thread about it the other day thats why i ask.
https://youtu.be/hkAH7-u7t5k
thread
>>106454047
i use it as "glue" basically. so i have 3 different tools that are going to do something creative maybe. step 1, step 2, step 3 of the processes.
they can now "interact" between eachother because the llm will know how to work the data i input and output into proper categorized/organized data in a way that can be processed by another tool.
using it to repurpose, organize, expand on data is where they excell.
Anonymous
9/3/2025, 4:55:50 PM
No.106473363
[Report]
>>106473579
>>106442684
>has-text(/(\bcoito|\bmeds)/i)
How does this syntax work. I presuma that this should hide posts with 'coito' OR 'meds'. What do the \b and /()/i do? One of those makes the filter case insensitive?
Anonymous
9/3/2025, 5:11:08 PM
No.106473506
[Report]
Anonymous
9/3/2025, 5:14:25 PM
No.106473526
[Report]
>>106473924
Can I use an eSIM to pretend I have a phone number from another country? Or can the websites tell if I connect to them from an eSIM then switch to my wifi another time and it's still the same device connecting?
>>106473154
It cuts off for link retraining. This can mean that your cable can't cope with the bandwidth required, or you have a source of strong interference close to that cable.
>>106473253
>used to be a bigger issue than it is now
Possibly, I last had this happen about a year ago with a filesystem created perhaps 2 years ago. I'm still on btrfs for reasons, but it's definitely not set-and-forget like ext4.
Anonymous
9/3/2025, 5:19:36 PM
No.106473579
[Report]
>>106473868
>>106473363
The forward slashes are to make it a regular expression. The following i is a regex flag for case insensitivity like you said
The parenthesis aren't necessary; a capture group (which the parenthesis represent) doesn't do anything here.
But, the \b are word boundary tokens are there so that those words are not a suffix for another word - aka, coito is matched (and therefore filtered) but acoito is not
Anonymous
9/3/2025, 5:21:43 PM
No.106473591
[Report]
>>106473955
>>106473532
>it's definitely not set-and-forget like ext4.
not quite as much, but mostly. the pros greatly outweigh the cons if you use even some of the features btrfs offers over ext4. i'm not going back to a non-checksumming filesystem, it'd feel like going back to fat32... or ntfs
Anonymous
9/3/2025, 5:29:32 PM
No.106473657
[Report]
>>106473742
>>106473332
I haven’t, first time lurking this thread. Thanks for the response. I’ve recently used the chain of thought idea to further understand topics of interest and that’s been very beneficial in my learning. Giving an isolated LLM a prompt with a series of tasks to complete in order had never occurred to me.
I suppose this ensures the model stays on task instead a sequence as opposed to a simple input output format.
Anonymous
9/3/2025, 5:39:16 PM
No.106473742
[Report]
>>106473657
yes this is how you can think of them. a tool for an end result. not your buddy. not a magic box. it will transform something for you, like any other tool.
also some advice would be to try and work around having it develop some prompts that will cater to your personality profile. i mean, a lot of people have custom instructions prompts that are:
>be brief, not overly wordy, dont preach to me, dont use thesaurus words
because when the llm exhibits those kind of behaviors, it bothers them. now from the start, they can give it orders on how it should think about things, and respond to things, to cater to them better.
its a good habit to compartmentalize everything too just because youre aware of the context tokens and things like that
>a fresh conversation which just has the relevant details will produce a better answer than a conversation where youre asking it to solve 4 different problems among 4 different spaces
ok enough procrastinating for me, take care /sqt/
Anonymous
9/3/2025, 5:40:47 PM
No.106473760
[Report]
>>106472166
If you want to; Do you need/use all those features?
Anonymous
9/3/2025, 5:42:58 PM
No.106473782
[Report]
Anonymous
9/3/2025, 5:46:06 PM
No.106473801
[Report]
>>106472401
this wall clock was just an example. it's the only one i tested using an nimh in. but obviously i have many more clocks and more mechanical things that use AAs. so if i could use nimh, it would make more of an impact than simply one battery in one clock.
Anonymous
9/3/2025, 5:49:45 PM
No.106473822
[Report]
>>106473532
>This can mean that your cable can't cope with the bandwidth required
yeah it's most likely this, wasn't too sure
Anonymous
9/3/2025, 5:55:18 PM
No.106473868
[Report]
>>106473959
>>106473579
Thanks fren
The filter blocks posts with either coito or meds. Is the | a logic operator or some sort of separator? I tried replacing it with &, to make it into AND (ie to make it block only if both words are present), but it did nothing. Is there a way to do and filters?
Anonymous
9/3/2025, 6:02:02 PM
No.106473924
[Report]
>>106473526
Thye CAN tell in theory but there's no way to know if they will actually link this together.
Actually no, they'll tell from your IP that you're not actually in that country, so if what they actually care about is your phone number then it doesn't matter whether you use your wifi or not. If you use mobile data on a foreign esim you'll still be connecting through the physical mobile data network wherever you're located, the esim will just change your number. (And potentially charge you roaming rates, be careful.)
If you need to also have your IP in that country then you need a VPN. And then back to the original question, yes there may be ways to fingerprint your device so when you turn off your VPN they realise it's the same device. But most companies don't really bother.
Use a different browser, it's very likely to be more than safe enough.
Anonymous
9/3/2025, 6:05:25 PM
No.106473955
[Report]
>>106473591
But to even use those features you have to learn how to use the filesystem first. That's the difference. For example when ext added journalling, you didn't have to know anything, except that now on a crash your filesystem would basically be corruption-proof and would save a lot of the writes you had done. If you were using ext2, then installing ext3 and later ext4 would "just work" and work better than before without you having to do a single thing. Same with xfs for example, you just pick a different option on install and then forget about it entirely.
But with btrfs, the pros are only pros if you actually actively use them, and the cons are very easy to mitigate and really insignificant but again you have to actually know about them. I completely agree that it's worthwhile, all I'm saying is that if you install it and forget about it completely then you won't benefit and you might get annoyed.
Anonymous
9/3/2025, 6:06:02 PM
No.106473959
[Report]
>>106474049
>>106473868
Yea, the alternate/| token is the OR operator basically. There is no AND since that doesn't make sense in a regex, you match something or you don't
Good website:
https://regex101.com/
The ECMAScript/Javascript is what 4chan[X[T]]'s regex filters use
Anonymous
9/3/2025, 6:10:18 PM
No.106473980
[Report]
>>106474420
How do I learn to write good performing JS? I want to do generative art work for the web, drawing to a canvas, but I have a real hard time understanding which parts of JS are slowing down my work.
Anonymous
9/3/2025, 6:19:02 PM
No.106474049
[Report]
>>106473959
Thanks again. I'm unfamiliar with regex, and seemingly have trouble wrapping my noggin around them. Apparently 'matching' does not quite mean what I intuitively would think it does, as 'matching' something that contains both words seems sensible to me. Sort of like AND(\bcoito/i,\bmeds/i), or perhaps AND(something:has-text(/\bcoito/i),something:has-text(/\bmeds/i)). Fiddling with filters is fun, but I'm a dummy
Is it possible to download files from a really old torrent with no seeders?
Anonymous
9/3/2025, 6:57:03 PM
No.106474420
[Report]
>>106473980
Goot question. Normally to improve performance, you run some profiling tools telling you exactly how much time every piece of your code takes, so you can identify the ones taking the most time and try to find ways to make them take less time, whether that be by rewriting your code to be more efficient or by identifying specific primitives or resources or patterns of doing things which are noticeably slow and researching to see if you can replace them with a faster one. But for JS in a website specifically, I don't know what tools you'd use for that. I think the devtools in the browser have some profiling stuff so maybe you can start there but I'm not sure how good they are.
You could also ask in /wdg/, they might know.
Anonymous
9/3/2025, 7:15:46 PM
No.106474614
[Report]
>>106474149
nah you need to find another magnet or a seeder
>>106439810 (OP)
What would a company see if I bypassed their crowdstrike lockdown on the leased laptop and wiped the drive and installed ubuntu?
It has been so long since I left the company and they never asked for it back so I just decided to start using it.
Anonymous
9/3/2025, 7:43:01 PM
No.106474855
[Report]
A lot of videos on 4chan gives me this error. What is happening and how do I fix it?
Anonymous
9/3/2025, 7:53:18 PM
No.106474948
[Report]
>>106474964
>>106474685
Unplug your router first so the current Windows OS doesn't ping the mothership.
Power on the laptop, reset BIOS, then boot from a USB stick and install whatever you want.
Chances are that the BIOS is locked with a password and USB boot is disabled, in this case you'll have to take the SSD out and put it in another computer to install the OS.
Anonymous
9/3/2025, 7:54:00 PM
No.106474954
[Report]
>>106474149
Not from the torrent. The entire point of torrent files is that they download from other people on the same torrent, so if there are no seeders (i.e. nobody who has them available to download from, because that's what a seeder means), then there is physically nowhere for the torrent to get those files from.
Practically speaking, however, sometimes really old torrents may have some ancient peer that has all the files on his hard drive but opens his torrent client once in a blue moon. It's happened to me once that I kept an ancient niche torrent (an archive dump for a long-dead website, whose magnet I found in an old pastebin when digging for info, which was already years old by that point) and I just kept it open in my torrent client for months (maybe even a year or two, I don't remember) and one day a seeder actually appeared and started uploading to me.
But of course that's down to luck and there are plenty of torrents that are just permanently dead.
Anonymous
9/3/2025, 7:55:32 PM
No.106474964
[Report]
>>106474685
>>106474948
What the other anon said but if the BIOS is locked, you might also be able to unlock it by removing the CMOS battery from the motherboard. Some laptops explicitly prevent this from wiping the password (thinkpads for example, at least I know they used to I dunno about today) but many don't.
Anonymous
9/3/2025, 7:57:29 PM
No.106474975
[Report]