[ / / / / / / / / / / / / / ] [ dir / 1piece / agatha2 / doomer / leftpol / porno / vg / vietnam / y2k ][Options][ watchlist ]

/tech/ - Technology

You can now write text to your AI-generated image at https://aiproto.com It is currently free to use for Proto members.
Email
Comment *
File
Select/drop/paste files here
Password (Randomized for file and post deletion; you may also set your own.)
* = required field[▶ Show post options & limits]
Confused? See the FAQ.
Expand all images

File (hide): fdb01d3a176e114⋯.jpg (31.37 KB, 474x315, 158:105, serverroom.jpg) (h) (u)

[–]

 No.998585>>998589 >>998600 >>998617 >>998665 >>998721 >>998764 >>999087 >>999106 >>999114 >>999191 >>999195 >>999544 >>999554 >>1000046 >>1000053 >>1000196 >>1001245 >>1005568 [Watch Thread][Show All Posts]

Let's assume you're an OS development team leader. What would be the most important features of your new OS?

Hard mode: Don't limit yourselves to very general descriptions like "fast", "secure" etc.

 No.998586>>1000196

File (hide): 0b32ec881186384⋯.png (246.83 KB, 635x665, 127:133, 0b32ec8811863844e5f48d1a4d….png) (h) (u)

Hardware support.


 No.998589>>999417

>>998585 (OP)

It would be important to potentially interpret filenames as commands.


 No.998600

>>998585 (OP)

Make it kinda scalable

Like Plan9 I think


 No.998602

Simple and clean design. Basically the UNIX philosophy without the UNIX bullshit.

And for that, you'll need a new C, a new sh and a new POSIX. So much cleanup to do.


 No.998610

