No.314582
>>314581>lainposter>actually tech-illiterateHeh, it's always like this.>I don't understand what an OS is>Yet each OS does the same thing: start programs>Does one OS do something different that another OS doesn't?>all execute applications in the same wayI'm not exactly a tech guru myself but the way I understand it is that while at face value it may look like OSs do the same thing which is launching programs, they do things differently behind the scenes so to speak, like the submerged part of an iceberg, which includes managing resources, input/output, etc.
Since different OSs work differently inside, programs have to be specially tailored for each OS, so if the developer is not interested in making versions of a program for some OSs, they won't run on them.
>why are there several OS?>why then create different OS if they all do the same thing?>why create another (OS)Because people making OSs didn't like some part of other OSs (as I described above) and thought they could make better. They could also contribute to open source OSs, but if the technological vision is too different they have to make their own.
>does this mean that one OS is worse than another?It depends on the user's needs and purposes.
>Why is Linux favored by computer enthusiasts instead of Mac OS and Windows?It's open source and more customizable. For example you can easily change the desktop environment (see pic) entirely on Linux while on Windows and MacOS you're stuck with only one. Also for people who value privacy Linux doesn't spy on you, and even if it did, people would be able to remove that since it's an open source OS.
>why Linux can't launch video games (I hear that often).Because game developers often don't make versions of their games for Linux. There are programs called "compatibility layers" that try to simulate an OS on another OS to run its programs, and more concretely, Linux has Wine and Proton for running Windows software, but it's not perfect.
No.314583
>>314582>lainposter>actually tech-illiterate>Heh, it's always like thisI know, I know.
another question:
why linux has a lot of diffrent linux (fedora, gentoo, etc…) why and what do they do to be diffrent in the first place?
No.314586
>>314583I'd say that the major difference between Linux distributions is the package manager, which is the program you use to download and install software. They connect to different repositories (servers that contain the software) and organize things in different ways, which is why they are incompatible. Distros may have other big differences like the "init system" (systemd is currently the most popular one but some people don't like it for various reasons), but otherwise the majority of Linux distributions are redundant and just change little things that you can easily change yourself like what desktop environment it comes with, etc.
Some of the major ones are:
Debian - Focused on stability so the programs are rarely updated (it spawned Ubuntu which has several problems, and Mint which fixes those problems)
Red Hat - I don't know much about it but it's more corporate (spawned Fedora)
Arch - Focused on customization and the programs are updated ASAP (it's considered to be hard but it really isn't if you know the Linux and command line basics)
Gentoo - Even more focused on customization since all the programs are compiled by you and you can easily make minor modifications to programs to make them faster, etc (it's considered to be quite hard)
Slackware - The oldest Linux distro, and it doesn't have a proper package manager so you have to manage installing software yourself
And there are some other minor ones that are NOT off-shots of existing distros, such as Void Linux, etc. Also there's a thing called Linux from Scratch which is a manual that teaches you how to make your personal Linux distro from scratch.
There are projects like AppImage that work like EXEs on Windows so you can just download a Linux program from the browser and run it on any distro.
>>314584Essentially yes, but making an OS is a very hard and time-consuming task so making some simple utilities would be very quick and easy in comparison. You could also try to port existing programs from other OSs, or make a compatibility layer like Wine to run Windows or Linux programs.
But ultimately, there's no good reason to make an OS other than the technical details, so if you just want to make an OS that looks a certain way or whatever, you're better off just making a Linux distro or desktop environment.
No.314587
>>314586To add onto that, interestingly enough the most complicated programs are web browsers, particularly the big ones which are Chrome/Chromium and Firefox (and their off-shots like Brave, LibreWolf, etc). It's really mind-boggling how insanely bloated and clusterfucked the big browsers are, but the reality is that you must use them if you want to access the normie websites coded by Pajeets full of complex JavaScript and whatnot. Thus they're only available on the popular OSs like Windows/MacOS/Linux. Niche OSs usually have simpler browsers which can only access simpler websites like this one (though I'm pretty sure that the stupid Google captcha required for posting wouldn't work…).
No.314588
>>314587I am also interested about web browsers and internet access and https. so with normal browser you need just to type a key word to get recommendations. I know also that some website need to be entered manually (so you must know the https exactly to access the webpage , and other https (lets call it like that because I don't know haha) that need thor for exemple. what I want to know if is it possible to make a browser that can run all of these kinds of https into one browser (the goal of this is to have a browser with more websites than the actual browsers(because google let you only search for 20 or so pages then there's no other websites anymore)
>>314586so what can be done is to make programms that run every other programms then, right?
why terry davis made templeOS, was it only because of schizophrenia?
No.314589
>>314588>I am also interested about web browsers and internet access and https. I know also that some website need to be entered manually (so you must know the https exactly to access the webpage , and other https (lets call it like that because I don't know haha) that need thor for exempleBy "https" you either mean URL, like "
https://wizchan.org/lounge/res/314581.html", right?
>so with normal browser you need just to type a key word to get recommendations.What do you mean? Search engine suggestions, like typing "cute" and it suggests "cute cat", "cute font", etc? Or website/URL suggestions based on your history, bookmarks, and open tabs? Pretty sure those things are easy to enable/disable on common browsers.
>what I want to know if is it possible to make a browser that can run all of these kinds of https into one browser (the goal of this is to have a browser with more websites than the actual browsersThat's a curious idea. .onion (dark net) websites need a TOR connection to be accessed, and you can have a TOR connection without the official TOR browser. There are alternative protocols to HTTP(S) such as Gemini and Gopher (eg. "gemini://example.com" instead of "
https://example.com"), and those wouldn't be hard to implement. I'm pretty sure that you can install add-ons for all these things on existing browsers like Chrome/Chromium or Firefox, though, so that doesn't warrant making a new browser. But if for some other reason you wanted to create a new browser, that could be a convenient feature to add.
>(because google let you only search for 20 or so pages then there's no other websites anymore)That's a search engine problem, though, not a browser one.
Browser (Chrome, Firefox, Safari, Edge…) is the program on your computer that you use to access web pages, and
search engine (Google, Bing, Yandex, DuckDuckGo…) is a website that allows you to search for websites/web pages. In theory any browser (that can run the necessary web bloat) can access any search engine, and you can also change the default search engine (the one when you search things on the browser's bar) on the browser.
You could in theory make a browser or a browser extension that pulls the results from several search engines (and removes duplicate entries) to be able to show more results, though. Actually, there are "meta search engines" which are like search engines but they get their results from other search engines (Searx, for example), but from my experience they're often broken.
>so what can be done is to make programms that run every other programms then, right?I'm not a master hacker myself so I don't know exactly. But it would involve studying the OS you want to run the programs of, and also how to convert the programs' instructions into instructions that your OS can understand.
>why terry davis made templeOS, was it only because of schizophrenia?Mostly yes, after all he claimed to makes his OS as a temple of God. However, but his OS is genuinely unique in various ways, such as having 16 color 640x480 resolution, using a special programming language he created called "Holy C" and a special compiler he created too, and using documents containing images, 3D models, hyperlinks, etc for most things instead of simple text files.
Anyway, this is a long shot and might sound like a weird question, but… are you by any chance the guy who asked on a certain other imageboard if you can make "energy watermelons" by watering watermelons with an energy drink?
No.314591
>>314589>By "https" you either mean URL, like "https://wizchan.org/lounge/res/314581.html", right?yes, I forgot it is called url.
I have another question:
what available OS lack of that should be added because very needed. also, it seems that the only thing an OS does is executing a program manualy, am I
right?
me when you answer my questions :3 No.314594
>>314591>what available OS lack of that should be added because very neededThe wording is a bit confusing… You mean what OSs lack compatibility layers for other OSs? In that case it would be a lot of them, or most, even. That's the reality. However, relying too much on compatibility layers for other OSs is not necessarily a good thing, since it retards an OS' own ecosystem. It's good if at least the basic programs for an OS are native (or ports).
For example, there's a reason why Wine is mostly used for games. It's because Linux already has a rich ecosystem of non-game software to do a lot of tasks, but since games mostly do not exactly serve a utilitarian purpose like normal software and are more artistic, they are not exactly interchangeable, so there's no choice but running the other OS's games instead of making your own, unless it's a simple and very technical game where the artistic elements are not as important (eg. Minesweeper, Tetris, Snake, etc).
>also, it seems that the only thing an OS does is executing a program manualy, am I right?That's a bit of an oversimplification but ultimately it's kind of like that, I guess… an OS manages all the under-the-hood stuff needed to make a program run, so that each software developer doesn't have to go through the trouble of adding that stuff to his program himself. You can see it this way, a computer is just a bunch of pieces of metal and wires with electrical signals going through them, and a program is just a certain combination of tiny magnetic switches. An OS does all the magic needed to convert those physical things into something that you can see on a screen and interact with with your keyboard and mouse.
No.314595
>>314594sorry, I meant this:
I wanted to say: in your opinion, what are the available/most well-known OSes lacking that would push you to make your own OS, or do the available OSes have everything you need for the moment? and there is no point in creating yet another OS?
No.314596
>>314595Personally Linux fits my needs, but it has many annoyances. Mind you, though, making an OS is not a joke, it took Terry 10 years just to make TempleOS (which is not enough to fit the needs of the vast majority of people) and that's with him being a genius. To realistically make an OS that could fit the needs of non-negligible amounts of people, it would have to be a collective effort and it would need clear goals.
In my opinion making a browser to destroy Chrome and Firefox would be more important. By that I mean a browser that has the goal of being able to access modern/bloated websites and having modern features while NOT being a barely working gigantic bloated mess (reminder that Chrome has more lines of code than the base of Linux), and having many add-ons (possibly being able to use add-ons for Chrome and Firefox), customization options, and useful features all around.
No.314600
>>314596>In my opinion making a browser to destroy Chrome and Firefox would be more important. By that I mean a browser that has the goal of being able to access modern/bloated websites and having modern features while NOT being a barely working gigantic bloated mess the problem is that if we make a search engine to compete with Chrome/Firefox, we would have to encourage people to post their website in our browser but also guarantee them that there will be no deletion or archiving of their website. is it good like that?
am I right?
No.314611
>>314600Sorry, I'm a bit confused by your question again, but I'll try my best…
>if we make a search engine to compete with Chrome/FirefoxChrome and Firefox are browsers, not search engines.
>we would have to encourage people to post their website in our browserIn case you mean search engines, then I think they usually find new websites automatically somehow, but there are some niche engines like wiby.me (this one is for old school-style websites) where websites have to be manually user-submitted (and reviewed by the admin).
>guarantee them that there will be no deletion or archiving of their websiteI'm not sure what the "archiving" part is about, but in case of a search engine, there's no way of guaranteeing that you won't delete things, you can only speak with your actions. For example Google and other mainstream engines censor a lot of websites that they don't like, so they've built a bad reputation and are not trusted by those who know about that.
But if you're talking about some sort of browser feature, then as long as the browser is open source (and the code is not super complex like the big browsers), people can check the code and make sure of that.
No.314734
>>314733>what each distro does?Nothing besides crash your system.
>ArchDysfunctional, complicated on purpose
>DebianDysfunctional, complicated on purpose
>FedoraDysfunctional
>ForesightLiterally what
>GentooDysfunctional, complicated on purpose
>MandrivaLiterally what
>MintDysfunctional, made to teach Africans about computers
>UbuntuDysfunctional, all decent devs went to make their own less functional version, with blackjack, and hookers
>kubuntuDysfunctional, has blackjack
>xubuntuDysfunctional, has hookers
>openSUSEDysfunctional, for single-board toy computers
>PCLinuxOSLiterally what
>redhatDysfunctional, abandoned
>sabayonLiterally what
>SlackwareDysfunctional on purpose
>SlaxLiterally what
No.314737
>>314734I see, yet people prefer linux over a working windows, right?
No.314738
>>314737That anon is being a bit dramatic if not disingenuous. Both Linux and Windows often crash, and when something more serious breaks, at least on Linux you have a chance to fix it yourself, while on Windows you're fucked and have to reinstall the OS or try your luck with a tech repair pajeet.
No.314739
>>314738oh ok, he was a little bit misleading, right?
so linux is still the best OS over windows/macOS
No.314740
>>314739>oh ok, he was a little bit misleading, right?Well, Linux does kind of require you to learn new things, which in the long run is going to be beneficial, but for people unwilling to learn new things (which is a lot of people) it's easy to get the impression that Linux sucks and doesn't work.
>so linux is still the best OS over windows/macOSIt depends. Using Linux over Windows/MacOS is like riding a car as opposed to riding public transport. Linux is better if you want more control and privacy and are willing to learn and fix things yourself. Windows/MacOS is better if you want to turn off your brain and are fine with having a straightforward but shallow and intrusive experience. Additionally all of them have special use cases that others don't have such as Linux being good for servers and Windows/MacOS having some exclusive professional programs such as Adobe-slop and M$ Office.
However, I must say that MacOS does suck a lot and there's little reason to use it compared to Windows. It's even more restricted than Windows and it's weak in the game department like Linux (so, worst of both worlds), aside from the fact that it's not meant to just be installed on any PC and you have to buy Apple PCs which have a ton of problems including being overpriced and hard to repair. Most MacOS users are either backwards boomers, or hipsters who want to show off their fancy MacBook at Starbucks while complaining about capitalism on Xitter. The only valid use case for MacOS would be if you have the misfortune of requiring one of the very few super-snowflake programs that don't have any decent equivalent on Windows/Linux.
So in the end, it's more about Linux VS Windows. And… they don't have to be mutually exclusive. For example, you can use Windows for work and games, and Linux for general personal computing.
But overall, if you could only use one OS… Linux is best if you don't need special software and aren't serious about PC gaming, however, even in those cases, if you're really willing to learn and hack things, you can get around those problems.
No.314742
>>314741>do you think linux will beat windows in coming years? maybe if a distro that works like windows comes out, windows will be deadUnfortunately Micro$oft does a lot of shady shit to make sure that people will use Windows such as bribing governments to use Windows and Microsoft services in their institutions (eg. schools), computer manufacturers to pre-install Windows on their computers, etc. So it's not as much of a technical competition, but it would be more like fighting against a gigantic corporation and governments, which is impossible (excluding a revolution, etc etc). And Linux doesn't have the same reputation and name brand aspect of Apple slop either.
Therefore, even if Linux becomes very "user-friendly" and much better than Windows with no compromises, it would still be a thing mostly for tech people since normies are content using Windows. And at the same time, by making it too "user-friendly" and Windows-like to attract Windows users, it could be destroying itself and making it less usable to the "core" Linux userbase until they move to an even more niche OS like BSD.
But anyway, if theoretically Micro$oft made Windows 12 to be so insanely bad that even your neighbor Bob Joe would consider looking for a different OS, then that may be a way to gain some traction with non-tech people. But in
But maybe I'm just being pessimistic. Either way, I don't particularly care about the Linux market share… it works for me, so why should I care too much if everyone else uses it? It's not like social services (forums/imageboards, online games, messaging services,
social media, etc) where it only makes sense to use them if other people do.
>why not create a program on top of windows with linux so it works both for gaming and messing around?A thing like that exists already, it's made by Microsoft and it's called WSL. And personally I think that it's a silly concept… A Linux system running on top of Windows is going to share the same problems as Windows (spyware, resource-heaviness, etc), so at that point the only reason to use it is if you mainly use Windows but want to develop a program for Linux or want to use a Linux-only program. Also it's basically a virtual machine so the performance gets additionally worse.
>also does raspberry pi is considered is own OS/can create an OS with raspberry?Raspberry Pi is just the name of the micro-computer running on an ARM CPU (ARM is a CPU architecture commonly used on phones and microcomputers, while desktops and laptops use x86 and x64 AKA 32-bit and 64-bit CPUs; basically, software is mostly incompatible between different CPU architectures and has to be specially tailored for them, aside from being specially tailored for each OS).
Raspberry Pi OS (formerly known as Raspbian) is the recommended OS but as far as I know it's just a modified ARM version of Debian Linux but with some educational and development programs pre-installed (and I presume that it has some aspects that take advantage of the Raspberry Pi), and it can probably be run on ARM devices other than the Raspberry Pi and on ARM virtual machines, and conversely, the Raspberry Pi can theoretically run any OS that supports its hardware (ARM CPU architecture, etc), which includes many Linux distributions or even Windows (though Windows would run really badly on something as weak as a Raspberry Pi). The only problem is software availability, since as I mentioned it has to be specifically tailored for each CPU architecture, however you could possibly compile/port open source software to ARM yourself without too much hacking, especially if it's written in a high level language like Java or Python.
Anyway, Raspberry Pis aren't that great and there are better microcomputers, aside from the fact that the Raspberry Pi company is very woke. And in the first place, there's not much reason to use a microcomputer as a normal PC…
No.314743
>>314742thank you very much answering my questions. since I started this thread and more and more answers comz up, I want to use a linux distro/linux but I'm tech illitrate so I'll stay on windows all my life I guess hahaha
>Using Linux over Windows/MacOS is like riding a car as opposed to riding public transport. Linux is better if you want more control and privacy and are willing to learn and fix things yourself. Windows/MacOS is better if you want to turn off your brain and are fine with having a straightforward but shallow and intrusive experience. this phrase made me realise what is linux and understand better why people prefer to use linux. at the moment I don't have questions anymore…maybe next time
>raspberry is just a pc but weakerok I got it, it's only good for making robots, right? haha
>BSDwhy some people leave linux for BSD?
No.314745
>>314742>Unfortunately Micro$oft does a lot of shady shit to make sure that people will use Windows such asmaking an operating system that works
No.315307
>>315298>I would like to know why it is necessary to rewrite all the code of a program so that it works on a new OSmy guess is each OS has a different way of doing things and different requirements.
when linux users want to use windows programs they use an emulator called wine and wine pretends to be windows in front of the program so that the user can use it.
a big thing you might not know yet is the difference between open source programs and closed sourced programs.
open source programs have their sourcecode accessible, meaning you can read the instructions of the program and understand it.
closed source means you never really know what the program is doing, you can not read the instructions or change them, it is mostly a mystery what the program is doing on your computer.
No.315459
It is mandatory that you obtain a chinux to become one of us. otherwise, what could you possibly be?
No.315466
>>315442There are none that mimic Windows, and some which try to be like old Apple OS. You can theme any Ubuntu to look vaguely like Windows but the methodology is locked in the archaic need for terminal commands to complete basic tasks that any new programmer on windows could make an interface for in Visual basic. The functionality is locked behind, well, universal dysfunction of basic GUI operations such as thumbnail generation, file sorting, and folder navigation. Your Windows software will only function mildly after several CPU-intensive compatibility layers which are a pain to set up due to the aforementioned archaic methodology to program installation, the lack of common hardware support, and worst of all the distro treating you like a toddler by not even giving you permission to install certain softwares without opening it up is SpOoOkY RoOt MoDe OOOoooOOOh.
If you go in to Linux expecting a Windows experience, you'll only be disappointed with superficial similarities while the actual means of doing anything is wildly different and inferior (by design!).
No.315518
>>315466so getting a linux is for those who knows computer things (not for people like me who are tech illitrate)
>>315459is chinux some cultist group?
why are program developers reluctant to develop their program for linux but do it very well for windows and iOS?
No.315525
>>315442>which distro or linux version that is like windows (the most) should I get? and where to get it?Don't do this to yourself. If the interface is imitative then it will cause you serious misdirection, memory and navigational problems in practice. Do not fall for "windows-like" or "apple-like" linux systems. They're prioritizing the superficial over the structural.
In terms of a system having strong desktop support capabilities, decent documentation, a significant and financially stable maintenance cycle and community, and a similar rate-of-terminal-use:
OpenSUSE. I'd recommend starting with the most recent stable build, from their website.
The thing about using OpenSUSE is that it is built around an administrative toolset called "YAST." (Yet Another Setup Tool). YAST is a graphical control center which is similar to the various Windows control center interfaces, but came at these interfaces through its own design and its own priorities. SUSE Linux is technically the oldest commercial linux distribution, it was founded in the mid-90s before the kernel had really matured and YAST evolved alongside but separate from Windows GUI controllers. So you can use YAST to configure network connections, firewalls and antivirus, similar to Windows Defender in the control center, and also to manage your video and audio drivers, control updates, install software and manage software repositories, configure printers – anything and everything that a Windows control center or desktop management administration might allow. YAST is typically operated through a windows GUI, but if something goes terribly wrong with your desktop environment or video card driver then YAST can theoretically be accessed and operated entirely from the command line, or remotely over SSH. So if your system has a serious fault then the interface won't be some weird separate thing. In most Linux systems that are trying to be windows-like, there are several hundred different weird desktop-only customizations and processes that fall apart or fail separately and you are left completely stranded with no centralization if your GUI/desktop system stubs its toe too hard. Pop!OS has the "Pop Shop" instead of YAST as its software repo management scheme and this is bad because there's no tie between the interface of the Pop Shop and the command line tools for software management in the event that say Linus Sebastian accidentally removes his entire desktop environment.
YAST means that you do not have to become fluent in dozens of small interfaces to manage and set up your system. It solves the important problem, instead of the unimportant look and feel differences that "windows-like" desktop environment experiences often fixate on.
However, just like Windows, you WILL also have a separate NVIDIA or AMD driver controller which - again like Windows - will have its own device management GUI control center. And just like my last Windows install this separate driver might require some futzing through control files through a command line. Linux people will often tell you that you don't have to use command lines in Linux anymore–what they mean is that you don't have to do it any more than you do in Windows, and there is a crapton of windows command line use for anyone who, say, switches out an AMD or NVidia gpu for a competitor and needs to uninstall drivers, overclocks any hardware component, operates older hardware, or pirates video games.
No.315561
some nerds have very strong opinions on how to do certain technological things. There are some who complain bitterly against unicode (how we encode characters in text) and would want the whole world to switch over to a different one for marginal benefits.
Operating systems are big and complex, and they grow in complexity like downhill snowballs. They, and every technology (programming languages, network stacks, anything really) accumulate a lot of cruft as they confront real-world problems, which leads to a lot of tradeoffs, and often alternatives emerge that try to address the other technologies' original unfitness to certain purposes and it's ad-hoc solutions to the problems thereby created.
No.315562
>>315518>so getting a linux is for those who knows computer thingsNot even. To already have a fundamental understanding of computers wouldn't make learning Linux any easier. Remember that all of the standards DOS, Windows and to an extent Mac use were the established standard for decades, and it were Linux developers who sought to reinvent the wheel in every way possible to distance themselves from the two "not FREE as in FREEDOM" systems.
Linux is for people who disagree politically with Microsoft and Apple. Nobody else. Linus himself confirms this.
No.315563
>>315562Linux is for everyone with a brain at this point. The newest versions of windows is unmediated spyware. With the number of desktop environments available it's just like using microsoft products at this point anyways, except you might have to learn a few terminal input prompts.
Op just get linux Mint. The only real downside is you'll lose access to most forms of easy video gaming. Otherwise it's exactly the same except you get a bunch of free and esoteric applications you can download for functionality. You can always dual boot if you want the windows gaming experience. Personally, I'm just past it
No.315564
>>315563>spywareI really don't care if Joe Biden can see my loli pics, the 3D ones even. At least my loli pics display correctly on Windows when I click on them.
>With the number of desktop environments available it's just like using microsoft products at this point anyways, except you might have to learn a few terminal input prompts.And get used to using inferior software that requires more resources, is generally unstable, gets bogged down after prolonged use, and has crummy hardware support for devices that are plug-n-play on WIndows or Mac.
Here's a good way to determine if Linux is right for you:
Do you:
>Create art?>Edit audio?>Edit photographs?>Edit videos?>Play games?>Record screens or video inputs?>Livestream?>Manage many image files?>3D model?>Develop games?If yes to any, then Linux will hinder you substantially.
Do you browse the net and want, tinker with "unique software", and program Tetris in Golang? Then yeah, Linux will work, for the most part.
Linux isn't the "maker's" system anymore. Its prime directive is to give anyone ease of access to consume media. This is all it's been good for but still Windows is better for that. Yeah, maybe you can find some "esoteric software" on the GUI software library, like some LIDAR interpreter or thermal image descramblizer, but again that sort of thing is available free on Window too and works out of the box.
No.315565
>>315564I understand there are /g/ coder people on this site who have technical objections under various performance metrics, but for the average person using windows is simply because of a lack of comprehension. If you told an average person about the recall feature and windows spyware telemetry, most would start to think about switching to linux. Only the most clueless faith in authority boomers or liberal types push back against these issues when raised. And in their case it is an ideological barrier preventing their comprehension, not a real argument.
>Art, photographsGNU
>Audioaudacity
>video gamessteam is on linux. Only real complaint
>record screens, livestreamOBS
>manage image filesnonexistent problem
>3d modellingLinux has CAD software
>develop gamesfewer than 0.1% of the population
This functionality argument largely doesn't really apply to the needs of average people. It works like windows, it has generally competitive software in most creative fields. You probably don't use it, or maybe it isn't in the top echelon of professional applications. But that is a very small demographic and why people partition work and home computers.
If you use Windows knowing the privacy critique, you're basically as bad as a senior using modern facebook and have the exact same mentality in my mind
No.315597
>>315565>If you told an average person about the recall feature and windows spyware telemetry, most would start to think about switching to linuxNo, because people don't care that "Windows is SPYING ON THEM" because they don't have a reason to care. We use our computers that run Windows. If Microsoft wants to know if we're using their software, let them send a ping to our copies. If we don't like it, we can turn off our Wi-Fi. You're approaching the "big brother wants to KNOW what you FAP to" conspiracy from a boring angle so you probably don't know about hardware backdoors and CPU telemetry broadcasting, but I'll say in advance that those things are designed to function independent of OS used so even if your Linux system is totally encrypted and offline, you're still just as vulnerable to the unmarked black van people as a Windows user.
>GNUYou mean GNUIMP? GIMP? A derelict old program with an ancient color range that requires third-party compatibility layers to even open any camera's raw image format. And what drawing tablets are supported on Linux? Windows has had a plug-n-play generic driver for them since Windows 7.
>audacityIs a miniature splicing tool. Linux has no DAWs, no MIDI interfaces (Oooh wait Alesis drum machines use Linux but they're proprietary)
>steam is on linux. Only real complaintOkay? But what games besides a few old Valve titles and GameMakerToolkit point-and-click adventures work on Linux? And why do they all require so much emulation?
>OBSGoodbye hardware encode, goodbye generic video input capture devices.
>nonexistent problemEvery user of this site has thousands of images on his machine and Linux would crash trying to generate fresh thumbnails for them every time a folder was accessed.
>Linux has CAD softwareYeah let's use math to make a stand for our anti-government-spying tinfoil hats. You could have said Blender but again, no hardware rendering and even the OpenGL branch was abandoned on Linux. Again, no pen tablet support.
>fewer than 0.1% of the populationWhich is infinitely more than the 0.0% who develop games on Linux.
Hell I'll throw you a bone and say that Linux has Davinci Resolve which can edit RAW images and video, but the emulation of what is basic functions in Windows requires a whopping 32GB minimum RAM, alongside the 8GB reserved by any Linux running a GUI.
>This functionality argument largely doesn't really apply to the needs of average people.The functionality argument is the only argument that the average person cares about. What the fuck.
>If you use Windows knowing the privacy critique, you're basically as bad as a senior using modern facebook and have the exact same mentality in my mindThese "boomers" of yours know all about thee scary "privacy violations":. They know that when they log in, write a post, attach pictures, and press send, that what they posted is saved on a server, distributed to users who are qualified to see it, and that the account and IP address of the poster is recorded. But they don't care, because again, there's no reason to care.
You're accusing anyone who goes grocery shopping without a skimask on as being ignorant and actively violated, as if the grocery clerks want to make deepfake porn of every shopper's faces. Drop this tired cyberpunk roleplay; unless you're making child porn, the government and Microsoft don't care what you're doing.
No.315601
>>315599>I create art… …develop gamesNo you don't.
No.315602
>>315597>You're accusing anyone who goes grocery shopping without a skimask on as being ignorant and actively violated, as if the grocery clerks want to make deepfake porn of every shopper's faces. When did zoomers "nerds" become so retarded that they started parroting the normalfag "if you got nothing to hide then you shouldn't be worried" fag talk?
No.315603
>>315597this is such a cringe and bluebrained perspective I don't even know where to start. These concerns are not hypothetical, the gov is actively profiling anyone of interest, secretly tracking millions of people with malicious intent, and nowadays actively arresting innocent people on pricrime basis. If you followed current law and copper activity you would know this.
Every single time the monitoring issue has been publicly revealed there has been massive public blowback and for good reason. This moronic nuthan 2 hide shit is going to absolutely look pathetic as western governments become ever more oppressive in the years to come. Your mentality is exactly how innocent people who oppose the government on some issue or other end up getting swatted like fruit flies, because rather than addressing the technical issue and protecting yourself you'd rather cope in a bunch of ignorance.
>da gov wants to know my faps LUL!They do actually, all this shit goes in a file and is used for personality assessments and possibly even cold approaches if they ever take interest in you. Absolute clown mentality and I hope the rest of the wizzies aren't stupid enough to start mimicking this. The more you know on this topic, the more paranoid you will get
No.315604
>>315603I'm just going to post one more rejoinder. Abuses of this system are not only possible, they happen every single day. The neons just cover it up and keep people in a state of retarded complacency. This is by design. They only have the jump on society if the general population places blind faith in them and refuses to protect themselves. Which is why all the stupid hollywood propaganda about gmen gets made, why mainstream history books are airbrushed, why the topic gets hidden in the corporate press to a theoretical rather than an active concern. TO keep the average person a vulnerable sheep for a vicious predator
No.315613
>>315603>When did zoomersZoom zoomies but zoomer doesn't boomers, doomer 4cuck shitchan reddit zoomer. zoom? blackpill zoomed.
No.315615
>They still can't explain, in any condensed fashion even, why an operating system's "privacy rating" is something to care about
No.315618
>>315617Maybe the wrong post was replied to
No.315623
>>315614ok thank you 👍 wizzie!
No.315629
this is best bait thread since that thread about why are there so many loosers in alt right
No.315725
>>314581>why are there several OS?In the old days every computer you bought ran it's own custom OS which was incompatible with each other. Then in 1969 guys at Bell Labs (AT&T) invented UNIX which was a portable OS, but it was powerful and could only run on furniture-size mainframes in businesses or universities. Consumer-level computers still ran their own OSes. (Commodore 64, Apple II, etc.)
In 1981 IBM invented their own line of personal computers and commissioned Microsoft to develop the OS. Microsoft wrote the contract in a way that would allow them to sell MS-DOS to competitors. This led to companies like Compaq and Dell developing "PC-Compatibles" which became the PC market as we know it today, where multiple computers can run the same programs.
Meanwhile Apple released the Macintosh in 1984 which had a graphical user interface instead of a command line interface. Microsoft decided GUIs were the future and developed Windows which originally ran on top of MS-DOS. But most people didn't care, Macs were expensive and Windows was slow.
In the late 80s multiple companies (HP, Sun, NeXTSTEP, etc) were trying to sell different versions of UNIX, this was called the UNIX Wars and it hurt their ability to compete with Microsoft, who stopped selling UNIX completely to focus on Windows. UNIX workstations for heavy work like 3D graphics were popular in the 90s, but Microsoft killed the market after they released Windows NT.
Starting in 1991, free (copyleft) versions of UNIX like FreeBSD and Linux were developed. Linux became the most popular version and mostly replaced UNIX after the year 2000. Meanwhile Steve Jobs returned to Apple after working on NeXTSTEP, and MacOS 9 was replaced with the UNIX-based MacOS X.
>does this mean that one OS is worse than another?subjective question
>Yet each OS does the same thing: start programs.it's more complicated, you're only thinking in terms of GUI, not underlying systems
>why then create different OS if they all do the same thing?historically they didn't
>Why is Linux favored by computer enthusiasts instead of Mac OS and Windows?it's not locked down and (less) profit-driven than the others
>Does one OS do something different that another OS doesn't?yes, package managers vs installer programs for example, or having a desktop GUI not tied to the underlying OS
>why Linux can't launch video games (I hear that often).games weren't developed for it
No.315727
>>315725>games weren't developed for itMore specifically, graphics and logic libraries weren't able to be programmed with ample enough resource access to run on Linux due to the Linux foundation's refusal to work with relevant large companies.
The vast majority of games rely on freely available libraries for advanced math and rendering, most popularly Microsoft's DirectX. (For the record, DirectX redistributables were always allowed to be shipped with software that ran outside of Windows). Now in order for DirectX to do its thing, it needs permission to do what it wants with the GPU and CPU. Microsoft would allow signed (tested, virus and brick free) vendor drivers from GPU manufacturers to grant any version of DirectX the access it needed. These vendors also had permission from Microsoft to distribute beyond Windows, which got quite a lot of games on Mac, but the Linux kernal airheads denied that giving any program such access to the hardware needed was beyond reasonable for the sake of playing video games. It was regarded as a vulnerability that could introduce system failures and exploits. Then, through more security "fixes", the computer owner's own CPU and GPU were even more tightly locked out from him. Microsoft has made several attempts to get their DirectX working on Linux, but changes to the kernal have shut them out time and time again. It is 100% a matter of Linux devs shooting themselves in the foot because they don't trust Microsoft's DirectX suite (which is so reliant on being rebuilt-to-suit that the entire source code can be evaluated) to not fuck up their goal of being virus-free. It's why OpenGL is so slow (lack of access) and why equally as proprietary rendering engines such as Vulcan are allowed provided they adhere to the Linux foundation's strict code of software ethics or whatever. Ubuntu endorsing these libraries at all is the prime issue many Linux elitists don't like the distro,
Linux. So open source and FREE AS IN FREEDOM that the Committee of Acceptable Software doesn't let you install the phong shaders needed to render cum splats in HentaiMaiden3D.msi .
No.315868
>>315866>(video games especially)Proton exists and it's pretty good.
No.315881
>>315868how do I know if the game works with proton?
No.315893
>>315887I swear every videos I saw about IT thibgs have been in english with a thick accent like in the video, holy shit they're all indians…
No.315904
>>315866>windows/macOS emulator?WINE project has existed for decades, and for the most recent one of those decades has been very good. I have heard that Microsoft has gone out of its way to make some things work worse in WINE than on Windows, particularly related to the Microsoft Office Suite (not videogames). I do not know if that is true at all. What I do know is that I can play Medieval II Total War with fewer problems than on my modern Windows rig. I am an oldster though. A lot of older Windows games run not-great on modern Windows. Microsoft has been a solid 9/10 in terms of backwards compatibility, Apple has only been a 6/10, but WINE is 9.8/10 - for the smaller domain of things that run well on WINE. Microsoft famously recommended using a pared-down Windows port of WINE (compiled for Windows 10) to play 16-bit era Windows games; I expect 32-bit support will follow a similar path.
Most of the complaints people have for Linux gaming involve "kernel-level anticheat" which is a major component of modern DRM. To understand kernel level anticheat, watch a few reviews about "what was responsible for the CrowdStrike crash" and then imagine video game publishers doing that. Or read about the Genshin Impact kernel-level anticheat hacks. Either's a good primer about the implications of kernel-level anticheat applications and why the Linux userbase is actively hostile to adopting them.
>>315897It's called "ricing," named after car customization and detailing particularly as was once common in East Asian racing gangs. By definition it involves modifying desktop displays in ways that are not included in the installation. A desktop that displays according to installation defaults is defined as not being "riced." High resolution images are a start but once you have a background screen you'll want to try to color-balance your terminal, folder display, startbar etc. customization of which will all depend on the individual components you've installed. Most distros will make selections for you and most of those will look serviceable. In XFCE icons will usually be set to an Adwaita template, terminals will be a variant of xterm etc, if you don't have a central appearance management tool like OpenSUSE's YAST then you can usually customize appearance with a simple left click.
No.315905
>>315904>It's called "ricing,"can I have a 3d thing spinin? I sound it cool.
also, can I have a user account with windows and the other one with linux?
No.315917
>>315905Yes, you can install Windows and Linux at the same time and choose between them during boot.
However, before attempting this make a backup of all your data - partitioning sometimes goes wrong.
(Happened to me twice in 20 years of using Linux, and that is more than enough.)
No.315919
>>315917is the files holder in linux more intuitive than windows. I hate the files managment in windows I found it confusing
No.315921
>>315919No. It is the same as in any OS.
Maybe try something different than the Windows Explorer; a bunch of other tools are available.
No.315924
>>315921I mean the file folder,sorry
No.315929
>>315924Folders are more or less the same in most operating systems since they're all based on standards that were defined in the 1970s. Operating systems that work differently do exist (notably KaiOS, which is a fork of Linux intended for use on flipphones which are based on telephone MTP protocol filesystems), but they are considered even harder to use and harder to think about abstractly a direct consequence. MTP is not ultimately super complicated as a folder system but it operates on a very low level, very close to the device hardware so it turns from needing to see some representation of your system's abstract file tree structure into needing to know your file tree structure and how that tree is laid out on the disk itself.
On a standard linux install it's pretty much like a standard windows or mac file structure. There are also similar tools in Linux as in Windows; fdsk (linux) and chkdsk (windows) serve many of the same functions. And just like how in Windows you have to start up in safe mode without the main partition active to run chkdsk, you will want a separate bootable drive (maybe a partition, maybe a usb) for filesystem recovery in Linux. It is not better or easier in Linux than in Windows.
However, there are a lot of different filesystem definitions inside of Linux and there are certain things such as recovery tools or file indexing and journaling tools that are different depending on if you're using different filesystems. "btrfs" - alternatively pronounced "butter fess" and "better filesystem" - is currently a community favorite and is widely supported by disk recovery tools. It has been years since I last checked but I believe ZFS is the fastest in terms of data retrieval and data writing but does not have much if any ability to recover deleted files. ext4 is the workhorse system, not as fast on read and write and not as easy to recover files as btrfs, I think it had some advantages early on but I have forgotten what those were.
No.315945
>>315943Not in that case no. Browsers do have some impact on the functionality of a site but would not change how google's search system works on a fundamental level. Ad blockers for instance should only block ads, not real results.
Even other search engines would probably not do you much good. With every year that passes, fewer and fewer search engines offer advanced tokenizing features, and the first feature to go is always going to be Excludes because they're used to exclude results you don't want, results that some other party is likely paying good money to make you see, and smaller alt search engines are going to be more responsive to financial incentives than bing or google. And inbuilt search systems won't fare any better. Firefox's new governance wants to move towards personalized advertisement, Brave Browser already does as much, Microsoft is building ads into its AI search with more zeal than it is building scientific accuracy or user safety.
Cyberpunk 2077's search optimization is based on its recency, its popularity, its longevity (having resurged in popularity after it got enough dlc to stop having the reputation of "that hopelessly broken piece of shit"), in how much was published about it, and how much mainstream discussion it received as both a controversy and as ultimately a high profile AAA game. It did not simply game the system, and its ranking is not artificial.
Your best bet is to get more specific in a particular direction leading away from 2077 by including more terms, not by trying to exclude terms, since none of the engines want to let users exclude incorrect results anymore.
No.315946
>>315945>Cyberpunk 2077's search optimization is based on its recency, its popularity, its longevitythat's the problem, it is too popular and when I search for cyberpunk on a browser, the browser think I'm searching about cp2077 while not. it's annoying
No.315956
>>314581simplest way to put it is all computers just use binary code. the OS is a giant calculator and compiler which interprets strings of 1 and 0 and uses the different strings to present a graphical interface so you can interact with it instead of just seeing white noise or 1 or 0. if you had no OS at all you wouldn't be able to do anything but a blank screen and white noise coming out the speakers like raw electricity. even the simplest computers back in the day needed some type of OS to make a graphical interface. the strings are bits, i guess it started at 2 bit computers as in one 1 or one 0.
No.315957
>>315956nowadays computers really have two os, the boot os and the main os that you actually use. i assume the oldest first computer of all time had no GUI, just a boot os and was probably like a morse code telegraph or something interpreting 2 bit 1 and 0 strings. just a live wire pretty much. a telegraph all it needed to boot was like an electrical capacitor and electricity. it was on when you plugged it in.
No.315958
>>315957i just looked at a diagram of a telegraph, it's essentially a live wire or a simple circuit, the bits come from the telegraph. 1 is open 0 is closed. so wire on and wire off. a computer is just a telegraph over and over at a tiny scale. all computing is just a bunch of circuits shooting pulses of electricity. computers now are just very fast telegraphs at tiny scale.