Programming, computers, etc. [Serious]

All things asdf (and anything else)
User avatar
vraiment
JKL;'s Nightmare
JKL;'s Nightmare
Posts: 9505
Joined: Sun Oct 05, 2008 2:35 am
Pronouns: Well it shouldn't really be that complicated if you go over my post history but then... why are you searching through my post history? Don't you think you are over complicating something as simple as just referring to me? Why are you like this? Is it just out of boredom? Does your religion require it? You could just assume them and skip all this paragraph, don't worry an eldritch horror won't appear out of nowhere to eat you (or me for that matter) if you get this wrong, the worst that can happen is I ignore you and even in that case you can try again! There shouldn't be that many options anyway so if you get it wrong the first time try again and again. Bottom line is: you just lost a bunch of time reading this paragraph for something as trivial as figuring out how to refer to me when you could just have deduced it which should make you think your life choices so far.

Re: Programming, computers, etc. [Serious]

Post by vraiment » Tue Mar 27, 2018 7:45 pm

atomtengeralattjaro wrote:OK, get this: Windows 10, open task manager, put it in fullscreen, go to performance tab, double click the graph (to turn it into compact graph mode), grab it and move it around the screen, then double click it again to bring back the "full screen" window: now it's fullscreen but isn't. Meaning you can't move it around by grabbing its top, and its fullscreen button might be outside of the screen now...
They must've done so much QA on this.
In macOS if you activate Mission Control and move just slightly a window a lot of times it will become smaller and smaller until is barely a couple of pixels in the screen (good lock clicking the small window, though)
Image

User avatar
atomtengeralattjaro
Site Admin
Site Admin
Posts: 37513
Joined: Wed May 23, 2007 3:43 pm
Location: green
Pronouns: he / they / that submarine
Contact:

Re: Programming, computers, etc. [Serious]

Post by atomtengeralattjaro » Tue Mar 27, 2018 9:39 pm

that's adorable.
Ivokyuftaf6666 wrote:
Sun Oct 20, 2019 5:22 pm
Awesome Site, Delivering Fun
Image

User avatar
Froggychum
JKL;'s Nightmare
JKL;'s Nightmare
Posts: 8910
Joined: Thu Apr 13, 2017 8:30 pm
Location: Ontario, Canada
Pronouns: he/they/frog

Re: Programming, computers, etc. [Serious]

Post by Froggychum » Tue Mar 27, 2018 10:29 pm

how did you guys find these glitches?
I am a bot and this action was performed automatically. If you have any concerns, please visit: viewtopic.php?f=1&t=21473
My Trophy Shelf
Image

User avatar
vraiment
JKL;'s Nightmare
JKL;'s Nightmare
Posts: 9505
Joined: Sun Oct 05, 2008 2:35 am
Pronouns: Well it shouldn't really be that complicated if you go over my post history but then... why are you searching through my post history? Don't you think you are over complicating something as simple as just referring to me? Why are you like this? Is it just out of boredom? Does your religion require it? You could just assume them and skip all this paragraph, don't worry an eldritch horror won't appear out of nowhere to eat you (or me for that matter) if you get this wrong, the worst that can happen is I ignore you and even in that case you can try again! There shouldn't be that many options anyway so if you get it wrong the first time try again and again. Bottom line is: you just lost a bunch of time reading this paragraph for something as trivial as figuring out how to refer to me when you could just have deduced it which should make you think your life choices so far.

Re: Programming, computers, etc. [Serious]

Post by vraiment » Wed Mar 28, 2018 6:04 pm

Froggychum wrote:how did you guys find these glitches?
Image
Image

User avatar
Froggychum
JKL;'s Nightmare
JKL;'s Nightmare
Posts: 8910
Joined: Thu Apr 13, 2017 8:30 pm
Location: Ontario, Canada
Pronouns: he/they/frog

Re: Programming, computers, etc. [Serious]

Post by Froggychum » Wed Mar 28, 2018 6:40 pm

i want it. now.
I am a bot and this action was performed automatically. If you have any concerns, please visit: viewtopic.php?f=1&t=21473
My Trophy Shelf
Image

