|
akadajet posted:nano works mostly okay, shaggar nano is really bad. the only reason for anyone to start using it today is because emacs and vi use non-standard keyboard shortcuts ... except so does nano so that’s not much of an improvement. just learn a proper editor if you ever actually need to edit files in a terminal, which you probably don’t
|
# ? Sep 25, 2018 14:21 |
|
|
# ? Dec 7, 2024 04:56 |
|
Shaggar posted:vs code is not good but I imagine its amazing in the context of Linux vs code is the only decent product microsoft has made in decades I mean yeah it's based on a lovely framework but ms is used to work with that kind of things
|
# ? Sep 25, 2018 15:16 |
|
actually visual studio is the best thing microsoft has ever made and they're still making it, so
|
# ? Sep 25, 2018 15:21 |
|
Shaggar what's the deal with Windows Subsystem for Linux? (In your esteemed opinion)
|
# ? Sep 25, 2018 15:25 |
|
Bloody posted:actually visual studio is the best thing microsoft has ever made and they're still making it, so I must admit that I didn't need to kill devenv.exe even once today, that's pretty good
|
# ? Sep 25, 2018 15:33 |
|
prisoner of waffles posted:Shaggar what's the deal with Windows Subsystem for Linux? (In your esteemed opinion) i am not shagger but i like it a lot, previous to it i had endless copies of mingw and vbox and docker and msys installed. it's not a lot better than having a persistant linux docker container mind you
|
# ? Sep 25, 2018 15:40 |
|
prisoner of waffles posted:Shaggar what's the deal with Windows Subsystem for Linux? (In your esteemed opinion) its a neat toy and a good demonstrator of NT kernel superiority. I use it when I need to SSH into legacy systems, but beyond that its pointless.
|
# ? Sep 25, 2018 15:45 |
|
Linux developers have spent decades failing to build a working windows emulator and then Microsoft made a full compat layer for running Linux processes in like a year. I guess it means you can run bad text editors on windows now, but im pretty sure you could already gently caress up working windows editors with vim/emacs binds.
|
# ? Sep 25, 2018 15:48 |
|
Shaggar posted:Linux developers have spent decades failing to build a working windows emulator and then Microsoft made a full compat layer for running Linux processes in like a year. Eh. The compatibility layer is more like the cygwin project than the wine project, and is significantly more limited now than cygwin. Of course, the compatibility layer does have the ability to use undocumented stuff so who knows.
|
# ? Sep 25, 2018 15:51 |
|
Bloody posted:actually visual studio is the best thing microsoft has ever made and they're still making it, so Does it still ship proprietary, opaque binary blobs? I hope so, because I consider spyware to be a feature of my text editor.
|
# ? Sep 25, 2018 16:00 |
|
ulmont posted:Eh. The compatibility layer is more like the cygwin project than the wine project, and is significantly more limited now than cygwin. Of course, the compatibility layer does have the ability to use undocumented stuff so who knows. oh sure. wine is an emulator since it has to create functionality not present in the native linux host. WSL is a compat/translation layer since the functionality required by linux is a subset of windows. Cygwin was definitely closer to WSL than wine but they did it in kind of a weird pseudo-linux compatibility layer. you cant just run linux programs on Cygwin like you can w/ WSL. I don't know what the purpose of running linux stuff on windows is, but its a neat trick.
|
# ? Sep 25, 2018 16:01 |
|
prisoner of waffles posted:Shaggar what's the deal with Windows Subsystem for Linux? (In your esteemed opinion) It's really bad. AFAIK, they still haven't figured out how to stop it from aggressively corrupting your file system. Stuff like switching git branches, using webpack, or anything else that thrashes your drives even a little bit ends up seriously screwing things up, such that you start getting a lot of errors when you do things like "delete a file".
|
# ? Sep 25, 2018 16:33 |
|
Shaggar posted:I don't know what the purpose of running linux stuff on windows is, but its a neat trick. Shaggar posted:I use it when I need to SSH into legacy systems, but beyond that its pointless.
|
# ? Sep 25, 2018 16:41 |
|
I don't need an entire linux on my computer to do ssh
|
# ? Sep 25, 2018 16:53 |
|
Finster Dexter posted:It's really bad. AFAIK, they still haven't figured out how to stop it from aggressively corrupting your file system. Stuff like switching git branches, using webpack, or anything else that thrashes your drives even a little bit ends up seriously screwing things up, such that you start getting a lot of errors when you do things like "delete a file". why would you do any of that from linux tho?
|
# ? Sep 25, 2018 16:54 |
|
Shaggar posted:why would you do any of that from linux tho? Personally, I wouldn't, but the point is that if you do ANYTHING from the linux subsystem that uses more than a little bit of IO, your whole system ends up getting kinda hosed.
|
# ? Sep 25, 2018 17:59 |
|
does it mess up the linux fs or the windows fs? i haven't really done enough w/ it to hit any bugs
|
# ? Sep 25, 2018 18:01 |
|
Shaggar posted:does it mess up the linux fs or the windows fs? i haven't really done enough w/ it to hit any bugs Both.
|
# ? Sep 25, 2018 18:39 |
|
Shaggar posted:Linux developers have spent decades failing to build a working windows emulator and then Microsoft made a full compat layer for running Linux processes in like a year. I guess it means you can run bad text editors on windows now, but im pretty sure you could already gently caress up working windows editors with vim/emacs binds. full compat layer that can't uphold "guest" or "host" filesystem invariants, lomarf e: thanks microsoft. thicrosoft. thiccrosoft?
|
# ? Sep 25, 2018 19:06 |
|
ctps: folks, I think I like C
|
# ? Sep 25, 2018 19:20 |
|
akadajet posted:nano works mostly okay, shaggar nano is a clone of pico created for ideological (GNU) purposes pico’s interface was based on the pine email client’s interface which was based extensively on full screen PDP-10 (TOPS-10, TENEX, and TOPS-20) interfaces there’s a reason it’s decent compared to other UNIX software
|
# ? Sep 25, 2018 19:25 |
|
AggressivelyStupid posted:ctps: folks, I think I like C C’s a pretty likable little language with a lot of scary dark corners just waiting to gently caress up your poo poo hard
|
# ? Sep 25, 2018 19:34 |
|
Yeah I kinda like that. Give me a rear wheel drive car with snap oversteer, give me a those dark scary corners, I lust for death
|
# ? Sep 25, 2018 19:38 |
|
xtal posted:Does it still ship proprietary, opaque binary blobs? I hope so, because I consider spyware to be a feature of my text editor. it's been open source under an mit license for a while now. if you download one of their prebuilt binaries, it ships with preconfigured telemetry options and ms-specific branding. other than that i think they're the same
|
# ? Sep 25, 2018 19:58 |
|
Shaggar posted:I use it when I need to SSH into legacy systems, but beyond that its pointless. lmao openssh has been shipping natively with Windows 10 for months now what the gently caress are you even doing aside from loving up
|
# ? Sep 26, 2018 02:40 |
|
Slurps Mad Rips posted:lmao openssh has been shipping natively with Windows 10 for months now what the gently caress are you even doing aside from loving up I've got it installed for easy X11 forwarding
|
# ? Sep 26, 2018 03:42 |
|
doing emulator 101, and keep bouncing back between mapping my instructions to Enums with the data(e.g. MOV(Register, Register), ), which sucks because it means my instructions are "special" in memory, or just opcodes I dereference when I need to care what they are. The downside to the -latter- is that during execution of the emulator, i have to care when i need to load more data, which arggh my perfect desiign.
|
# ? Sep 26, 2018 03:43 |
|
windows is a fine OS if you are chronically poor or incapable of using a computer that's connected to the internet. it works well if you treat it like a video game console, its a toy for novel purposes, and the people who spend the majority of using it are pathetic and useless.
|
# ? Sep 26, 2018 04:27 |
|
Beamed posted:doing emulator 101, and keep bouncing back between mapping my instructions to Enums with the data(e.g. MOV(Register, Register), ), which sucks because it means my instructions are "special" in memory, or just opcodes I dereference when I need to care what they are. I flipped back and forth a few times, too and just barely caught myself before I put everything in my Opcode enum. I ended up with an enum that had the byte value of the opcode and the number of bytes in the instruction. I then started by having each emulateWhatever() function increment the program counter by the size of the instruction, but that broke down quickly when I implemented interrupts and had to account for jumping back to whatever the next instruction would have been before the interrupt. Mostly, I was just glad I vomited tests everywhere for everything, because it meant I was able to blow up my implementation without much fear! (That cpudiag.bin code helped a lot, too.)
|
# ? Sep 26, 2018 04:34 |
|
CRIP EATIN BREAD posted:windows is a fine OS if you are chronically poor or incapable of using a computer that's connected to the internet. it works well if you treat it like a video game console, its a toy for novel purposes, and the people who spend the majority of using it are pathetic and useless. there are only good OSs and the OSs that you use
|
# ? Sep 26, 2018 05:32 |
|
CRIP EATIN BREAD posted:windows is a fine OS if you are chronically poor or incapable of using a computer that's connected to the internet. it works well if you treat it like a video game console, its a toy for novel purposes, and the people who spend the majority of using it are pathetic and useless. eat whats left of my dick
|
# ? Sep 26, 2018 05:46 |
|
Slurps Mad Rips posted:eat whats left of my dick ... I think he's trying to do "Shaggar but backwards" fwiw
|
# ? Sep 26, 2018 06:17 |
|
lmao imagine caring about which operating system someone else uses enough to repeatedly post about it on a dead forum
|
# ? Sep 26, 2018 06:33 |
|
redleader posted:lmao imagine caring enough to post
|
# ? Sep 26, 2018 07:21 |
|
Amazing startup idea: gzip as a service
|
# ? Sep 26, 2018 09:26 |
|
|
# ? Sep 26, 2018 12:11 |
|
gonadic io posted:Amazing startup idea: gzip as a service gaas oh i see what you did there
|
# ? Sep 26, 2018 13:27 |
|
Captain Foo posted:gaas lmao
|
# ? Sep 26, 2018 13:55 |
|
I gunzipped my maliciously prepared pants and filled your drive with zeroes.
|
# ? Sep 26, 2018 14:04 |
|
|
# ? Dec 7, 2024 04:56 |
|
Slurps Mad Rips posted:lmao openssh has been shipping natively with Windows 10 for months now what the gently caress are you even doing aside from loving up if I was just using ssh i'd install putty or something.
|
# ? Sep 26, 2018 14:47 |