@thedevs · Post #2026 · 12/06/2022, 08:42 AM
Advent of Code 2022, small programming puzzles for a variety of skill sets that can be solved in any programming language. #coding @thedevs https://thedevs.link/HxnXh2
Hashtags
TGINSIGHT SIMILAR POSTS
Source channel @rusembsg · Post #3613 · Oct 21
🎙 Russian Foreign Minister Sergey Lavrov's interview to the newspaper "Arguments and Facts" (October 21, 2024) Key Points: #BRICS • BRICS epitomises the shifts that have long been underway in the global economy. New centres of economic growth are emerging, and alongside them comes financial influence, which in turn brings political influence. • BRICS is a consortium where no single nation leads or is led, devoid of the bureaucratic machinery akin to that observed in Brussels, where EU officials impose decisions that contravene the will and interests of several member states, failing to align with the aspirations of voters across many countries. • BRICS does not stand in opposition to any entity, nor does it orchestrate operations or initiate projects. BRICS is committed to enhancing the combined potential of its nations and devising collaborative strategies for harnessing these potentials for mutual benefit. • What makes BRICS and other World Majority or Global East associations that do not include Western countries stand out, is that they are not created for the purpose of struggling or fighting with anyone. They are established to collectively benefit from their competitive advantages such as geographical location, shared history, cultural and humanitarian proximity <...>. #USA • The US is unwilling to relinquish the reins of power that they have held since World War II through the Bretton Woods institutions and through the role assigned to the US dollar in the international monetary system, even after free exchange of US dollars for gold had been cancelled. • The key goal of the US ruling class is to make sure no one can undermine their dominance. This goal is illusory. The historical process is objectively heading in a different direction, and this has to be reckoned with. • We are ready to interact with any administration voted in by the American people, but only if such a dialogue is mutually respectful, and both parties listen and hear what the other party has to say. #Ukraine • On multiple occasions, European leaders from Brussels have repeatedly made it clear that they must support Ukraine for as long as it takes, because Ukraine is fighting for the European values. • It turns out that European leaders are still willing to uphold Nazi values, which is why denazification is not just a motto, but an objective of utmost importance. #UN • The United Nations is not a valiant knight expected to “charge in and extinguish the fire” upon witnessing injustice. The UN is an assembly of its member states, each with established rules, including the Security Council's veto rights. The United States has effectively exercised this right five times over the past year, blocking a resolution proposed by several countries, including Russia, demanding an immediate ceasefire. <...> Presently, the United States is taking every measure to avoid antagonising Israel. • Nations such as India, Brazil, and African representatives should have long held permanent seats on the Security Council. This is essential to ensure representation of the World Majority. #Finland#Sweden#NATO • The zeal that the Finns and Swedes are showing in NATO, advocating for defeating Russia, is not only rooted in their historical instincts. They are also eager to show their Big Brothers in the North Atlantic Alliance that they have brought added value <...>. • I am confident that reasonable people in Europe, who have learned the lessons taught by history, see this too, including in Finland and Sweden. #Europe • To reiterate, the so-called right-wing conservatives are loyal to their countries and their people. We will engage with anyone who approaches us with a proposal to talk, to seek common ground, and to think about how we can jointly make the lives of our citizens better. #EurasianSecurity • We suggest discussing the Eurasian continent-wide security architecture, emphasising the fact that its doors will be open to everyone, including countries from the West of the Eurasian continent.
Search: #coding
@thedevs · Post #2026 · 12/06/2022, 08:42 AM
Advent of Code 2022, small programming puzzles for a variety of skill sets that can be solved in any programming language. #coding @thedevs https://thedevs.link/HxnXh2
Hashtags
@thedevs · Post #1662 · 01/16/2020, 05:16 PM
Goodbye, clean code. #coding @thedevs https://kutt.it/e8ePSG
Hashtags
@thedevs · Post #1450 · 04/05/2019, 05:18 PM
Name It, and they will come. #coding @thedevs https://kutt.it/emm4ZE
Hashtags
@Isaiahsystem · Post #1408 · 01/17/2026, 06:02 PM
Claude Code/ Codex/ Antigravity 终极启动器 (iTerm2 版) 丝如滑。最近优化了 Keyboard Maestro 快速在 iTerm 中启动 Claude Code/ Codex 宏动作。(已放评论) 结合我的快捷键启动建议,双击 Command 键读取选中的文件或文件夹,通过 iTerm2 在 Claude Code 中打开该目录位置,如果没有选中内容则跳转到预设目录。这里好用的是如果识别到 iTerm2 窗口已经打开,则开启新的 Tab 窗口分栏进入 Claude Code 打开,默认 Cmd+T 直接打开默认窗口;Codex 双击 Option 键同理。 还有个双击 Ctrl 可以 Antigravity 中同样快捷获取路径打开 iTerm Claude Code cd 到对应目录。如果 Antigravity 未打开,双击 Ctrl 则先打开该该窗口。 相关链接: 1 Claude Code 终极启动器 2 目前我的顶级生产力启动器 3 iTerm2 #coding
Hashtags
@amneumarkt · Post #472 · 04/28/2023, 06:26 AM
#coding I had some discussions with serval people about writing good code during machine learning experimentation. Whenever it comes to the part of writing formal code, opinions diverge. So, should we write good code that is easy to read with typing and tests, even in experiments? The spirit of experimentation is fast and reliable. So naturally, the question comes down to what kind of coding style allows us to develop and run experiments, fast. My experience with running experiments is that we will never run the code just once. Instead, we always come back to it and run it with different configurations or parameters. In this circumstance, how good shall my code be? For typing and tests, I type most of my args but only write tests needed to develop and debug a function or class. - Typing is important because people spend time figuring out what to put in there as an argument for a function. With typing, it is much faster. - Here is an example for tests: If I need to know the shape of the tensor deep in a method of a class, I would spend some seconds writing a simple test that allows me to put breakpoints in the method to investigate inside. But, the above is a bit trivial. How about the design of the functions and classes? I suggest taking your time writing those that are repeated in every experiment. We will hit some ceiling in development speed real quick, if we always use the first and most naive design for these. In practice, I would say, design it twice and write it once. One such example is data preprocessing. When dealing with the same data and problems, data transformations are usually quite similar in each experiment but a bit different in details. Finding the patterns and writing some slightly generic functions would be helpful. There is always the risk of over-engineering. I prefer to improve things little by little. I might generalize a function a little bit in one experiment. And also, don't hesitate to throw away your code to rewrite. Rewriting will take little time, and it usually brings in improvements. That's my five cents on code quality for developing and running machine learning experiments.
Hashtags
@siubeng_store · Post #352 · 01/27/2023, 02:53 PM
#Coding 今天闲下来重构一下以前坏掉的 Bilibili 网页播放器增强插件,发现我在其他项目中通过 Vite 构建 userscript (如 Tampermonkey) 插件脚本的依赖项目引流到另一个项目:vite-plugin-monkey,试用了一下确实是更加好用,也提供了不同框架的脚手架,给零碎的小需求节省了不少时间(不要问我小需求为什么不直接写单文件 vanilla js 呢🤣)
Hashtags
@amneumarkt · Post #244 · 07/13/2021, 10:41 AM
#Coding I found a nice place to practice programming thinking. It is not as comprehensive as hackerrank/leetcode but these problems are quite fun. https://codingcompetitions.withgoogle.com/
Hashtags
@renenotes · Post #95 · 05/28/2022, 11:32 AM
你要学会把代码和你自己分离,不要成为代码的拥有者。你要优化代码,便于其他人找到方法来修复错误和添加功能,把代码的控制权分散。因为你需要解放自己,继续去做下一个项目,否则你将永远无法脱身。 -- 《我编程20年的指导原则》 #Coding
Hashtags
@Wikidb · Post #8 · 11/02/2021, 12:55 PM
#coding
Hashtags
@arkibug · Post #520 · 09/07/2025, 04:44 AM
一些现取现用的 box shadow 样式 #coding#tool
@mtfront · Post #3906 · 05/31/2025, 05:46 AM
静态博客两周年 & Hugo 装修小记之四 #blog#coding
@mtfront · Post #3300 · 06/17/2024, 09:55 PM
给 Hugo 博客的代码区块更换主题 Hugo 默认的深色代码块跟我的浅色博客主题不太搭,于是研究了一下给 syntax highlighter 换主题。拒绝所有事情无脑上 dark mode 保护视力从我做起! 论我为了拖延刷题都能干出什么无聊事儿,本来前两天随手改一下的事儿,现在变出了一整篇博客,都快要丧失非建站非折腾博主的荣誉称号了…… #blog#coding