Reddit Programming
207 subscribers
1.22K photos
123K links
I will send you newest post from subreddit /r/programming
Download Telegram
I have a little problem I’m trying to run a software called voice to Japanese and I get an error saying model not found no model named customkniter??
https://www.reddit.com/r/programming/comments/1hzl192/i_have_a_little_problem_im_trying_to_run_a/

<!-- SC_OFF -->The url is the program I tried to download and use <!-- SC_ON --> submitted by /u/PhysicalCod1875 (https://www.reddit.com/user/PhysicalCod1875)
[link] (https://github.com/0Xiaohei0/VoiceToJapanese/releases/tag/v1.2.5) [comments] (https://www.reddit.com/r/programming/comments/1hzl192/i_have_a_little_problem_im_trying_to_run_a/)
snake game is 56 bytes
https://www.reddit.com/r/programming/comments/1hzqg3y/snake_game_is_56_bytes/

<!-- SC_OFF -->Not much to say about this one, I just changed the RNG, the tricky part was to find one that is less than 4 bytes, leaves BX even and less than 0x7D0, and still kind of random, many good options but all of them are not very random, until you realize swapping AX and BX each iteration can randomize dec bh pretty good. For those interested in the project but with little assembly background I think this change is the easiest to understand so if you want to take a look here's the PR (https://github.com/donno2048/snake/pull/71). <!-- SC_ON --> submitted by /u/Perfect-Highlight964 (https://www.reddit.com/user/Perfect-Highlight964)
[link] (https://github.com/donno2048/snake) [comments] (https://www.reddit.com/r/programming/comments/1hzqg3y/snake_game_is_56_bytes/)
I decided to do a deep dive into how programming languages work and began a series. It starts with a bit of a history lesson. The next one will introduce the first step of creating a programming language. All criticism is welcome.
https://www.reddit.com/r/programming/comments/1hzrfbq/i_decided_to_do_a_deep_dive_into_how_programming/

submitted by /u/ConnectionMain9863 (https://www.reddit.com/user/ConnectionMain9863)
[link] (https://theliverr.substack.com/p/how-did-we-learn-to-speak-with-computers) [comments] (https://www.reddit.com/r/programming/comments/1hzrfbq/i_decided_to_do_a_deep_dive_into_how_programming/)
Flutter, Swift or React Native for Mobile programming
https://www.reddit.com/r/programming/comments/1i0414u/flutter_swift_or_react_native_for_mobile/

<!-- SC_OFF -->Heyy, so before you start joking i have to say im new to mobile developing and this is a honest question. I have only developed 2 apps both in react native. I mostly picked that because i have experience with react so i thought it would be easier for me to start. But i felt like on these apps I had a lot of limitations. I dont know if its normal or because its not the best way to do it. Basically im here to ask your opinion on strongs of each aproach, keeping in mind I would prefer to develop a app for both android and iOs. Thankss <!-- SC_ON --> submitted by /u/RodrigoGraca (https://www.reddit.com/user/RodrigoGraca)
[link] (https://www.bacancytechnology.com/blog/flutter-vs-swift) [comments] (https://www.reddit.com/r/programming/comments/1i0414u/flutter_swift_or_react_native_for_mobile/)