[a / b / c / d / e / f / g / gif / h / hr / k / m / o / p / r / s / t / u / v / vg / vm / vmg / vr / vrpg / vst / w / wg] [i / ic] [r9k / s4s / vip / qa] [cm / hm / lgbt / y] [3 / aco / adv / an / bant / biz / cgl / ck / co / diy / fa / fit / gd / hc / his / int / jp / lit / mlp / mu / n / news / out / po / pol / pw / qst / sci / soc / sp / tg / toy / trv / tv / vp / vt / wsg / wsr / x / xs] [Settings] [Search] [Mobile] [Home]
Board
Settings Mobile Home
/g/ - Technology


Thread archived.
You cannot reply anymore.


[Advertise on 4chan]


Previous thread: >>103116602
>>
File: OP's Picross.webm (1.58 MB, 320x288)
1.58 MB
1.58 MB WEBM
I have never compiled a program before. What compiler/etc do I need to compile this for 64-bit Windows 7?
https://webpbn.com/pbnsolve.html
>Pbnsolve is written in C for Unix systems. It likes having the libxml2 (the Gnome XML parser library), but a crippled version can be built without it. Since that library is very portable, it is probably easy to port pbnsolve to things like Windows or MacOS X, but I have not done so and don't intend to.
The more lightweight the better. I'd prefer one small CLI compiler vs a bloated "coding environment" with a million tools I won't use, if I can help it.
>>
The mac mini shilling is working on me and I’m going to buy one.
However, what do I do for a display if I want the whole Mac experience but don’t want to spend four figures on a new apple display?

Is there some older Mac display you can get cheap? What’s the market leader model in terms of value? The t480p of apple displays?
>>
>>103149040
cygwin
>>
>>103148405
>>
I change my CPU thermal paste after seeing how it was basically gone and I don't think I don't see any difference in temps. Pic related. Is this supposed to be normal or shouldn't it be supposed to be lower? And if it isn't then, what could be the issue?
>>
>>103148753
After almost five years my darkmode for 4chan on Chrome on mobile browser has stopped working except for catalog mode. Does anyone know how to fix it? I believe this used to be a native theme but it doesn't seem to be available anymore.
>>
File: file.png (11 KB, 513x226)
11 KB
11 KB PNG
>>103149892
Did you perhaps click here on accident?
>>
>>103149791
Ryzen is just retarded like that with idle boosting. As long as load temps are fine there's no real issue.
>>
are there any decent erotic LLMs? Non-local ones, since I'm temporarily using a potato computer
>>
How do you do the text boxes on /g/? Testing triple quotation marks below
'''I swear I'm not new'''
>>
>>103150528
"""Please forgive my sins"""
>>
>>103150528
Read the sticky.
>>
File: signgoogle.jpg (16 KB, 574x128)
16 KB
16 KB JPG
OAuth question because I'm schizo and hesitant about trying new things. How does it work, exactly? I've read that using it as a login method will automatically share the e-mail address from the linked account in some cases, but I've also been seeing newer websites want OAuth2 based logins, while not even presenting traditional e-mail signup as an option. (Suno.AI is an example, though they do seem to offer phone signup now, they didn't before.)
My question is, say you were to sign up for something using Google. If you were to revoke permissions for the OAuth from the Google/whatever service end of things later, does that typically delete the account/make it inaccessible, or would you be able to re-enter the info and relink the two accounts at a later date? Thanks in advance for any anons that can give an answer.
>>
File: 1618873084448.jpg (177 KB, 1024x1024)
177 KB
177 KB JPG
What kind of hardware do I need to run 1-2 VMs reasonably fast?
I want to go full linux, but still need Windows for games and such.
What's your recommendation?
I don't want desktop, either mini PC or laptop is preferred any suggestions?
>>
>>103150688
Developer here.
OAuth is basically this:
>1. website or platform you are trying to sign in gives (you) a manifest, specifying their requirements to log you in
>2. you take that manifest to your identity provider (Google in your example)
>3. you sign in to your identity provider, and they take the manifest and give you back a "token" that conforms to the specifics of that manifest, but is cryptographically signed by the provider to prove it's valid
>4. you bring that token back to the website or platform
>5. the platform verifies the token, and if it checks out then the platform has whatever is contained in that token (based on the specifics of the manifest they provided)
"Whatever is contained in that token" is defined by the manifest, and it can have anything from "very little" to "a lot" in it. Like, the bare minimum is usually "a unique identifier", so that your website or platform only sees, "this is person 5d0ecf48-9008-4293-80a2-95b733203032" and not even your name or email address. But "a lot" could be "permission to access your Google account and manage your files and calendar, for an indefinite duration."
Usually during the log-in process with your identity provider, they tell you explicitly what they will be giving the website or platform in the token. Except, they use plain-language rather than an explicit enumeration of everything. "Read your profile" is a common example, in which case the identity provider is going to provide whatever the identity provider considers your "profile" (usually stuff like name, email address).
"Revoke permissions" relates to any ongoing access (e.g. managing your calendar/emails). But any information shared can't be "unshared" by the identity provider. You'd need to go through whatever channels the website or platform has for "right to delete account/information" if you want to clean that up.
>>
>>103151066
Duel boot for gaming, vm is trash for games.
>>
>>103149892
It's the tomorrow style/theme and I'm using it right now
>>
>>103149063
The only person I know who has a mac uses a mac mini with a hdmi to dvi adapter and a standard 1080p monitor from ages ago. Just pick any monitor you want and find a display adapter.
>>
>>103149791
That's about normal; Did you also clean the heatsink and fan? You'll notice less heat under a full load than you would have.
>>
>>103150688
>>103151242
Ran out of space, but to deal with the very last question:
As I mentioned, any information shared can't be "unshared" by the identity provider. If the website or platform decides to keep your account data on file indefinitely, I don't see why you couldn't just change your mind and log right back in with a new token from the identity provider.
The website or platform may not even realize you revoked their access via the identity provider! If it's something like a calendar or email app, that tries to sync your data on a regular basis, then that sync would fail after you revoke permissions. But there could be any number of reasons that sync may have failed. Maybe your password was reset, and existing tokens were revoked for security? Maybe their own platform had a desync and the token has been replaced but the new one lost to the ether?
I think the only reason it could "break" is if you had a super privacy-conscious identity provider that let you change your own identifier or profile information. Like, if instead of Google giving the platform your "Google ID number", it gave every platform a random ID number for you, that only Google knows points to the same person on their own, internal system. And then you could theoretically revoke each platform's individual ID number permanently, breaking the connection to your Google account. This would be very, very outside the norm for the industry though!
>>
>>103151242
>>103151333
Solid explanation that even my dumb ass could follow. Thanks man!
>>
Anyone know why my screen randomly goes black and then comes back on and says hdmi 2?? Idk why this is happening.
>>
Why is VR still vaporware?
>>
>>103151371
If a graphics driver update and a bios update doesn't fix it, it may be your psu or gpu or monitor, or even the wall outlet. Kinda hard to say.
>>103151372
Because it's overpriced meme tech that serves to value outside of simulators.
>>
>>103151371
Your screen is probably "losing connection" to the video feed it's receiving. Thus, the screen turns black (no video).
The "HDMI 2" is your screen letting you know which video input it is on. Depending on your screen, it could be telling you, "the screen is black, because we're on HDMI 2 input and there is no data," or it could be telling you, "we just switched our input to HDMI 2, because we detected data coming in."
"Losing connection" could be any kinda reason. Your monitor could have had its power interrupted for a second, and is going through a reboot process before it can reconnect to the video. Your monitor could be broken, and while the PC is trying to send data the monitor can't handle it or doesn't realize it's there. Your cable could be broken, and when it twists the wrong way the data gets cut off momentarily. Your GPU might be having hiccups and not sending data. The GPU could be working fine, but a problem elsewhere in the computer could be interfering with the job its doing.
>>
File: 20210620_090903.jpg (1.11 MB, 1600x1200)
1.11 MB
1.11 MB JPG
>>103151251
Oh I forgot.
Not AAA games, I have console for this.
I mean cool old real games.
>>
>>103151497
You should be able to just add those to steam after installing with wine so dxvk will run them with a compatibility layer.
>>
>>103151066
whatever the system requirements are of what you're trying to do. the beauty of a vm is you can allocate however much memory or however many cpu cores you want, up to the physical limit of what is literally in your house

>>103151497
2gb and 2 cores would be good enough for all of those except maybe SC4. SC4 is a bit of a pig with mods. but also most of those run just fine on bare metal in compatibility mode in windows 10/11 so a VM is largely unnecessary
>>
>>103148753
ok so i kind of moved me entire hard drive to a new larger hard drive and all my shortcuts are now fucked up. like i just cut and pasted all my programs to another hard drive without giving it second thought because i ultimately dont give a shit. it would still be useful if there was an easy method of tackling this and no i dont do save states or whatver the fuck thats called
>>
Hello /g/entoomen. I seek your wisdom concerning books for a beginner programmer.

My end game: AI and/or robotics (from industrial to whatever) from a design standpoint (management or prototyper etc)

My experience: Currently studying Electrical Engineering Technology in College (hands on engineer I guess? Between an industrial electrician and full blown engineering). I've taken a few new robotics courses working with Ardunios. Gonna get PLC exp soon.

I'm decent at math, but something I'm working on to improve, slowly working through Spivak's Calculus. I have some previous experience coding, I find I have a good head for programming, comes relatively easy to me and I'm anal about organization and neatness in code. I like to get creative with solutions.

I have a few books in mind I also want to pick up:
Code Complete 2nd ED
Head First Design Patterns Into Design Patters: Elements of OOP
Algorithms Unlocked Into Introduction to Algorithms (Thomas H. Cormen)
Code: The Hidden Language of Computer Hardware and Software
Structure and Interpretation of Computer Programs
Refactoring: Improving the Design of Existing Code

