My Fish shell workflow for coding
16:14
Пікірлер
@s8x.
@s8x. 2 сағат бұрын
thank u for putting me onto neovim and tmux
@CedoOmondi
@CedoOmondi 6 сағат бұрын
Hello @devaslife. I have a question. Did you open that web browser within your terminal window?
@noureddineloug2703
@noureddineloug2703 6 сағат бұрын
thank you helpfull, do you any experience with kotlin?
@flameKuchen
@flameKuchen 10 сағат бұрын
Thx for the inspiration 🙏
@dieterreinert
@dieterreinert 11 сағат бұрын
Takuya's recent video starts off with a cheerful update about his trip to Milan and Venice, immediately setting a personal and relatable tone. He then transitions into a deep dive into his development process, specifically how he tackled a performance issue in his React Native app. Instead of relying on the traditional JavaScript bridge, which slows down the app due to JSON encoding, he ingeniously bypassed it by injecting JavaScript directly into the WebView from native modules. This hands-on demonstration, complete with code examples for both iOS and Android, shows his dedication to improving app performance. Takuya’s excitement about the success of his hack is palpable, and his willingness to share this undocumented method exemplifies his commitment to helping other developers enhance their own projects.
@edmondavetisyan2757
@edmondavetisyan2757 Күн бұрын
Can you make a video or describe somehow - how you are making terminal transparent on the video cz I tried many times and not succeed 😂
@hightvformal
@hightvformal Күн бұрын
WOW. new video from devaslife. liked automaticly
@xXbxXz3ch3chvXx
@xXbxXz3ch3chvXx Күн бұрын
TA-DAH! Lol! I'm happy to hear that you enjoyed your visit to Italy. Thank you for another video, Takuya!
@KuzyoYaroslav
@KuzyoYaroslav Күн бұрын
Really liked explanation using pen and paper :) Thank you.
@willdunertm5047
@willdunertm5047 Күн бұрын
Are you using some styling library like Shopify/restyle, or react-native-unistyles, or any components library like gluestack, or tamagui?
@devaslife
@devaslife 22 сағат бұрын
yes kzbin.info/www/bejne/gIaXh3WYmpdmoMksi=dRfsewCUe-rnd9Pn
@thonguyen252
@thonguyen252 Күн бұрын
At 4:45 you have explained about transferring a file from native to webview via the bridge could be a massive data and could be bottle neck. That's true, and also my question. In your video, I couldn't find an alternative solution. At the end of the video, what we have is only the webview instance and looks like we could only execute a JS. I am wonder if you have a mutual solution to send a file to webview from native? Especially when the file is quite large to base64.
@devaslife
@devaslife 22 сағат бұрын
good question. In this solution, you eventually need to encode data to base64 but you can avoid serializations between native <-> bridge <-> JS
@bbcoolg100
@bbcoolg100 Күн бұрын
Explanation now is way easier with the drawing table! 👏👏
@devaslife
@devaslife Күн бұрын
Yes! Actually I had to retake the tablet screen as I forgot to record it lol
@bbcoolg100
@bbcoolg100 Күн бұрын
@@devaslife What an effort 😄
@elecom5858
@elecom5858 Күн бұрын
Thank you for making and giving inspiration so much!
@cesarmella8062
@cesarmella8062 Күн бұрын
how you can show the terminal above the camera recording?, the effect is so nice and minimalistic at the same time.
@PTlGhOsT
@PTlGhOsT Күн бұрын
I don't know how he is doing it, but with OBS you can create a window just for the camera and lay it below all the other windows, and record the screen with the terminal on top, that would of course mean that you are always seeing yourself on the camera behind your code editor or terminal.
@cesarmella8062
@cesarmella8062 23 сағат бұрын
@@PTlGhOsT thanks!
@devaslife
@devaslife Күн бұрын
The article version: www.devas.life/how-to-get-an-instance-of-the-fabric-view-component-on-react-native/
@tommycallsuback
@tommycallsuback Күн бұрын
Hi, Takuya, are you planning to support rich text editing or it will be markdown only?
@devaslife
@devaslife Күн бұрын
No, it would like to focus on plaintext Markdown rather than going with like Notion-way.
@tommycallsuback
@tommycallsuback Күн бұрын
But is it possible to implement on markdown that when your cursor is on for example h1, checkbox lines,etc it doesnt show #, ##, - [ ] even while you are editing those like rich text editors. That's the only thing holding me back from using markdowns, I wanna use those shortcuts for quickly creating headings, list items etc, but after they are created, I dont ever wanna see them again while editing/deleting.
@devaslife
@devaslife Күн бұрын
I understand Markdown itself does not provide the best experience in editing but rather provides the portability. I don't want to adopt any proprietary file format. I personally don't like the hybrid solution as you said. It's a personal preference after all
@tommycallsuback
@tommycallsuback Күн бұрын
What I was asking is whether it is possible to achieve what I said in md/mdx without changing to any other format?
@devaslife
@devaslife Күн бұрын
technically yes
@devaereo
@devaereo Күн бұрын
That's great! I'm also using webview for some attached functionality on a react-native app I'm working, might take some advices from this video :)
@devaslife
@devaslife Күн бұрын
Cool! Hope it works
@ExistentialSadness
@ExistentialSadness Күн бұрын
How long have you been coding?
@devaslife
@devaslife Күн бұрын
Over 20 years
@ExistentialSadness
@ExistentialSadness Күн бұрын
@@devaslife Damn, that is crazy! I hoped for this number because if you were developing like this after 1-2 years than I'm so behind with 2 years of dev exp. 💀
@vvebsterr
@vvebsterr 2 күн бұрын
console.log("Hello Takuya") I've been watching you for quite some time now, and one of your videos is the only one I've ever liked on KZbin. This video (under which I am writing a comment) came to me at the right time, thank you for your useful tips. I really needed it now.
@joergw
@joergw 3 күн бұрын
Thanks. ありがとう
@devaslife
@devaslife Күн бұрын
Thanks!!🙏
@laurapeterson146
@laurapeterson146 3 күн бұрын
Guys, are React Native projects from the channel still useful (not outdated) today? Thanks @devaslife, interesting asmr videos :)
@CodeBeep
@CodeBeep 4 күн бұрын
How to open pages in such a minimalist browser? 9:19
@ripndipp
@ripndipp 4 күн бұрын
I contributed to the old config!
@user-ip1wg4sg3w
@user-ip1wg4sg3w 5 күн бұрын
What is your browser, what are the mac extension you utilize to make the menu bar disapear, and how do you map keyboard shortcut to be able to navigate inside your browser so easily without the mouse? Is it native to mac? Very nice tutorial. :)
@acubesa
@acubesa 5 күн бұрын
I need the link for the pegboard
@Qazi-it9mo
@Qazi-it9mo 6 күн бұрын
Would be awesome to see your full PC directory structure one day
@willdunertm5047
@willdunertm5047 7 күн бұрын
I would love more rn videos about how you do stuff and style. Your apps looks and feels awesome!
@jorgemartin3057
@jorgemartin3057 7 күн бұрын
Stange question: what are the plastic drawers that can be seen at 6:32? They look very nice. Thank you.
@saumoon
@saumoon 8 күн бұрын
What browser is that ?
@codingwithrendi
@codingwithrendi 8 күн бұрын
starting out at 18 years old
@snillgutt
@snillgutt 10 күн бұрын
Me duele mucho como aprieta al barra espaciadora =(
@BobCostas-db5hb
@BobCostas-db5hb 10 күн бұрын
What kind of keyboards are those
@takumifujise6137
@takumifujise6137 10 күн бұрын
55:30 😏
@tiagoservelin
@tiagoservelin 11 күн бұрын
Hi Takuya, Cheers from Brazil. How to show icon popup selection? (used in cowboy func) Thank you. btw vim.looop.new_timer(), is deprecated, can use vim.uv.new_timer() instead
@subashpraveen
@subashpraveen 12 күн бұрын
this guy really loves his jeyboard :)
@cuongvoquoc6534
@cuongvoquoc6534 12 күн бұрын
I wanna experience your style of coding life one day. It looks chill :)
@aarushraj8934
@aarushraj8934 12 күн бұрын
Takuya, how did u leanred all of these, like how did u learned to config and add plugins to neovim and all the stuff u do before starting your coding, from where did u learn all of that, please tell.
@yelintun4622
@yelintun4622 16 күн бұрын
In My country any keyboard seller does not sell this keyboard that’s make sad😢
@RicardodeVries
@RicardodeVries 16 күн бұрын
@devaslife The repository has been deleted or set to private. Can you share the repository with us again? I would appreciate that very much!
@FerelUltra
@FerelUltra 16 күн бұрын
Это дядя влада тена?
@mcbdroid
@mcbdroid 17 күн бұрын
Sweet dev keyboard, brand?
@nicolettifps
@nicolettifps 17 күн бұрын
Can you create more content about threejs? and can you give some tools on lazyvim for threejs? plugins etc.?
@hey_james
@hey_james 17 күн бұрын
To be honest if all you care about is aesthetics and being a hipster coder then do this, otherwise its a massive waste of your time. An editor like Cursor is all you need for productivity these days, forget learning shortcuts, it gives you intelligent suggestions for common operations, like duplication, replacement. It already knows all the shortcuts you will spend months learning in Vim and recognizes when you need them.
@gunlord1
@gunlord1 17 күн бұрын
If you are following this now you need to be aware that some codemirror packages are deprecated and will give you errors. My imports looked like this: import {EditorState} from '@codemirror/state'; import { EditorView, keymap, highlightActiveLine, lineNumbers, highlightActiveLineGutter, } from '@codemirror/view'; import {defaultKeymap, history, historyKeymap} from '@codemirror/commands'; import { indentOnInput, bracketMatching, defaultHighlightStyle, syntaxHighlighting, HighlightStyle, } from '@codemirror/language'; import {javascript} from '@codemirror/lang-javascript'; When you use syntax highlighting you now have to do the following in the extensions array : Replace defaultHighlightStyle.fallback with syntaxHighlighting(defaultHighlightStyle)
@Traveler77Fly
@Traveler77Fly 19 күн бұрын
Hello, Mr. Matsuyama. Thank you very much for your creation. It is truly a beam of light in the YT broadcasting forest. You are a hero of the craft. The frameworks and the libs may be changed, but your code lives on in Q3-24.
@Luvv18Kushwah
@Luvv18Kushwah 20 күн бұрын
Which Browser how to customise like this?
@RicardoRodriguez-fc2qt
@RicardoRodriguez-fc2qt 20 күн бұрын
Your videos are amazing! I can't follow your instructions, but the video itself looks awesome!
@gaspacho961
@gaspacho961 20 күн бұрын
.glb preview on Mac looks very comfy. what plugin are you using?
@UeujkmVeujkm
@UeujkmVeujkm 23 күн бұрын
Что ты пишешь?
@andrewdci03
@andrewdci03 23 күн бұрын
I’ve tried re-implementing this, but neovim is transparent when I start it after installing.