Chief E

2.1K posts

Chief E banner
Chief E

Chief E

@ForeignMagnet

video

Rochester, MN Katılım Aralık 2019
763 Takip Edilen5.5K Takipçiler
Sabitlenmiş Tweet
Chief E
Chief E@ForeignMagnet·
she said she belong to the streets, i said baby i am the streets
Chief E tweet media
English
534
68.1K
413K
0
Chief E
Chief E@ForeignMagnet·
Chief E tweet media
ZXX
1
2
23
0
Chief E
Chief E@ForeignMagnet·
@ditsuke Extra slash after http/1.1 lol gonna fuck with displaying response using cat
English
0
0
2
244
Tushar
Tushar@ditsuke·
Invariably I find myself on a remote server or Docker container without curl, netcat or the like. TIL I can use bash's network redirection to do IO on tcp and udp sockets. Here's a GET: exec 3<>/dev/tcp/example.com/80; printf >&3 'GET / HTTP/1.1/\r\n\r\n'; cat <&3
English
2
1
11
995
sytho
sytho@sytho_osu·
ok
28
17
762
24.5K
😞
😞@khaleeelll·
Python import module is so hard or my ide or interpreter is broken
English
2
0
0
220
Chief E
Chief E@ForeignMagnet·
@clcoding Is there a different socket you could import instead of python-whois to do the same thing?
English
1
0
0
355
Python Coding
Python Coding@clcoding·
Get domain name information using Python
Python Coding tweet media
English
4
119
585
71.7K
Chief E
Chief E@ForeignMagnet·
@sytho_osu Try rog unlimitation HRDT you’d prolly be S
English
1
0
0
231
sytho
sytho@sytho_osu·
1242pp if i didnt miss
English
32
26
823
32.4K
League of Legends
League of Legends@LeagueOfLegends·
it’s always time to fight Baron
League of Legends tweet media
English
62
317
4.4K
599.2K
Chief E
Chief E@ForeignMagnet·
@radamar @karpathy G zip compression algorithm id assume, but how many tokens a second is it actually creating stories at? Dope it can run solely on cpu tho
English
1
0
1
332
Radamés Ajna
Radamés Ajna@radamar·
Here are ten 42M TinyStories models running simultaneously in the browser. @karpathy's Llama2.c code has been ported to Rust using the Candle framework and compiled to Wasm.
English
4
68
350
45.4K
Chief E
Chief E@ForeignMagnet·
@Dota2BRA Why tf they think it’s smart to teleport but not bringing heroes your touching with
English
0
0
0
209
Dota 2 Brasil
Dota 2 Brasil@Dota2BRA·
E quando uma mecânica nunca antes utilizada em um jogo profissional muda completamente o rumo de uma md3 em pleno playoff de The International? Isso aconteceu! No jogo 3 entre Na`Vi vs TongFu a lendária sequência de Fountain Hooks do Dendi virou de vez o jogo! #RoadToTI
Português
13
18
263
20K
Chief E
Chief E@ForeignMagnet·
@pdnuclei Is 4 byte response just for the template?
English
0
0
0
140
Nuclei by ProjectDiscovery
Level up your security assessments with Nuclei's raw TCP support! Think of it as an automatable Netcat. Here's a basic template below for sending raw TCP requests 👇
Nuclei by ProjectDiscovery tweet media
English
1
3
8
3.1K
Chief E
Chief E@ForeignMagnet·
@RiotPhroxzon No need for the Kayn nerf just remove the mf
English
0
0
0
121
Matt Leung-Harrison
Matt Leung-Harrison@RiotPhroxzon·
Last patch: * Naafiri landed well * Jarvan benefited from Shojin & Gore (we knew he would, but not how much) * Blue Kayn moved, but Red was neutral from Gore * Trynd moved a lot, even with pre-emptive nerfs, we're pulling back a bit So, follow up nerfs on J4, Red Kayn, Trynd
Matt Leung-Harrison tweet media
English
651
271
3K
1.3M
Chief E
Chief E@ForeignMagnet·
@ABgoneCODING == checks whether the two operands reference the same object. While the 2 objects could have the same content, they are different instances so expression is false GYAT
English
0
0
1
233
Aryan
Aryan@ABgoneCODING·
Question of the Day: let arr1 = [1,2,3]; let arr2 = [1,2,3]; console.log(arr1 === arr2) // returns false Why does it return false?
English
1
0
1
278
Chief E
Chief E@ForeignMagnet·
@caddy_pleb Wdym - smtp and http run on top of tcp, contrary to running on top of udp. As far as Bip300 I think it makes sense for transactions, especially being able to be scalable.
English
0
0
0
291
Chief E
Chief E@ForeignMagnet·
@TFT Wait is everyone near the ship getting immunity CC??
English
0
0
0
831
Teamfight Tactics
Teamfight Tactics@TFT·
Parrrley from afarrley or get up close and personal — Gangplank’s got two forms. Both leave your foes in pieces after he summons the Dreadway to crash into the board!
Teamfight Tactics tweet media
English
56
96
1.6K
368.9K
Chief E
Chief E@ForeignMagnet·
@Ykhandelwal0921 @CodingNinjasOff @drinkslaycoffee What about: vector<vector<int>> numberPattern(int n) {     int num = 1;     vector<vector<int>> res;         for (int i = 0; i < n; i++) {         vector<int> col(n, -1);                 for (int j = n - i - 1; j < n; j++) {             col[j] = num;             num = (num > 9
Română
1
0
3
200