投稿時間:2022-12-24 20:24:11 RSSフィード2022-12-24 20:00 分まとめ(26件)

カテゴリー等 サイト名等 記事タイトル・トレンドワード等 リンクURL 頻出ワード・要約等/検索ボリューム 登録日
IT 気になる、記になる… GoogleとNORADがサンタクロースの追跡をスタート https://taisy0.com/2022/12/24/166458.html google 2022-12-24 10:01:00
python Pythonタグが付けられた新着投稿 - Qiita ココナラで人気のある副業をスクレイピングで抽出してみた https://qiita.com/shin_tomy/items/8ec9348b840d8890f575 bydelikaadventcalendar 2022-12-24 19:44:21
js JavaScriptタグが付けられた新着投稿 - Qiita IIFE、即時実行関数式について https://qiita.com/jmsrsyunrinsyunki/items/4151803dde7cc0fe80cb import 2022-12-24 19:18:05
js JavaScriptタグが付けられた新着投稿 - Qiita 【デモ環境あり】真・GASを使って掲示板を作ってみた話 https://qiita.com/rarara_x16/items/3bba19d39dbd578372a6 vuejs 2022-12-24 19:01:54
Ruby Rubyタグが付けられた新着投稿 - Qiita 【Ruby】andと&&は優先度の影響で振る舞いが変わる https://qiita.com/daikimukai/items/af84c4f95ff3e99b1f06 enddeffugavalpvalampamp 2022-12-24 19:47:14
Ruby Rubyタグが付けられた新着投稿 - Qiita 【Ruby】「puts、print、p」の違いについて https://qiita.com/daikimukai/items/9249805a50d9805c1de0 print 2022-12-24 19:44:07
Ruby Railsタグが付けられた新着投稿 - Qiita Rails ルーティングについて備忘録 https://qiita.com/Ktsuki16/items/1cd8e3418b7fb2b1757d rails 2022-12-24 19:02:35
海外TECH DEV Community What's wrong with code in 2022? https://dev.to/mariamarsh/whats-wrong-with-code-in-2022-3nbd What x s wrong with code in I use one service from time to time I need to upload some files there the name of the service does not matter because frankly they are all the same Basically I just point to a folder on my hard disk after which its contents are copied to a remote server which is probably doing something related to databases these files are given names and checks are made on who downloads them The service is owned by a large company so its processes are large scale It is likely to be hacked a lot so some protection is required as is checking that no one has modified the files in the interval between uploading from my PC and receiving it on the server I understand all this but in essence we are talking about the fact that you need to register several files read them upload and then close the connection and write to the log file whether everything went well And if not what exactly happened There is nothing complicated about this and I wrote similar code from scratch using the Wininet API and PHP on a server connected to my MySQL database Perhaps my system was not as reliable as enterprise level systems but it supported hundreds of thousands of uploaded files their verification downloading and logging That s a job for one coder for two or three weeks isn t it The special file upload tool I use today has a total of MB of client files and uses files to manage this process You might think that this is a typo but there is no mistake two thousand seven hundred files and MB of executable and supporting files to copy several files from the client to the server This is no longer bloatware or overengineering but absolute obvious visual madness The problem is that most likely this uploader is no different from any similar modern software created by any other large company And by the way it gives error messages and does not work at the moment I have seen coders doing this I know how it goes This is not only because coders don t write low level efficient code to achieve their goal they ve just never seen low level efficient well written code How can we expect them to create something better if they don t even realize it s possible You can write a program that uploads files securely quickly and securely to a server and it takes a twelfth of that amount of code It could be just one file a single small exe It doesn t need hundreds of DLLs Not only is it possible but it s easy and it s more reliable efficient and convenient to debug and it actually works You might think that old programmers in their fifties like my father complain about bloated code because they are obsolete and grouchy And I realize it But the obsolete and grouchy complain about code that is slower than it should be or code that is larger than it should be However the situation has gone far beyond this We ve reached a point where I sincerely believe that of the code in the files on our PCs is completely useless and never gets executed The code is just in a package of DLLs simply because the coder wanted to do something trivial like store a bitmap and had no idea how easy it could be so he imported a whole bunch of bloatware to solve the problem Like I said I really shouldn t get mad at young programmers for this That is how they were taught They have no idea what high performance or development with constraints is It may seem strange that a girl of is talking about this but I had enough wise mentors to show me really beautiful code My father told me that the first Elite in had a huge galaxy D space combat a career progression system trading and thousands of planets to explore and at the same time the game was KB Modern programmers may hear this but they don t realize the gulf between it and what we have today Why is this important to me This worries me for a lot of reasons not least because if you need two thousand times more code to complete a task then at least it should work But more importantly I realize that of the CPU time on my huge powerful PC is completely useless Today computers are so fast that years ago they would have been regarded as absolute magic Anything you can imagine should happen in th of a second However when I press the Microsoft Surface laptop s volume icon I see a delay the machine gradually creates a new user interface element figures out which icons to draw and then they appear and become interactive This takes time It seems to be about half a second which is close to a billion years on a processor s time scale If right now conservatively of our PC s resources are wasted we re wasting of the computer s energy This is absolutely criminal And what are these expenses for If you look in the task manager you ll notice a bloated software nonsense that does god knows what I m just typing this blog post Windows has background processes running My NVIDIA graphics card currently owns six of them and some of them have subtasks To do what I m not playing a game I m using almost the same set of video card driver functions that my father did twenty years ago but for some reason six processes are required Web View Microsoft Edge also needs processes just like Microsoft Edge itself And I don t even use Microsoft Edge It seems like I was opening an SVG file yesterday and here you go useless pieces of code are wasting memory and probably also polling the CPU This is absolute madness This is the reason why nothing works everything is slow you have to buy a new smartphone every year and a new TV to download these bloated streaming apps that also hide equally bad code Personally I think it s only going to get worse because big tech companies like Facebook Twitter Reddit etc are the worst examples of this trend Soon each of the thousands of programmers working for these companies will be using machine learning to copy paste bloated buggy sprawling Github stuff into their code Just to add two numbers they ll need DLLs Windows Services and a billion lines of code Twitter has developers More precisely it was until Elon Musk came along Tweetdeck sometimes refuses to load the user column This has been going on for years now I m sure none of the coders have any idea why this is happening And the code at its core as my dad says is just a bunch of bloated copy pasted When suggesting the topic title from a link Reddit can t handle the ampersand semicolon and pound symbol Outside the year is The company probably also has developers Obviously none of them is able to get the text parser to work correctly What are all these people doing Once upon a time there was a “golden age of programming when there were limits on memory and CPU Today we live in an ultra wasteful pit of inefficiency This is very sad Thanks for reading I hope you have found my reflections interesting and that you now have some questions to consider Feel free to leave any comments and write if you agree with my opinion 2022-12-24 10:05:51
ニュース BBC News - Home Iran protests: Activist Narges Mohammadi details 'abuse' of detained women https://www.bbc.co.uk/news/world-middle-east-64084709?at_medium=RSS&at_campaign=KARANGA sexual 2022-12-24 10:32:26
ニュース BBC News - Home Mark Ormrod MBE: Triple amputee makes swimming record attempt https://www.bbc.co.uk/news/uk-england-devon-64085466?at_medium=RSS&at_campaign=KARANGA blast 2022-12-24 10:26:32
ニュース BBC News - Home Thomas Frank: Brentford manager signs new five-year contract until 2027 https://www.bbc.co.uk/sport/football/64085361?at_medium=RSS&at_campaign=KARANGA brentford 2022-12-24 10:06:18
ニュース BBC News - Home Vote: British boxer of the year - Tyson Fury and Natasha Jonas in contention https://www.bbc.co.uk/sport/boxing/64057732?at_medium=RSS&at_campaign=KARANGA jonas 2022-12-24 10:15:08
サブカルネタ ラーブロ そばもん(和光市)春菊天そば+キス天 http://ra-blog.net/modules/rssc/single_feed.php?fid=206022 和光市駅 2022-12-24 10:25:00
北海道 北海道新聞 暴風雪で道内の物流、郵便に遅れ https://www.hokkaido-np.co.jp/article/780282/ 郵便 2022-12-24 19:45:59
北海道 北海道新聞 枝幸の70戸、停電続く 暴風雪 光ファイバー網損傷 https://www.hokkaido-np.co.jp/article/780260/ 光ファイバー 2022-12-24 19:39:56
北海道 北海道新聞 中国、100万人規模で感染増加 広東省でも医療逼迫、正念場へ https://www.hokkaido-np.co.jp/article/780223/ 逼迫 2022-12-24 19:23:39
北海道 北海道新聞 登別でくりすます演奏会 「上手にできた」 https://www.hokkaido-np.co.jp/article/780285/ 登別市 2022-12-24 19:35:00
北海道 北海道新聞 絵画や書、工芸 室東翔高も出品 市民ギャラリー展 https://www.hokkaido-np.co.jp/article/780283/ 室蘭市民 2022-12-24 19:34:00
北海道 北海道新聞 ニシノデイジーV、谷川牧場歓喜 中山大障害 浦河 https://www.hokkaido-np.co.jp/article/780280/ 中山大障害 2022-12-24 19:26:00
北海道 北海道新聞 重ねた歌声、美しく 苫小牧でゴスペルコンサート https://www.hokkaido-np.co.jp/article/780278/ 苫小牧 2022-12-24 19:25:00
北海道 北海道新聞 人権活動家をスパイ指定、ロシア 平和賞団体創設者の女性 https://www.hokkaido-np.co.jp/article/780275/ 人権団体 2022-12-24 19:19:00
北海道 北海道新聞 中国政府に失望、無力感も 抗議デモ参加者ら https://www.hokkaido-np.co.jp/article/780274/ 抗議デモ 2022-12-24 19:18:00
北海道 北海道新聞 <余市町ワイン大使のひぐち君です>⑦ 収穫剪定はブドウ栽培の原点 https://www.hokkaido-np.co.jp/article/780273/ 農家 2022-12-24 19:17:00
北海道 北海道新聞 美術家阿部さん 島牧中で初授業 戦時中の疎開で縁 https://www.hokkaido-np.co.jp/article/780272/ 阿部典英 2022-12-24 19:16:00
北海道 北海道新聞 <2022空知 取材ノートから>6 私立まおい学びのさと小学校開校へ 立ち上がった教員たち https://www.hokkaido-np.co.jp/article/780267/ 開校 2022-12-24 19:07:00
北海道 北海道新聞 深川市長選、3氏最後の訴え 各地で街頭演説 12月25日投開票 https://www.hokkaido-np.co.jp/article/780266/ 任期満了 2022-12-24 19:05:00

コメント

このブログの人気の投稿

投稿時間:2021-06-17 05:05:34 RSSフィード2021-06-17 05:00 分まとめ(1274件)

投稿時間:2021-06-20 02:06:12 RSSフィード2021-06-20 02:00 分まとめ(3871件)

投稿時間:2020-12-01 09:41:49 RSSフィード2020-12-01 09:00 分まとめ(69件)