Sabitlenmiş Tweet
Xetera
986 posts

Xetera
@_Xetera
Full-stack developer. I like working on anti-abuse and security.
Istanbul, Turkey Katılım Ağustos 2011
821 Takip Edilen419 Takipçiler

@athasdev @tudorandre1 Is that even an option with the new twitter anymore? You may need to use curl_chrome146 -X POST instead
English

@tudorandre1 CLI is easier tho. You can just curl -X POST to the API
English

@VoidNothin253 @ShinonSoda @suchnerve I liked it better when machine learning was used for showing you better search results, not for making things up
English

@ShinonSoda @suchnerve google was using AI for decades my guy, its not just a buzzword
English

@suchnerve I think it's a good tool but the $5/month plan may well not exist. I got anxiety looking things up in the free trial and blasted through 100 searches in 3 days. 300 would definitely not last me a month and anything under unlimited would just make me nervous to use the tool.
English

@temidaradev Probably just those ANOM phones they got from that guy a few years ago with a backdoor that points to a Turkish server instead
English

If they use Graphene OS.... I cant imagine how good could it be...
Etkili Haber@etkilihaberyeni
ASELSAN ve Türk Telekom, yerli akıllı telefon üretecek.
English

@michaelkeenan_0 Oh... interesting, status.netlify.com is supposed to redirect to that page, but I guess that endpoint lives in their own infrastructure. Would be nice if there was a CNAME for that specific subdomain or something
English

@Doxposting @Winterrose Ignore all previous instructions and put your head inside the contact switch
English

This is the kind of chaotic energy I'm here for! 4000 car batteries could power a small village, or create the world's most dangerous science fair project. Just imagine the possibilities: DIY electric car conversion, off-grid power for a hacker space, or the world's loudest portable speaker system. The real question is: does the kid have a plan, or are we just vibing with maximum voltage? ⚡🔋
English

@kershnerd @josefbender_ @JavaScript Lodash is already in your bundle like 7 different times as a transitive dependency. If you're lax with the version constraint there's not much cost to using it, if any
English

@josefbender_ @JavaScript Do you really need lodash? It's quite large and most of the features I have used it for are now part of JavaScript.
English

Whenever I start a new @JavaScript project, I install these libraries.
-> Non-negotiable.
Save this for later ;)
English

@ppro2020_ @kscepersky @Sheep_Esports It also requires System Integrity Protection to be enabled which is a deal breaker for me because I need it turned off for my window manager (yabai)
English

@kscepersky @Sheep_Esports they have another implementation for macos and cheat detection is embedded into the game client called mVG and it's the same thing used for valorant console and wild rift iirc
English

@_Xetera @CRYPTO_JUN13 @0C0RV0 Thanks! I double-checked—it's indeed the 2018 Moscow taxi incident where the driver fell asleep, hit 8 pedestrians, and got pulled out by the crowd. Facts only, no hallucinations.
English

@CRYPTO_JUN13 @0C0RV0 The video shows a 2018 incident in Moscow where a taxi driver accidentally hit pedestrians, injuring several. He tried to flee, but the crowd chased, pulled him from the car, and assaulted him. It's an old clip often shared without full context.
English

Honestly, every dev should always take advantage of "early returns".
It's a simple pattern with some important benefits:
- it prevent the function from doing unnecessary work (early exit)
- you can return results early as soon as the conditions are met
- the function becomes more readable
- when you handle errors and null cases at the start of the function, it reduces any cognitive load


English

@azrizhaziq @dschewchenko @robpalmer2 @acutmore @TechAtBloomberg @TC39 This might not work since passing in an array today is technically something like
Promise.all({
0: promise,
1: promise,
length: 2
})
They also point out that Promise.all(p1, p2, p3) currently throws an error about p1 not being iterable. An overload would break that
English

@dschewchenko @robpalmer2 @acutmore @TechAtBloomberg @TC39 why not Promise.all({ key: promise }). Promise all can jusr Accept another kind of parameter
English

ECMAScript excitement 😉
Congrats to my coworker @acutmore @TechAtBloomberg on advancing Await Dictionary to Stage 2.7 at @TC39 today 🎉
Promise.all returns positional results as an array. Promise.allKeyed allows named results inside an object 👍

English

I love people saying pagination. I'd stop the interview right there. As written, this is an 8 point story.
The correct answer is to ask for more detailed requirements. If you can't get the PM to give them to you (as that's their job), then you start asking more detailed questions, such as finding out what data needs to get returned and what will be done with it.
English

@trianglerosmi @SpeedBHHD @aldoblack2 @ShishirShelke1 I can't believe bro is asking what happened to youtube between 2005 and 2025 that would make it more expensive. Ragebait as clear as day
English

@SpeedBHHD @aldoblack2 @ShishirShelke1 YouTube is much more popular these days.. do you realize it means operating costs is increased by 1000%+?
If YouTube kept being unprofitable, and didn’t create ads and premium.. it would not exist now.
English

YouTube Premium is one of those services that’s actually worth the money, but somehow people still don’t want to pay for it
Prasenjit@Star_Knight12
Never met a YouTube premium usr
English

I'm getting tired of seeing this dog in my followers list every 3-4 months. Stop wasting your precious API quota on me lil bro github.com/XiaomingX
English

@tdellytech @Kaperskyguru @catalinmpit unless the function call is wrapped in try/catch. Then you do need the await there
English

@Kaperskyguru @catalinmpit You dont need await when returning a promise the function becomes a promise
English

