Took these books from the highest rated/most recommended lists, are they memes? Worth my time?

I'm looking to start learning C, Python, Java and get into R, Lisp, C++ later on. I guess I'm asking you guys what are some solid books, in your opinion, that I can get to start learning the first 3 languages. THANK YOU IN ADVANCE.
>>
File: toc sample.png (44 KB, 532x414)
44 KB
44 KB PNG
>>103151566
Since you are approaching things from the electrical engineering starting point, I think you'd enjoy "Write Great Code" by Randall Hyde, No Starch Press. Particularly volume 1.
https://nostarch.com/writegreatcode1_2e
I actually disagree with the core premise of the book: that understanding the computer architecture and low-level programming implementation is key to writing great code (in anything other than the extremes of programming, that butt up against the hard limitations of the machine). I think great code is well organized and neat, rather than computationally optimized.
But it was an absolutely wonderful trip through the details of how computers work at the lowest levels. And that's going to be something acutely valuable to you, if you're going to work on robotics or embedded applications, where things like, "which micro-controller do I use?" or "how does this hardware transmit data?" are directly relevant questions.
It won't teach you to program in any specific language, but I think it will be a value-add to both the hardware work you do, and the programming work you do.
But definitely prioritize this appropriately in your learning plan, because, like it said, it won't teach you a programming language, and if you spend forever building the foundations of learning a programming language (compilers, hardware, layers of abstraction) you will never get around to actually writing anything.
>>
Moved house 2 weeks ago, assumed it had an existing connection.

Been tethering to my mobile, but I feel like it'll be at least a few more weeks. I want to get internet on my NAS while being a cheap ass, is this technically possible?

Alternative is to get a cheap 4g router that allows wireless bridging, since I'm unsure if my provider allows multiple sims for one account.
>>
How can I get sound from desktop to TV speakers? Using a dedicated video card.
>>
>>103151815
Probably; Connect the hotspot to the laptop, and the laptop to the router WAN port, then bridge the connections.
>>
>>103151819
HDMI? If you have the drivers installed just change your sound output from the little task bar settings.
>>
/g/ood morning saars
Best virtualization program? Wangblows 11
I wanna mess around with loonix.
>>
Are all 15.6" laptop screens compatible?
Or all manufacture uses different connectors?
>>
>>103151970
Virtualbox, but you might as well duel-boot, running ext4 over ntfs is stupid.
>>
>>103151970
Why not just use windows subsystem for linux?
>>
>>103151898
The HDMI would be connected to the dedicated card which does not output audio?
>>
>>103152352
The graphics card is connected to pci, so system audio should be able to come out of that graphics card.
>>
What's the algorithm for breaking up a map into one or more districts that have roughly equal population while at the same time making sure that people in each district have something to do with each other (i.e. there is a shared community in each district)? Manually, not automatically. I don't understand what I even need to do, just randomly try different options in hopes that one day I'll get it right?
>>
>>103152434
I don't know a name for that, specifically.
But I imagine you would take the naive algorithm (simply cutting in half repeatedly, based on equal population in each half), and add a layer of "community cohesion" that discourages placing the slice through those areas. Like, just a heat map of "avoid cutting this" zones. Maybe a density map? Maybe some kind of proxy like downtown-cores or commercial districts (tend to be centrally located and form communities nexuses)?
You'd need to play with the parameters though, since some conurbations absolutely do need to be subdivided, so it does need to override the guidelines at some level of strength.
>>
>>103152511
I meant that the whole process is done manually by a human, zero automation
>>
>>103152434
>>103152511
Oh, and I think another approach is to divide the map into atomic micro-districts (e.g. zip/postal codes, but could do by hand), and then the dividing algorithm simply decides how to aggregate the micro-districts into the actual groupings.
>>
>>103152529
That's already done, the map is divided into small blocks with known population
>>
>>103152434
>just randomly try different options in hopes that one day I'll get it right?
You mean like completely redo the process and see if you get better results? The better process would be to improve a "good" result iteratively.
Take pairs of adjacent, existing districts, look at the >>103152592 blocks along the border between the pair, and see if there is some pair of blocks that, if you swapped them, would "improve" the result (according to whatever methodology you have for deciding what "improve" means). Like, just straight up compare the score from "leave as-is" or "swap these two" and pick the option that scores better.
>>
>get job working w troubleshooting chromebooks
>it's just a watered down laptop that only runs chrome
>escalate if rebooting and clearing cookies + cache doesn't fix it

