Linux security noob here but can't you just run the browser in a chroot with everything isolated?
PoolloverNathan
I think they're also working on getting Steam running. I don't remember how that's going, though.
In the US there's a lot that use Linux via Chromebook, but you don't get root access or even arbitrary command execution.
interact
is (String → String) → IO ()
, a function that takes a String → String
(a function that takes a string and returns a string) and returns an I/O operation (which is a separate type since Haskell doesn't have side-effects). The function you give it will receive all of stdin as a string and its output will be stdout. The magic comes because Haskell uses cons-lists that are lazy in their spine — the list doesn't actually exist until you look at it. This means that, from your perspective (probably not how this is actually implemented), the list you return is iterated character-by-character, and each character that gets printed only waits for the characters it needs, allowing the rest of the stdin list to remain unevaluated.
↑ This. Haskell makes it super easy to get good CLI filters. All you need to do is interact
and process the string it gives you. You'll automatically get streaming behavior because of laziness without lifting a finger.
Is— is this a Lemmy copypasta?
Oh. Rip.
Rizz? Can we just send that word back to hell already?
How do you enable them on Voyager?
Have they blocked you yet?
[email protected]