User avatar
vraiment
JKL;'s Nightmare
JKL;'s Nightmare
Posts: 9505
Joined: Sun Oct 05, 2008 2:35 am
Pronouns: Well it shouldn't really be that complicated if you go over my post history but then... why are you searching through my post history? Don't you think you are over complicating something as simple as just referring to me? Why are you like this? Is it just out of boredom? Does your religion require it? You could just assume them and skip all this paragraph, don't worry an eldritch horror won't appear out of nowhere to eat you (or me for that matter) if you get this wrong, the worst that can happen is I ignore you and even in that case you can try again! There shouldn't be that many options anyway so if you get it wrong the first time try again and again. Bottom line is: you just lost a bunch of time reading this paragraph for something as trivial as figuring out how to refer to me when you could just have deduced it which should make you think your life choices so far.

Re: Programming, computers, etc. [Serious]

Post by vraiment » Tue May 29, 2018 6:00 pm

Going back on topic, I’m writing a Gradle plugging to generate JNI headers and compile C code. The trick here is, because I barely know anything about Gradle what the script plugin does for compiling is calling a Makefile with some environment variables set, which is pretty hacky.

If anyone want to help, the github for the project is: https://github.com/Vraiment/gradle-jni-plugin
Image

User avatar
Shai'tan
ASDF's Best Friend
ASDF's Best Friend
Posts: 26276
Joined: Fri Sep 14, 2007 12:14 pm
Location: Seven
Contact:

Re: Programming, computers, etc. [Serious]

Post by Shai'tan » Tue May 29, 2018 8:17 pm

Never heard of Gradle, but I'll take a look later.
Quote of the Ages:
atomtengeralattjaro wrote:The Forums of ASDF turn, and Pages come and pass, leaving memories that become legend. Legend fades to myth, and even myth is long forgotten when the Page that gave it birth comes again. On one Page, called the Six Hundred and Ninety Fifth Page by some, a Page yet to come, a Page long past, a post was made by atomtengeralattjaro. The post was not the beginning. There are neither beginnings nor endings to the turning of the Forums of ASDF. But it was a beginning.

User avatar
ThingerDudes
ASDF Warlord
ASDF Warlord
Posts: 20958
Joined: Sun Apr 12, 2009 4:12 am
Location: near, far, wherever i are

Re: Programming, computers, etc. [Serious]

Post by ThingerDudes » Wed May 30, 2018 12:56 am

vraiment wrote:
Tue May 29, 2018 6:00 pm
Going back on topic, I’m writing a Gradle plugging to generate JNI headers and compile C code. The trick here is, because I barely know anything about Gradle what the script plugin does for compiling is calling a Makefile with some environment variables set, which is pretty hacky.

If anyone want to help, the github for the project is: https://github.com/Vraiment/gradle-jni-plugin
How to create a script that does something:
1. Make the script call a script that does the said thing

I don't know much about Gradle either. I just wanted to make a dumb joke. Honestly though doing it this way might not even be a dumb thing to do imo.
Image

User avatar
assdef
JKL;'s Nightmare
JKL;'s Nightmare
Posts: 7273
Joined: Sat Jan 02, 2010 9:30 pm

Re: Programming, computers, etc. [Serious]

Post by assdef » Wed May 30, 2018 1:47 am

Image
Image

User avatar
vraiment
JKL;'s Nightmare
JKL;'s Nightmare
Posts: 9505
Joined: Sun Oct 05, 2008 2:35 am
Pronouns: Well it shouldn't really be that complicated if you go over my post history but then... why are you searching through my post history? Don't you think you are over complicating something as simple as just referring to me? Why are you like this? Is it just out of boredom? Does your religion require it? You could just assume them and skip all this paragraph, don't worry an eldritch horror won't appear out of nowhere to eat you (or me for that matter) if you get this wrong, the worst that can happen is I ignore you and even in that case you can try again! There shouldn't be that many options anyway so if you get it wrong the first time try again and again. Bottom line is: you just lost a bunch of time reading this paragraph for something as trivial as figuring out how to refer to me when you could just have deduced it which should make you think your life choices so far.

