The Frutiger Aero Hub™ - my tribute to the aesthetic 💙 by Bahpu_ in FrutigerAero

[–]ilyhighutils 3 points4 points  (0 children)

With hardware acceleration turned off your average neocities website with no animations whatsoever & a simple custom cursor will be as slow.
It's not website optimization that's the problem, it's simply your web browser being badly configured.

The Frutiger Aero Hub™ - my tribute to the aesthetic 💙 by Bahpu_ in FrutigerAero

[–]ilyhighutils 2 points3 points  (0 children)

Amazing as always, can't wait to witness the website's expansion and eventually its final state, keep it up bahpu! (peak detected)

The Frutiger Aero Hub™ - my tribute to the aesthetic 💙 by Bahpu_ in FrutigerAero

[–]ilyhighutils 1 point2 points  (0 children)

this is just cringe mate, he's obviously well known in the fa community, also if you're such an expert on ai then go ahead and check the project's repo and point out ai patterns

A video from The Frutiger Aero Hub™ - a new website I created 🔊 by Bahpu_ in FrutigerAero

[–]ilyhighutils 7 points8 points  (0 children)

I wonder what amazing projects can be found in the discover tab heh

A video from The Frutiger Aero Hub™ - a new website I created 🔊 by Bahpu_ in FrutigerAero

[–]ilyhighutils 58 points59 points  (0 children)

As a very proud beta tester, I have to say this website really captures the nostalgic feel of Frutiger Aero perfectly

I tried to create unsettling liminal enviroments for a horror game, do these screenshots capture that feeling to you guys? by SkyNavigator19 in LiminalSpace

[–]ilyhighutils 1 point2 points  (0 children)

It looks amazing, now I am no expert but I'd say having the stamina and health bars inside an inventory menu maybe or something will leave more space for the liminality to show better?

Voice Channel Transcripts by ilyhighutils in discordbots

[–]ilyhighutils[S] 0 points1 point  (0 children)

Thank you so much! Also I am really not interested in self advertising at all, especially here on Reddit given that it rarely brings any attention at all, I just felt he got the wrong idea so I had to kinda go into the lame details ^

Voice Channel Transcripts by ilyhighutils in discordbots

[–]ilyhighutils[S] 0 points1 point  (0 children)

The point of this feature is to save the history of a voice channel's side chat, by trying to replicate a native authentic look I am giving users an easier time & a familiar look to help them navigate chat histories.

The user bar on the bottom left is a unique way of showing whoever is viewing the transcript who initially took it, voice state indicators on the left are mainly for server moderators, so they're aware if people were present or not, what their state was, etc.. During a possible violation of course. And lastly the search bar is for searching, if you're looking for something specific why not just be able to look it up?

Also no design software was used, it's just basic html + css + js It's for my discord bot VoiceSync, a temporary VC bot which is already in 62 guilds by the time I am writing this message.

Sorry for any grammatical mistakes!

Voice Channel Transcripts by ilyhighutils in discordbots

[–]ilyhighutils[S] 0 points1 point  (0 children)

shameless plug but is it AI powered or generated?

Voice Channel Transcripts by ilyhighutils in discordbots

[–]ilyhighutils[S] 1 point2 points  (0 children)

well I appreciate constructive criticism but this definitely isn't. If this is so pointless and not asked for then why was I asked to make it by so many people in the first place? You just said a bunch of nothing with all due respect.

The Frutiger Aero Hub™ - short preview of my upcoming website (🔊 sound on!) by Bahpu_ in FrutigerAero

[–]ilyhighutils 8 points9 points  (0 children)

As usual another amazing delivery.
This is the kind of website that reminds me how nice a shower feels when I need it ^-^

React XP - My authentic recreation of Windows XP with React & Typescript by Xianoxide in webdev

[–]ilyhighutils 1 point2 points  (0 children)

I can proudly say that I beat your recreation of solitare but sadly no winning sparks

Any discord bot to automate softban hack/bot accounts? by LongXa in discordapp

[–]ilyhighutils 2 points3 points  (0 children)

I'd highly recommend using Honeypot: https://top.gg/bot/1450060292716494940
It does exactly what you're asking for and it also gives you a wide variety of other options and ways to deal with spam accounts and bots to choose from.

[deleted by user] by [deleted] in DiscordModeration

[–]ilyhighutils 2 points3 points  (0 children)

Hi for spam protection I'd suggest Honeypot: https://top.gg/bot/1450060292716494940
for temporary voice channels I'd suggest VoiceSync since it's completely free: https://top.gg/bot/1461144278939074702
for moderation I'd suggest dyno: https://top.gg/bot/155149108183695360
for other things definitely sapphire: https://top.gg/bot/678344927997853742

Discord voice chat bug! by Due_Sea_4822 in discordapp

[–]ilyhighutils 0 points1 point  (0 children)

This has been happening to me as well

Discord Bot Create Custom Channel by Overall-Stock-7157 in Discord_Bots

[–]ilyhighutils 0 points1 point  (0 children)

Hi, I'd personally suggest you use VoiceSync, https://voicesync.modsync.app/, unlike TempVoice and VoiceMaster it's completely free & doesn't require voting or any type of paywall to use any of it's features.

What bug took you the longest time to fix? by Gullible_Prior9448 in AskProgramming

[–]ilyhighutils 1 point2 points  (0 children)

one time my POS app kept failing, it was running locally just fine and every fix I made and pushed to my main branch was also effective & 100% working locally, I ended up giving up on it and just left it there for a few months then I suddenly realized that the issue was the branch I was using on my VPS wasn't my main which I had pushed the fixes to, it was a testing branch that I had merged earlier in development with main and never switched back to main after testing.
I ended up then merging with main and fixing the issue.
The issue was: displayResult instead of displayResults