
kirisummer ✙ 🐀
4.4K posts

kirisummer ✙ 🐀
@kirisummer
аватарка: Ніко Ваншот (НЕ КІШКА)
Kharkiv, Ukraine Katılım Ocak 2016
533 Takip Edilen47 Takipçiler

@stuxnet_vt @KattxBaking @nyaraVT I will approach from the other side. In my understanding, cheats mostly work with excess data that client receives from server but doesn't show, or send illegal inputs that server happily accepts. Is this correct?
English

@KattxBaking @kirisummer @nyaraVT Yep! Most of this stuff absolutely has to work through OS APIs. It’s partly good form, partly that genuine custom kernel stuff is brutally time consuming and expensive to develop. For a good reference - see Crowdstrike’s infamous misconfig borking Windows devices world over.
English

@kirisummer @stuxnet_vt @nyaraVT Ohhhh ty for the info🖤
Not that smart when it
comes to stuff like dat
lmao. I was thinking of
KRNL
English

@KattxBaking @stuxnet_vt @nyaraVT en.wikipedia.org/wiki/Kernel_(o…
it's part of OS that manages memory, devices and other shit
English

@stuxnet_vt @nyaraVT Kernel anti-cheats are essentially validating inputs on client. In spaces other than gamedev it is considered abad thing. Why isn't the server-side anti-cheat enough?
English
kirisummer ✙ 🐀 retweetledi
kirisummer ✙ 🐀 retweetledi

@ankkala @DeltaWave0x Positive addresses work as before, but negative ones map outside of your computer. That way you can malloc yourself some new furniture and free your annoying neighbour.
English
kirisummer ✙ 🐀 retweetledi

it’s in gemini, just create it in ai studio. oh, that’s for your personal google one account. for workspace you need gemini business. no, not gemini advanced, that’s ai pro now. unless you need ai ultra. oh agents? you do that in spark actually. no, not gemini api managed agents, that’s different. for coding use jules. unless you mean the agentic ide, that’s antigravity. no, that’s the old antigravity, download the new one. actually gemini cli is being deprecated, use antigravity cli. no the flash model is smarter than the pro model. unless you need pro. if it’s video, use flow. no, flow uses veo. no, nano banana is images. actually that’s in gemini now. unless you’re in search, then it’s ai mode. no, research is notebooklm. anyway it’s all very simple.
English
kirisummer ✙ 🐀 retweetledi

Завдяки цій новині я ризикнула спробувати інший пошуковий сервіс (duckduckgo), де можна вимикати всі оці ші-результати і інтернет став знову виглядати краще, дякую. Колись і з хром-браузера злізу
Culture Crave 🍿@CultureCrave
Google announces it will now prioritize AI-generated answers in search results over human-written website articles • Search will be centered around a reimagined ‘intelligent search box’ • Starts next Tuesday (via @TechCrunch)
Українська

@linoleum2213 @GGLikeNP З яких пір trans-exclusive radical feminist - це слюр?

@AnshumanKhanna5 @zuhaitz_dev Writing to one (possibly dynamically allocated) buffer and then copying it to another is just as bad
English

@kirisummer @zuhaitz_dev Yes but the overhead of making 50+ putchar calls will hurt the performance anyways
English

I mean, the code is not "bad". I would have done some things differently, though.
But this code is obviously AI-generated. I have seen enough C code to know the AI C code when I see it.
Nothing against it, but I find it interesting how the user tries to imply they did it.
SudoX7@sudox7
i built an animated terminal progress bar in C \r moves the cursor to the start of the current line without going to the next line. the next printf overwrites what was there
English

@kirisummer @zuhaitz_dev Just because a function is faster than the other one, wouldn't make the whole thing fast
We'll need to use many putchar it'll just make the process equal if not worse
The right thing would be to precompute the bar and then print
English

@AnshumanKhanna5 @zuhaitz_dev Putchar sends a single char to stdout. printf parses format string and formats inputs. Putchar does less, and since we don't format anything it's better to use it instead
You can't do much with terminal IO being slow tho. That's just how it is
English

@kirisummer @zuhaitz_dev I don't see how that's a good idea
English

Найчесніші журналісти, совість нації.
mathematic@mathematic1313
Як же все так співпало: 1. Березень 2026 Сюжет бігусів про погане дешеве метро в Києві, а правильний тариф повинен бути 36,9грн 2. Денис Бігус зустрічається «випадково» з Кличко мером Києва 3. Ми тут - тарифи на проїзд з літа 2026 в 6 разів дорожче по 30грн P.S. Бігуси пидори
Українська

@AnshumanKhanna5 @zuhaitz_dev The program is bounded by terminal IO, which is quite slow, so it won't do much. Also, the terminal may get messed up for no reason, and these delta additions would look worse than a full re-render
English

@zuhaitz_dev One optimization I would make it going back only enough to change at the point where change is required which can be calculated using percentage
English