Emulate a vast series of Apple 2s networked thru the cassette port, with each a2 in charge of a particular function (a pixel's color, for example).


 No.998612

System wide IPC like the plan 9 plumber.


 No.998613>>998764 >>1000210

Integrating multiple disparate computers into one logical computer.


 No.998617

>>998585 (OP)

Good API and docs


 No.998637>>1005568

Cleanly implemented different abstraction layers that allow scalability and improvement at both low and high level operations. Aka would need 200 years of theoretical research before a line of code can be written.


 No.998641>>998657 >>999179

It isn't Unix and steals every feature I like from Multics and Lisp machines even if they don't fit together.


The other day I was sitting in my office and
some damned kids were talking about this
newfangled "eunicks" system. What shit. In
my day we had Multics and it worked, there
was nothing wrong with it.

Damn right. I give the weenies in MY class
a C- or D every time they ask why we're using
PL/I. Fuck them, I paid good money for the
compiler. The brats don't know how good they
have it.


 No.998655>>1000236

formally specify every part


 No.998657

>>998641

>butthurt boomers mad PL/I is absolutely shit

>spam it on /tech/ for no reason


 No.998665>>998721 >>1005568

>>998585 (OP)

Application isolation.


 No.998709>>999028

No automatic connections/updates/botnet. An application firewall.


 No.998717

Needs to be small and tight, like ColorForth. Needs to be able to run well on old and/or non-botnet hardware (like say, a 68030).


 No.998721>>999028

>>998585 (OP)

Attempt to reunite the differences in escape characters with the web, command line, filenames, databases.

Like, who on earth thought it was a good idea to make the "Enter" key both an escape character, interpreted character AND a regular char. I do understand the reasoning behind each at the time but hindsight is 20/20

>>998665

This would be the second feature. Why does no OS go all the way?


 No.998764

>>998585 (OP)

Formal verification of security.

>>998613

Pretty sure HPC clustering technologies already do this (at the hypervisor and kernel level).


 No.999021

CoC


 No.999028

>>998709

Linux and OpenBSD already have that.

>>998721

That's a property of the character set, not of the OS.


 No.999043

EROTIC Games


 No.999054>>999056 >>999421

performance in games


 No.999056

>>999054

If performance is your end goal, you might as well throw most security concerns.

t. Intel


 No.999059>>1005568

I'm sure to be in the minority, but MacOS8/Windows95/XFCE level GUI is all I will ever need. Security and stability are at the top of the list for me. Make it easy to encrypt everything from the hard drive to network traffic. Have an easy way to do system backups. If you're going to add user programs, keep it simple. I don't want fucking cloud support (period) for a simple text editor. Ask yourself, will people even use these programs? Are they to benefit the user, or to benefit my employer? If it's the latter, into the trash it goes. Be sure to give the user full control of every part of the OS. If someone uninstalls a program, and the program returns after a system update, somebody needs to be fired. This should be obvious, but make it multi user. I want to be able to remotely log in and do everything over terminal. I don't want to waste bandwidth on a god damn GUI. Don't let this part be an afterthought.


 No.999087>>999417 >>1000236

>>998585 (OP)

>hardware

The OS should be limited to a small range of hardware. Even if it's running on ARM or x86 and could work on off the shelf hardware or in a VM, that other stuff should be listed as unsupported. Official support should never cover more than 20 or so hardware configurations at once, and not more than one or two different CPU architectures. All or most of the firmware in the supported devices should be tailored to the OS so that stuff like power management works flawlessly out of the box and specific GPUs can have full support for things like a graphical front end or setup utility for the boot firmware instead of shit that looks like MS-DOS.

>kernel

It would need a full microkernel. If it's done right from scratch it could be made so that very little is actually running in kernel space. The nature of microkernels would make debugging a little harder, though I think that's a fair trade-off for fine grain modularity and all the potential security benefits that come with it.

>file systems

I like ZFS. I think that would be good enough to start with.

>command line

I'd go for mksh as the default shell. It's reliable, great for scripting, and fast. Outside of the shell I would also want a rich set of command line tools that don't suck. Simple ncurses tools for stuff like networking, disk management, updating/installing software, and other tasks should be the norm.

>standardization

A lot of POSIX cancer should be left out. I like the Plan9 approach to things: keep all the good stuff and chuck the rest.

>user interface

The thing is gonna need a GUI. Maybe not on servers or embedded devices but if I were to design a whole new OS, I want the thing to be used on workstations, too. If anything the desktop version could act as an easy to use development environment for the OS as a whole. I would want the GUI toolkit/APIs to be finished at some point, and not have some constantly evolving ball of shit like GTK and Qt whatever the fuck Apple and Microsoft are using nowadays.

>developer stuff

I needs a compiler written from scratch, or maybe forked from TCC. The OS, GUI and all programs should be written in C, which should be the only officially supported language for the platform. This scares away all the bugman numale koders who would otherwise flood the platform with inferior soyware. There should be an IDE for the platform but it should be extremely basic. None of that web browser in a text editor type of bullshit.

>licensing

Trannies, feminists, and jews aren't allowed to contribute to or use the platform in any capacity.


 No.999100>>999109

>What would be the most important features of your new OS?

Facial/speech recognition to keep niggers out


 No.999106>>1000210 >>1000236

>>998585 (OP)

Security over everything.

Capability-based permissions.

ASLR errywhere

Sandboxing out the ass

NX

DEP

Mandatory access control enabled by default (see: Linux kernel security modules)

Package manager

Good license and community-centered open source development

No scope creep -- if a module only does one thing, it won't have 10 other features added in a new update

Modularity a la minix so that you don't have to increase your attack surface unnecessarily by having lots of Built-in things that you'll never need

Effective logging and monitoring tools built-in

Secure by default, not putting the onus on the user

Good documentation

No sideloading allowed -- an OS is only as secure as the software installed on it

Good firewall ACEs by default

No SSH, no ability to create reverse shells, such as on linux with bash and /dev/tcp/

Built-in engine for malware and hacking IOCs that combines software updates with security scans

Heuristic analysis and basically the OS treating every process and file as a potential attack vector that needs to be monitored and kept in check

Windows UAC-esque thing for networking (sort of like UAC + macOS LittleSnitch)

Easy way to monitor network traffic, like a built-in Wireshark, but made more user-friendly for dummies

Forced disk encryption

TOTP multi-factor authentication even for local logins, including su/sudo (or whatever the equivalent will be called in this OS)

gnu coreutils/moreutils but redesigned with security as the highest priority

Written in security-focused languages like Rust as opposed to C/C++

Shell prevents user from using harmful/destructive/insecure commands (something like a reverse shell or bind shell or sudo rm -rf / --no-preserve-root would simply not be allowed to run)

Walled garden approach as opposed to "muh freedums"

None of the fragmentation problems of Linux, where there are zillions of distros and tons of devices that never receive updates

LTS type releases where the only updates are security updates, and feature updates are only rolled out every now and then

Only supports non-harmful hardware

Features and performance are secondary to security. If a new cool feature adds security problems, it won't be added to the OS.


 No.999109>>999113

>>999100

Bio security is weakness and a scam.


 No.999113>>999116 >>999119 >>999121 >>999123 >>999126 >>1000210

>>999109

How would you recommend preventing niggers from logging in, then?


 No.999114

>>998585 (OP)

modularity, security, robustness. would probably use a microkernel, since i am not too focused on speed but rather on crash resistance.

i would probably use a decentralized IPC system where there can be multiple queued instances of tunnels. something like dbus, but much simpler and without being a shitshow with unneeded shit like remote seats. perhaps it could even replace UNIX pipes although they would probably be used for piping.

i would focus on unix philosophy, although i would provide complexity where needed.

i would have multiple character/devices into devfs folders such as

/dev/sd0/0.

my components would be reusable and easy to refactor, so i.e. i could use let's say the init system in another os.

i would not make pocket knife components like systemd.


 No.999116>>1001322

>>999113

webcam detects nigger

alarm sounds "JAMAL GIVE IT BACK, JAMAL GIVE IT BACK..."


 No.999119

>>999113

Using a good password and changing it often.


 No.999121

File (hide): e9ae107ea1c5487⋯.gif (3.98 MB, 353x200, 353:200, dog_head_rest.gif) (h) (u)

>>999113

just make the login UI in cursive. in the documentation use the term "child process" as much as possible and make extensive use of master-slave metaphors.


 No.999123

>>999113

No password, just a simple equation to solve. 99% of niggers won't know what a derivative is.


 No.999126>>999150 >>1005807

>>999113

biometric authentication is dumb because that means you have a password that can never be changed (can't change your fingerprints)

what will you do in the event of a data breach?


 No.999150

>>999126

The biometric is used to encrypt your key, it's a simple concept called wrapped keys. In this scheme, you can change B any time you need to, and it won't even necessitate re-encrypting your data.

A:bio -> B:custom_set_key(can change) -> C:n-bit random number


 No.999159

Free software. And use hurd kernel just so that noone can call it Linux.


 No.999179

File (hide): ddb8b14757da310⋯.jpg (196.94 KB, 655x1026, 655:1026, db663542a5647dab7c1cc07908….jpg) (h) (u)

>>998641

https://github.com/froggey/Mezzano

You and your 30-year-old mailing lists can go fuck off now.


 No.999191

>>998585 (OP)

Being able to talk to God.


 No.999195>>999323

>>998585 (OP)

Like a modern lisp machine

But written in rust

And it runs on the blockchain


 No.999202>>999276 >>999324

Thin enough to contain TCP/IP stack and a python interpreter. Call it OS4IoT, you'll be the next billionaire. Don't worry so much about security now, innovate fast, patch later.


 No.999276

>>999202

>OS4IoT

it's called linux, my guy


 No.999323

>>999195

I have seventeen million dollars I want to invest in your project right now. I firmly believe that this is the future.


 No.999324>>999402


 No.999325>>999330


 No.999330

>>999325

Isn't Singularity just an implementation of Midori? You could download Singularity and build on it


 No.999374>>999394 >>999966 >>1000092

File (hide): 6eb91e803620cc1⋯.png (32.52 KB, 640x480, 4:3, macos9.png) (h) (u)

File (hide): 517a378b536857c⋯.png (77.15 KB, 1024x768, 4:3, rhapsodydr2.png) (h) (u)

I'm no coder but I know what I want from an user interface: it should look and feel similar to the classic Mac, because they got a lot of things so right on it, and some of these lessons have been forgotten:

>global menu bar fixed on top at all times

>application switcher tucked on top right corner

>textured title bars indicate focus

>close button separate from others

>strong straight lines everywhere

>no pointless transparencies

>each program is presented as a single instance, no matter how many windows it has open

>a program can be running even if no window is open

More pics: https://guidebookgallery.org/screenshots


 No.999394

>>999374

>global menu bar fixed on top at all times

KDE, MATE and Unity 7/8 (both maintained by the community now) do it. There's also several projects to make it available for other DEs including XFCE and LXQT. If only GNOME devs weren't such morons they'd include it too. Though there is a GNOME extension for that. It barely works.

>application switcher tucked on top right corner

>each program is presented as a single instance, no matter how many windows it has open

What's wrong with the dock they're using now? It's easier to see what's running with a glance.

>textured title bars indicate focus

>strong straight lines everywhere

>no pointless transparencies

Unlike Windows and early KDE and GNOME, the Mac guys realized that adding too many 3D elements and shadows would make it ugly. Those screenshots look good even today.

XFCE has similar themes included by default.

>close button separate from others

Not too big of a fan of this myself.

>a program can be running even if no window is open

This already exists (except on GNOME, of course) on the form of icons on the task bar.


 No.999402

>>999324

Those fuckers stole my name and went back in time!


 No.999417>>999537

>>998589

kek

>>999087

consolefag detected.

if you can only support a small amount of fixed hardware setups your code is shit.


 No.999421

>>999054

Why do you want DOS back, anon?


 No.999537>>999619

>>999417

>if you can only support a small amount of fixed hardware setups your code is shit.

>t. winjeet

I'm not a consolefag. I'm a fan of SGI MIPS and HP PA-RISC workstations. Not that an uncultured street shitter like yourself would know anything about such glorious professional high end Unix systems. Go play with your Loonux and NT toddler toys, kiddo.


 No.999544>>999554

>>998585 (OP)

>preemptive multitasking microkernel written in x86_64 asm

>support for a handful of the most common consumer hardware (excepting smartphones and tablets), e.g. support for a few of the most common Realtek and Intel Ethernet controllers from the last decade, but not the 100+ that Linux supports

>VESA graphics (no hardware accel., no 3D)

>single-user OS: most people own their own devices (or multiple devices) these days, and using user-based DAC as privilege separation is a dirty hack

>capability-based security

>UDP/TCP/IPv4/6 stacks

>lean userspace written in custom Forth implementation

>FS capable of handling file and disk sizes likely to be common for the foreseeable future with encryption implemented in the I/O pipeline (user data and relevant metadata are never written unencrypted)

>FAT32 implementation

>USB


 No.999550>>999551

A sane and sensible integrated scripting language with tooling to maximize the potential of the OS out of the box


 No.999551>>999553

>>999550

What do you mean by this? Lisp? Python? Lua?


 No.999553

>>999551

A derivative of an existing language in terms of syntax, yes. Add the ubiquity and immediacy of bash along with an extensive and robust standard library and that's what I would like to have.


 No.999554>>999555 >>999561

File (hide): 3b16992ad45e01f⋯.png (530.44 KB, 800x600, 4:3, 1542689924.png) (h) (u)

File (hide): 0ed8b7e490390c4⋯.png (1.02 MB, 1680x1050, 8:5, 1542690184.png) (h) (u)

>>998585 (OP)

>Extensive backwards and forwards compatibility as a long term goal.

>As versatile as possible while still being sane to use and well documented

>Made in such a way that no nasty hacks are required in order to run on differing sets of hardware (CPU arch, video cards, etc)

>Have a coherent standard for peripheral interface cards in which no extra drivers are needed

>powerful command-line and package management tools

>sane file structure not based on how many storage devices the mainframe had

>>999544

>>VESA graphics (no hardware accel., no 3D)

Hardware acceleration is for pussies. Real men use an ET6000 or S3 Virge.


 No.999555>>999708

>>999554

>Extensive backwards and forwards compatibility as a long term goal.

This has been hard on Windows


 No.999561>>999708

>>999554

what game?


 No.999619

>>999537

>I'm a fan of SGI MIPS and HP PA-RISC workstations.

So, a rich consolefag.


 No.999708

>>999555

The majority of those issues have been due to the fact that Windows originally had two versions that were completely different under the hood and only semi-compatible with each other being developed in parallel. Things are a lot easier when you don't assume no one will need multitasking or more than 640k of ram, and don't have build your graphical OS around that using dirty hacks. That's the whole reason NT was created in the first place.

>>999561

Unreal, and Unreal Tournament 2004.


 No.999716>>999721 >>999725

An operating system based off the Commodore 64. Thats 64bit and Command line is C.


 No.999721

>>999716

You don't know what you're talking about.


 No.999725

File (hide): e4f057ca45579fc⋯.webm (609.78 KB, 1920x1080, 16:9, an unsettling discovery.webm) (h) (u) [play once] [loop]

>>999716

>a bootable basic interpreter

>written in c

why?


 No.999966

>>999374

No, they just threw the menu bar from the program window into the task bar which is retarded because it means that you have to select the the other window first so that you can click its menu bar item instead of just clicking on the menu bar item in the window it belongs to.


 No.1000027>>1000109 >>1000210

1) Input resources are supplied via a pointer that is handed to the software by the OS. For instance, reading keyboard input is done by a loop that reads from a *char and similar interfaces for output.; for instance, each application is handed a matrix that it can draw pixels to. This matrix is simply a representation of its window.

2) Virtual hardware layer. Everything from GPU CUs to x86 cores is treated as a virtual core that can be used for any purpose, general purpose computing, drawing graphics, communicating with hardware devices. It's all managed by the world's most over-engineered scheduler. This would also allow arbitrary scaling across multiple systems, since virtual resources could be shared overr the network.

