IWETHEY v. 0.3.0 | TODO
1,095 registered users | 1 active user | 0 LpH | Statistics
Login | Create New User
IWETHEY Banner

Welcome to IWETHEY!

New Necessary for other reasons as well
Let's think about a couple of important applications.

Email. Email is pretty simple in principle. But I don't happen to want Todd to have access to my email. In other words the walls constructed by that application happen to be desireable for privacy reasons.

Todd's work. I don't know about anyone else, but I think that a company that is going to handle credit cards and deliver actual stuff has an obligation to protect that data. Which means lots of walls that the provider wants for financial reasons.

A web browser. Yeah, it would be great if we could just take the simple approach and let websites run whatever they want on your machine. Simple, powerful, and flexible. Unfortunately there are a bunch of people who want to run software on your machine that you don't want running software on your machine. And one of the biggest complaints about Internet Explorer is not that it has walls, but that it doesn't have effective walls to prevent that!

I agree with Todd that a lot of programs could be made a lot nicer by making them expose more of how they work. And this is a vision that many people have tried to explore (eg it was the idea behind Microsoft's OLE). But it would generally be a bad idea to try to achieve it by removing the idea of applications entirely.

Cheers,
Ben
I have come to believe that idealism without discipline is a quick road to disaster, while discipline without idealism is pointless. -- Aaron Ward (my brother)
New There's a couple projects aimed at addressing security
one is squeak-e - capability based security that lots of others are playing with.

The other is something called islands - literally hunks of runtime/data with no references in or out. If you can't reach it you can mess with it.

I'm not particularly well versed on these technologies but they are being addressed.

Finally, you can get "walls" by running things in different VM's as they're just different unix processes.

I'm not saying walls are bad - just that we've put a whole lot of them in stupid places (and not enough in others it seems).

I think this horse is pretty much done.

Fun discussion - thanks.



"Whenever you find you are on the side of the majority, it is time to pause and reflect"   --Mark Twain

"The significant problems we face cannot be solved at the same level of thinking we were at when we created them."   --Albert Einstein

"This is still a dangerous world. It's a world of madmen and uncertainty and potential mental losses."   --George W. Bush
New Bah, break for lunch and people go and end the discussion
===

Purveyor of Doc Hope's [link|http://DocHope.com|fresh-baked dog biscuits and pet treats].
[link|http://DocHope.com|http://DocHope.com]
New I've made it back to the office - gotta catch up!



"Whenever you find you are on the side of the majority, it is time to pause and reflect"   --Mark Twain

"The significant problems we face cannot be solved at the same level of thinking we were at when we created them."   --Albert Einstein

"This is still a dangerous world. It's a world of madmen and uncertainty and potential mental losses."   --George W. Bush
New email has walls? think again
every keystroke in that message body travels thru multiple public points that have accesss to every keystroke. At the receiptiant end it sits on someone elses server who can read all of it until you pop it to your local machine. If you have delete server side after pop it is then (somewhat) safe on your machine unless upstream a pipe is being made to redirect copies. Email is about the most unsafe application available in use today.
thanx,
bill
Any opinions expressed by me are mine alone, posted from my home computer, on my own time as a free american and do not reflect the opinions of any person or company that I have had professional relations with in the past 50 years. meep
New That's what client-side encryption is for
===

Purveyor of Doc Hope's [link|http://DocHope.com|fresh-baked dog biscuits and pet treats].
[link|http://DocHope.com|http://DocHope.com]
New As far as most recipients are concerned, it does
Don't believe me? Ask a secretary to read your email to you.

Cheers,
Ben
I have come to believe that idealism without discipline is a quick road to disaster, while discipline without idealism is pointless. -- Aaron Ward (my brother)
New like windows, its the perception of security that counts
Any opinions expressed by me are mine alone, posted from my home computer, on my own time as a free american and do not reflect the opinions of any person or company that I have had professional relations with in the past 50 years. meep
New It is more complex than that
People actively want slightly insecure systems. The classic example is our cars. Nobody wants their car to be broken into. But if any auto manufacturer produced cars that police officers etc can't break into after your key gets locked inside, you'd wind up with a lot of very pissed off people. That's why slim jims still work, even though it would be trivial to make a car that can't be broken into that way.

Everyone knows that some very technical people can read their emails. Everyone knows that some bad people can likewise. But their friends and aquaintances can't, so they have reasonable privacy. And the capability for violation isn't a big issue - in fact if they develop email problems, they hope those same technical people will be able to use their control of the system to solve their problems.

Cheers,
Ben
I have come to believe that idealism without discipline is a quick road to disaster, while discipline without idealism is pointless. -- Aaron Ward (my brother)
     Kristen Nygaard and Programmable interfaces - (systems) - (86)
         What about his history is interesting? - (ben_tilly) - (85)
             Re: What about his history is interesting? - (systems) - (84)
                 You would do better to read Alan Kay - (tuberculosis) - (82)
                     Wow. - (Arkadiy) - (81)
                         Did you see HTML on the list? - (ben_tilly) - (79)
                             OK, could you explain? - (Arkadiy) - (78)
                                 I think the point is that they're tools that are pretty easy - (jake123)
                                 Here's an example - (tuberculosis) - (76)
                                     lrpd the whole damn thing -NT - (boxley)
                                     I admire your pattern of use for computers - (Arkadiy) - (15)
                                         Not necessarily so (the "beyond 90%" part). - (pwhysall) - (10)
                                             I've got no Mac (yet?) - (Arkadiy) - (9)
                                                 squeak.org -NT - (tuberculosis)
                                                 Python? - (pwhysall) - (7)
                                                     I've seen Python and Squeak - (Arkadiy) - (6)
                                                         I'm shocked, sir. - (pwhysall) - (5)
                                                             The 10% who understand things like - (Arkadiy) - (4)
                                                                 I've seen that smile - (drewk) - (1)
                                                                     The worst part is, she is righ. - (Arkadiy)
                                                                 DWIM?!? - (jb4) - (1)
                                                                     do what I meant -NT - (boxley)
                                         I don't believe the "crutch" is necessary - (tuberculosis)
                                         disagree, recently sent a example of an application - (boxley) - (2)
                                             A crutch - (Arkadiy)
                                             I need to have me a look at that - (pwhysall)
                                     I'd like that to be true, but don't think it is - (drewk) - (58)
                                         Ive used that treehouse design, didnt think too much of it - (boxley)
                                         You are a prisoner of your assumptions and conditioning - (tuberculosis) - (55)
                                             my point is that people use what they know - (boxley) - (2)
                                                 Yes - exactly - (tuberculosis) - (1)
                                                     sounds like a fax lnp project to me :-) -NT - (boxley)
                                             There's a central point we seem to differ on - (drewk) - (51)
                                                 Yes, you can only think of one thing at a time - (tuberculosis) - (50)
                                                     If I missed your point, it's because you forgot to make it - (drewk) - (49)
                                                         But the applications *are* the walls - (tuberculosis) - (48)
                                                             They're also inevitable - (drewk) - (47)
                                                                 Necessary for other reasons as well - (ben_tilly) - (8)
                                                                     There's a couple projects aimed at addressing security - (tuberculosis) - (2)
                                                                         Bah, break for lunch and people go and end the discussion -NT - (drewk) - (1)
                                                                             I've made it back to the office - gotta catch up! -NT - (tuberculosis)
                                                                     email has walls? think again - (boxley) - (4)
                                                                         That's what client-side encryption is for -NT - (drewk)
                                                                         As far as most recipients are concerned, it does - (ben_tilly) - (2)
                                                                             like windows, its the perception of security that counts -NT - (boxley) - (1)
                                                                                 It is more complex than that - (ben_tilly)
                                                                 I was the king of level 1 help desk - (tuberculosis) - (37)
                                                                     Followed a link from the google search - (drewk) - (35)
                                                                         Hey, I had people who didn't know a menu from a window - (tuberculosis) - (34)
                                                                             I don't want to keep reinventing things - (drewk) - (33)
                                                                                 Taxes are probably a bad example. - (Another Scott) - (32)
                                                                                     Depends on what you want an example of - (drewk) - (31)
                                                                                         Bingo - (tuberculosis) - (30)
                                                                                             You're fighting human nature - (drewk) - (29)
                                                                                                 Take your last thought a little farther... - (Another Scott)
                                                                                                 Evidence runs to the contrary - (tuberculosis) - (27)
                                                                                                     you can safely ignore drewk - (boxley)
                                                                                                     You have a much looser definition of "make stuff" than I do - (drewk) - (25)
                                                                                                         Complete Bollocks - (tuberculosis) - (24)
                                                                                                             You're kidding me, right? - (admin) - (23)
                                                                                                                 There will always be people too old to learn - (tuberculosis) - (22)
                                                                                                                     I'll let you tell her she's "too old" to learn - (admin) - (21)
                                                                                                                         It's also called respecting someone else's domain - (tonytib) - (20)
                                                                                                                             Point missed again - (tuberculosis) - (19)
                                                                                                                                 And you're missing the point we're trying to make. - (admin) - (17)
                                                                                                                                     I wouldn't say immaterial - (jake123) - (2)
                                                                                                                                         MP3 is a data format, not an architecture. - (admin) - (1)
                                                                                                                                             Not my point - (jake123)
                                                                                                                                     I don't give a flip about your point - (tuberculosis) - (13)
                                                                                                                                         ICLRPD (new thread) - (boxley)
                                                                                                                                         Uh, yeah. - (admin) - (11)
                                                                                                                                             I don't have to bow to nobody! - (drewk) - (1)
                                                                                                                                                 Exactly. -NT - (admin)
                                                                                                                                             Right on! - (tonytib) - (8)
                                                                                                                                                 The ignorance around here is staggering - (tuberculosis) - (7)
                                                                                                                                                     We disagree with you, so we're ignorant ... good call -NT - (drewk) - (3)
                                                                                                                                                         Something about photos - not capable - links - (tuberculosis) - (2)
                                                                                                                                                             Something about Photoshop, easy to use, etc - (tonytib) - (1)
                                                                                                                                                                 Heck... - (folkert)
                                                                                                                                                     The arrogance around here is staggering. - (admin) - (2)
                                                                                                                                                         Fine - you're all wrong and we'll leave it at that - (tuberculosis) - (1)
                                                                                                                                                             As soon as you stop misrepresenting me I will - (admin)
                                                                                                                                 You keep missing the point - (tonytib)
                                                                     ICLRPD (new thread) - (lincoln)
                                         ICLRPD (new thread) - (jb4)
                         The idea is that these are tools for adhoc computing - (tuberculosis)
                 The short history.... - (ChrisR)

I took the liberty of fixing the punctuation.
260 ms