Re: Programming, computers, etc. [Serious]

Post by vraiment » Wed May 30, 2018 3:55 am

ThingerDudes wrote:
Wed May 30, 2018 12:56 am
vraiment wrote:
Tue May 29, 2018 6:00 pm
Going back on topic, I’m writing a Gradle plugging to generate JNI headers and compile C code. The trick here is, because I barely know anything about Gradle what the script plugin does for compiling is calling a Makefile with some environment variables set, which is pretty hacky.

If anyone want to help, the github for the project is: https://github.com/Vraiment/gradle-jni-plugin
How to create a script that does something:
1. Make the script call a script that does the said thing

I don't know much about Gradle either. I just wanted to make a dumb joke. Honestly though doing it this way might not even be a dumb thing to do imo.
Well, you are right is just calling a script from a script.

Gradle is a build system where you can declare your dependencies and fetch them from the interwebz and also configure all the build task or even add your own (as I did).

Its kind of nice and it can compile native code (the main thing I want to do) but it has a lot of options and is more complicated. I do know how to write Makefiles and that's the best way I could come up to solve my problem hoping that someone would hop on and write the section I don't know of, but seems that's not going to be the case.
Image

User avatar
atomtengeralattjaro
Site Admin
Site Admin
Posts: 37513
Joined: Wed May 23, 2007 3:43 pm
Location: green
Pronouns: he / they / that submarine
Contact:

Re: Programming, computers, etc. [Serious]

Post by atomtengeralattjaro » Mon Aug 13, 2018 9:10 am

Does anyone else sometimes get this thing on the forum where sometimes a page doesn't load fully? Like I scroll down and read posts, and at some point it just abruptly ends. A refresh fixes it, but I wonder what causes it...
Ivokyuftaf6666 wrote:
Sun Oct 20, 2019 5:22 pm
Awesome Site, Delivering Fun
Image

User avatar
assdef
JKL;'s Nightmare
JKL;'s Nightmare
Posts: 7273
Joined: Sat Jan 02, 2010 9:30 pm

Re: Programming, computers, etc. [Serious]

Post by assdef » Thu Aug 16, 2018 12:30 am

Sounds like a personal problem to me. I'm sure your doctor can prescribe something to get rid of it.
Image

User avatar
Shai'tan
ASDF's Best Friend
ASDF's Best Friend
Posts: 26276
Joined: Fri Sep 14, 2007 12:14 pm
Location: Seven
Contact:

Re: Programming, computers, etc. [Serious]

Post by Shai'tan » Fri Aug 17, 2018 10:38 pm

I've recently customised Fedora on my laptop for fun. Pretty happy with the results:

Image
Quote of the Ages:
atomtengeralattjaro wrote:The Forums of ASDF turn, and Pages come and pass, leaving memories that become legend. Legend fades to myth, and even myth is long forgotten when the Page that gave it birth comes again. On one Page, called the Six Hundred and Ninety Fifth Page by some, a Page yet to come, a Page long past, a post was made by atomtengeralattjaro. The post was not the beginning. There are neither beginnings nor endings to the turning of the Forums of ASDF. But it was a beginning.

User avatar
atomtengeralattjaro
Site Admin
Site Admin
Posts: 37513
Joined: Wed May 23, 2007 3:43 pm
Location: green
Pronouns: he / they / that submarine
Contact:

Re: Programming, computers, etc. [Serious]

Post by atomtengeralattjaro » Sat Aug 18, 2018 11:01 am

Atom (Text Editor)
*edits text*
Ivokyuftaf6666 wrote:
Sun Oct 20, 2019 5:22 pm
Awesome Site, Delivering Fun
Image

User avatar
Shai'tan
ASDF's Best Friend
ASDF's Best Friend
Posts: 26276
Joined: Fri Sep 14, 2007 12:14 pm
Location: Seven
Contact:

Re: Programming, computers, etc. [Serious]

Post by Shai'tan » Sat Aug 18, 2018 1:17 pm

