00:00:00 --- log: started forth/21.06.14 00:53:30 --- join: neuro_ joined #forth 00:53:44 Does anyone know a good example of an infix expresion parser for Forth? 00:56:48 http://www.complang.tuwien.ac.at/anton/euroforth/ef08/papers/haley.pdf 00:57:52 neuro_: I have a parser generator in Forth :) https://github.com/siraben/meta-yacc 00:58:16 It would generate an infix parser out of a grammar like https://github.com/siraben/meta-yacc/blob/master/arith.txt 00:58:28 then emitting postfix 01:01:40 Nice 01:15:10 --- join: gustaf joined #forth 01:27:15 --- quit: Glider_IRC__ (Remote host closed the connection) 01:34:38 I asked not becahse I care about infix notation, but because I want to answer better when others complain about Forth's RPN notation. 01:39:34 "Infix is for n000bzzz!!!!" Joking, there's a teenager somewhere in me who didn't die. 01:40:56 Speaking of which I started writing my Forth yesterday on Amstrad CPC with an assembler that doesn't have macros (Maxam 1.5 with Protext editor). 01:43:36 reminds me when I wrote a Forth for the R216 computer whose assembler doesn't have macros 01:43:57 so I just manually constructed the linked list via labels 01:44:16 hm, if I knew more Lua I guess I could have extended the assembler to do that 01:45:17 --- join: Glider_IRC joined #forth 01:46:06 For linked lists it supports a LET directive and there's a program counter variable $, so it seems okay. 01:46:27 Just a bit of repetition but not too much, and I like that everything looks more clear unlike macros. 01:48:20 But Z80 didn't seem very friendly for implementing the address interpreter at first, so I used a memory location for every Forth register for the time being. 02:04:35 --- join: gravicappa joined #forth 03:37:32 --- quit: cp- (Ping timeout: 272 seconds) 04:11:39 --- quit: neuro_ (Ping timeout: 245 seconds) 04:39:51 --- join: zolk3ri joined #forth 04:40:55 --- quit: zolk3ri (Client Quit) 04:52:57 --- join: crc[work] joined #forth 04:52:57 --- mode: ChanServ set +v crc[work] 04:55:30 as a minor update to last night: my login is not yet locked, and my work ip is not blocked currently. I'll use crc[work] when connecting from this. 04:57:52 proteus-guy: "upgrade from IRC" other chat tech seems to be a downgrade 04:58:13 I don't know what matrix is like, that might be better 04:58:17 Or that GNU chat thing 05:00:46 IP bans are dumb, too many people share the same IP 05:03:44 Writing a Forth with a macro-less assembler is a real drudge. 05:04:03 Building that linked list by hand gets really boring. 05:04:38 I suppose you could think of it as "paying dues." 05:04:41 KipIngram: Use a separate preprocessor 05:05:01 Like cpp or m4 05:05:13 Or get a good text editor 05:05:16 True - these days I'd look for a way to do that, or put something together in Python or something. 05:05:38 But when I did it I didn't have any of that or the experience to know to go that way. 05:15:07 veltas, xmpp is actually nicer than irc but I get your meaning. It's not a simple obvious thing. 05:15:34 Also, IRC does have an "appeal" that those more sophisticated chat systems don't. I moderate in a reddit sub, and I have Discord installed to stay in touch with the other mods. It's fine, but it just feels "heavy." And I have Slack installed to stay in touch with work peeps. It also feels heavy. And they both feel like things that used IRC as their starting point and then layered on bloat. 05:16:03 What's most important is that we support the great #forth community we built here. To be "forth-ish" it shouldn't be massively complex or require big web browsers and such just to participate. 05:16:28 KipIngram, yep - understand and agree with your sentiment. 05:16:31 We're connected on two IRC networks, seems alright 05:16:38 ^ That feels right to me. 05:16:38 Latency could be a bit lower between the networks though 05:16:51 It would be coolest if we could all write our own chat clients in Forth. 05:17:12 veltas, except we can't seem to count on these two networks. So we need to have optionality. 05:17:17 Which I think we could, given that crc wrote the bridge generally in Forth. 05:17:29 You can say that about anything, except nobody does it. Should write your web browser in Forth too 05:17:54 veltas, web browsers are the opposite of low complexity because of the protocols they support. 05:18:06 True - it's like shopping at Walmart or Amazon. Convenience has a way of overpowering philosophy. 05:18:16 Life gets busy. 05:19:12 Though browsing has become so horribly complex. Yes, we could write a browser in Forth, but we'd still be implementing a mountain of complexity if it was really going to function broadly on today's web. 05:19:36 Apparently gitter has an irc bridge. Curious if it's any good. I like the concept of gitter and the things it integrates with. Downside is it seems focused on Javascript/node.js technology. 05:19:59 That thing crc posted about a few weeks ago was pretty interesting. The protocol meant to sit between gopher and other mainstream systems? 05:20:02 veltas: I'm working on improving the latency as part of my ongoing rewrite 05:20:03 I forget its name right offhand. 05:20:06 KipIngram: gemini 05:20:19 Yes, that. 05:20:35 using gopher as a chat protocol? that's interesting... 05:20:36 Other than the TLS requirement I really like gemini so far. 05:21:56 crc[work], is there some link/docs for this? 05:22:16 both gopher and gemini are easy to implement (apart from TLS, which I handle through external tooling) 05:22:27 https://gemini.circumlunar.space/docs/ 05:22:27 proteus-guy: gemini info at https://gemini.circumlunar.space/ 05:22:32 thanks will check it out. 05:23:24 I understand WHY the TLS. One of the weaknesses of the way the internet evolved was that security and privacy weren't integrated in as ground floor requirements. 05:24:01 When that all started with Arpanet and so on it was just a bunch of scientists learning how to share stuff with one another. There was a level of community trust that's long gone these days. 05:24:35 And technology was slow, so they didn't really have the spare bandwidth and processing power to implement sophisticated security. 05:24:45 Just getting it to work at all was an achievement. 05:25:56 You see the other end of that spectrum in the bitcoin blockchain - it's rather remarkable in its ability to create a shared authentic ledger. But wow - it's got a lot of overhead. 05:26:37 Too much for it to really scale. It's cute and it's fun, but it can never become a planetary currency. Doesn't scale right. 05:26:58 * veltas braces for impending Bitcoin argument 05:27:11 If we tried we'd wind up with the bulk of the planet's data storage capacity holding blockchain copies. 05:27:35 :-) 05:27:48 So someone would need to build/implement Gemini protocol chat client/server? Gopher was a pre-web content browser. Is a Gemini chat kinda like a web client chat ui? 05:27:56 Nah. I don't have an axe to grind. ^^ that's just what I think. I could be wrong. 05:28:30 They also talk about graphene substrate processors running at 500 GHz in the future - maybe processing power and storage will outrun even bitcoin. 05:28:50 It's dangerous to try to predict the future on things like that. 05:28:57 If it did it would break bitcoin as a concept 05:29:11 Well, true. 05:29:14 veltas, why would it break Bitcoin as a concept? 05:29:19 KipIngram: I understand why the TLS, it's more of a matter that it introduces dependencies (I'm not good enough w/crypto to roll my own yet) 05:29:22 It's core idea is to consume a majority of processing power. 05:29:46 If processing power became vastly greater, people could start computing their own false blockchains. 05:29:50 The proof of work idea would break. 05:30:07 proteus-guy: The truth is that really you can't break it, if bitcoin gets easier then the work to mine gets harder 05:30:12 No - people would incorporate the increased hashing power and raise the complexity of the block. 05:30:18 proteus-guy: I don't think anyone has used gemini or gopher in a chat system yet. it's something on my list of eventual projects. 05:30:30 Yes, it was designed to be able to consume as much processing power as you throw at it. 05:31:09 proteus-guy: The idea is to make it computationally impossible for someone to calculate a fake block-chain, because they'd have to re-calculate the whole chain after the point they tried to edit. 05:31:19 I think bitcoin's the most brilliant invention of the 21st century but yeah there's a million issues with it 05:31:23 crc[work], OIC - so Gemini as a chat system isn't a thing yet. Seems like it could be something to provide a low cost low complexity front end to some of these web chat systems like gitter, however. 05:31:23 And the system is designed so that no one can have enough processing power to do that. 05:31:52 yes 05:31:52 veltas: I tend to agree - the idea of a non-tamperable currency is pretty fantastic. 05:32:02 It's like using gold again. 05:32:06 It's digital gold. 05:32:07 KipIngram, correct - right now there's not enough CPU processing power known in the solar system to reverse more than a few blocks in BTC. 05:32:08 Block chain on its own is a fantastic idea 05:32:29 Now adopted as a confusing and misused buzzword but as a concept it's genius 05:32:56 It is. And yes, for a few years in there everyone wanted to attach "blockchain" to their ideas. 05:33:05 crc[work], is that your thinking? Use Gemini to connect to existing systems like a bridge/client or build an entire chat network using Gemini as the core protocol? 05:33:23 It's better than gold 05:33:36 agree 05:33:42 Yes, someone always could find some underground mountain of gold. 05:33:53 We just ASSUME that gold has the scarcity needed to be a currency. 05:33:58 KipIngram, or one in space... actually quite likely eventually. 05:34:00 Bitcoin guarantees it. 05:34:04 Mathematically. 05:34:18 proteus-guy: I'm not sure on this yet. it's not something I've done much work towards yet 05:34:29 And my understanding is that we at least think that bitcoin is quantum-proof. 05:34:40 No one is aware of a quantum algorithm to reverse SHA-256. 05:34:52 twice even! ;-) 05:35:17 But we don't really understand the boundaries of quantum capabilities in a sound theoretical way. We've just stumbled on a few interesting algorithms. 05:36:11 proteus-guy: I had waited until recently to start working with gemini to give the protocol time to stabilize. then the freenode issues began right when I was starting to work on things using gemini. 05:36:41 ACTION likes it that there's already a gemini community out there. 05:36:51 crc[work], ah - makes sense. Are there pre-built Gemini clients that you're aware of? Just need a server - or we gotta build it all? 05:39:22 proteus-guy, for graphical targets, https://gmi.skyjake.fi/lagrange/ is nice. https://gemini.circumlunar.space/clients.html has some terminal ones, but I haven't used those yet. (I'll roll my own terminal one in Retro soon) 05:39:22 Regarding the TLS requirement - my generic issue with modern encryption in general is that it's complex. Ideally you'd have technology that a majority of people can understand completely. So that lots and lots of people could roll it up themselves. But encryption is a deep topic, and most people don't have the math chops to understand it. So they have to trust others to give it to t hem. 05:39:51 And do we KNOW that these techniques haven't been cracked? We don't really - the institutions with the finances to crack them aren't going to tell us they've done it. 05:40:36 If you have to more or less have a PhD in math to "truly believe in" your encryption, that's not a happy place. 05:41:51 crc[work], I'd prefer a text-mode client myself. I'll check it out. 05:42:27 It's unavoidable with technology that people have to rely on experts and use unscientific 'filters' to figure things out 05:42:58 I know. There's always going to be a "cutting edge" of tha tnature. 05:42:59 Stuff's complicated. Even if we really reduced bloat you'd still have that problem 05:43:32 But for example, Forth reduces the complexity of "a full operating system" to a level that's much easier to understand. 05:43:39 It would be nice if a "Forth of encryption tech" could emerge. 05:44:01 I mean that in a loose way - a "method" of encryption that's sound but easy to understand and implement. 05:44:13 Ideally a high school graduate could completely understand it. 05:44:20 We just don't have that today. 05:44:49 A high school graduate could understand most complicated things, but not all of them, and not with the time that high school students devote to learning 05:44:52 As simple as possible but no simpler... crypto is pushing boundaries of number theory. That's gonna require a lot of computational work no matter waht. 05:45:07 It's not really pushing boundaries of number theory 05:45:24 I agree - most of it is really just fairly simple number theory. 05:45:28 Some of it might be, most algorithms people use aren't 05:45:29 Understanding it - yes. Designing and implementing new techniques that are harder to crack is rocket science. 05:45:35 But number theory just isn't something most people learn. 05:45:57 And nor should it be, people need to specialise 05:46:00 I'm talking about the design parts. Once one is designed typically it's not too difficult to understand. 05:46:02 Right - I just don't think encryption as it exists today is a "grass rootable" tech. 05:46:03 You can't get around that 05:46:25 One might have said that about compilers at one point in time. 05:46:29 But we have Forth. 05:46:33 :-) 05:46:42 Forth doesn't contradict anything about compilers though 05:46:48 Forth is an "easy way" to do something that can also be done in very hard ways. 05:47:00 No - it's just an easier way. 05:47:30 You *can* write a compiler in Forth without knowing any convention compiler theory. It won't do anything that compiler theory teaches. You can also write an optimizing forth compiler learning about compiler theory 05:47:36 conventional* 05:47:48 dinner's here folks... ttyl. 05:48:19 A lot of Forth's genius is trying to make people rethink what their requirements are 05:48:25 +1 05:48:28 Semiconductor tech is the same situation. We have these these mega-expensive foundries and so on. I wish we could evolve toward a world where kids in junior high are playing with silicon and implementing things. 05:48:44 I'd like to see all these technologies NOT gated and controlled by big corporations. 05:49:30 Kids used to play with chemistry in quite advanced ways sometimes. You could get all the stuff to do it. These days you can hardly buy a really "competent" chemistry set. 05:49:34 We've evolved in the wrong direction. 05:50:09 We've pushed things toward regulation and control and economic centralization, instead of toward grass roots independence. 05:51:05 Because yeah, some kid might mix the wrong chemicals and blow up his house. Ooops - can't let people buy that stuff... 05:51:52 recently, you can't even buy battery acid anymore 05:52:08 When our response is to outlaw more things every time an accident happens... it's not the right path. 05:54:08 --- quit: cbridge_ (Remote host closed the connection) 05:54:23 --- join: cbridge_ joined #forth 05:54:30 And his point was that the path to greatness never is. 05:54:44 I was so moved by the thing that I cut it out and laminated it. 05:54:50 It's around somewhere, but I couldn't put my hands on it right now. 05:55:08 It encapsulated what I think of as the right philosophy of cultural advancement. 05:55:16 It's NOT the way we're doing it these days. 05:55:48 He talked about "whole ragged populations boiling westward." 05:56:00 Without thinks like feasibility studies and safety assessments. 05:56:14 And he closed by saying that those people understood that to live is to dare. 05:56:36 without "thins" 05:56:38 :-| 05:56:40 THINGS 06:00:40 there's a good book about evolution of liquid rocket fuels, it is called Ignition 06:01:19 many times author notes (being also rocket fuel scientist himself), how it is possible that this and that guy managed to do his research without blasting his hands off 06:04:02 Ah, I remember what the editorial was called. 06:04:08 "No Glory for Shrinking Violets." 06:04:35 It had a cartoon picture of a guy hiding inside a box with a security blanket and sucking thumb. 06:18:04 ventyl: That does sound like it's probably a fun book. 06:18:19 Have you read Longitude? 06:18:37 It's basically a history of navigation, with special emphasis on the longitude problem and the history of solving it. 06:18:47 KipIngram: it definitely is. even for someone who doesn't know organic chemistry 06:19:00 nope, I have come accross this book by an accident 06:19:06 My dad was an organic chemist. 06:19:10 Taught at university. 06:20:38 They eventually "solved" the longitude problem by developing seaworthy timepieces, that would keep accurate enough time. But there were some clever ideas that didn't win, too. 06:20:45 it is interesting, that in rocket science, typical american way of naming things is almost an oficial nomenclature 06:20:55 KipIngram: Re. "evolved in the wrong direction", broadly +1; though perhaps more along the lines of Poul Anderson's "Snowball" ( http://gutenberg.org/files/59314/59314-h/59314-h.htm ) and "No Truce With Kings" (with a side dish of good old Cliff Simak, of course. Also, my personal opinion is that "gated and controlled" is precisely where GNU GPL is ought to give kids some leverage over Big Money. 06:20:56 like UMDH-RFNA combo 06:22:28 Well, the typical evolution pattern in industries is that some large companies appear, then we decide that the arena needs to be regulated, and lo, the regulations wind up "entrenching" the existing large players. 06:22:46 A primary effect of the regulations is usually to blockade small entity participation. 06:23:03 Often just by making it too expensive to surmount the legal hurdles. 06:24:03 Down here in Texas, for example, the big beer distributors use regulation to limit competition from craft microbrewers. 06:25:10 And of course the craft beers are worlds better. 06:25:34 But the market is dominated by swill. 06:25:47 oh wow ##linux got destroyed by lee 06:25:51 oops, wrong channel 06:26:06 nah 06:26:22 is there a channel discussing leenode decline? 06:26:44 used to be the observer channels, probably see #libera now 06:27:03 libera was full of pls cloak me spam 06:27:40 What exactly is a cloak anyway? In IRC context? 06:27:49 KipIngram: hides your IP address 06:28:02 Why would I want to do that? 06:28:07 from /whois commands at least, AFAIK 06:28:40 I mean, my nick is MY NAME. I don't have anything to say I'm not willing to say openly. 06:28:45 Well right now I can see your IP address 06:28:52 And? 06:28:57 How does that hurt me? 06:29:08 so standard risks apply, if you had open ports or a server running 06:29:12 or geographic location 06:29:21 Oh, you don't see my machine's IP address. 06:29:28 You see my router's IP address. 06:29:30 I understand, that it was kind of feature for ops of large channels to limit harassment & stuff 06:30:04 In fact, you don't see that - you see the IP of a virtual machine I use for the sole purpose of IRC connectivity. 06:30:18 I run weechat curses on it, and I use mosh to ssh into that. 06:30:28 But ok, I see your point. 06:30:35 And yes - that makes sense. 06:30:38 great then, haha 06:30:49 yeah it's internet hygiene to not expose your external IP, I suppose 06:31:12 IIRC in some places IP address corresponds closely to physical location 06:31:15 Cloaks are also sometimes used to show one's affiliation. 06:31:21 Yeah. 06:33:24 So out of curiosity, what IP is showing for me, siraben? 06:33:42 ~kipingram@62.151.183.147 06:33:58 Ok, yes - that is the IP of my virtual server. 06:34:05 Where weechat is running. 06:35:14 it's in Spain? 06:35:51 ventyl: ##freenode is the channel you want 06:35:58 open ports are 22, 80, 443 and 8443 06:36:05 That's what it looks like isn't it? 06:36:10 I just looked that up too. :-) 06:36:21 I'm actually in the Houston Texas region. 06:36:56 The IP that I get from whatsmyip.com shows Houston, but isn't really localized to my own address very well. 06:37:03 Probably 15-20 miles away. 06:37:28 that tends to be a function of connecting google products to your network 06:37:49 Interesting. I'm running Chrome. 06:37:50 huh is there ##freenode on libera? 06:37:57 for me, google also shows locations in ~100km circle 06:38:04 based on my IP 06:38:18 but I don't let any smartphone to connect to my router 06:38:25 I actually consider that a plus. I'd rather not have it be too easy for someone to locate my house. 06:38:51 Any old joe, I mean. 06:39:00 androids are able to use navigation based on wifi AP MAC addresses 06:39:00 I don't expect to have my location hidden from... "authorities." 06:40:09 But yeah - sure enough - that IP is in downtown Madrid. 06:40:51 It's a virtual server lease from an outfit called 1and1. 06:41:10 expecting digital privacy from the government in the 21st century seems like a pipe dream at this point 06:41:10 sadly 06:41:31 Yeah, I agree. 06:41:43 It's not as though either party pushes that kind of privacy as part of their platform. 06:41:55 There's no way even to go out and vote for it. 06:42:00 ranting about human rights in china while in parallel copycating their systems 06:42:15 And too many people "just don't care" for it to become a hot political issue. 06:42:44 "we've always been at war with Eurasia" 06:43:03 I saw a woman on TV once saying "if filling our public spaces with surveillance cameras saves even one life, it's worth it." 06:43:15 Too many people feel that way. 06:43:20 that's popular argument with anything 06:43:25 Yes. 06:43:46 Lack of privacy just isn't a sore spot until it's being used against you directly. 06:43:51 And by then it's probably too late. 06:43:54 that's why our country mandated internal doors in lifts. even those which are operated for almost 100 years 06:44:04 if it saves live of just one child 06:44:45 accidentally, on average, there's 1.5 incident of human limbs being hurt by unprotected lift walls in motion yearly 06:44:50 I value those lives too. And I'm not going to deny those people the right to their opinion - it's as valid as my opinion. It's just sad that so few people think the issue through from all angles. 06:45:12 I guess if you're going to go knee-jerk on something, the life of children is a good thing to do it on. 06:45:44 More people need to read The Hangman Cometh. 06:45:49 Regularly. 06:45:57 And watch The Star Chamber. 06:47:57 --- quit: cbridge_ (Remote host closed the connection) 06:48:07 --- join: cbridge_ joined #forth 06:53:31 --- join: Glider_IRC_ joined #forth 06:54:38 --- quit: crc[work] (Ping timeout: 240 seconds) 06:56:53 --- quit: Glider_IRC (Ping timeout: 260 seconds) 07:01:46 --- join: Glider_IRC joined #forth 07:03:06 lol 07:03:06 all that cell phone data, even within the building 07:03:06 hm, on topic for this, anyone read about the Jan 6 rioters at the US capitol? Amazing how quickly they were rounded up 07:03:06 but it was too late 07:03:06 IIRC Facebook was doing this years ago 07:03:06 with all this being said, I care more about the possibility of random people showing up at my door than being abducted by the government 07:03:08 some tried to dispose of their phones 07:03:08 even your offline activities can be tracked and reconstructed 07:03:08 what are those about? 07:03:10 --- quit: Glider_IRC_ (Ping timeout: 240 seconds) 07:08:55 well, the thing is that for example facebook is collecting data even without knowing to who it attach hoping that sooner or later some identity will appear 07:09:20 such that you will login into fb account sooner or later, that's why it is enforcing logged in or nothing policy 07:09:52 google has contract with card processing companies to share data on which card ID paid where 07:11:44 --- quit: klys (*.net *.split) 07:11:44 --- quit: rpcope (*.net *.split) 07:11:44 --- quit: Keshl (*.net *.split) 07:11:44 --- quit: krjt (*.net *.split) 07:11:44 --- quit: klysm (*.net *.split) 07:11:44 That US capitol stuff was ridiculous. 07:12:02 If you'd told me when I was a kid that I'd see something like that happen, I'd have laughed at you. 07:12:17 Shameful. 07:12:47 right now is an incredibly messy time politically 07:12:57 Before 2000 or so we didn't ARGUE over elections here. We held them, and then we acted on them, and that was all there was to it. But it's like that hanging chad crap in Florida in 2000 just opened a whole Pandora's box. 07:13:21 I now figure we'll never have another uncontested Presidential election in my life. 07:13:21 I was surprised that the capitol insurrection happened but looking back on it, it was really an inevitable result of tensions that had been brewing for the last few years 07:13:28 Part of the problem is that they all turn out so close. 07:13:47 If one candidate can CLEARLY win, the way Reagan won both of his elections, then there can be no doubt. 07:13:56 But the last several times it's just been a razor's edge. 07:14:04 And it brings out the worst in people on both sides. 07:14:54 I'm pretty sure someone assassinated a president before 2000 07:15:14 Well, that's not what I'm talking about. 07:15:28 part of the problem is that the election system is so complicated and susceptible to fraud 07:15:28 I'm talking about our current inability as a population to accept the outcome of elections as clean. 07:15:33 Yeah I guess it's not too related to elections per se 07:15:35 Yes. 07:15:55 My own opinion is that the Mafia did Kennedy. 07:16:02 Yeah the last two elections there was lots of accusations of fraud with very little proof 07:16:17 Oswald had connections to the New Orleans family, and Jack and Joe were bearing down hard on organized crime. 07:16:27 It's a bit more nuanced when you have officials chiming in with no evidence, like with the Trump election re Russian hacking 07:16:28 Messing with the bosses themselves - deporting them and so on. 07:16:45 Yes - the INSTITUTIONS seem broken. 07:16:48 And then the Biden election with Trump's claims of fraud again 07:17:06 Right - whoever loses cries foul, as an automatic response it seems. 07:17:24 I'm not pointing fingers at one side here - it's both. 07:17:48 You are allowed to point fingers, but I am going to point my fingers at two sides yes 07:18:08 If one side was actually mostly innocent I would point at one side, but that's really not the case 07:18:13 I think it's just one effect of the general disappearance of the concept of "honor" from our culture the last few decades. 07:18:41 Starting during the 1990's, it started to become about winning - period. In business, in politics, everywhere. Winning HONORABLY just wasn't a priority anymore. 07:18:52 You could even see it in the reality TV shows of that decade. 07:19:06 Those shows were all about backstabbing, as public entertainment. 07:19:10 The hidden wealth of civility, we didn't appreciate it until it was gone 07:19:22 Bingo. 07:19:47 I shied away from reality TV shows like Survivor right away, for that reason. 07:19:54 I didn't like the message they sent culturally. 07:20:22 And it's just gotten worse and permeated every layer of society since then. 07:20:55 I don't think it's because of TV though 07:21:03 well, our lives are too simple, we are too wealthy and everything is too simple nowadays 07:21:05 There aren't very many TV shows these days like Hawaii Five O and Walker Texas Ranger, where the good guys always win. 07:21:10 even in opensource software 07:21:10 No - I think TV is an expression of it. 07:21:15 Didn't CAUSE it. 07:21:22 What's simple? I haven't noticed things being simple 07:21:24 Most shows these days have "gray" characters. 07:21:36 Honorable characters are boring, apparently. 07:22:00 KipIngram I hope you're not going to rant about TV now :P 07:22:02 veltas: generally, an average uninteresting life can be simply obtained 07:22:07 an illusion of something 07:22:09 Nope. 07:22:17 That was my one comment there. 07:22:20 I enjoy the complicated gray s hows. 07:22:38 But I still note the change. 07:23:28 or maybe "simple" is not the right word. an average life may be quite comfortable today 07:23:49 I think I know what you're trying to get at, ventyl. 07:24:01 Most of us are very priveleged and mostly free of worry. 07:24:10 Are we? 07:24:10 Massive worry, at least. 07:24:14 Maybe at your age lol 07:24:22 It's easy to find something to worry about. :-) 07:24:27 Doh. 07:24:34 they're mostly staged away, nowhere close to reality 07:24:34 Yeah, I'm getting old. Jerk. 07:24:46 There are people with real worries out there, even in the west 07:24:49 Yeah, the term "reality" is pretty stupid. :-) 07:24:50 Most people actually 07:25:05 But they are rarely life-threatening worries. 07:25:10 Or disastrous worries. 07:25:18 DOOM on an IKEA lamp https://www.youtube.com/watch?v=7ybybf4tJWw 07:25:20 yeah, but "real" and "serious" worry has changed in definition in last decades 07:25:23 There's usually a fallback position. You don't want to choose it, but it's there. 07:25:26 They are life-threatening worries and there's enough to go around 07:25:30 Like if I couldn't make my mortgage. 07:25:37 I could sell this house and buy a smaller one, and be fine. 07:25:40 like 50 years ago, you could really worry about smallpox 07:25:45 nobody is worried by them anymore 07:26:02 Well, back then people understood that disease was a possibility in the world. Epidemics happened. 07:26:12 People struggled through them, or didn't, and the world went on. 07:26:25 I thought I was going to die last year for a while, now it looks like I might be dying at a more normal age. And my diagnosis etc was delayed and still hasn't concluded because of the pandemic 07:26:29 But look at how we repsonded to this latest one - we just damn near shut the economy down for a few months in there. 07:26:46 There's a desire to purge risk completely from our world, and I just don't think that's possible. 07:26:48 I still haven't heard anything official but my symptoms have gone away, so fingers crossed it's not what I thought it was 07:26:56 And trying to do it anyway can cause damage. 07:26:58 I need to chase doctor about that... 07:27:06 well in certain places you can worry for your life if you speak against the state 07:27:09 Oh, good luck with that. 07:27:15 Thanks 07:27:29 I got my second shot a month ago or so, so allegedly I'm at full immunity now. 07:27:37 People around here are starting to drop the masks. 07:27:47 It's nice to see full faces out and about again. 07:28:26 I've only just had vaccine made available to me 07:28:42 it's funny that millions of people in the US don't want to get vaccinated, at their peril I suppose 07:28:50 not just in US 07:28:55 how did we eliminate smallpox again? oh, right. 07:29:13 vaccination was turned into political weapon in Europe 07:29:43 not only that... some want to deliberately mislead others into not vaccinating, seriousyl evil 07:29:46 seriously* 07:30:11 rip 07:30:29 that too, like churches giving handoffs like "those who will get vaccinated won't find peace in heaven" 07:30:38 Based on what I've seen it's 99% people who legit are concerned about vaccine, and there are good reasons to be concerned. I only think it's safe because of my personal ability to sift through the data and figure out where the real risks lie 07:30:55 but then, church needs to maintain some fear among people to keep some power 07:31:06 If you're upset that lots of people won't just shut up and do whatever the authorities say then that's another thing 07:31:33 well, I wouldn't be upset by legit concerns such as safety 07:31:51 Well really it's social mechanisms to enforce conformity, shaming etc 07:32:00 but that's provable with data and science, we have those tools 07:32:02 I just hate the hypocricy 07:32:05 to show safety 07:32:08 hypocrisy* 07:32:18 Yes but how do you know which scientists to trust siraben? 07:32:29 You might be much better at figuring that out than 90% of people 07:32:46 A lot of it comes down to the people around you and what info you're presented with 07:33:09 You can't hate on the people who don't have access to that ability/people 07:33:42 veltas: I see what you're getting at but that sort of thinking can easily lead to "doing your own (incompetent) research" 07:34:03 Yes it can 07:34:07 It doesn't make it incorrect though 07:34:13 Hence "hypocrisy" 07:34:17 veltas: yeah, if they're not educated I can't help 07:34:46 Shaming is probably an effective strategy, but it's hypocritical or just unrealistic to complain that not everyone can sift through all the research or find the right people to trust 07:34:51 yeah, oh well 07:34:59 bye all for now, have a meeting coming up 07:35:20 And if 100% of people always did what the main authorities said, that would actually be a bad group strategy 07:35:45 So it's good in a sense that there is a minority of overly paranoid people, even if it might individually hurt them more than it helps society as a whole 07:38:27 I don't think it's just about education, I think most people just aren't smart enough to do that kind of analysis themselves 07:38:39 imode: the conversation drifts a lot here, don't worry about it 07:39:12 And it's usually not someone's fault if they lack 'education' 07:39:50 I just am trying to confront this negative sentiment about people sceptical of the vaccine, I find it unconstructive 07:42:05 On the contrary, a lot of people have died from the vaccine now. But "a lot" doesn't mean "most" or even a meaningful portion, that analysis requires more data and analytical ability 07:42:46 it's one's choice to vaccinate or not, but I have zero sympathy for those spreading blatant misinformation that harms others 07:43:00 imode: off topic is common here :) 07:43:05 ok bye (for real) 07:43:37 --- join: klys joined #forth 07:43:37 --- join: Keshl joined #forth 07:43:37 --- join: klysm joined #forth 07:43:37 --- join: krjt joined #forth 07:43:37 --- join: rpcope joined #forth 07:43:39 What's blatant to one person is not to another 07:44:38 It always surprises me just how many people with crazy ideas turn out to be totally sincere, might surprise you too 07:45:15 imode: Just read any mainstream paper, like I see stuff about this on The Guardian regularly 07:45:37 Did you see such stuff 10 years ago? 07:45:43 People die from it, but that numbers need to be analysed beyond "many people have died". If it's like 0.00005% of people e.g. that would not mean much to your decision to take it 07:45:51 The idea's been systematically "pushed" lately. 07:46:14 Crossing the road can kill you, I do it every day anyway 07:46:19 ^ 07:47:35 https://www.bbc.co.uk/news/health-56620646 07:47:44 I'm not google, do it yourself 07:47:52 https://www.bbc.co.uk/news/uk-56675665 07:48:20 https://www.theguardian.com/australia-news/2021/jun/10/extremely-rare-australia-records-second-death-likely-linked-to-astrazeneca-vaccine-blood-clots 07:48:32 notice "extremely rare" 07:48:37 So don't worry about it 07:49:06 yes there was the blood clot thing. The vaccine *does indeed* have side effects for those who have potential problems with blood clotting. It's rare, and here in the UK at least if you have a history or any diagnosis relating to that, they use the pfizer which doesn't have that same side effect 07:49:15 If I posted stuff about this all day on Facebook it would probably deter people I know from getting it, but it's important to be able to put numbers in context rather than just deny that the vaccine kills anyone 07:49:35 Yeah, throwing a party can cause blood clots. Sitting down for a few hours can cause blood clots 07:49:58 I mean put it in context if someone says "but the vaccine kills people" 07:50:09 Exactly 07:50:21 that's calculated risk 07:50:46 and here it often shows that this is a lot about we don't know about the population yet 07:51:09 They're all linked to different issues 07:51:20 like the claim that covid caused diabetes, which is more likely that those people already had mild case of diabetes, which got unnoticed 07:51:29 Maybe yes 07:53:29 --- quit: cbridge_ (Remote host closed the connection) 07:53:42 --- join: cbridge_ joined #forth 07:56:19 one term I saw recently regarding freenode, libera, and such: dramadmins 07:57:01 We've opened the floodgates now 07:57:35 such a good term, going to add it to my longterm vocabulary 08:11:43 I always end up playing devil's advocate because I've been misrepresented enough times in my life to want to try and defend whoever's being piled in the latest drama/fight 08:15:24 i find myself doing that, too. any time the mob decides to crucify someone, i am skeptical because most people seem to just have a tendency to mindlessly pile on 08:15:45 the danger with that instinct is that sometimes you do find yourself trying to defend hitler 08:17:30 I agree with Adolf Hitler 08:17:40 smoking is bad for you 08:18:11 that is the extent of the agreement though 08:18:55 It's not universal sympathy, there are limits... 08:20:55 --- quit: cbridge_ (Remote host closed the connection) 08:21:08 --- join: cbridge_ joined #forth 08:21:36 i don't like mouth-frothing mobs calling for violence, though. that scares me so much more than lex luther getting away with it 08:24:25 I was hoping the Hitler references would stay in comp.lang.forth! 09:05:10 --- quit: gravicappa (Ping timeout: 240 seconds) 09:47:07 --- join: wineroots joined #forth 10:10:29 "a lot" of people have died... so... something like seven (3 in us, 4 in uk?) out of how many hundred million? you're more likely to randomly keel over from an aneurysm (one person has a ruptured aneurysm every 18 minutes worldwide) than dying of the covid shot 10:11:06 saying "a lot" is rather deceptive given the total number of vaccine doses administered 10:12:12 the comparison should be against your risk of dying from covid-19, but yes otherwise fair point 10:12:44 the truth is that all of us are probably most likely of dying in a car accident 10:13:32 definitely true 10:19:17 ACTION got his Covid-19 vacination last thursday, the single jab kind 10:22:03 yeah, and people wonder why I do not drive recklessly 10:23:35 it seems that situational awareness is not as common as I thought 10:26:10 --- join: crc[work] joined #forth 10:29:32 The number of people in the US that dies in auto collisions* is around 30,000 a year, consistently, for years. Obviously it varies around this number, some years not as bad, some worse, but that's the general magnitude of it. 10:34:32 (* the commonly misused term "accidents" obscures their cause and what might be done to ameliorate the risks around them) 10:36:47 Lord_Nightmare: Yes that is rather the point, "a lot" can mean many things, one has to be precise 10:37:08 By my understanding it is "a lot", because that's a description of quantity and not proportions 10:37:36 But yes comparitively it's a small number of people 10:38:14 Zarutian_HTC: I drive extremely defensively, I don't trust people at all 10:38:25 People on the road are f****** mad and I don't want to be a statistic 10:39:06 And by extremely defensively I mean staying clear of people and giving distance, not driving at 5mph everywhere 11:13:10 --- join: zolk3ri joined #forth 11:17:58 --- join: gravicappa joined #forth 12:11:07 --- join: neuro joined #forth 12:11:07 --- nick: neuro -> neuro_ 12:59:45 --- quit: crc[work] (Quit: heading home...) 13:13:43 --- quit: gravicappa (Ping timeout: 260 seconds) 13:47:04 I also prefer to not be near other people on the road. I don't know that you'd call my driving "defensive." I have a very small, powerful, maneuverable car and I use it. If there's an opening in traffic that I want to go through, I go through it. 13:47:22 On the other hand, the last thing I want to do is hurt myself, hurt someone else, or damange my car. 13:47:29 So I'm not just insane about it. 13:47:48 I generally drive over the speed limit, but for the most part nowhere near other drivers. 13:48:01 If my radar unit squawks at me I slow down. 13:48:17 And if I then drive past a police vehicle, I smile and wave. :-) 13:48:31 Then as soon as I'm over the hill or around the curve I speed back up again. 13:50:52 It's been my observation that there's definitely a percentae of drivers out there that are a bit nuts, but I definitely wouldn't say that characterizes "people" as in "most of them." A few of them are crazy - the great majority are fine - normal. 13:52:19 I take my right of ways and I want other people to take theirs - I hate it when someone else has the right of way and waves me on instead. Much better to just follow the rules and GET ON OUT OF THE WAY. We have those rules for a reason - so everyone will know what they're supposed to do. When you try to bypass them, you're creating an uncertain situation. 13:52:58 Usually I will obstinately sit still until they do take their right of way. 13:53:12 If I'm on foot I will turn around and face the other way until they drive on by. 13:57:28 --- part: gustaf left #forth 14:31:21 Yeah you're right it's not most them but I see nutters every day driving on the M1 14:35:56 I don't mind being waved on and I wave people on too 14:37:31 --- quit: rpcope (*.net *.split) 14:37:31 --- quit: klys (*.net *.split) 14:37:31 --- quit: Keshl (*.net *.split) 14:37:31 --- quit: krjt (*.net *.split) 14:37:31 --- quit: klysm (*.net *.split) 14:37:31 --- quit: zolk3ri (*.net *.split) 14:37:47 --- join: rpcope joined #forth 14:51:03 I don't drive (although I find it enjoyable), for it's a solution for a problem that doesn't exist for me. 15:05:46 --- join: crab joined #forth 15:06:45 Evening 15:09:00 Hi crab. 15:09:42 neuro_: Here in the Houston Texas area it would be hard to survive without driving. Everything is so damn spread out. 15:11:02 There is actually a grocery store (not a big one, but it's ok) and a pharmacy that I could reasonably walk to and from if I chose to, but even with those driving is a lot easier. 15:11:10 My office is 35 minutes away. 15:19:11 I've heard in most of the US that's the case. 15:20:01 DO LOOP word definitions don't seem to be as straight forward as I thought 15:20:16 I was reading eForth, and it excludes them in favor of FOR NEXT. 15:25:49 --- quit: cbridge_ (Remote host closed the connection) 15:26:03 --- join: cbridge_ joined #forth 15:27:25 recursion is also an option 15:28:22 Ive never implemented DO LOOP in my Forths 15:29:50 I can't remember is there any difference between DO LOOP and BEGIN AGAIN 15:31:08 BEGIN AGAIN is basically a recursion where AGAIN jumps back to BEGIN 15:32:26 DO LOOP deals with upper and lower indexes, counters, and such 15:33:24 ahh i was going to say, BEGIN AGAIN did not look complicated to implement 15:33:50 yeah DO LOOP doesn't sound necessary to me 15:42:37 I wonder if RECURSE (say, in gforth) produces a tail call. 15:43:58 I guess that's not the correct way to say it. 15:48:44 --- quit: neuro_ (Ping timeout: 245 seconds) 16:00:26 --- quit: iv4nshm4k0v (*.net *.split) 16:00:26 --- quit: futova (*.net *.split) 16:00:26 --- quit: lonjil2 (*.net *.split) 16:00:27 --- quit: jimt[m] (*.net *.split) 16:01:30 --- join: crab1 joined #forth 16:01:50 --- join: koisoke joined #forth 16:01:50 --- quit: Vedran (Ping timeout: 252 seconds) 16:01:51 --- quit: koisoke_ (Ping timeout: 252 seconds) 16:01:51 --- quit: crab (Ping timeout: 252 seconds) 16:01:51 --- quit: ornx (Ping timeout: 252 seconds) 16:01:57 --- join: Vedran joined #forth 16:02:39 --- join: ornx joined #forth 16:10:24 Looks like some network issues are occurring on the freenode side. I'm watching clog's output to try to keep an eye on the bridge. 16:17:51 --- quit: Vedran (*.net *.split) 16:17:51 --- quit: rpcope (*.net *.split) 16:17:52 --- quit: jyf2 (*.net *.split) 16:18:06 --- join: rpcope joined #forth 16:18:16 --- join: Vedran joined #forth 16:19:28 --- join: jyf2 joined #forth 16:20:41 No idea. It looks like a bunch of servers have unlinked and services are down on at least some of the servers. 16:21:43 ACTION would be able to determine more if he was still at work, my IPs here are still blocked from Freenode 16:38:27 --- quit: proteus-guy (*.net *.split) 16:38:53 --- join: proteus-guy joined #forth 16:38:53 --- mode: ChanServ set +v proteus-guy 17:24:58 --- quit: KipIngram (Quit: WeeChat 1.4) 17:26:02 --- join: kipingram joined #forth 17:26:02 --- mode: ChanServ set +v kipingram 17:27:55 -!- ChanServ changed mode/##forth -> +v KipIngram 17:29:29 wb KipIngram 17:29:40 Yeah, they're starting everything over it looks like. 17:29:43 Completely. 17:30:41 Previous topic in #freenode was `End of an era - “In order to rise from its own ashes, a Phoenix first must burn.” -- Octavia Butler` 17:31:06 crc : They are moving the servers, to inspircd apparently. 17:31:13 can't wait to see the exodus. 17:31:24 well, I guess the advanced exodus. 17:37:12 --- nick: kipingram -> Guest31877 17:37:12 --- quit: Guest31877 (Killed (happytree.freenode.net (Nickname regained by services))) 17:37:38 --- join: Guest31877 joined #forth 17:37:45 --- quit: Guest31877 (Client Quit) 17:38:39 --- join: KipIngram joined #forth 17:38:39 --- mode: ChanServ set +v KipIngram 17:38:58 --- part: KipIngram left #forth 17:49:23 --- quit: matthewcroughan_ (Quit: https://quassel-irc.org - Chat comfortably. Anywhere.) 18:38:08 --- quit: cbridge_ (Remote host closed the connection) 18:38:23 --- join: cbridge_ joined #forth 19:03:13 new drama? 19:03:15 what's happening? 19:04:18 --- quit: Glider_IRC (Ping timeout: 240 seconds) 19:10:17 https://news.ycombinator.com/item?id=27510523 19:10:23 it's over 19:18:08 "freenode is IRC. freenode is FOSS. freenode is freedom." 19:22:14 I've been trying to be tolerant and fair about all this, but it's going a bit far to try to lay claim the the legacy of FOSS after brute forcing one's way into control of a network. 19:22:27 Whatever freenode is now, it's not what it used to be. 19:22:28 --- join: siraben` joined #forth 19:22:45 testing 19:23:03 FYI: rinnegan.freenode.net is still connected to old services for now, so you can delete your account there 19:23:55 KipIngram: literally if they didn't do anything I think way more people would have stayed 19:24:29 dropped 19:24:33 --- quit: siraben` (Client Quit) 19:33:14 siraben: thanks; if that's still up tomorrow, I'll try to connect 19:34:18 crc: what's the plan for the bridge? 19:35:42 The bridge to #retro on freenode will be dropped. If people want to stay on whatever is replacing freenode, I'll leave it up though I can't guarantee how long the new staff will leave it alone. 19:37:28 (I will be evaluating this as best as I can given that the new staff still has me blocked from my non-work IP's, and I'm not going to risk burning my VM IPs by actually logging in from them) 19:39:28 --- quit: cbridge_ (Remote host closed the connection) 19:39:40 --- join: cbridge_ joined #forth 20:43:20 --- quit: mark4 (Quit: Leaving) 20:51:03 I agree freenode has become its own worse enemy - but libera is still an enemy of the community as well and their actions are what launched all this trouble. I will never support their network either. How about we move to hackint which is where Mecrisp has moved? 20:58:31 I have #forth on hackint already registered. 20:59:00 for better or worse though, over half of #forth is on libera already though 20:59:49 crc I can't morally go to libera. I am quite invested in the forth community and want to see it going forward but it can't be libera for me. 21:00:07 can you bridge hackint? 21:01:07 I'll have to setup an stunnel to it since they don't support non ssl/tls connections, but it should be doable 21:01:35 can we just move to hackint and tell libera and freenode to piss off? :-) 21:02:28 I don't really care where we go, but I won't push people off libera any more than I will off freenode 21:02:48 not asking anyone to be pushed off any network at all. 21:03:31 I'll work on setting up a bridge to hackint tomorrow. 21:03:57 just saying, for years freenode #forth WAS the best place to go to for friendly forth chat that wasn't full of jerks. I think that community is worth saving and, as a community, we should determine if it needs a new home (consensus seems to be yes now) and then where that should be. 21:04:51 I'd like some place that isn't responsible for ripping our #forth community apart to be its new home. And the jerks who op libera have blood on their hands in regard to this which is a fact that should not be ignored. 21:23:32 maw 21:25:10 --- quit: cbridge_ (Remote host closed the connection) 21:25:24 --- join: cbridge_ joined #forth 21:26:47 --- quit: cbridge_ (Remote host closed the connection) 21:26:59 --- join: cbridge_ joined #forth 21:31:51 this has been discussed to death here, but in any case freenode is dead 21:37:11 --- quit: cbridge_ (Remote host closed the connection) 21:37:27 --- join: cbridge_ joined #forth 21:38:43 Wow. I thought I'd seen every possible stupid take on the freenode excrement-show, but ... wow. This one actually went above and beyond. 21:39:33 wait was mark4 not the owner of the channel? 21:39:45 whoops 21:40:20 Adran: mark4 has/had ownership of #forth on freenode 21:40:20 ttmrichter: which take are you referring to? 21:40:24 crc ok 21:40:31 he told me he wanted it back after they purged all teh channels 21:40:48 he's welcome to do so. I 21:41:00 I'll keep a bridge open as long as i can 21:41:13 siraben: The take that libera has blood on their hands in regards to ripping apart #forth. 21:41:26 I fully agree, it's a nonsense argument 21:41:31 but I don't have a lot of confidence in the freenode staff letting me do so long term at this point 21:42:06 yeah where did taht come from mark4 said somehow Libera staff took over freenode and forced them to destroy the channels and drop the services db 21:42:06 0.o 21:42:22 That is a pure asspull. 21:42:40 Like straight up one step beyond confabulation and straight into an outright lie. 21:42:53 proteusguy: I have the SSL tunnel setup. I'm letting it maintain a dummy connection for the moment; I should be able to finish setting up the bridge there in the morning 21:43:15 ttmrichter thats what he literally was saying lol :( oh well 21:43:24 no idea where it came from but the channels are in their proper hands i guess 21:43:24 work here is done 21:43:28 So he was literally saying a lie. Yes. I get it. 21:43:47 just trying to make sure channel was transferred :P 21:44:00 So if/when he shows up here he gets disregarded as a source of information since apparently he loves huffing his own intestinal methane through the most direct route. 21:44:05 but then i discovered a cool new programming language so thats a bonus. 21:44:50 Taking the channel to another server than Libera? Sure. OFTC. Hackint if you must. They're all viable. 21:45:04 But lying about the events that led to the fork? No. That's not cool in the slightest. 21:47:04 --- quit: cbridge_ (Remote host closed the connection) 21:54:51 so why did most people leave freenode #forth again 22:06:33 --- join: Adran joined #forth 22:06:56 --- nick: Adran -> Guest68920 22:06:58 --- join: cbridge_ joined #forth 22:07:17 Checking bridge... 22:07:30 Ok, looks like it's back up now 22:07:51 --- quit: Guest68920 (Changing host) 22:07:51 --- join: Guest68920 joined #forth 22:08:34 Crab1: I'd assume most people who left freenode have done so as a result of the ongoing problems on freenode. 22:08:47 crc this is the wrong network 22:08:54 this is oldfreenode 22:09:23 ttmrichter - the libera staff, specifically this Tom Wesley character, absolutely set things in motion that have seriously damaged the communities on freenode. 22:09:27 Freenode was wiped I think 22:10:31 Hi proteusguy I think Freenode is a lost cause I can hardly even connect there anymore they banned IRCCloud 22:10:51 thats a load of fud proteusguy lol 22:11:02 freenode is working ok for me still 22:11:20 this is old freenode not "new" one 22:11:21 Joanna - I've been working hard to keep freenode viable for #forth and other channels but, I agree, you can't help someone who won't help themselves and ends up being their own worse enemy. It's not viable. 22:11:43 proteusguy: can't tell if you're just a markov chain 22:12:10 Guest68920, if you have something substansive to offer keep talking.... otherwise you're just spamming the channel. 22:12:19 I tried to be fair to new owner of freenode but I have Kind of lost hope after being banned ...and having all the channels I was in erased .. 22:12:21 how am i spamming? 22:12:34 i've said literally 5 lines 22:13:28 Guest68920, 100% of you comments are invective with zero substance to back their assertions. That is spam. 22:13:54 says the guy with baseless assertions and a stick up his ass. 22:14:22 Guest68920, if you wanna disagree fine - but don't do it in a disagreable manner and actually provide some content that informs rather than is solely divisive. 22:14:34 LOL. 22:14:40 in any event, I'll keep things open while I can. I'll have a bridge to #forth on hackint tomorrow for those who want to leave freenode but not come here. 22:15:01 what I don't fucking get, at all, is how this is somehow a matter of debate. lee performed a hostile takeover and self-destructed the network. 22:15:04 crc - you can see the company that libera has attracted... not promising. 22:15:12 what cognitive dissonance or alternative reality do you fuckers subscribe to. 22:15:22 excuse me, but I was on freenode before it was freenode. 22:15:33 proteusguy: for starts, literally all the logs of the new staff muting the request for discussion channel, changing the policies, taking over channels, and then claiming it was an accident. 22:15:34 proteusguy: there are hard feelings on both sides of this 22:15:34 This channel is in trouble 22:15:55 here we go. "banned for spam". 22:16:19 krong - fact 1 : lee actually has owned the network for quite some time. fact 2: Wesley was witholding access to the freenode domain which he had no rights to and only turned it over after court action was threatened. 22:16:59 fact 3: that doesn't entitle you to rights over the entire network. I'm surprised this is still up for debate. 22:17:06 crc yes I agree. And that's why conversations on the subject need to be based on evidence, logic, and data rather than invective. 22:17:12 proteusguy: after turning over the domain, lee proceeded to ruin freenode 22:17:31 despite the fact that you have no.. evidence. 22:17:31 at all. 22:17:37 Proteusguy that’s all fine and good but why has Lee done such bad things after he got control ? 22:17:37 and you're just doing this to be some kind of contrarian. 22:17:45 proteusguy: those are besides the entirety of what i was saying or even talking about, and aren't you the one saying you need to provide proof - you should provide that proof 22:17:52 crc - alas quite true. I couldn't imagine what I would do if I wanted to undermine freenode than what the current leadership has persued. insane. 22:17:56 and plugging your ears and threatening to kick people for "spam". 22:18:01 like... fuck you. lol. 22:18:32 crc - you're the op over there. is kronk's conduct the standard for #forth? 22:18:46 I didn't see anyone make any threats of the sort. 22:18:57 that's hilarious. you're just mad you can't ban me for disagreeing with you. 22:19:20 I *had* hoped that we'd end up with three reasonable networks (freenode/oftc/libera) for FOSS projects 22:19:20 drag yourself out of your unreality for a moment and start seeing what's going on with the network you're on. 22:19:39 and accept the fact that the people who called this out in may, turns out, were right! 22:19:40 crc - so did I as you will recall our conversations... 22:19:58 they _dropped the nick database and channel database_. 22:19:59 Proteusguy I got banned yesterday and I went to #freenode to get help and it was just troll spam and no help. I emailed them and no response yet. IRCCloud is permanently banned and I feel like a fool for trying to tell people give new freenode owner a chance 22:20:05 I know :( 22:20:23 Joanna - completely understand. I'm in the same boat (although not banned). 22:20:38 crc: I feel the same 22:21:10 "the network I'm on is currently hostile to the users. gotta be the people who built a totally alternative network that's responsible for this." 22:21:10 like, do you even read what you type. 22:21:18 I'm *hoping* things will settle down soon. 22:21:41 yeah, the exodus is starting to speed up. 22:21:56 Proteusguy I don’t want to lose you. I don’t think many people are going to forgive owner of freenode I have moved my social channel to a small quiet network if you can see the last messages in the channel 22:21:56 crc it will take a while but right now the woke idiots are dancing on cars thinking they've accomplished something... sad. 22:22:04 on a topic that's hopefully more on-topic, has anyone looked at the bigger-than-4k page work on Linux and macOS? 22:22:04 eventually all will be quiet. 22:22:18 the fuck kind of "woke idiots" are you talking about. 22:22:22 Joanna - I'm fine leaving freenode. I just won't go to libera. Hackint seems sane. 22:22:43 I'm glad the former staff had the sensibilities to set up a new network, look what has happened barely 2 months later 22:22:52 crc - seriously, kronk is way above and beyond reasonable polite discussion. please address this. 22:23:05 proteusguy: honest question, are any of your channels on freenode still alive? 22:23:13 siraben - you and I will have to agree to disagree on this. 22:23:19 questioning you is beyond reasonable polite discussion. lmao. 22:23:21 siraben - yes most are. 22:23:29 Proteusguy I agree that the sudden stampede from freenode seemed suspicious but the freenode owner and his staff are incompetent to put it mildly freenode is no longer the reliable network it once was 22:23:30 on what? 22:23:51 etingbrb, me 22:23:52 brb meeting* 22:24:16 kronk - your language and attitude are inconsiderate to everyone in #forth. who do you think that kind of behavior is going to convince about anything other than you are obnoxious? 22:24:20 what is this bigger-than-4k page stuff 22:24:21 how can you deny what.. literally has happened and is probably stored in your chat logs, unless you've just plugged your ears and enjoyed being a contrarian all this time. 22:24:28 @remexre 22:24:29 in which case, your reward centers are really messed up. 22:24:35 siraben - about libera's actors acting in any way whatsoever positive for the communities. 22:24:51 also lmao, don't even make this about "the community". you disagree with me and are mad you can't quiet or ban me. 22:25:06 crab1: sounds like the M1 macs' IOMMU doesn't do 4k pages, and Linux just got a patchset to make it easier to work with collections of pages 22:25:21 your power has been stripped away because everybody decided to migrate and thinks it's foolish to stay. 22:25:21 much like lee. 22:25:28 so even on amd64 you can do things with 16k units of memory (they're calling them folios) 22:25:29 remexre: I suggest asking some other time maybe amid the shitshow :P 22:25:36 let's leave room for remexre's question. 22:25:44 it would get buried quickly 22:25:51 yes let's 22:25:51 kronk - I have banned precisely one person from this network and it is what allowed the #forth channel to grow again because that person was a cancer. I've been here for over a decade. how long have you been participating in #forth? 22:26:36 err. 22:26:36 Proteusguy: over 18 years 22:26:36 I've been on freenode since before you were on IRC. 22:26:52 fuck off with that age/rank shit, I outrank you by several decades. 22:26:52 I've banned a few, but I try to be long suffering 22:27:00 Proteusguy do you think the staff of libera was wrong to start a new network? Suppose they hadn’t and the server wipe had happed ? Is that a way to run opensource communities ? 22:27:02 kronk - #forth not freenode. 22:27:35 I've been using forth since before you probably knew how to write your first immedaite word. 22:28:02 In any event, this isn't a normal time, we are all under higher pressure than normal 22:28:19 for no good reason other than contrarianism. anybody staying on freenode invites what they get. 22:29:03 "they'll take over the services and don't know how to run them" "no they won't." 22:29:13 Joanna - freenode's actions (in error of judgement and tech) were solely in response to the existential attack on freenode by the libera folks. If Libera folk actually cared about the communities they would have reached out to the communities before attacking the platform upon which they worked. The guy stole the domain then had to give it back then ran off like an entitled princess. That's what caused this. It just turns out that, while the libera 22:29:13 folk are unethical jerks, the remaining freenode folk are technical and process idiots. So it's lose-lose for the communities. 22:29:17 "they'll steal your channels" "no they won't" 22:29:17 There are too many professional trolls who want to destroy irc in the mix in both networks 22:29:36 kronk is one such troll if we are to judge him by his behaviors. 22:29:41 "existential attack" holy fuck you are actually delusional. 22:29:57 you were told the ship was sinking, everybody, literally everybody, migrated. 22:30:12 and you're one of the few holders out, treading fucking water, and have the nerve to claim that everybody else is underwater 22:30:38 you are one of the most deluded mentally ill people I think I've ever seen in a forth community, and I browse the mailing lists. 22:30:38 kronk is not trolling 22:31:05 if you actually cared about your community that you were running, you'd see this possible attack and deflect it. 22:31:21 not stand head on and watch your channel crumble out from under you with no recourse. 22:31:21 on _irc_ of all things. 22:31:31 Proteusguy the main thing is to keep the opensource communities functional it doesn’t matter what network we are on really and I don’t think we will ever find out the entire truth about what happened. Regardless I find being banned because I use IRCCloud inexcusable. 22:31:50 it'd be one thing if this was something akin to a flaw in discord, where migrating is difficult because the feature set alternatives don't really exist well in the self-hosted space. 22:31:50 but ho-lee-shit, it's _IRC_. 22:32:09 you are willing to set yourself on fire. because you failed to find a safe home for a community. 22:32:09 well now it's not _fucking your's_ anymore. 22:32:15 and you're on a sinking ship. 22:32:21 you and whoever else is staying in sincerity. 22:33:17 crc has done more for the forth community on freenode by actually providing a sane and functional channel. and I suspect it'll flourish once this chaos settles. 22:33:25 Proteusguy you know my private channel that is not owned by anyone? I’ve moved it many times yet it keeps going 22:35:04 --- nick: Guest68920 -> Adran 22:35:14 --- part: Adran left #forth 22:36:19 "it's not immoral when I use it to investigate people that disagree with me" 22:40:48 Quick RFC: should I shut down the bridge for a little while to let people have some time to calm down? 22:41:11 yes 22:41:20 in favor 22:41:46 remexre: ooh I started formally verifying C code recently 22:42:03 https://gist.github.com/siraben/bdc2aa9b4a8f197722411b334febeaa0 22:42:19 oo, coq. 22:42:27 siraben: ooh, nice; I've done Frama-C, but nothing outside of that 22:42:41 unless you count symbolic execution, which imo if you link to glibc you shouldn't :\ 22:42:42 Ok. Bridge will be down until 6 or 7 AM eastern time. 22:42:54 --- quit: cbridge_ (Remote host closed the connection) 22:44:45 well that was something 22:45:17 indeed... that's the future of libera... that's the crowd it attracts. that's why we can't go there and achieve the #forth we had on freenode. 22:45:34 but, alas, seems we can't do it here either any longer. 22:49:29 you'd expect a little maturity from people that are 50+ years old 22:49:46 but maybe age doesn't factor into that so much 22:50:27 who knows who that was... doesn't matter. 23:59:59 --- log: ended forth/21.06.14