Moderators: They make you lose count(Longest thread still alive!)

  • FTB will be shutting down this forum by the end of July. To participate in our community discussions, please join our Discord! https://ftb.team/discord

lenscas

Over-Achiever
Jul 31, 2013
2,015
1,801
248
6 I fixed the thing where I had no place for the mate-panel that has the time and other stuff on it.
I didn't want it to be always visible because small laptop screen
I didn't want it not always visible and at the top as that is annoying when you want to close a program
I didn't want it at one of the sides as the text would be sideways then(which is ugly to say the least)
I didn't want it at the bottom as there was already a non collapsing one there that shows all my open programs and stuff

the "fix"
put the non collapsing panel(thus the one with the programs at the top) and the collapsing one at the bottom :p
 

Someone Else 37

Forum Addict
Feb 10, 2013
1,876
1,440
168
7 You just said a bunch of things about a GUI system that I am totally and completely unfamiliar with...

I'm glad you got it worked out, though.
 

Someone Else 37

Forum Addict
Feb 10, 2013
1,876
1,440
168
11 Yeah, I often find myself moving off to something else when I have to wait through a 15-second cooldown, and then I forget to come back to the forum.
 

Someone Else 37

Forum Addict
Feb 10, 2013
1,876
1,440
168
15 (\ x -> x^2)

Haskell uses a backslash for lambdas because they sorta look like lambdas if you squint hard enough, and because their keyboards don't have lambda keys.

Also, the above lambda is equivalent to (^2), which is much more concise. Haskell almost certainly expands it to the above syntax internally, though.
 

Someone Else 37

Forum Addict
Feb 10, 2013
1,876
1,440
168
18 @sgbros1 Don't tell me you learnt all of C++ in four hours. I'd have a hard time believing that.

I've been at Java for a semester and a half, and there's still a ton I can't grok yet.
 

lenscas

Over-Achiever
Jul 31, 2013
2,015
1,801
248
20 I believe that most of the time when people say stuff like I learned language {insert some language} they mean they know the syntax and that they know the most important functions
 

Someone Else 37

Forum Addict
Feb 10, 2013
1,876
1,440
168
20 Yeah, pretty much. Sg, got GUIs?

That's the main part of Java that I know I don't have even a weak grasp on right now.
 

sgbros1

New Member
Jul 29, 2019
952
-6
0
22 I don't need GUIs.
Really I only need standard I/O and file I/O.

Though I'm learning C# in two days.
 

Someone Else 37

Forum Addict
Feb 10, 2013
1,876
1,440
168
23 For some reason, I've got a thing against C and its immediate descendants... but I'm required to take a class in C next year, so... fun!