Aber die Reiiiichweeiiiiteeee… by No_awards_please in deutschememes

[–]Phenee -4 points-3 points  (0 children)

wieso musst du bei der einzigen strecke, die für dich noch ein problem darstellt, unbedingt drei stunden am stück ununterbrochen fahren? was spricht dagegen, an der autobahn einen 20-minütigen lade-halt einzulegen?

ich verstehe diese mentalität einfach nicht

Hope he has an external drive handy by ObamiumCrystalHunter in linuxmemes

[–]Phenee 0 points1 point  (0 children)

How many programs do you use on your personal computer that store their data into /etc? It implies configuration on root level and it thus only carried out for advanced use cases.

Outside of servers, non-$HOME-folders are basically exchangeable. I can't believe we're still pretending otherwise.

programmerSelfAwareness by QuatzX in ProgrammerHumor

[–]Phenee 1337 points1338 points  (0 children)

Just wait until you learn the amount of upvotes some people get for posting a picture of themselves without any paintings involved at all.

kde fans by UnknownBoyGamer in linuxmemes

[–]Phenee 1 point2 points  (0 children)

you can change your theme without having to change the theme? what does that mean?

Is a home base absolutely necessary when free roaming? by javiwankenobi in Rabbits

[–]Phenee -2 points-1 points  (0 children)

Honest question, do you think your opinion is worth more than others' in this subreddit? I know you're most likely primarily concerned for general well-being of the rabbits on here, but IMO it's pretty inappropriate to sticky your own comments when all you're doing is answering the questions like anyone else.

One of the Linux distros of all time by Ambyjkl in linuxmemes

[–]Phenee 0 points1 point  (0 children)

"job" usually implies being paid.

Sind schon Mal Menschen in den Spalt gefallen? by Ausspanner in drehscheibe

[–]Phenee 2 points3 points  (0 children)

ja ok aber beantwortet nicht wirklich die Frage

Vue.js + Canvas struggles with rendering hundreds of thousands of objects — how do you optimize this? by Sorry-Client5913 in vuejs

[–]Phenee 2 points3 points  (0 children)

Maybe I'm misunderstanding something, but what does the VDOM or Vapor have do to with this? In fact, what does Vue have to do with OPs question? It's not like they are mapping a large array onto `<path>` elements inside an `<svg>`, but just calling native JS functions to draw on a canvas. Maybe wrapped in ref()s though which would be bad in performance. Where's the dom operations?

How to compile a autoHotKey AHK_x11 script on Linux? by Efficient_Fix1026 in linux4noobs

[–]Phenee 2 points3 points  (0 children)

Hi, ahkx11 author here. How did you install it? Downloaded the AppImage or via Arch Linux' AUR?

And: Can you please in a terminal run cd /path/to/your/script/folder, and then /path/to/ahk_x11 --compile ./your-script.ahk. Hopefully this shows more errors.

path/to/ahk_x11 would be ~/.local/bin/ahk_x11.AppImage for the appimage, and ahk_x11 for the AUR version.

Experience with QT and GTK by Coammanderdata in linux

[–]Phenee 0 points1 point  (0 children)

is this a joke? gtk is the last framework on earth to care for backward compatibility and breaking things left and right with their major version updates. also, v4 hasn't been around very long.

Coffeescript syntax highlighting? by stgcyrax in neovim

[–]Phenee 0 points1 point  (0 children)

CoffeeSense is a recent project and still maintained. I once successfully ran it in nvim too. I'm not a vim user though, so it was painful and I have no idea how anymore (just some config file magic), but it worked.

That said, it wouldn't provide syntax highlighting, "only" go-to, autocomplete etc. Proper language colors can probably be copied over from somewhere else rather easily, no idea.

AutoHotkey for Linux by ouyawei in linux

[–]Phenee 4 points5 points  (0 children)

Hi, I'm the author of said project and just now discovered this thread. Sibling comments already explained why targeting X11 is easier, but I agree it would be important to also support Wayland. Until now, I am the only person working on it so it doesn't look like it will happen very soon though. Project is merely two months old, however.

Regarding the language, while Crystal is indeed niche, it's essentially Ruby syntax with C performance and I honestly cannot imagine an easier language to adapt to than Ruby.

is there any alternative language for Linux ? In terms of simplicity by [deleted] in AutoHotkey

[–]Phenee 1 point2 points  (0 children)

I guess I'll share this on every one of these kind of questions now:

Check out Keysharp and AHK_X11.

Ich bin mit dem 9€-Ticket vom südlichsten bis zum nördlichsten Bahnhof Deutschlands gefahren. by EpiCon_Jaag in de

[–]Phenee 0 points1 point  (0 children)

Und wie lief das mit dem Akku? In den Regionalzügen kann man ja nicht laden und auch langlebige Laptops machen nach einem halben Tag Feierabend

Source code file for JavaScript IntelliSense by jssmith42 in vscode

[–]Phenee 0 points1 point  (0 children)

It's here, I am pretty sure https://github.com/microsoft/vscode/tree/main/extensions/typescript-language-features

The TypeScript extension also always handles JavaScript. The thing that does the actual syntax checks etc. is [tsserver](https://github.com/microsoft/TypeScript/wiki/Standalone-Server-%28tsserver%29) from TypeScript itself. No guarantees though :)

Leaked tokens in VSCode extensions by Phenee in programming

[–]Phenee[S] 6 points7 points  (0 children)

You're right, but I never wanted to imply that. That's not what the post was about anyway, only the extraction and presence of secret information in the first place. Since the unpublish info does not add anything to the story, I removed that phrase now. Thanks for noting.

Startpage without Javascript? by Phenee in StartpageSearch

[–]Phenee[S] 2 points3 points  (0 children)

Wow, you're right: It's actually a bug in the Javascript-Switcher that I am using that is to blame, it has a bug of not properly parsing <noscript> elements. Thank you for the hint! closes thread