#computertech Bot Logged User list

Network: TechNet
Modes: +ntf
Last Seen: 2 months ago
Topic:
2
Users

Channel Log Archive for #computertech

Prev
Next

* All times are UTC
Filtering by user: Kumool/rizon
Thursday, December 14, 2023
[05:38:36] Kumool/rizon fifel: It was a failer, you must do battle with her partner and prove yourself the stronger male in order to protect your future progeny
[05:38:46] Kumool/rizon failure*
[05:41:03] Kumool/rizon fifel: this is quite the development, have humans tossed away their reproductive abilities and behavior in order to fulfil social desires?
[05:43:07] Kumool/rizon incorrect, language exists outside of consciousness. all animals have instinct before they have language.
[05:43:35] Kumool/rizon else babies would not feed given that they do not know what feeding is
[05:44:12] Kumool/rizon anyway, tossing away the autistic persona because fifel did not get my primary joke :(
[05:44:16] Kumool/rizon maybe my humor is shit
[05:44:54] Kumool/rizon PapaElf: you can still do that no?
[05:45:47] Kumool/rizon welp IDK but whenever I stayed up all night it wasn't to be productive, it was because I was playing some game or watching some movie, nothing productive about that
[05:45:54] Kumool/rizon not like I was cleaning the house or whatever
[05:46:20] Kumool/rizon it is 2am right now and I am chatting my life away
[05:46:47] Kumool/rizon PapaElf: just write .txt file of the design or what it should look like
[05:47:16] Kumool/rizon I haven't seen it, maybe its amazing
[05:47:25] Kumool/rizon unless its php, then of course its gotta be
[05:47:46] Kumool/rizon I remember writing a manpage first and then coding something
[05:47:49] Kumool/rizon but its not that fun
[05:48:15] Kumool/rizon so do that
[05:48:19] Kumool/rizon don't have to code anything
[05:49:33] Kumool/rizon that's actually a tip from the design forth book
[05:49:37] Kumool/rizon design first code second
[05:52:13] Kumool/rizon ok ill shut up now
[05:53:13] Kumool/rizon although forth is braindead
[05:53:46] Kumool/rizon I mean, if else is to be avoided? use a bunch of mini functions?
[05:54:26] Kumool/rizon :(
[05:55:02] Kumool/rizon ((why you no like (this (papaelf))?)
[05:55:47] Kumool/rizon wez: do you have a good mobile game suggestion?
[05:58:47] Kumool/rizon IDGI
[05:58:50] Kumool/rizon some sort of pun?
[05:59:09] Kumool/rizon 2 stupid 4 jokes :(
[06:15:15] Kumool/rizon ski: want me to paste here?
[06:15:58] Kumool/rizon mm its pretty big
[06:16:25] Kumool/rizon anyway, chuck moore has gotten rid of the else statement in his language, saying its unnecessary and overcomplicates the code
[06:18:32] Kumool/rizon is that for mobile wez
[06:20:49] Kumool/rizon ski: I'm looking for the thing, this will take a while, chuck has taken some stances like, else is unecessary, avoid ifs like the plague (which people are catching up to because of branch prediction, though he said this in who knows when, the 70's or whatever?) all words/functions should be less than 3 parameters (words on the stack) which means have a lot of tiny functions so
[06:20:50] Kumool/rizon your code looks like normal prose.
[06:21:10] Kumool/rizon take a look at that thinking forth book and the chapter about control structures
[06:24:06] Kumool/rizon from thinking forth "What's so bad about control structures" page 229 [[ Conditionals aren’t bad in themselves—they are an essential construct. But a program with a lot of conditionals is clumsy and unreadable. All you can do is question each one. Every conditional should cause you to ask, “What am I doing wrong?” ]]
[06:25:16] Kumool/rizon wez: sweet, I didn't know that about among us, I always thought people were playing it on windows PC so I didn't even look... but I don't like talking so... maybe not
[06:25:30] Kumool/rizon its a good book tbh
[06:26:14] Kumool/rizon this is normal forth
[06:31:53] Kumool/rizon aye
[06:32:03] Kumool/rizon TheFatherMind: :S
[06:32:16] Kumool/rizon antisocial
[06:32:22] Kumool/rizon MURDERER!
[06:33:55] Kumool/rizon well
[06:33:58] Kumool/rizon I do love fur
[06:34:08] Kumool/rizon do vegans love fur?
[06:34:48] Kumool/rizon what even happens with all the skin in the slaughter houses? do they burn it away because nobody wants to use cow skin?
[06:35:21] Kumool/rizon ew
[06:35:27] Kumool/rizon (only kidding)
[06:36:01] Kumool/rizon I'm on lua and the interesting thing is how much you can do with hashmaps
[06:37:26] Kumool/rizon hashmaps basically act like a switch statement
[06:38:26] Kumool/rizon instead of having a bunch of if a=="b" then return 1 elseif a=="c" then return 2 end you just t={a=1,b=2} return t[a]
[06:39:16] Kumool/rizon because they didn't implement a switch statement, they forced everyone to use a data structure as a control structure.
[06:39:25] Kumool/rizon but its super verbose and tedious yuck
[06:42:04] Kumool/rizon !bang
[06:42:08] Kumool/rizon YES
[06:42:10] Kumool/rizon SUCK IT TheFatherMind
[06:42:22] Kumool/rizon oh, might be asleep
[06:42:25] Kumool/rizon sorry
[06:42:52] Kumool/rizon tables are super efficient
[06:43:23] Kumool/rizon I've never seen a switch statement with a thousand cases, but tables with a million values is normal
[06:43:30] Kumool/rizon tables==dictionaries
[06:45:45] Kumool/rizon NiniGeo2: Times have changed, I remember an anecdote by kirk mccusick that said the a big part of the network stack on bsd was a HUGE switch statement, which apparently lead to really bad performance
[06:45:53] Kumool/rizon or maybe I'm misremembering and it just looked ugly
[06:46:05] Kumool/rizon !bang
[06:46:08] Kumool/rizon !reload
[06:46:09] Kumool/rizon !bang
[06:46:13] Kumool/rizon !reload
[06:46:40] Kumool/rizon zarbon?
[06:47:10] Kumool/rizon Syndus: WTF
[06:47:30] Kumool/rizon lmao
[07:01:04] Kumool/rizon linked lists are evil
[19:35:48] Kumool/rizon Lemtoad: stop showing your bot to people or I'll call the cops for indecent exposure
[21:57:21] Kumool/rizon End3r: who? what?
Prev
Next