- 19
- 12 988
xfxpositions
Приєднався 27 тра 2022
and the god created the endless steppes.
Відео
coding everyday day 3 | i hate linux, i hate gnome, i hate nvidia
Переглядів 820День тому
coding everyday day 3 | i hate linux, i hate gnome, i hate nvidia
Creating raylib window | Making multiplayer pong game in c3 lang
Переглядів 1722 місяці тому
First episode.
writing code | implementing http response object to our web server from scratch
Переглядів 1332 місяці тому
you gotta watch this video mate
my monkeytype test 4 november 2024
Переглядів 342 місяці тому
idk why youtube gave that video to you, you gotta watch it than
writing my own 8bit cpu | programming everyday (probably everyday) day 1
Переглядів 1322 місяці тому
welp yeah i gotta finish my blog
Reading Files in Zig | Zig Tutorials
Переглядів 3892 місяці тому
zig stdin, ziglang, ziglang tutorials, programming, stdin, c, strings, zig strings, strings in zig, strings ziglang
Package Management in Zig | Zig Tutorials
Переглядів 6922 місяці тому
zig stdin, ziglang, ziglang tutorials, programming, stdin, c, strings, zig strings, strings in zig, strings ziglang
RISC-V Hello World | No Talking Asmr Coding
Переглядів 803 місяці тому
source code: github.com/wizard-lgtm/silly-riscv/blob/main/hello.s syscall table: jborza.com/post/2021-05-11-riscv-linux-syscalls/ tags: riscv riscv tutorial risc-v risc-v hello world hello world riscv
Strings In Ziglang | No Talking Asmr Coding
Переглядів 4123 місяці тому
zig stdin, ziglang, ziglang tutorials, programming, stdin, c, strings, zig strings, strings in zig, strings ziglang
Threads In Ziglang | No Talking Asmr Coding
Переглядів 3 тис.4 місяці тому
zig stdin, ziglang, ziglang tutorials, programming, stdin, c, threads
Boring Zig Tutorials Part 3: Structures Part 2, definition and methods of structures in #Ziglang
Переглядів 2079 місяців тому
You could also watch the long and describing version of it in my channel, here's the link: (i'm gonna change here when i upload it lol) Have a good day! tags: zig, zig programming language, programming, sockets, socket programming, c sockets, asmr, asmr coding zig structures struct zig struct ziglang structures zig structs how to define structures in ziglang
Boring Zig Tutorials Part 3: Structures, definition and methods of structures in #Ziglang
Переглядів 1779 місяців тому
You could also watch the long and describing version of it in my channel, here's the link: (i'm gonna change here when i upload it lol) Have a good day! tags: zig, zig programming language, programming, sockets, socket programming, c sockets, asmr, asmr coding zig structures struct zig struct ziglang structures zig structs how to define structures in ziglang
Fast Zig Tutorials 1: Defining Structures | No Talking Asmr Code
Переглядів 2059 місяців тому
Fast Zig Tutorials 1: Defining Structures | No Talking Asmr Code
Get User Input In Ziglang | No Talking Asmr Coding
Переглядів 808Рік тому
Get User Input In Ziglang | No Talking Asmr Coding
ZIg Printing Non-Ascii character in Windows. Zig Programming Language Tutorials.#ziglang
Переглядів 251Рік тому
ZIg Printing Non-Ascii character in Windows. Zig Programming Language Tutorials.#ziglang
A simple socket example in Ziglang. No Talking Asmr Coding.
Переглядів 4,1 тис.Рік тому
A simple socket example in Ziglang. No Talking Asmr Coding.
I hate GNOME too.
Yeah, gnome & Nvidia sucks, I'd recommend trying KDE or Cinammon.
install gnome-tweaks brother
CEM YILMAZ YİNE KAYBETTİ
KAYBETME ARTIK AMINOGLU KAYBETME
To those recommending other distro, Arch linux got the best wiki, for most of the cases it would be better than other debian based distro
Remove firewalld it sucks with internet, use ufw
*ends up getting obliterated by open port attacks*
@@ChessFad1man ufw is also firewall
Ip tables >>> (have no idea how this works)
After a few days: I LOVE LINUX!
uses VIm binds HOLY CHAD
Deabin with XFCE == no hasttle
xfce does not have dpi scaling so i can't use it
JUST USE SOME BEGINNER LEVEL DISTRO MY BOII WHY USE ARCCHH JUST TO BE KWEEWWLLL ???????
IT JUST NOT HOW IT WORKS
Eh endeavours is pretty simple
i installed arch linux month ago and it's my first linux, it wasn't hard actually
ngl arch was my 3rd distro, the installation process without archinstall is pretty simple, you read the wiki and thats it, people overhype how difficult it is yk.
Cem Yılmaz annesine uçak aldı
I think you should go with ubutu with plasma desktop environment
Hey, great content. May I ask you what plugin do you use to show types beside the const names ?
there are some nice turkish memes in your thumbnail :D
YES YES YES! how did you figure?
Cuz im from Turkey and im a shitposting enthusiast. BTW It's really interesting to see one of a Turkish fella diving that deep into Linux world
Cool
Nice content bro. Suggestion: could you organize your content in playlists? One for Zig, one for C3... also please try Odin.
Eline sağlık agam❤
Which theme do you use? Please share the model name of your keyboard
My keyboard is Keychron c1 The theme is gruvbox vim github.com/xfxpositions/nvim-config here's the whole config file
Great to see this level of expertise
Great work, thanks!
Wait they really are easy
Nice video!
Seems too easy. I’m suspicious
Compare with c it's really easy yeah!
why not use `zig fetch --save <utl>` ?
This is a tutorial for package management, not a how to use zig fetch command, but yeah sure
omg the typing noises are the opposite of asmr...
I guess so, is that anti asmr tho?
Thanks for the video. Tell me, please, is there a closure function and a lambda function in the zig?
I don't think that would be too useful, but this link might help you as well ziggit.dev/t/anonymous-functions-lambdas/1087
Well, not exactly. You can pass functions as values, using either a function pointer (* const fn(...) ...) or a function body (fn(...) ...). I am not sure if they capture their environment though.
Can you make a video where you explain how you made your neovim setup for zig ?
yeah sure, just give me 2 days. open the rings!
do you like coding w/ american keyboard layout? or are the alternatives like vim barbaric lackluster?
uuh, which keyboard layout did you want?
Great Video ! Just one nitpick, your `str` that is in global scope is not stack allocated, it's in the data section and compiled with your program :D
@@anub-e9y lol, you're right. It's in .data lol
what lsp do you use for zig? I use zls but I think yours are much better and IMO lsp should be baked into compiler toolchain.
i'm my config github.com/xfxpositions/nvim-config it's just coc
They're using zls
Good stuff. Y why don’t u just defer the freeing of the allocation why are you init it with _ ?
I've used to use that. Probably older versions was wanting it?
An ASMR Zig video, amazing, thank you !!!
By the way just in case, instead of quitting neovim each time, you can either do a :! <cmd> to execute the command or you can use ctrl z to put neovim in background and then fg to bring it back, that will allow to keep the changes history of the file 🙏
I've been searching for literally hours to find good information on how to take user input in Zig and this nails it. I'm using dev v0.14 btw and this works like a charm!
what is your nvim configuration for zig? are you using just a lsp?
github.com/xfxpositions/nvim-config
lmao accent not matching with the turkish gui
Haha 😆, i'm glad you notice it, i just don't like turkish people's english accent lmao
i'm kinda struggling with Zig...so your tutorial series here is helping me so much. Thank you brother!
No worries, new videos are coming!
your zig videos are amazing... this socket client worked earlier... Now with lastst master 0.12.xxx it is not working... Could you please post an update video with the latest zig version?
where's part 2 in the whole series
Lol, this is the second part of the third tutorial, i just lost in naming the series,
So the first video is the one, printing non ascii is two, and structures are three. I'm gonna rename them
@@xfxpositions lol thank you
It looks like it will only handle one client at a time
i actually writed the multi threaded code github.com/xfxpositions/zig-socket-chat you could check it. I didn't make the video yet
Not bad 😊
I'm glad to hear it, May god bless you 😊
What is the font?
Idk too, i'm gonna check it when i'm home 😂
It's blexmono nerd font mono
Great video! Short, to the point and concise. Would love to see more Zig beginners tutorial video. Liked and subbed! ❤
Is that zig 0.11
i'm using 0.12.x dev version. But it will work in 0.11, i'm also testing it. Sorry for late reply, i have been busy.
Lol no problem, thanks for replying though
@@zackaryhousend6711 you welcome, any video ideas are open btw, let me know if you want something
@@zackaryhousend6711Damn mark zuckerberg commented dude, I'm your fan.:D
Great!
İngilizce 9odugub icin bir sey anlamadim ama turk yazitlarini ceviren makinr yapman guzelmis 👍👍👍👑
Herkese salam 33 yasim var
tanks, next video? handleClient thread?
i'm thinking a video about package manager, after that i can do it.
you can open the bell if you don't want to miss.
your english a bit funny but keep going on you must.i behind you.