3) All software written by competent programmers. Any Indian caught within 200 meters of development HQ is shot dead on sight.


 No.1000046

>>998585 (OP)

Retractable cupholder support


 No.1000053

>>998585 (OP)

font rendering done in kernel space.

filesystem case insensitivity.

privilege escalation.


 No.1000092>>1000117

>>999374

>I'm no coder but I know what I want from an user interface

Fucking macfags


 No.1000109>>1000193

>>1000027

>Input resources just send a string of characters

This is your mind on UNIX.

How's that teletype holding up for you?


 No.1000117

>>1000092

Yup, they really love Fisher Price.


 No.1000193

>>1000109

>keyboard input shouldn't be characters

You can't be this fucking retarded


 No.1000196

>>998585 (OP)

the next OS will have a team of 1 and you will be able to write a compatible implementation yourself

-single memory-safe PL which is trivial to implement

-language identifiers are UUIDs with cryptographic hashes (so for example you can know the same guy wrote these 400 functions)

-characters are basically bitmaps but efficient and with extra metadata allowing stuff like collation and searching. stuff like the PL the OS is implemented in doesn't even use text, so the characters don't need to be formal at all

-performance is not a priority, but it will easily beat any modern Linux system even with a memory-safe PL since there's no bloat

>>998586

least important. you should be able to boostrap the OS yourself. writing a VESA driver is trivial, HDD and network shouldn't be much harder


 No.1000210