Is there a udemy course I can get for chromebook? When I look it up there are basic courses like for beginners but I feel like if you know how to use chrome browser then you already know most everything those courses will teach. I am almost literally a boomer for chromebooks and chromeOS. Might as well be a magic box welded shut to me.
>>
Never used washing machine in my life. What mode do I use? I think that "Cotton" is kind of considered the default one. But do I really need 3 hours and high temps? What difference would it make between that and "15 minutes" mode? I need opinions. I'm washing usual home wear, I'll be using detergent, and I don't care about stains, just want it to remove the worn clothes aka sweat smell and become somewhat hygienically clean.
>>
>>103152717
Depends on how large the load is, and what options your machine has. For larger loads I like to use the prewash option to get the clothes damp before the primary wash, and I use cold water for everything, and an extra rinse so the detergent doesn't irritate the skin, with a medium spin cycle speed.
>>
>>103152717
Safest is to use cold water, less washing time (but don't skimp on rinsing time), and less detergent.
The failure state from holding back is, "things aren't as clean as you hoped." So you wash them again.
The failure state from washing too hot is, "dye bleeds and stains everything," and "some delicate fabrics are damaged."
The failure state from washing too long is, "some delicate fabrics are damaged."
The failure state from too much detergent (or not enough rinsing) is, "your clothes are soapy after you take them out, and that soap stinks/irritates your skin when you wear them." So you throw them in for another wash or rinse cycle.
>>
>>103152717
One tip is to use biological detergent and wash at low temperatures. I wash everything at 20c. Non-bio detergents are shit and require higher temperatures to wash effectively, which can result in damage to the fabric and shrinkage.
>>
>>103152717
If it's a top-loader, it helps to let it fill with like an inch of water before adding the clothes. This will let the detergent dissolve more evenly in the water. If you throw your clothes in on top of the raw detergent, or even worse, pour your detergent right on top of the clothes, then the detergent gets trapped in the clothes rather than spreading over the entire load.
Front-loaders will spray water into your detergent before pouring it into the basin, so you don't have to worry about that stuff. But you might still want to water-down particularly thick detergents with warm or hot water before adding them.
>>
This may be out of the purview of /g/, but are there any tips/guides for making nice presentations? I can't keep relying on PowerPoint and clicking the Design button for automatically-made layouts.
>>
can the Quest 3 VR headset be used through Steam as a PCVR headset easily? or is it a pain in the ass to achieve?
>>
>>103151538
Of course I would be getting them from various ships across the sea, if you catch my drift.
>>
So due to a power spike? some of my HDDs failed, whats the best recoivery software.
chkdsk did nothing
>>
>>103151556
>whatever the system requirements are of what you're trying to do. the beauty of a vm is you can allocate however much memory or however many cpu cores you want, up to the physical limit of what is literally in your house
In theory yes.
But if you offer your whole host to VM, you will have shitty time managing both the guest and the host.
> but also most of those run just fine on bare metal in compatibility mode in windows 10/11
I want to run linux, and wine doesn't work with these.
>>
>>103151970
>I wanna mess around with loonix.
How much skeeels you have?
Honest advice?
Get ventoy on USB flash drive, and try the linux experience on bare metal, without installing anything.
Heck, you can even make persistence.
>>
>>103152948
You should look on YouTube. I've seen shorts giving step-by-step guides on creating cool effects, animations, etc., for powerpoint presentations.
>>
>>103152434
Gerrymandering.
You don't give a shit about consistency and do whatever it takes to get your party to win the election.
>>
>>103152948
spam morph transition.
>>
>>103152676
Yeah, its designed to be a magic box welded shut, that stores no user data locally, and handles software licensing through Google accounts. Meaning any time there's a software problem you just need to reinstall the OS although I get the impression that the way to do that is unique to a particular model.
Under the hood it is a proprietary version of Gentoo Linux with a lot of read only partitions you can't do anything with and an incomplete UEFI, but that's going to change soon with google rebuilding the whole thing on Android (so any information you find to fix software issues now is going to be irrelevant).
>>
>>103153486
Yeah, but obviously I don't really want to do that, I want to do it fairly. Also the districts are multi-member, each one elects 5 representatives, should make it far more difficult to gerrymander
>>
File: winlator.png (75 KB, 893x370)
75 KB
75 KB PNG
how do I this? (on a sony xperia 10 v)
I got Noita running at 5 fps (30 on title screen) and the virtual pad doesn't work, I have no idea what i'm doing.
>>
>Have to buy something from site
>Has a dubious reputation
>Doesn't accept the paypals or the crypto
>Only options are using my card and Jewgle pay

Is Jewgle pay semi anonymous in the way that if I use it this website can't steal my information bros? I'm incredibly reluctant to give these fuckers my actual card details. I'm worried enough about giving them my address.
>>
File: 1728076259118287(1).png (92 KB, 640x480)
92 KB
92 KB PNG
>>103152116
Thanks.
>>103152293
Hyper vee? Sry I'm beyond salvation.
>>103153243
>skeels
None.
>Ventoy
Solid copy.
>>
>>103154578
privacy.com
>>
>>103153208
There's no recovery software for damaged hardware. Try hooking them up to another controller.
>>
Any unsolved problems I could tackle with the use of Web Audio API? I have a project to present and dunno what to do.
Professor kind of turned down the idea of a social media for ranking music between friends and the idea of a song guessing game. I personally gave up on making a Slay the Spire clone based on chords, scales and harmony.
We're not forced to use a specific language, but the course is based on html5 so I'd like to go that way.
I took cs50 so I know a bit of other stuff too in case it matters
Should I make a thread for this? Is this question stupid enough?
>>
>>103153769
There's something charming about the thought that maybe, just maybe, one of the board-of-electors in some random-ass European country is posting on 4chan for advice about how redistricting should work, because the bureaucrats who are supposed to advise the committee are completely useless.
>>
>>103154608
Based. Thanks I'll try that.
>>
If I burn onto a scratched CD, will it be perfectly readable since the burn was made after the scratch or is it fucked?
>>
File: 1717833791637845.jpg (131 KB, 640x853)
131 KB
131 KB JPG
i want to use soulseek on my phone (with Seeker) but forgot my password. i'm still logged in on my pc, is there any way to find my password out so i can log in on my phone?
>>
>>103155616
Depends on the client software you're using on your pc. Nicotine+ keeps your username & password in it's config file unencrypted
>>
>>103153769
Well, you can divide by population fairly, since that can be computed by placing enough pins on a map and telling the computer to divide the map such that enough pins are in each resultant district and each district is roughly similar aspect ratios and isn't oblong, but if you try to factor in what the locals have in common that isn't party allegiance you'll be unable to make a right decision. No one could possibly consider everything and satisfy everyone and that's true even without the present infeasibility of getting demographics to stop seeing each other as competitors for power and influence over each other. Even factoring in party allegiance isnt exactly right, just something you're probably going to be asked to do so politicians can enjoy somewhat more stable employment.
So I think the only fair choice is to iteravly draw and redraw lines until all the pinpoints are enclosed with shapes that you've somehow constrained to have few protrusions and limit the length of and protrusion to be roughly less than 10% of it's length or width depending on how you define length or width.
>>
>>103155070
Maybe, maybe not. And even if the scratch disrupted the burning in that area, the error correction may be able to fully correct the issue
>>
what does it mean if I ran a smart test on my two hdds and I hear somewhat of a crunching noise as the test starts, but the results are all fine?
and I don't mean the usual "7.2krpm drive making noises", but it straight up sounded concerning. still, no reallocated sectors or pending.
>>
>>103156170
Depends on the software specifically but it probably was cycling power a bunch of times, spinning up and down over and over. Generally stuff the drives don’t do in rapid succession.

https://www.hdsentinel.com/smart/
>>
File: 1720068845978543.jpg (78 KB, 640x640)
78 KB
78 KB JPG
>>103155934
thank you kindly, anon
>>
>>103149126
>Cygwin is: a large collection of GNU and Open Source tools which provide functionality similar to a Linux distribution on Windows.
Please be more specific as to which tool(s) from Cygwin I need, or suggest something else. Just saying "cygwin" is about as useful as if I asked for your favorite video game and you said "steam". As I said, I don't want to install a bunch of tools that don't have anything to do with compiling this program. I just want the one, or small few, that I do need.
>>
>>103149040
Seems like it would need to be ported to Windows. If you can't use compatibility tools like cygwin then you could just WSL2 and compile it there - it's a linux VM so of course it will probably compile fine. I use it for using Waydroid instead of Bluestacks
>>
>>103148753
Honestly, as an ex-redditor (haven't browsed in 4 years), to this day r/ooer was actually a good sub. Nevertheless, no reddits can be good because of the updooting system
>>
>>103156492
Nah, it's more like "what tool do I need" and they give you the entire wrench kit to purchase.
So the thing you need is LD, GCC and make. There may be some others, depending on their make file. However, you generally can't get these separately on Windows, so you have to rely on distributions like Cygwin.
>>
What are the /g/-approved VPNs?
>>
>>103148753
# mount /dev/sdb1 /somedir
...: can't read superblock on /dev/sdb1.
dmesg(1) may have more information after failed mount system call.
# dmesg -H
[Nov11 21:33] EXT4-fs (sdb1): mounted filesystem UUID r/w with ordered data mode. Quota mode: none.
[ +0.000794] EXT4-fs (sdb1): unmounting filesystem UUID
# fsck /dev/sdb1
/dev/sdb1: clean, 22/31260672 files, 27397114/125026560 blocks


What is happening?
>>
nvm just rebooted
>>
File: 1709260818284182.gif (683 KB, 1000x1000)
683 KB
683 KB GIF
>>103148753
What's the point of using a hashing method like sha256 when MD5 is less computationally intensive? Both pretty much surf the same function: verifying that the file you are looking at is indeed that same file and hasn't been altered in any way. So why do people bother using 256? Sha512 is a thing but hardly anyone uses it because it takes more resources and takes longer to calculate, right? What is stopping everyone from just deciding to use MD5 and calling it a day? At the end of the day they are all the digital equivalent of fingerprints so I don't see why using one of the other matters
>>
>>103157198
from what I understand files can be manipulated to match MD5 where SHA is much more difficult to do this. This is like state sponsored level shit tho but still
>>
I am making a script in python to concurrently create or verify b2sums for a number of files. I noticed that there is little difference in running 1 thread vs 32 when I create the sums. That is, my CPU is barely utilized. However, the verification process will use all the 32 threads at 100% load. Is the creation process more I/O intensive than the verification process?
>>
is it possible to have the same google account in 2 phones?
>>
File: 1730022819088.jpg (24 KB, 500x500)
24 KB
24 KB JPG
Why is it nearly fucking impossible to find a $15-20 mouse (wireless or not) that has a DPI above 1,000?

My little brother tried playing Minecraft on his Xbox with an old office mouse and he had to move it almost a foot to get to the other side of the screen. I let him test my expensive one and apparently it's related to the DPI. There's not even a fucking menu to adjust the sensitivity in the game. I still need my mouse so I can't just give it to him. Every single really basic mouse on Amazon from "decent" brands (tried Logitech and Dell) is 1,000 DPI just like his current one. The 1,600 setting works best, is that too much to ask for?
>>
Is Lenovo ThinkBook 16 G6 IRL Arctic Grey a good buy for 700usd?
im in central europe, got sick of work macbook and want something to comfortably run Mint on.
>1TB SSD
>Intel Core i5 1335U Raptor Lake
>16 GB DDR5
>1,7 kg
>backlit keyboard
>usbc charging
>45 Wh battery
>>
>>103157791
Yeah? Why wouldn't they? They get double the botnet and know two phone numbers belong to you.
>>103157834
You sure there's no xbox setting that adjusts cursor speed for mice in all applications?
>>
>>103153223

2gb and 2 cores would be good enough for all of those except maybe SC4. SC4 is a bit of a pig with mods. but also most of those run just fine on bare metal in compatibility mode in windows 10/11 so a VM is largely unnecessary
>>
>>103158073
oh sorry i meant
>2gb and 2 cores would be good enough for all of those except maybe SC4. SC4 is a bit of a pig with mods.
>>
wait. im have been drinking.


>2gb and 2 cores would be good enough for all of those except maybe SC4.
>>
aieee i messed it up again i meant

>2gb and 2 cores would be good enough for all of those
>>
i wanna get a booru client on android but I don't want anyone to see that i have a booru viewer on my tablet. What do i do?
>>
>>103158073
Dual booting isn't an option.
>2gb and 2 cores
So 4 GB and 2nd gen core i5 should be neough?
>>
>>103158239
nah you need a 76000
>>
I am using Hyprland on EndeavourOS and KDE apps like Quassel have very high scaling on my displays (Both are 1080p).

Anyway to fix that?
>>
should I put military medals on my resume if I'm applying to L1 hell desk positions
>>
I have an old Galaxy Tab S 10.5 SM-T800 tablet from back in 2014 I want to use as a second monitor for my Windows 10 PC. It's on Android 6.0.1 and rooted. What are my options? Wireless preferred.
>>
>>103158335
sounds like a nice proof that you can listen to orders regardless how dumb or cruel they are and can stand in line. 100% go ahead
>>
>>103157834
windows has a setting to adjust the mouse sensitivity, check your device
>>
>>103158335
Raisins belong in cookies and I'm tired of normies pretending like they don't.
>>
>browse fingerprint readers
>"can store up to 10 IDs"
>"FIDO2 U2F"
>get confused
So. They don't actually read fingerprints to the OS? They read fingerprints *by themselves* and when they decide the fingerprint is OK they fire up the usual U2F-auth? The same thing you get by pressing a button on U2F USB dongle?
>>
Is there a remote desktop that has super high framerate and low latency? I want to use programs on a computer tucked away in the basement on the computer at my desk. I'll be satisfied if it's able to to video playback well and bonus points if gaming is livable.
>>
>>103154587
You can make local accounts, lol
>>
>>103158962
Raisins also belong in liver casserole. What do they mean by this?
>>103157957
>central europe
Actually central or Poland? ok, enough /int/ jokes
>usbc charging
I'm out of the loop. Do laptops actually use it? And it is an actual USB-C? Not just something that looks like one? Asking because I swear one laptop I used had a USB-C *lookalike* that wasn't USB-C.
If yes, what charging standards you need? Does it charge at all at let's say 5 watts (5V, 1A)?
>>103157791
>be workplace
>hand out work phones to all 20 or so peepo
>all work phones have the same gmail account for the phonebook
Seems to work fine.
>>103157198
Sometimes you want cryptographically strong stuff, not just hashing for the sake of intact downloads.
>>103155934
>keeps your username & password in it's config file unencrypted
What's it called? I remember downloading people's perform.ini files and authing to various IRC networks.
>>103154578
I get it not wanting to give card info but what's with the address? Business owners casually rob their clients houses?
>>
File: listening-at-door.jpg (35 KB, 610x280)
35 KB
35 KB JPG
>>103148753
How do I record my conversations? I live in a one-party consent state, so it's legal for me to record my own conversations even if the other person doesn't know.
I am a White male, and my boss (a Black woman) has told me before that I've been denied a promotion before because I'm a White male. I want to bait her into a conversation where I can record her saying that and then sue her.
But how do I record it? I tested putting my phone on record in my pocket and it didn't catch as much as I want. Do I wear a wire? How do I set that up?
>>
>>103159139
just get a phone produced after 1980
>>
Some of these are very good questions.
>>
>>103159194
based question enjoyer
>>
>>103159201
Have a nice day
>>
File: 1717686937214055.png (179 KB, 545x573)
179 KB
179 KB PNG
What are some onion sites you guys like visiting?
I'm bored with the usual sites I visit and don't suggest porn.
>>
>>103159249
thats where i buy all my rockets
>>
Is the steam deck (oled or refurbished lcd) still the best for retro games vs whatever is released by ambernic or similar?
>>
>>103153598
>the way to do that is unique to a particular model.

so far powerwashing seems to work on HP, Dell and Acer (sign out then press control + shift + alt + r). it's like a factory reset (I guess technically reinstalling the OS?) that sometimes fixes weird things. But otherwise yea it sucks. Are there any diagnostic tools or anything??

>with google rebuilding the whole thing on Android
Will already existing chromebooks be updated to this or will it be like "chromebooks make this day on" type of thing?
>>
File: 10.jpg (13 KB, 360x249)
13 KB
13 KB JPG
my desktops NIC wont run in gigabit anymore, maxing out at 100Mbps
this happened once before, and a reboot fixed it.
now its persistent.
speed test, torrents, all cap out at 100Mbps now.
I reinstalled the NIC drivers, same issue.
if im downloading a torrent and do a speed test im getting like .12mbps.
tried this: didnt help
>netsh int tcp set global autotuninglevel=normal
other devices hit gigabit speeds
router has been rebooted
its a Realtek Gbe controller.
>>
>>103159610
is the cable cat6 and in good condition and less than 100m long?
>>
>>103159610
>100Mbit
Easy. Broken cable or connector.
>>103159649
Stop this shit already. Sharp drop to exact 100 means one pair is missing.
>>
How to become a pro programmer and get a job
>>
>>103159649
>>103159653
Crap I need to check the cable. I was vacuuming down there a day ago, might have jiggled something.
Out of house now. Will check tonight

Btw, I used to run one of these rolled up into a ball and I was getting gigabit speeds up and down with 1ms of lag.
No one ever believed that that cable could do that.
Cat6 shielding is a meme
>>
>>103159730
>Cat6 shielding is a meme
cat6 isn't a shielding, it is the quality of the cable (something to do with how the pairs are twisted or something). cat5 and cat5e can also do 1 gbps but your results may vary, especially as the cable gets longer.
>>
>>103159806
I have a 63ft HDMI run from my desktop to my PC through the basement and through 2 wall outlets.
I get full 4k at 60fps streaming.
Cheap Amazon cable btw
Issue now is my wireless keyboard won't reach the pc
>>
>>103159653
i replugged the cable, and that did it. thank /g/
>>
Is the zotac gaming trinity good enough for a 4070 Ti Super or should I get one with a beefier cooler?
>>
>>103159730
The thing people don't get about Ethernet cables is the physical end-end deployment has the rating, not individual cable segments. All kinds of retarded looking cables will qualify at cat6 if they only have to run 30-50ft.
>>
Best way to set up proxy on vps for telegram?
>>
>>103160109
it's going to do it again eventually. sounds like the cable is failing. when you get sick of replugging it, get a stranded pair cable (as opposed to solid core)
>>
>>103160819
Why does youtube show wrong comments wrong channel and when I click on timestamps it goes to a timestamp on another video acrosss all platforms pretty much do I have fake CIA internet?
>>
>>103160964
didn't mean to reply
>>
>>103148753
I have an RPi running 24/7 (apache for local shit and also as UPnP renderer). Any other cool shit it could do?
>>
>>103154791
Realistically this question isn't really even /g/ related, but I don't think people in other boards know any algorithms at all (excluding /sci/), no idea where to ask it Tbh
>>
>>103151371
last time I had issues with black screens, it was because my hdmi cable went bad. changing it fixed the problem. sometimes the dumbest solutions are the best
>>
# sha256sum -c alpine-standard-3.20.3-x86_64.iso.sha256
alpine-standard-3.20.3-x86_64.iso: OK

# dd if=alpine-standard-3.20.3-x86_64.iso of=/dev/sdc
428032+0 records in
428032+0 records out
219152384 bytes (219 MB, 209 MiB) copied, 86.5826 s, 2.5 MB/s

# cmp alpine-standard-3.20.3-x86_64.iso /dev/sdc
cmp: EOF on alpine-standard-3.20.3-x86_64.iso after byte 219152384, in line 954045

why the fuck wont this usb show up in the boot menu?
i ran wipefs --all /dev/sdc before dding
ive tried multiple usbs and freebsd .iso and .img with no luck...
>>
>>103161097
pihole
>>
>>103159563
depends on your use case and if you plan on just playing retro games and anything else that'll run on android
>>
>>103161254
Yeah, that would be cool. It's a model A though...

I'd have to configure the pi to be my access point right? There's no way for me to keep using my router's Wi-Fi and also filter all traffic with the pi.
>>
>>103161292
90% retrogames from nes to ps3 (if that's even possible)
>>
i got a 25 yo cd it was a internal press briefing thing its a whole ass program and everything from a political party from my part of the woods there is rare audio and video on it,however it only runs on win 95.
i managed to pull out the video and loading some of the files on notepad++ helped me pull out the text burbs news articles and transcribes.
However i cant pull audio no matter what i do.
when you load the cd it boots two one the program for set up n stuff itself the other is the audio part.

is there tool to pull files from this shit
>>
What are some acceptable uses cases to use nixos
>>
I've learned some JavaScript and obviously html/css. I've made clocks, calculators, countdown timers, memory games, pacmans, card games, etc and I have no fucking clue how to make something actually useful. It's like I don't even know JavaScript.

In C it seemed that there was a clear progression path to be able to make what I wanted, but JavaScript seems to have tons of arbitrary walls that block progression.

With the above knowledge, how do I progress from webpage Dom manipulation to making an actual project with like electron/qt/etc that actually does something useful? How do I break through the 'beginner' barrier?

It's almost like there is TOO MUCH information about JS on the internet and I'm being stonewalled because of my autistic inability to choose.

My goal is something similar to obsidian notes if that helps
>>
>>103161566
ps3 emulation can be spotty even on desktops so I'm not sure about that one(or if it even has an emulator on android, as that's what ambernic devices are typically running)
>>
>>103161930
I see, thanks anon.
One of the reasons I was waiting for a hypothetical steam deck 2... which will be probably 2026-2027 from what I read.
>>
I'd like to insert a subtitle file in an mkv without altering said mkv, and also apply a slight time correction to it.
What is the simplest way to do that ?
>>
>>103161718
>1) install node
>2) use JS like you would C
>3) ???
>4) profit
Maybe... Idk
>>
I'm on linux and have an original dogecoin .wallet file from a decade ago. Guessing I need to build from https://github.com/dogecoin to get the wallet loader where I can send or receive doge from/to the wallet?
>>
>>103148753
>>
>>103161718
>How do I break through the 'beginner' barrier?
Huh? If you've made a card game like solitaire using just webdev shit, then you are long past the beginner barrier.
I guess the issue is now you are deciding you want to specialize, but aren't sure how to specialize. The answer is probably do the same kinds of projects you are already doing (even reuse the same code if you want) using the various, dominant ecosystems for webdev.
Like, if you made those simple as JS embedded in HTML files, then set up a server with Node.js and Express to host the files. See how that works.
Electron is its own thing too. Just redo your shit in Electron.
There's also React ecosystem, which will make your DOM manipulation more interesting.
At some point you should try TypeScript and see if you like that flavor. Not everyone does, but it pairs well with other stuff.
If you've only been doing local projects, you've probably not done any web requests stuff (fetch, AJAX, etc...). That's another major domain of webdev, and it's important for interconnectivity with other systems. But until you over systems you want to interconnect with, it's harder to explore (programming your own REST API, just to in turn practice making fetch requests, is daunting).

