I made a programming video on my channel and I want /g/ to rate it. Pretty please?
我在频道上发了个编程视频,想让 /g/ 给评评分。求求了?
Any constructive feedback is appreciated.
任何建设性意见都欢迎。
我在频道上发了个编程视频,想让 /g/ 给评评分。求求了
I made a programming video on my channel and I want /g/ to rate it. Pretty please?
我在频道上发了个编程视频,想让 /g/ 给评评分。求求了?
Any constructive feedback is appreciated.
任何建设性意见都欢迎。
>>109413997
i don't watch goytube. post it on >>>/wsg/
我不看油管那破东西,发到 >>>/wsg/ 去
>>109413997
i think the first thing is to tweak your audio in audacity, or just speak clearer into the mic ig
我觉得首先要做的是在 Audacity 里调一下音频,或者干脆对着麦克风说得更清楚点
the font / editor is a decent size and contrast
字体和编辑器的尺寸对比度还行
the thumbnail could be more punchy and "hare command line utility" doesnt inspire much confidence or is very descriptive
缩略图可以更有冲击力,“hare 命令行工具”这标题不够吸引人,也没啥描述性
i was also gonna say to split it up into parts but lol its already in parts, you generally wanna aim for parts of 20 mins and then make a big playlist of all the parts. its also good if each part has a central "focus" or "step" in making the program
我还想说分几部分发,但一看你已经是分段的,一般最好每段 20 分钟左右,然后把所有部分做成一个大播放列表。每段有个核心“焦点”或程序制作中的“步骤”也挺好
ill also say your explanation can be a bit tedious, like yea i know i can name the variables whatever you want
还要说,你的解释有点啰嗦,比如我就知道变量想怎么命名都行
>>109413997
You need better audio
你需要更好的音频
You should also work on your oratory. Your voice sounds tight, squeaky, like you're hiding. You're putting a video out on the internet, speak boldly!
演讲也要练练。你的声音听着紧、尖,像在躲着谁。你是在网上发视频,大胆说话!
Can you add Fortnite gameplay to the bottom half and speak louder next time. Also I found out Hare has literally 12 maintainers. Are you a Troon OP?
能不能在下半屏加点《堡垒之夜》游戏画面,下次也大声点。另外我发现 Hare 居然只有 12 个维护者。OP 你是药娘吗?
>>109413997
>Hebrew command line utility
>希伯来命令行工具
Wtf dude?
搞毛啊哥们?
>>109413997
Snailcat video
蜗牛猫视频
Nobody needs manual coders anymore trans
没人再需要手写码农了,跨性别者
OP you've inspired mehttps://www.youtube.com/watch?v=wTTOzV7jeWE&t=1749s
>>109413997
Disliked and reported the video, go shill your garbage somewhere else.
踩了还举报了视频,去别处推销你的破玩意吧。
i feel like i've seen this same thread for weeks
我感觉这帖子都看了几周了
buy an ad
去买个广告吧
>>109413997
Boring
Can you not sound like a faggot?
你能不能别说话像个基佬?
>>109415146
Kek
>>109413997
Half of the people in /g/ doesn't even know programming
/g/ 里一半人根本不懂编程
>>109413997
What's a computer?
啥叫电脑?
I boycott everything hare related because the resident hare shill is so annoying and persistent. Sorry
我抵制一切和 Hare 相关的东西,因为常驻的 Hare 吹子烦得要死还死缠烂打。抱歉
>>109417702
The last hare thread was over a week ago, retard. Meanwhile Rust threads are every day, multiple times
上一个 Hare 帖子都一个多星期前了,傻逼。Rust 钓鱼帖才是每天好几次
>>109419371
the hare guy is one sperg, while rust bait thread look to me like they come from a group of people, often even organically.
那个 Hare 吹子就一个怪胎,而 Rust 钓鱼帖感觉像一群人发的,经常还挺自然。
>The last hare thread was over a week ago
>上一个 Hare 帖子都一个多星期前了
I can't tell, I started building aggressive filters in the past were these threads were created daily
我不确定,以前这帖子天天刷的时候我就开始建激进过滤了
>>109413997
Hare is garbage and drew is clinically retarded.
Hare 就是垃圾,Drew 脑子有病。
If only drew would at least fucking put on a trip. I support anyone building languages (or building actual things) even if I strongly disagree with him on actual technical grounds. Anyway, your video is kinda shit. First, it's about a shitlang. Second, your voice is too gay. Your time management is trash. For example the first 5 minutes could have been told in 30s max. The same applies to basically everything, in the end a 5-10m video would have covered the entire >1h content.
要是德鲁那家伙至少能把旅行装上就好了。我支持任何人搞语言(或者搞实际的东西),即使我在技术上强烈不同意他。总之,你的视频有点烂。第一,讲的是个垃圾语言。第二,你的声音太娘了。你的时间管理太差。比如前5分钟的内容最多30秒就能说完。基本上所有部分都一样,最后做个5-10分钟的视频就能覆盖那1个多小时的内容了。
Hare should not exist.
Hare这语言就不该存在。
>>109423092
why?
>>109423206
It's more like an ego project than a real thing. Think about this:
这更像是自我满足项目,而不是真东西。想想看:
>no OOP
>no generics
>没有泛型
>ugly error handling
>错误处理丑
>manual memory management
>手动内存管理
Why would you use it over C when C has a better ecosystem a better compilers? It's basically a C skin.
那为啥要用它而不是C?C有更好的生态和更好的编译器。这基本就是C换个皮。
>>109423225
>>ugly error handling
>>错误处理丑
It is actually better than both zig and rust. it is actually the best I have seen.
其实它比Zig和Rust都好。是我见过最好的。
Rust has the problem that you cannot have a function that returns two kinds of errors easily. Even with anyhow crate, what if you have to match which error occured and act differently?
Rust有个问题,你没法轻松写一个函数返回两种错误。就算用anyhow库,如果你得匹配具体是哪种错误然后区别处理呢?
Well in hare you just do
在Hare里你直接写
(result | err1 | err2)
(结果 | 错误1 | 错误2)
and it literally just works. it auto-coerces too.
然后就是能用。它还会自动转换类型。
Zig can't even store data in it's errors, it is just a flag.
Zig连错误里存数据都不行,错误就是个标志而已。
So hare is better than both. It has the best error handling out of all c-like languages.
所以Hare比两者都强。在所有类C语言里,它的错误处理是最好的。
>>109423279
It still using pattern matching, so it's ugly
它还是用模式匹配,所以还是丑。
(如果你觉得这篇文章有启发,可以点击这里付费)