>>998613

>integrate multiple disparate computers

>>1000027

>arbitrary scaling across multiple systems

Inferno ( http://www.vitanuova.com/inferno/ ) already does this. DF BSD's HAMMER2 filesystem also half-way implements this.

>>999106

>No sideloading allowed -- an OS is only as secure as the software installed on it

Mac logic

>>999113

literacy tests


 No.1000236

Capability-based

Microkernel

Has a scope such that it can actually be called "done" (new releases change the set of supported hardware only)

Comes with development tools

>>998655

EAL 7

>>999087

> The OS, GUI and all programs should be written in C

Written entirely in Ada.

>>999106

> ASLR everywhere

I don't see a point to this if you have verified that you can't smash the stack.


 No.1000239>>1000243 >>1005568

The code must be limited to 1000 lines and be developed in full not niggerlicous programing language.

It must work within the limit of 640x480 resolution and must allow for low level (ring -3) capabilites, everything should run in ring -3.

Simply because everything will be ring -3 this allows for more robust modifycations of the system in a way i could discribe as a "programmer's playground" where you aren't limited by the pre imposed limitations of sys admins and proprietary devs.

The way modern linux and unix systems work is tied to the way an old 1970s mainframe would, the problem with that is it doesn't work as a consumer grade system, it simply has too much useless crap for the type of person who wants use it.

The idea of this system would be to give the tools rather then the solution, it's a great basis for people to play around with the way the system works instead of having to read shit ton of manuals to figure out some over the rop command that you'll never actually need more then once.

It should work completely on the cpu, GPUs were a mistake, a small hack around for the nigger fucking console crowd, people who were never really intrested in the computer but wants to be distracted with useless shit.

This should not be seen as a limitation, but a solution.

The overall design is ment for the user developer, third party developers are shit ape nigger fuckers.

Ever seen those "scene" videos, that is real shit. In a user developer system it incourages the user to experiment with the system to find solutions for the "problems" that arise with what many consider to be "limitations", this gives rise to the greatest feats in code.


 No.1000243

>>1000239

I thought Terry died...


 No.1000500>>1000506

Entirely visual interphase, no text menus only icons, entire UI whould be like a mind map, click from node to node to reach a file.


 No.1000506>>1000510 >>1000967

>>1000500

A job is a form of slavery if your only """choices""" are to either starve or have a job.

There's no "consent" in anything in which you are forced or coerced to do.


 No.1000510

>>1000506

Taking action is slavery because not taking action will result in death.

after a certain point you just have to take responsibility for your life on a personal level


 No.1000967

>>1000506

>Don't get a job

<Nobody cares

>Don't pay taxes

<Get coerced kidnapped, stolen from and killed into it anyway


 No.1001245

>>998585 (OP)

Ease of use.

I don't want a userbase consisting exclusively of autists.


 No.1001322

File (hide): da18d3e0b187252⋯.gif (728.96 KB, 716x620, 179:155, forty keks.gif) (h) (u)


 No.1005515

Customizability with built in tools to shape it as you like it.

Easy integration of addons and skins and whatnot on top of the base structure.

Hierarchically structured, with the ability to shut off parts or layers of the system when they are not needed such as GUI or unnecessary advanced options in menu's. You should be able to switch it to any kind of customizable mode like server mode or fancy mode or work mode, and it would add and deactivate the needed or unecessary layers so you and your computer can focus on what you are doing.


 No.1005552>>1005821

GUI is fully integrated like most sane OS, and an API that is stable with a focus on not adding new shit and breaking old programs.

Easy per-process permissions and fine-grained networking control. Think umatrix at the OS level.

A Windows compatibility layer like wine, supported even on non-x86 architectures at the expense of performance via qemu.

A Linux or *BSD driver compatibility layer for better hardware support (and maybe a Windows one, but Windows drivers a shit and surely even hardcore Windowsfags would be able to see that).

Standard bash shell that can be replaced by some alternative if the user really wants to.

Package management system that's not read-only (so friendly to user modifications without recreating the whole package as a custom package) and has the ability to download&backup/install archive-quality packages (Windows-style, statically linked so you won't need to worry about dependencies and incompatibilities later on) for those that want the option.

