Comments by "Anony Mousse" (@anon_y_mousse) on "The Lunduke Journal" channel.

  1. 16
  2. 14
  3. 11
  4. I completely disagree with your stance on the EFF. I don't think they're at all being weirdos or wanting children to look at adult content. The issue is one of free speech and I'm an absolutist on that particular subject. You made an awful lot of comparisons of apples and oranges, but adult content in its printed form is not going to enable a school shooting or drug use. Another thought that immediately came to mind is that an in-person identification check involves some clerk looking at a tiny card for two seconds and promptly forgetting what they've seen. A check on a website will result in your information being permanently stored in a database that will be cracked in three months and sold around the world losing you money or job opportunities or even personal relationships. Where most disagree with me, and I'd imagine no one will see this because YouTube keeps suppressing my comments, is that I don't think there should be an ID check in-person either. I take more of an Amish stance on rearing children where while they're underage they shouldn't be out of adult supervision. If they're in a store that sells adult content, a parent or adult guardian should be present to prevent them even handling such material from any shelf, let alone to buy it. You do have the right idea when it comes to internet usage and at home it shouldn't be openly accessible from any device that you allow your children to use. I would argue that until they're an adult they shouldn't have more than a JitterBug as a cell phone. Not the newer "smart" phone style versions, but the flip phone with a black and white matrix screen. Tablets with wi-fi and no ability to access the internet through any cell tower so you can restrict access with your home router. As for the talk on religions, I take the stance that Catholicism is a cult. Prove me wrong. However, that said, I'm not a Christian either, and while I respect most Christian denominations, I see a lot of modern day corruption in the various sects. Maybe you agree, or maybe not, but I think Judaism is quite possibly the only true religion that hasn't been corrupted. I would argue that Islam was corrupt from the start, as a converse to that argument. Quite frankly, I'd be shocked if even one person agreed with this comment in part or in whole. I have a somewhat unique stance on a lot of things as I've discovered the more people I've talked to in the world.
    11
  5. 9
  6. 8
  7. 8
  8. 8
  9. 7
  10. 7
  11. 7
  12. 7
  13. 7
  14. 6
  15. 6
  16. 6
  17. 6
  18. 6
  19. 6
  20. 6
  21. 6
  22. 5
  23. 5
  24. 5
  25. 5
  26. 5
  27. 5
  28. 5
  29. 5
  30. 5
  31. 4
  32. 4
  33. 4
  34. 4
  35. 4
  36. 4
  37. 4
  38. 4
  39. 4
  40. 4
  41. 4
  42. 4
  43. 4
  44. 4
  45. 4
  46. 4
  47. 4
  48. 4
  49. 4
  50. 4
  51. 4
  52. 3
  53. 3
  54. 3
  55. 3
  56. 3
  57. 3
  58. 3
  59. 3
  60. 3
  61. 3
  62. 3
  63. 3
  64. 3
  65. 3
  66. 3
  67. 3
  68. 3
  69. 3
  70. 3
  71. 3
  72. 3
  73. 3
  74. 3
  75. 3
  76. 3
  77. 3
  78. 3
  79. 3
  80. 3
  81. 3
  82. 2
  83. 2
  84. 2
  85. 2
  86. 2
  87. 2
  88. 2
  89. 2
  90. 2
  91. 2
  92. 2
  93. 2
  94. 2
  95. 2
  96. 2
  97. 2
  98. 2
  99. 2
  100. 2
  101. 2
  102. 2
  103. 2
  104. 2
  105. 2
  106. 2
  107. 2
  108. 2
  109. 2
  110. 2
  111. 2
  112. 2
  113. 2
  114. 2
  115. 2
  116. 2
  117. 2
  118. 2
  119. 2
  120. 2
  121. 2
  122. 2
  123. 2
  124. 2
  125. 2
  126. 2
  127. 2
  128. 2
  129. 2
  130. 2
  131. 2
  132. 2
  133. 2
  134. 2
  135. 2
  136. 2
  137. 2
  138. 2
  139. 2
  140. 2
  141. 2
  142. 2
  143. 2
  144. 2
  145. 2
  146. 2
  147. 2
  148. 2
  149. 2
  150. 2
  151. 2
  152. 2
  153. 2
  154. 2
  155. 2
  156. 2
  157. 2
  158. 2
  159. 2
  160. 2
  161. 2
  162. 2
  163. 2
  164. 2
  165. 2
  166. 2
  167. 2
  168. 2
  169. 2
  170. 2
  171. 2
  172. 2
  173. 2
  174. 2
  175. 2
  176. 2
  177. 2
  178. 1
  179. 1
  180. 1
  181. 1
  182. 1
  183. 1
  184. 1
  185. 1
  186. 1
  187. 1
  188. 1
  189. 1
  190. 1
  191. 1
  192. 1
  193. 1
  194. 1
  195. 1
  196. 1
  197. 1
  198. 1
  199. 1
  200. 1
  201. 1
  202. 1
  203. 1
  204. 1
  205. 1
  206. 1
  207.  @BenQ.-ys4kp  I've been learning it for the past 3 or 4 years and let me tell you, it's not a good language. I keep watching videos on it and they're nearly all filled with lies. They allude to or insinuate that it'll prevent every error and then sea lion on you if you call them out on it. Fact of the matter is, the types of errors that the language tries to prevent aren't actually prevented wholly by the language nor in combination with libraries that you'll inevitably have to use if you don't rewrite literally everything in Rust. The biggest source of errors is failure to check user input and it doesn't actually make that any easier. If a Rustacean tells you that memory misuse is the biggest source of errors, they're either spreading propaganda or being facile because that's only how things end up when you fail to check user input. If you want a few examples of what's wrong with the language, look at strings, lifetimes, constructors, mutability, references. Certain keywords irritate me, but I'll admit that that may just be a personal opinion. Things like fn, let, pub, impl, mut. I abhor Java-style singular use keywords like pub and fn. If I have to use a keyword to declare a group of functions as public, then it should allow me to collectively refer to those functions instead of requiring that I use pub for every single function. I just hate function keywords in general. Look at C++ lambdas for an example of doing it mostly right. No keyword at all, though I do have issues with the array of captures component. If anyone tries to claim anything about "the most vexing parse", I'll point out that you can and should use braces to invoke constructors in C++ now and that eliminates that weird self-imposed problem. I say now, but it's been since C++11, so it's not exactly a short time and in fact has been usable since before Rust existed. Anyhow, if YouTube doesn't shadow or delete this and you do happen to actually read it, I'd suggest C if you don't already know it, and just ignore newer languages, but if you must have classes, operator overloading, templates and RAII, then sure, go for C++.
    1
  208. 1
  209. 1
  210. 1
  211. 1
  212. 1
  213. 1
  214. 1
  215. 1
  216. 1
  217. 1
  218. 1
  219. 1
  220. 1
  221. 1
  222. 1
  223. 1
  224. 1
  225. 1
  226. 1
  227. 1
  228. 1
  229. 1
  230. 1
  231. 1
  232. 1
  233. 1
  234. 1
  235. 1
  236. 1
  237. 1
  238. 1
  239. 1
  240. 1
  241. 1
  242. 1
  243. 1
  244. 1
  245. 1
  246. 1
  247. 1
  248. 1
  249. 1
  250. 1
  251. 1
  252. 1
  253. 1
  254. 1
  255. 1
  256. 1
  257. 1
  258. 1
  259. 1
  260. 1
  261. 1
  262. 1
  263. 1
  264. 1
  265. 1
  266. 1
  267. 1
  268. 1
  269. 1
  270. 1
  271. 1
  272. 1
  273. 1
  274. 1
  275. 1
  276. 1
  277. 1
  278. 1
  279. 1
  280. 1
  281. 1
  282. 1
  283. 1
  284. 1
  285. 1
  286. 1
  287. 1
  288. 1
  289. 1
  290. 1
  291. 1
  292. 1
  293. 1
  294. 1
  295. 1
  296. 1
  297. 1
  298. 1
  299. 1
  300. 1
  301. 1
  302. 1
  303. 1
  304. 1
  305. 1
  306. 1
  307. 1
  308. 1
  309. 1
  310. 1
  311. 1
  312. 1
  313. 1
  314. 1
  315. 1
  316. 1
  317. 1
  318. 1
  319. 1
  320. 1
  321. 1
  322. 1
  323. 1
  324. 1
  325. 1
  326. 1
  327. 1
  328. 1
  329. 1
  330. 1
  331. 1
  332. 1
  333. 1
  334. 1
  335. 1
  336. 1
  337. 1
  338. 1
  339. 1
  340. 1
  341. 1
  342. 1
  343. 1
  344. 1
  345. 1
  346. 1
  347. 1
  348. 1
  349. 1
  350. 1
  351. 1
  352. 1
  353. 1
  354. Not that you'll read this, especially on a 10 day old video, but the thing I most object to is calling it AI. All of these NN-based learning models are incorrectly formed attempts at duplicating human minds, something that isn't currently within the technological capability of humans yet, if ever. I say incorrectly formed because that's not really how human minds work. I also vehemently dislike the hype train behind "AI", but I think artists need to chill out and get over it. Yeah, the technology basically just regurgitates what others have done before, and anyone that claims otherwise doesn't actually understand how the programs work. It's a bit like mad libs with significantly many more inputs and outputs and a lot more fine-grained control over how they interact, even the art generator programs. I doubt that there's much new art to be had in this day and age, but if there is, human artists with actual skills can still compete if they learn how licensing works. If you can't create something new and unique, then are you any better than the generative programs anyway. All that said, the only places I think "AI" programs should be banned are in automation systems for censorship and in writing programs. The former should be obvious as to why, but the latter is because a human still needs to check the correctness of that generated program and if it ever goes into a piece of software that manages real life machinery which can lead to a person's death, it will guaranteed cause someone to die.
    1
  355. 1
  356. 1
  357. 1
  358. 1
  359. 1
  360. 1
  361. 1
  362. 1
  363. 1
  364. 1
  365. 1
  366. 1
  367. 1
  368. 1
  369. 1
  370. 1
  371. 1
  372. 1
  373. 1
  374. 1
  375. 1
  376. 1
  377. 1
  378. 1
  379. 1
  380. 1
  381. 1
  382. 1
  383. 1
  384. 1
  385. 1
  386. 1
  387. 1
  388. 1