But, seriously, you are long past "beginner" and could probably go out and find an entry-level job (provided the employer isn't too anal about you having experience with their ecosystem).
>>
>>103161676
In the murky days of the past, there were game CDs that arranged the data to have the game data in "track 1" of what was otherwise a regular audio CD you could pop into your CD player. You'd just skip track 1 and track 2 onwards would play the sound track.
Got a CD player you can test it with?
But if it's a media press kit, perhaps they are using some idiosyncratic, production-level audio encoding that was dominant in your local woodlands but otherwise obscure and unheard of abroad?
>>
>>103158962
Raisins also cause kidney failure in dogs.
>>
>>103151497
my dad used to play Project I.G.I all the time, never seen anyone else mention this game
>>
Does filling HDD up to like 90% or something can damage files in any way? Bitrot ish way. Stupid question, i know
>>
>>103162813
Not exactly, but it slower down the read/write speed.
>>
>>103161676
Try ripping it with makemkv
>>
>>103159092
VNC is probably your bed bet, but video playback and gaming is going to have latency.
>>
Gotta a Mac at work, I want a text editor that behaves like Notepad++, in the sense that I want to write stuff on a new tab, close the program without being asked to save any file and reopen with all unsaved files intact. Any tips?
>>
File: shureshure.png (404 KB, 954x935)
404 KB
404 KB PNG
I have a Shure SV7 + and I am happy with it. When I plug in headphones to back of the microphone, the audio sounds absolutely great. However, when I record on the PC and listen to it back it sounds like the quality is significantly reduced. I am using USB but surely that can't be the reason and sound that much worse than XLR.... which still connects to the PC via USB?
>>
File: defrag.jpg (260 KB, 1024x768)
260 KB
260 KB JPG
>>103162822
Assumed it leads to massive defragmentation, yes.
>>103162813
>Bitrot ish way
Nothing does that. You may have heard the meme from people discussing SSDs. Some of the very old ones had a handicap so you had to keep some percentage of them unused.
(no anon ever gave an explanation on how the drive exactly knows what's "unused" (it wasn't about discard))
>>103162073
>insert a subtitle file in an mkv without altering said mkv
Define altering. Obviously the file changes when you modify it.
>>103161680
Same as Gentoo: development platform.
>>103161676
>video
>runs on win 95
>>
>>103158979
Yes.
>>
>>103162804
Based dad.
The thing is you play what you like, for me I still play Red Alert 2.
To this day it's my preferred game.
>>
Is this the website where I can get the original magic wand (https://hitachimagic.com/)? I also found this website that produces a replica and also ships to europe (https://europemagicwand.com/)? Is that equal in power or even better?
Thanks a lot for your help
>>
youtube is broken today in firefox??
v121.0
tried disabling ublock
no use
>>
My father tasked me to upgrade the internet at home after he switched to a 2gbps connection despite having no devices able to reach that speed (outside my pc). He already called the isp mad they gave us a 2.5g wan/4x1g lan ports, and now he wants me to buy a wifi7 router with at least two 2.5g lan ports
What can I get to save some money, and how do I convince him not to get WiFi 7 since his phone, laptop and tv don't even support it?
Cheapest I found so far is the TP-Link Archer BE550 for £250 but I'd really, REALLY like to save some more
>>
if im having network problems is there more then ipconfig release-renew-flushdns and reseting my router by holding the button
>>
File: router PC.jpg (786 KB, 2048x1536)
786 KB
786 KB JPG
>>103163654
>TP-Link Archer BE550
Couldn't arse myself to google that. It's all Ethernet, right?
Build a router PC. 2.5Gbit tech is cheap.
>>
>>103163741
https://www.amazon.co.uk/TP-Link-Ultra-Fast-EasyMesh-Compatible-Archer-BE550/dp/B0CT94XNX3/
It's this one, 1x2.5G wan and 4x2.5g wan with WiFi 7
Building one is a plan I have for the future when (if) I'll ever have my own house, for now it's not really an option
>>
>>103163654
Because WiFi 7 is still a draft standard and any hardware you buy now may be obsolete in 6 weeks. Read wiisfi.com to parse out WiFi marketing bullshit.

If you want to buy something right now I'd look at a gl-inet Flint 2. It has one 2.5G LAN port, and you can always buy a 2.5Gb switch later when they're cheap.
>>
What courses/tutorials or books would you recommend for someone interested in learning about cyber security and the Internet in general on an advanced level?
>>
>>103163195
>Define altering. Obviously the file changes when you modify it.
Altering audio/video tracks.
>>
>>103163801
Just watch linkedin whores operate. Cybersecurity is the business of manufacturing excuses for inexcusable security practices. The skills you need for success have little to do with computers.
>Internet
Do projects. If you want to learn about IP networks in general, you could do Cisco exam prep or read the policyrouting.org book.
>>
>>103163787
>flint 2
I actually am already using one as an access point for my room/wifi upstairs, that and the switch was my first idea but he's against it because "why getting a second device that slows down the rest when we can just get a router with more than 4 2.5g ports, especially if it costs just a bit more?"
It seems like he gave up on WiFi 7 though, so that's already a partial win. Now to find a router with at least 2 2.5g lan ports...
>>
>>103152434
>>103154791
Where am I supposed to learn this skill, anons? You're my only hope, even though I'm not doing it professionally.
>>
Did I dream this or was the new Gmail/Google account inactivity policy so that you had to do something like sending email or upload a video, and logging in wasn't enough? I swear there was something like this but when I search for it, it says you just have to log in every 2 years.
>>
>>103163902
Thanks.
>>
File: mpv-shot0001.jpg (13 KB, 320x160)
13 KB
13 KB JPG
>>103162831
i will look into that

>>103162534
i managed to find another computer in the office that allowed me to mount that part it but it only displayed one audio filed called track2.wav so its safe to say there is more that are prolly in some obscure file format that dosent want to play,i have a small cute booklet for this thing this was a whole program that you had to install in order to use it wasnt just a recourse dump it has a dedicated page were you can play specific audio

>Got a CD player you can test it with?
i will look into it tomorrow at the office,i mean this cd was made 3 years before i was born lmao

>>103163195
i have the video though its in .avi here is a screenshot
>>
>>103163939
>why getting a second device that slows down the rest
Because that's not how switches work. The router only has a 2.5Gb link to its own LAN ports either way. Having a 2nd switch increases latency on the order of <0.1ms.

Internally most all routers are just a SoC with PCIe for a WiFi controller and 2 Ethernet PHYs. The first goes to the WAN port and the 2nd goes to a managed switch chip which provides the LAN ports. The only case where having all 2.5Gb LAN ports would matter is if you wanted to make VLANs which talk to each other at 2.5Gb, and that's going to be an ask for consumer router CPUs anyway.
>>
Will pic related be good enough to run osrs while also streaming Netflix?
>my current laptop struggles with it
AMD 3020e, 4 GB RAM, 64 GB eMMC Storage, 14-inch HD Display, Windows 10
>>
>>103164366
>gaming laptop
The screen is going to be fucking horrendous, so no.
>>
>>103159106
The config file? It's just called "config" and lives in appdata (or the corresponding linux directory) with some other nicotine files
>>
>>103164275
MakeMKV is only for DVDs and blurays, that anon is retarded.

Get exact audio copy, which is a audio cd ripper that can handle data tracks
>>
>>103164366
>N100
>Gaming
HAHAHAHAhahahahahaha holy shit!
That's a ultra low voltaje cpu for very basic taks, I have it for my home server because it consumes so little.
If you want to test anything I can run it here.
>>
>>103162073
You could delay the subtitles with ffmpeg: https://stackoverflow.com/questions/57821502/how-to-delay-subtitles-in-ffmpeg
Inserting the subtitles without reencoding can also be done with ffmpeg with the "-c[odec] copy" flag to stream copy. You could add the (english) subtitle track like this:
 ffmpeg -i yourmkv.mkv -i yoursubtitles.sub -map 0 -map 1 -metadata:s:s:0 language=eng -c copy youroutput.mkv
>>
File: 1721674688717975.gif (61 KB, 640x360)
61 KB
61 KB GIF
>>103164560
>>103164404

Old school runescape and Netflix is all I'm using it for, but I want to be able to run both simultaneously
>>
I'm using FaceFusion (https://github.com/facefusion/facefusion) to faceswap characters in TV shows or sketches. The program works as advertised and I'm able to successfully generate videos with a faceswap and they play perfectly fine. However when loading up that [new] faceswapped video to try and switch the face of a second character, the application fails and I end up with an error that says MOOV Atom not found. This is strange to me because the .mp4 does not appear to be corrupted and the properties of the file correctly list all of the relevant information (duration, frame rate, dimensions, and so on).
Is there a way I can generate a moov atom for the file or is there a way I can 'repair' what seems to be an unbroken file?
>>
>>103164892
Try to find a used laptop with a decent screen. 80% NTSC minimum.
>>
>>103165161
Thanks
>>
>>103148753
Is it possible to be CPU limited even if the CPU isn't reporting 100% usage?
>>
Anons, what the fuck is going on, I was following LR-Droop apportionment method (https://en.wikipedia.org/wiki/Quota_method#Method with Droop quota) to distribute 7 objects among 2 entities proportionally to votes and it was working just fine until I hit this case: I have 10000 votes in total, 6250 for entity A and 3750 for entity B. If you follow this method with Droop quota you end up with this method telling you that you need to give 5 objects to entity A and 3 objects to entity B. But that's 8, I only had 7 in the first place. I understand why this happens, but I don't understand how to fix it properly.
>>
My piece of shit Aukey webcam overheats and crashes after ~5 minutes of use. I don't want to buy another one.
What is the #1 easiest, most reliable way to use my Samsung phone as a webcam for Teams meetings? I already have a good mic.
>>
>>103165951
I should add I'm on Windows 10.
>>
>>103161384
no it only is a dns server. when a client looks up a name that is a blacklisted domain it just doesnt give an ip. i think it gives 127.0.0.1 but im not sure
>>
File: Windows DNS settings.jpg (52 KB, 465x488)
52 KB
52 KB JPG
>>103165951
Remove some of the plastic casing.
>>103161254
Or any caching/recursive DNS server with a filter list.
Obviously a mere filter list isn't the same as PiHole with the fancy web console and all. But filtering itself works the same.
>>103161097
What's an UPnP renderer?
>>
I have been having some packet loss issues, so I contacted my ISP and I was asked to tun on WAN ping on my router so they can ping it and figure out where the packets drop. I was asked to leave it ON for a few days. Am I at any realistic risk of anything with wan ping on, or no? thank you.
>>
Help me test the input and output capacity of a couple of power banks.

I'm confused by 5V in but 3.7A out (or is it the other way around), and how it affects what mWh and mAh should be.
I bought a simple USB tester, picrel.
The third screen displays mAh and mWh.
I'm charging it from flat right now, and will note down the mAh and mWh.
When it is full I will then discharge it through charging a variety of things all the way down to flat. I will also note down the mAh and mWh when it discharges.

The power banks are 22,000 mAh on paper.

What should the charge and discharge totals be?
(if it's significantly under capacity, I shall sell them to a second-hand electronics shop and get myself a modern, fast-charging power bank in its place.)
>>
Is there chan software that allows for user accounts, like in reddit?
>>
>>103149791
Consider your (likely) using ambient air temp to cool it, those numbers don't look too concerning.

You want to get it lower, tho, look into diamond/graphite compounds, increasing the heatsink surface area, and airflow.

Best results I've had with diamond paste is 2°C above ambient, using stock cooler.
>>
>>103151565
Next time - use dd. Once the drive is cloned, including partition structure, expand the partition to fill available space.

For an easy method of 'correcting' the fuckup, consider sed or awk.
>>
>>103151970
I'll +1 the thumbdrive boot livedisc option... as it only exists in RAM you can play around and if you manage to break it a reboot fixes.

Once you're comfortable enough with it to consider, then install it alongside winhoes.
>>
>>103152063
They don't just use different connectors, but different display controllers, panel dependant...
>>
>>103167502
So the device in pic would not work as universal laptop panel driver?
>>
File: file.png (19 KB, 362x217)
19 KB
19 KB PNG
1. anyone remembers the name of the monkeytype ripoff some /g/ user made a few months ago

2. any luck in bypassing this? piped, invidious, poketube, mpv are all get errors from age restricted videos. I'd try yt-local but exozy.me is down
>>
>>103153208
Define failed.

If it recognises as a valid device, it might be possible to transfer readable data to another drive, using something like dd or ddrescue.

If the controller on the drive's PCB is fried, get another PCB from the same model and swap 'em...
>>
i cant take screenshots of steam games on arch linux
neither controller nor keyboard button work. whats up with that
>>
Any Chrome or Firefox extensions that let me download images from any site, even the ones that intentionally make it a bitch?
>>
>>103157084

Disk damage. Could be data (think, unceramoniously starved of power) or physical damage.

Try: sudo mkefs -n /dev/sdb1

the -n tells it not to make a new filing system. After hitting 'y' it should scan the disk and return blocks that contain backups of the superblock.

sudo e2fsck -b [block number] /dev/sdb1

should then take that block and copy it over... hopefully restoring functionality.
>>
What rom should i get if I only use my tablet for reading and only care about battery life. It's a tab a7
>>
File: WPA2-vs-WPA3-[1].png (96 KB, 1200x527)
96 KB
96 KB PNG
What determines whether a device can or can't connected to a WPA-3 -protected WiFi network; is it hardware or software?

>my sis lives on the other side of the world
>she and hubby updated their home internet, now their network is WPA-3 -protected
>her printer doesn't connect to the WiFi now (it did on their previous WPA-2 WiFi)
>I have other suspicions such as band steering confusing the old printer, but my first suspicion is that it simply can't connect to WPA-3
>gonna ship send them a big parcel full of Christmas goodies and other shit they don't get over there soon, yearly tradition
>thinking to throw one of my spare devices in the box so she can use that as a WiFi bridge
>the spare devices are a RasPi 4 (~4W idle) and a shit old Celeron Windows laptop (~6W idle)
>would prefer to send the Win laptop as it's easier for me to configure and maintain
>but don't know if it too would have problems connecting to WPA-3 or not, it has an old single-band WiFi card
https://www.realtek.com/Product/Index?id=607&cate_id=194

Got me thinking, is it the hardware that determines whether it can connect to WPA-3, or is it software (i.e. the OS)? Because I'm sure Win 10 can do the job.

inb4 "downgrade their WiFi security to WPA2"
Don't wanna do that for just one device.
>>
Do any of you actually code anything interesting or is it all just stupid apps for 3rd rate companies and websites
>>
File: 1731266328737974.jpg (292 KB, 1920x1080)
292 KB
292 KB JPG
why is it like this
is it like a 4chanX thing
>>
how the fuck do i install yt-dlp? im on windows 10 btw
>>
>>103167724
Your css isn't loading
>>
>>103167772
forget it i figured it out
>>
>>103167772
Either download the executable from the github release or use a package manager (winget, choco, scoop, etc). If you're downloading it from github then you will need to add it to your PATH so you can access yt-dlp from any directory.

"winget install yt-dlp" is easiest though.
>>
how do i know if a uusb-c to usb-c cable is usb 3.X if it doesnt state it in the box and i cant check the contacts?
>>
>ms renames rd client, an rdp client for smart phones and tablets to windows app

other than the retarded name how did they manage to make it worse? i KNOW they did some how
>>
>>103167589
absolute enable right click and copy, maybe?
>>
>>103166921
Discharge for a new one should be, on the low side, ~70% of the stated capacity if you figure Wh as Ah*3.7V.

It's an intentionally useless metric. If you really want to characterize the quality of a power bank, you have to test the batteries and charge converter separately. Most of them tank on efficiency at their max discharge rate.
>>
>>103168127
It worked, thanks
>>
>>103168325
thanks

well in that case isnt it better to test them as a package?
theyre not new, theyre 4 years old, used lightly
basically i just want to see how much juice i can still get out of them.
if they have degenerated, might as well move them on and get something faster.

so on paper theyre 22,000 mAh
(output max 5V 2.4A, but i think that's some gay apple protocol isn't it? i've never had any apple devices, for me they seem to only do 5V 2A max per port)
but that 22,000 is at 3.7V, right?
3.7/5 = 74%
so max theoretical 5V output is actually 0.74*22,000 = 16,280 mAh
and that's not counting the inefficiencies along the way right?
so out of the 16,280 mAh
i assume there's got to be some % penalty converting 3.7V to 5V, you don't just magically get that for free right?
then there's the inefficiency of driving that juice into the phone's battery. what's the % loss there?
any other costs along the way? is heat its own energy loss or is that associated with the above two?
i guess i'll find out when i run the discharge tests into my phone(s)
>>
>>103168528
You seem to be a bit of an electrinerd. Would you trust a 140w USB charger from one of the larger AliExpress brands like Toocki? The 50% lower price compared to stuff on Amazon is tempting, but I don't want to fry my work laptop or burn down my building.
https://www.aliexpress.com/item/1005006678106506.html
>>
>>103168662
when the risk is that high, it's not worth it.
buy something sold in your country. that small saving is not worth the stress, the doubt. also think of it as a one-off insurance payment. if a chinkshit charger causes fire, you'll be on the hook, because im sure your home / personal liability insurance has in the fine print that you must not use electronic equipment not regulated/approved by the authorities in your country. if sold in stores there, your hands are clean, youre not liable, people can't sue you (successfully), or your insurance has to pay up. you give them even the flimsiest of excuses, youre fucked, on the hook for thousands, tens of thousand, hundreds of thousands, more. is saving a few bucks on a charger worth all that hassle? pay the extra and sleep easy. some $ savings are not worth it.

i know Toocki is well regarded here, doesn't matter. Anker is sold everywhere and no court would say you were reckless by using an Anker charger. But Toocki? No one's heard of it, it's not sold in your country by big/respected retailers. the opposing (((lawyers))) can easily make the argument that you didn't take 'reasonable measures' to ensure safety, that you took 'unreasonable risk' and jeapordized the safety of everything and everyone in the building (you live in a block of flats? think of how much you'll be on the hook for if you endanger all those people). Your argument of
>b-b-but /JEE/ said it was fine! /CHINK SHIT GENERAL/ (my internet frens, heh) said it was the same as Anker, just cheaper, and I didn't wanna give the Anker jews that extra cash bro
isn't gonna hold up.
Some things youve got to play it safe. This is one of those things. Don't take a silly risk to save a handful of bux in this jew world.
To clarify, I'm not saying the Toocki or whatever off AliEx is any more likely to cause a fire. Maybe it's the same, maybe it's even less. But you'll legally be in the clear with something off the shelf in your cunt, you wont be with the Toocki.
>>
I have a certain device that fails to detect the 5G wi-fi after a router restart until something else connects to it. But once that happens it can usually disconnect and reconnect at will. The "something else" in question (just a phone) doesn't have any issue finding and connecting to it right away.
What could be the reason for this?
>>
>>103168755
You're absolutely right. I hadn't looked at it from a legal liability things; I was just doing a risk analysis of actually having a fire/frying a component.
I'll just pay the extra for the peace of mind. Thanks, anon.
>>
>>103164892
that cursed room
>>
If I have a NAS and I am doing massive network transfers over my local network (like copying terabytes over) will that affect the ability for other users on the network to access the internet?

My router doesn't seem to have any manual QoS features so I don't see a way to give the NAS low priority or anything.
>>
>>103168528
>well in that case isnt it better to test them as a package?
If they're old and you're probably going to throw them out anyway, it might behoove you to know if there's a Frankenstein option.
>so out of the 16,280 mAh i assume there's got to be some % penalty converting 3.7V to 5V
Yeah, your conversion loss is around 10-30%. So you apply 70-90% to the 16.28Ah, and your real 5V output in Ah works out to somewhere around 14.6~11.4. For a reasonably honest new power bank.
>>
>>103168662
If you don't feel confident to take it apart and evaluate it yourself, you shouldn't fuck around. Get something with a real UL/InterTek/CE filing and don't have to worry about live shield hazards.
>>
>>103164650
thanks anon
>>
>>103169108
Depends on how the plumbing works, but it's usually not a problem because it's not a lot of connections. If it's Ethernet -Ethernet it's likely zero impact outside those two switch ports.
>>
yo guys, what's your best idea to trick a motion sensor to stay on while I shower?

my bathroom as a timer sensor and it turns off when there's no movement (i'm behind the shower glass door). right now i open the door and wave my hand. but i'm think to attach something to the door so I just need to open/close it to trigger the motion
>>
File: 00015-831363216.png (955 KB, 1024x1024)
955 KB
955 KB PNG
I'd like to have a separeate AI card from my graphics card so I can game while rendering.
Can I run a H100 next to my 1080TI? Or will the drivers shit themselves?
>>
How do I create a new gmail account without giving google my phone number?
I already have my personal/work-related e-mail account with my number, and if possible I don't want to reuse that number for this new account. I'm not sure yet about buying a burner sim where I live.
>>
File: ethernet switch.jpg (21 KB, 600x532)
21 KB
21 KB JPG
>>103169108
>If I have a NAS and I am doing massive network transfers over my local network (like copying terabytes over) will that affect the ability for other users on the network to access the internet?
No. And it likely doesn't even affect any other LAN ports at all.
But if it's let's say one gigabit and you fully saturate it, then you fully saturate it from both. Is your NAS that fast?
>QoS
The LAN ports are a dumb switch like picrel, there's no "smart processing" going on between them.
Take a bricked router for example, power it on and see how the switch part of it still works.

>inb4 someone mentions VLANs and thinks it requires separate interfaces
>>
What's the best way to run a media server (Jellyfin)? I've just been running it on my PC while always keeping it on
>>
What would be a solid online CV maker anons ?
>>
I've got a MacBook Air (M1, 2020) w 16gb memory. Is it worth upgrading?
>>
>>103148753
How do I stop my eyes from hurting after staring at a screen all day and all night?
>>
Around two years ago, I let an acquaintance borrow one of my flash drives. When he returned it to me, he said that his computer had a virus and that it may have infected my flash drive.

I still have the flash drive, unsure of what to do. I would very much like to keep it and even start using it again.If it's possible to delete the whole thing without infecting my own computer, I am more than okay with that.
>>
>>103169817
How much does replacing the flash drive cost?
How much does replacing your entire computer cost?

Don't be a dumbass.
>>
>>103169852
>Don't be a dumbass.
But this is the stupid questions thread.
>>
>>103169817
Disconnect drives, boot from a GParted USB, dump it into RAM, disconnect the USB and connect the infected one, then nuke it.
I've never actually used this, so I can't tell you how to nuke it exactly. Just google gparted zerofill or something.
>>
What program do people use to check drive health nowadays?
>>
>>103169474
What kinda sensor is it?

It's probably a PIR (has a white clearish plastic part--google it) which works by sensing changes in heat--not motion. They're basically crappy thermal vision. That is why you can open the shower door and not trigger it but your hand does (thermal can't see through glass and opening the door makes no significant thermal change). If you could get something that quickly heats up and cools down fast enough, it should trigger it. Maybe a TEC plate sitting right in front of it some how hooked up to a timer?

If the sensor looks like it has a grill, like it could be a speaker, it is probly ultrasonic. But I doubt this is the case because it should detect motion when opening the shower door (not needing to wave your hand) because it is an actual motion sensor. Could probly get some emitter for raspberry pi or something and interfere some how....or get one of those oscillating from good will, take off the blades and let it oscillate right in front of the motion sensor.
>>
>>103169941
it's clearish white plastic one but I waved a piece of paper with the door barely open and it detected it. also if draped a shirt on shower door and it worked when opened but just the door doesn't work.
trying to get something super low tech like stick something to the shower door
>>
>>103169930
Depends on the OS. Linux-people make do with the basic tools but Windows may require software like Crystal Disk Info.
>>103170020
That's an odd feature. What's the use case? Setting labels such as "use this partition for testing"?
>>103169817
Write it full of zeroes or random data -> the USB stick (or any other block device) is "new" again.
>>103169731
The best way? Like containerizing the Jellyfin service for example?
>>
>>103170096
>The best way? Like containerizing the Jellyfin service for example?
Yeah, whatever way is most cost-efficient and recommended with media servers in general. I'm just doing the idiot method thru my computer
>>
>>103170130
if you ask someone who pays less than 0.1€/kWh, yeah, PC is fine
some anons say PCs are power hogs but idk, they never give me numbers
>>
>>103169778
Depends, are you struggling to do anything right now? Especially with 16GB of RAM, even the lowest end M1 is fine.
>>
>>103170217
So far the issue is I can only use one monitor at a time and sometimes I've got a lot of things open and it forces me to close them, so there's some limitations. Also only got 251GB of storage
>>
>>103169817
Some viruses can spread via USBs, with 0 clicks
Just toss it, or get a sacraficial computer without internet that you are fine with never using again if you REALLY need to see what is on it (it probably isn't anymore)
>>
>>103170263
Yeah the single external monitor thing sucks. You could either get an M3 Air and close the MacBook lid to get 2 external displays, or a M4 Pro and have all 3. If you're hitting up against RAM limitations though, Apple is going to fuck you for more RAM. They only do 16, 24 or 36GB (Pro only) options for some fucking reason.
>>
>>103170082
the only thing I can think of is the paper was a different temperature (even only 1 degree difference can possibly stick out like a neon sign to thermal vision) than the rest of the room. Like if your hands warmed it up even just a little, and then it came out from behind the glass fast enough, it's totally plausible it'd trigger a PIR sensor.

I am kinda stumped on why the shirt draped over the door works. Maybe it's a dual sensor?
>>
>>103167632
afaik wpa/2/3 support is just a software thing, so running newer software on older hardware should do the job (i.e. newer windows/linux/openwrt/etc)
>>
>>103166366
(if this anon will read this)
They're both the same, Codecs like DTS-HD MA are just less efficient than FLAC and need higher bitrates to achieve the same lossless output. Don't think that something is wrong because a 4,000kbps DTS track encoded into a 1,200kbps FLAC track and it's in any way worse.
>>
>>103166043
Oh, I see. Cool. Will definitely try pi-hole then.

>>103166262
In my case a UPnP renderer is an audio output.
A UPnP server offers files, which a UPnP controller orders to be played on a UPnP renderer. The controller is most likely an app on your phone/computer, while TVs or game consoles can act as renderers.
Just look into the devices you already have on your network. Wouldn't surprise me if you *can* teach a dog new tricks.
>>
File: 1731466804210847.jpg (43 KB, 640x480)
43 KB
43 KB JPG
Since I have a spare ssd I wanted to install windows on it, but my pc already has linux as the first drive.
Can I just add the 2nd ssd and install windows normally or is there something else I should do to not fuck up all my stuff?
>>
>>103170906
Installing windows after linux tends to make windows delete linux. Just unplug the drive, install, then replug.
You'll have to update your bootloader to include windows though.
>>
Q>>103169735
Bump
>>
>>103170927
Is not 2008 anymore grandpa, we UEFI boot now.
>>103170906
On its own drive it should not be a problem.
>>
>>103170130
what's wrong with doing this? I run a jellyfin server on a synology nas but could do it on my desktop, but I don't. If it works, it works. Unless you're running something crazy old & inefficient and you're annoyed that you're drawing 100w even at idle.
>>
>>103151970
vmware is best and now free for personal use
>>
>>103168662
not him but no, never ever trust chink chargers
>>
>>103155070
should be good since the burning software will skip the scratched sectors, check after burning
>>
>>103157198
because md5 is obsolete given the possibility for collisions even in the wild, and no, its not faster at all given the main bottleneck will in 99.999999% cases be IO
>>
>>103159092
sunshine + moonlight
>>
>>103161097
http://warrior.archiveteam.org/
>>
>>103161676
when dealing with rare data off of storage medium first thing to do is clone the storage medium into a digital file, use imgburn

then download exact audio copy
>>
>>103165460
of course, depends what are you doing
>>
So if I buy a capture card I can just plug my camera into it and use obs to set it up as a webcam?
>>
is there a way to know the theoretical max read and write speeds/latencies of a CD/DVD/Bluray drive?
going through my shed, I have a bunch of computers sitting here, most of which are dusty but which should work, and I wouldn't mind throwing together a disc ripper computer, using the """"best"""" optical drive/s I have, but would need to benchmark them first to figure out which are bad, and which are slightly less bad?
>>
>>103161251
ive now also tried redirecting two different usbs to a win 10 vm to use rufus to write the iso in iso and dd mode, with gpt and mbr labels
still no luck...
>>
>>103171337
ripping doesn't really require good seek speed/latency, because ripping is a linear process, reading from start to end. there's a bit of random access to begin with with things like DVDs and BluRays, but not enough to care about
just look at the labels to see their max speed, that should be enough. but if you want to know how they compare in practice, then test them yourself, have them rip the kinds of discs you want to rip, and measure how long they take
>>
>>103171337
Consider the following: speed goes up on the outer edge of the disc.
>>
>>103171391
this is true, your '16x' readers and discs for example are more like 8x at the start then ramp up to 16x at the end, it's "16x MAX" for a reason
the reason is simple physics, it's a spinning disc, data near the start (middle of the disc) has a smaller circumference than the end (outside of disc), so there's less data per rotation
>>
>>103171363
>>103171391
okay, so just go with whatever seems like the best on paper?
I'll probably chuck a couple in there to do multiple at a time to speed it up in that case, thanks fellas
>>
When i do
ping -n 50 8.8.8.8 from CMD from any device on network, i get anywhere from 5-25% packet loss (fiber)
when i ping the same directly from router diagnostics, i get 0% packet loss
how can I troubleshoot this?
>>
When I shutdown my PC and start it back up too fast, the debug LED for my GPU lights up for some reason and it doesn't boot. It's fine if I wait like a minute or something, or just use the restart button. Does this happen with all hardware or is there something wrong with mine?
>>
Good morning saars.
I'm learning Java and wanted to know if JFrame supported picture assets and animations?
>>
File: 1726042535523319.gif (1.52 MB, 640x480)
1.52 MB
1.52 MB GIF
>>103148753
If you game at 4k, do you need any anti aliasing?
>>
>>103172371
FWIW it happens on mine (B450-A Pro + Ryzen 3600) as well, no idea what causes it though. Figured it's the old BIOS being shit, and the latest one keeps crashing games with memory errors so I can't use it.
>>
>>103172450
it depends on how big the screen is and how far away from it and how sensitive you are to aliasing
>>
>>103172371
>>103172499
Actually, nevermind, I'm speedreading. Mine technically boots, just doesn't post and has to be reset.
>>
documentation is hard to understand...
>>
I've got bunch of old laptops that are still functional.
What can I do with it?
and by old I really mean old
>Packard bell from 2007, 1 GB ram, core2duo
>HP compacq from 2004, 1 GB ram, Pentium
>HP pavilion DV6 from 2009 I think, 4 GB ram, AMD Turin
>Hp Elitebook 2570p from 2012, 4 GB ram, Core i5 3rd gen
All have HDD in them.
>>
>>103172499
>>103172512
Nah, I'm dumb and used the wrong terminology, I meant posting not booting, if it didn't boot I wouldn't get the debug LED.
I've got a tomahawk max with a 3700x and a 5700xt.
>>
>>103172628
Search for some inspiration here: https://cheapskatesguide.org/articles/what-a-thirteen-can-do.html
>>
>>103172628
Recycle them, get a raspberry pi, setup a media server and dns server.
>>
>>103172499
Bios up to date?
>>
>>103171337
Back-up as .iso and let your disk drive be the bottleneck
>>
>>103170927
Didn't happen to me
>>
>>103172884
Please read the full post.
>>
>>103169910
>>103169817
Don't zero fill a flash drive; Just create a new partition table and add a new partition..
>>
>>103172904
Ah; I'm dumb, is the latest one a beta? Go back one.
>>
>>103172913
Reverting to latest non-beta was among my first troubleshooting steps and didn't help at all.
>>
>>103148753
> Buy bluetooth in-ear headphones (JBL)
> Sound quality is fine at first
> After a few months, they suddenly can't handle high notes
> On one of my favourite songs, they ALWAYS distort the music painfully when the singer hits a particular high note

Can I do anything about this, or should I pull a Karen?

Also,

> Phone ((goblins)) deserve death

Are there any phone manufacturers that don't rape your ass with bloatware and adware? I have tried so fucking hard to find some, but every search result is just Samsung/iphone shills. Even in dedicated forums, I rarely get answers.
>>
>>103173427
>Are there any phone manufacturers that don't rape your ass with bloatware and adware?
im quite happy with my nothing 2a
>>
File: server2.png (155 KB, 2000x2000)
155 KB
155 KB PNG
/sqt/, sell me a NAS
>>103170130
>the idiot method thru my computer
It's usually the galaxy brain method to use a PC instead of falling into memes like Raspberry Pi or what have you.
In my opinion NAS is a good example on what's 'suitable' for a PC.
>NAS uses hard drives -> hard drives require 12 volts and more than a fraction of an amp -> PC power source suits the task
>NAS uses hard drives -> hard drives require space -> PC case suits the task
>NAS uses hard drives -> hard drives require SATA -> PC has SATA
>>
>>103172792
Nearly useless, since all can be done by the newer machine faster and better.
>>103172874
Already have NAS for that.
As for recycling them, I don't know.
>>103169817
Windows virus don't spread to linux machine, "usually"
Just boot into linux life USB, and delete ALL the files.
Unless they infected the firmware, in which case that's schizo level thinking and your friend is after your nudes.
>>
>>103173427
>Are there any phone manufacturers that don't rape your ass with bloatware and adware
Nope.
If you want that you need to either buy something from Murena, buy a Pixel and install Graphene, or buy an iPhone and pretend that everything it ships with is what a decent human being would need.
>>
>>103173589
>/sqt/, sell me a NAS
Other machine that's up, no need to up files to cloud to transfer between different devices.
>>
File: Firefox_logo,_2019.svg.png (423 KB, 1280x1330)
423 KB
423 KB PNG
>>103148753


Yesterday Firefox, which I use on a Samsung Galaxy phone, suddenly decided to download a file called analytics.html while I was browsing Twitter. I instantly removed it (or at least thought I had) and downloaded Malwarebytes for Android and ran a scan which didn't detect anything.

This morning however I surprisingly discovered the same file (whose size is about 200 kb) again in my Downloads folder. Should I just delete it again or is there a way to somehow safey learn about its contents?

I try avoiding shady websites and only install well-known apps from Play Store. The only add-on is an adblock.
>>
>>103173464
Based. Thanks, mate
>>
File: moo deng.jpg (136 KB, 951x714)
136 KB
136 KB JPG
I don't really know Java (technically, Processing) and I came across this bit of code:
windowImages[w] = loadImage("windows/w"+nf(w+1,4,0)+".png");

Which picks a random image from the windows subfolder of the project I'm looking at, the project has 15 images named w0001.png through w0015.png
My question is, is this some kind of regexp type thing specifically tailored to that number of images, or can I add more images in up to w9999.png potentially, and it will still pick between them?
>>
I have a cheap dumbphone which has a Unisoc T107 (ARMv7-A) chip in it. Anyone here have ideas on how I could execute my own code on it? anyone here already did something like this and give me tips?

I've asked the manufacturer and they said they don't provide an SDK for it so I'd need to figure out a way to execute code on it.
>>
I'm new to java, am I falling into a trap by trying to have everything be it's own class?
>>
>>103173616
>Nearly useless, since all can be done by the newer machine faster and better.
OP already has these machines so why throw them away? In some cases you will see no benefits from using newer hardware.
>>
File: 20240926_124051.jpg (1.75 MB, 4032x3024)
1.75 MB
1.75 MB JPG
Does anyone know how to make the stupid new device timer work on 4chan?
I bought a new phone and I'm trying to get it to work, I've waited for the 900 seconds three times and as soon as it's done I press the get captcha button again and it just goes to the same thing for another 900 seconds. I've left it on the screen with it on the entire time too
>>
>>103172450
you'll always need some form of anti-aliasing because no matter the pixel count, you'll always get aliasing.
>>
>>103173707
As someone who has done two days worth of coding in java I'll chime in and say the widowImages array is a fixed size and if your number is 15 then it's only going to contain that.
>>
>>103174462
Right, yeah I'd have to change the w variable.
I mean the expression on the right, I don't really get what it's doing with the nf()
>>
>>103174477
It's a number formater.
It takes w (which is the array position) adds 1, then adds a number of zeros before that (up to 4), to get the image number.
W = 2
loadimage will shit out "windows/w0003.png" which is the file path.
If w = 567 -> "windows/w0568.png" etc etc
>>
File: 1651578289131.jpg (86 KB, 495x521)
86 KB
86 KB JPG
Anyone know where in Chance imageboard browser I can enter a 4chan pass?
>>
>>103174540
Oh, nice.
So as long as I change w and keep them four digit filenames properly formatted that's all I have to do.
Thanks anon.
>>
>>103174016
No, that's just java. Pathological abstractions are the norm. It only gets worse from here.
>>
>>103174719
Fair.
>>
Anyone here know anything about Twitter?

>DM someone who has DMs open
>Don't follow them and they don't follow me
>Don't hear back from them (it's complicated, but I did expect a reply)
>Check the DM I sent
>"you can no longer send direct messages to this person"
>Check their account
>They don't have blocked me
>Doesn't mention anything to do with needing to be verified or having to following each other etc

Anyone know what the deal is here?
>>
>>103174221
My only guess is that for some reason your IP address changes or cookie is not saved in the browser.
>>
File: 1701840574213664.png (241 KB, 526x516)
241 KB
241 KB PNG
>>103148753
Might as well repost.

Is there any way to block page elements without using uBlock? I use it to block parts of YouTube's atrocious UI, but I'm worried that YouTube's constant anti-adblock shenanigans might break it and want a backup, either directly in-browser or using a different extension. I don't know much about webdev, please spoonfeed.

Do I need to learn Javascript and how to write Monkey scripts?
>>
I moved a pc from the main pc on the router and now it's acting as a regular one. It's no longer connecting to internet via ethernet. I'm going to update drivers right now, but is there something that I need to reconfigure since it's not being used as the main computer?
>>
iknowwhatyoudownload is filled with stuff I have not only never downloaded, but I have never even heard of. What’s going on? Bogus site? Compromised network? ISP gives multiple users the same IP?
>>
Are there tools used for network testing? Say you have a network with a series of switched linked in cascade, is there way to test for latency and speed transmission from one end to another? Something that doesn't force me to ping/do mock file transfers for each device. I don't know anything about networking by the way
>>
>>103175280
iperf?
>>
>>103175171
You share an IP with alot of people
Be nice :)
(ISPs can find who did what if they are so inclined, even if only by timing)
>>
File: error.png (110 KB, 1012x732)
110 KB
110 KB PNG
Help guys

What is wrong with my install?

I am trying to install Linux on my fresh off the shelf windows laptop, ASUS 410K with windows 11S

I tried installing Linux Mint 22 first, but I managed to mess up the partitions, and then it wouldn't boot from disk nor USB due to MOK, so I tried ubuntu install instead, but now there is another error so it won't finalize the install. I can't remember what the error message is now, it's late in the afternoon and I am spent. Please help.

Pic related is the error log I get.
>>
>>103175436
Thanks. Hopefully this will be enough
>>
>>103174996
Using CSS to display none on an element. You could inject it through a userscript with GM_addStyle or the extension stylus (or ublock)
.myclass {
display: none !important;
}
>>
>>103176048
If you wanted to remove the element rather than just stop it displaying then you would need javascript, yes
>>
is there a way to automatically handle ssh public keys for hosts in ~/.ssh/known_hosts? I am using GitLab and provisioning VMs with Terraform. public/private key pairs can be generated during resource creation but is there a way to add them to GitLab CI/CD variable like $SSH_KNOWN_HOSTS?

No, I am not interested in 'StrictHostKeyChecking no'
>>
>>103176048
>>103176067
Thank you! I suspect that both ways should work for what I need.
>>
>>103176178
Not sure what you're trying to accomplish but there is a ton of stuff you can do with the .ssh/config file, the documentation is pretty extensive.



[Advertise on 4chan]

Delete Post: [File Only] Style:
[Disable Mobile View / Use Desktop Site]

[Enable Mobile View / Use Mobile Site]

All trademarks and copyrights on this page are owned by their respective parties. Images uploaded are the responsibility of the Poster. Comments are owned by the Poster.