MIME types and file extensions can be configured via a GUI if you want.

A file manager at least on par with Windows 7, more customizable like nemo and Dolphin's lovechild, with support for mounting images of many different formats.

A simple image viewer that is integrated with the file manager, so sorting a folder in the file manager is also reflected automatically in the image viewer.

As robust recovery from desktop environment crashes as Windows (running task manager to start a new instance of explorer to get your desktop back vs having to ctrl alt f1, log in, kill processes, possibly even do some session shenanigans).

Pretty sure people would eat that shit up and leave Windows altogether. Haiku looks the best of any alternative OS so far with its design decisions, but I think a fork of ReactOS could go farther in theory (in a world where it could actually leave alpha). Hoping more people contribute to Haiku though.


 No.1005568

File (hide): f3eeb9ae8293494⋯.jpg (4.65 KB, 200x150, 4:3, temple.jpg) (h) (u)

>>998585 (OP)

depends on the market (servers or casuals?). I'll answer only for casual, home users:

>run on a good ISA

like risc-v, or something licensed better. I agree with this guy about hardware and maybe kernel

>don't let 'standards' stomp out innovation

break compatibility, fuck em

>focus on single users.

we are not running mainframes with 100 users anymore

>permissions spaghetti

https://xkcd.com/1200/ , I think the only thing that should need permissions are web related. for everything else it's just annoying. maybe plan9 is better at this stuff, since they originally planned a distributed model of computation, so only the network connected device would need permissions and browsers would only write to a dedicated network machine.. kind of leads into this >>998665 , but sandboxing all network connected process might simplify things for single user PCs (like templeOS).

