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)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.
Programming, computers, etc. [Serious]
Re: Programming, computers, etc. [Serious]

- atomtengeralattjaro
- Site Admin
- Posts: 35532
- Joined: Wed May 23, 2007 3:43 pm
- Location: green
- Contact:
- Froggychum
- JKL;'s Nightmare
- Posts: 5514
- Joined: Thu Apr 13, 2017 8:30 pm
- Location: Ontario, Canada
Re: Programming, computers, etc. [Serious]
how did you guys find these glitches?
I am a bot and this action was performed automatically. If you have any concerns, please follow this link: viewtopic.php?f=1&t=21473
~~~~~~~~~
I am the Meme King!
June 7, 2019: The Meme King has returned!
September 23, 2020: I have risen once more! I cannot be slain!
~~~~~~~~~

~~~~~~~~~
I am the Meme King!
June 7, 2019: The Meme King has returned!
September 23, 2020: I have risen once more! I cannot be slain!
~~~~~~~~~

- Froggychum
- JKL;'s Nightmare
- Posts: 5514
- Joined: Thu Apr 13, 2017 8:30 pm
- Location: Ontario, Canada
Re: Programming, computers, etc. [Serious]
i want it. now.
I am a bot and this action was performed automatically. If you have any concerns, please follow this link: viewtopic.php?f=1&t=21473
~~~~~~~~~
I am the Meme King!
June 7, 2019: The Meme King has returned!
September 23, 2020: I have risen once more! I cannot be slain!
~~~~~~~~~

~~~~~~~~~
I am the Meme King!
June 7, 2019: The Meme King has returned!
September 23, 2020: I have risen once more! I cannot be slain!
~~~~~~~~~

Re: Programming, computers, etc. [Serious]
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
If anyone want to help, the github for the project is: https://github.com/Vraiment/gradle-jni-plugin

Re: Programming, computers, etc. [Serious]
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.
- ThingerDudes
- ASDF Warlord
- Posts: 20859
- Joined: Sun Apr 12, 2009 4:12 am
- Location: close enough.
Re: Programming, computers, etc. [Serious]
How to create a script that does something:vraiment wrote: ↑Tue May 29, 2018 6:00 pmGoing 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
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.

Re: Programming, computers, etc. [Serious]
Well, you are right is just calling a script from a script.ThingerDudes wrote: ↑Wed May 30, 2018 12:56 amHow to create a script that does something:vraiment wrote: ↑Tue May 29, 2018 6:00 pmGoing 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
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.
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.

- atomtengeralattjaro
- Site Admin
- Posts: 35532
- Joined: Wed May 23, 2007 3:43 pm
- Location: green
- Contact:
Re: Programming, computers, etc. [Serious]
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...

Re: Programming, computers, etc. [Serious]
Sounds like a personal problem to me. I'm sure your doctor can prescribe something to get rid of it.

Re: Programming, computers, etc. [Serious]
I've recently customised Fedora on my laptop for fun. Pretty happy with the results:


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.
- atomtengeralattjaro
- Site Admin
- Posts: 35532
- Joined: Wed May 23, 2007 3:43 pm
- Location: green
- Contact:
Re: Programming, computers, etc. [Serious]
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.
- Froggychum
- JKL;'s Nightmare
- Posts: 5514
- Joined: Thu Apr 13, 2017 8:30 pm
- Location: Ontario, Canada
Re: Programming, computers, etc. [Serious]
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 follow this link: viewtopic.php?f=1&t=21473
~~~~~~~~~
I am the Meme King!
June 7, 2019: The Meme King has returned!
September 23, 2020: I have risen once more! I cannot be slain!
~~~~~~~~~

~~~~~~~~~
I am the Meme King!
June 7, 2019: The Meme King has returned!
September 23, 2020: I have risen once more! I cannot be slain!
~~~~~~~~~

Re: Programming, computers, etc. [Serious]
I thought you couldn’t customize gnome anymore
lol, you are also my favorite text editor

Re: Programming, computers, etc. [Serious]
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.
- atomtengeralattjaro
- Site Admin
- Posts: 35532
- Joined: Wed May 23, 2007 3:43 pm
- Location: green
- Contact:
Re: Programming, computers, etc. [Serious]
isn't i3 a processor family? why do you have gaps in your processor? 


Re: Programming, computers, etc. [Serious]
Look what the InterWeb gave me today:

This made me happy.

This made me happy.