You do a good job of it.
Quote of the Ages:
atomtengeralattjaro wrote:The Forums of ASDF turn, and Pages come and pass, leaving memories that become legend. Legend fades to myth, and even myth is long forgotten when the Page that gave it birth comes again. On one Page, called the Six Hundred and Ninety Fifth Page by some, a Page yet to come, a Page long past, a post was made by atomtengeralattjaro. The post was not the beginning. There are neither beginnings nor endings to the turning of the Forums of ASDF. But it was a beginning.

User avatar
Froggychum
JKL;'s Nightmare
JKL;'s Nightmare
Posts: 8910
Joined: Thu Apr 13, 2017 8:30 pm
Location: Ontario, Canada
Pronouns: he/they/frog

Re: Programming, computers, etc. [Serious]

Post by Froggychum » Tue Aug 21, 2018 11:23 pm

he's all grown up and got a job

.
I am a bot and this action was performed automatically. If you have any concerns, please visit: viewtopic.php?f=1&t=21473
My Trophy Shelf
Image

User avatar
vraiment
JKL;'s Nightmare
JKL;'s Nightmare
Posts: 9505
Joined: Sun Oct 05, 2008 2:35 am
Pronouns: Well it shouldn't really be that complicated if you go over my post history but then... why are you searching through my post history? Don't you think you are over complicating something as simple as just referring to me? Why are you like this? Is it just out of boredom? Does your religion require it? You could just assume them and skip all this paragraph, don't worry an eldritch horror won't appear out of nowhere to eat you (or me for that matter) if you get this wrong, the worst that can happen is I ignore you and even in that case you can try again! There shouldn't be that many options anyway so if you get it wrong the first time try again and again. Bottom line is: you just lost a bunch of time reading this paragraph for something as trivial as figuring out how to refer to me when you could just have deduced it which should make you think your life choices so far.

Re: Programming, computers, etc. [Serious]

Post by vraiment » Tue Oct 16, 2018 4:14 pm

Shai'tan wrote:
Fri Aug 17, 2018 10:38 pm
I've recently customised Fedora on my laptop for fun. Pretty happy with the results:

Image
I thought you couldn’t customize gnome anymore
atomtengeralattjaro wrote:
Sat Aug 18, 2018 11:01 am
Atom (Text Editor)
*edits text*
lol, you are also my favorite text editor
Image

User avatar
Shai'tan
ASDF's Best Friend
ASDF's Best Friend
Posts: 26276
Joined: Fri Sep 14, 2007 12:14 pm
Location: Seven
Contact:

Re: Programming, computers, etc. [Serious]

Post by Shai'tan » Wed Oct 17, 2018 8:01 pm

It's running i3 (specifically i3-gaps).
Quote of the Ages:
atomtengeralattjaro wrote:The Forums of ASDF turn, and Pages come and pass, leaving memories that become legend. Legend fades to myth, and even myth is long forgotten when the Page that gave it birth comes again. On one Page, called the Six Hundred and Ninety Fifth Page by some, a Page yet to come, a Page long past, a post was made by atomtengeralattjaro. The post was not the beginning. There are neither beginnings nor endings to the turning of the Forums of ASDF. But it was a beginning.

User avatar
atomtengeralattjaro
Site Admin
Site Admin
Posts: 37513
Joined: Wed May 23, 2007 3:43 pm
Location: green
Pronouns: he / they / that submarine
Contact:

Re: Programming, computers, etc. [Serious]

Post by atomtengeralattjaro » Thu Oct 18, 2018 12:55 pm

isn't i3 a processor family? why do you have gaps in your processor? O_O
Ivokyuftaf6666 wrote:
Sun Oct 20, 2019 5:22 pm
Awesome Site, Delivering Fun
Image

User avatar
assdef
JKL;'s Nightmare
JKL;'s Nightmare
Posts: 7273
Joined: Sat Jan 02, 2010 9:30 pm

Re: Programming, computers, etc. [Serious]

Post by assdef » Sat Oct 20, 2018 3:24 am

Look what the InterWeb gave me today:

Image

This made me happy. :rofl:
Image

Post Reply