>abstractions

don't let these run away, the only thing that abstractions can't fix are too many abstractions. imo gnu/linux is too far gone, but it had to be for linux kernel to work with so many diff drivers. also this >>998637. the less abstractions the better, to an extent. cater to programmrs, not normies here - the users should be expected to learn the computer, but don't make it ridiculous.

>simple GUI

like this >>999059

>no legacy cruft

grow some balls

>programmability and documentation

top priority, most important thing here. see lisp machines, emacs and templeOS. have great documentation, introspection, extensability, debugging, solid suite of tools made for composing larger programs (unix style). shell is also a REPL

>>1000239

yeah basically this


 No.1005711

all javascript


 No.1005807

>>999126

Use toe prints. Most people are too retarded to think of using them as backups.


 No.1005821>>1005822

>>1005552

Don’t need compatibility layer.

Linux has FUSE, Windows has WinFSP.

Not sure what is the point of microkernel meme when everything is a web app in a sandboxed browser with a supervisor process.

The advantage of monolithic and hybrid kernels would be gone if the MMU was several times more complex to allow for more granular permissions (or at least save on the kernel vs user mode task switching).

A new OS is not necessary.

It is all terrible.


 No.1005822

>>1005821

Apologies, I forgot to say use FUSE or WinFSP with a virtual machine.




[Return][Go to top][Catalog][Screencap][Nerve Center][Cancer][Update] ( Scroll to new posts) ( Auto) 5
89 replies | 10 images | Page ?
[Post a Reply]
[ / / / / / / / / / / / / / ] [ dir / 1piece / agatha2 / doomer / leftpol / porno / vg / vietnam / y2k ][ watchlist ]