Hacker News
- Writing an app is like coding for LaserDisc https://shkspr.mobi/blog/2022/09/writing-an-app-is-like-coding-for-laserdisc/ 188 comments
- Write code like you just learned how to program (2010) https://prog21.dadgum.com/87.html 54 comments
- Hackertyper – Write code like on TV http://hackertyper.net/ 2 comments
- Write code like you just learned how to program http://prog21.dadgum.com/87.html 51 comments
- Why I sometimes like to write my own number crunching code https://dragan.rocks/articles/21/Pimp-my-Clojure-number-crunching 36 comments
- “I don’t like things that write code for me”: Dev Tool with Mitchell Hashimoto https://about.sourcegraph.com/blog/dev-tool-time-mitchell-hashimoto/ 4 comments
- Write like you code https://www.chrisbehan.ca/posts/write-like-you-code 25 comments programming
- Write like you code https://www.chrisbehan.ca/posts/write-like-you-code 15 comments coding
- is it ok to write my code like this https://mooc.fi 8 comments javahelp
- Write Code Like You Write a Recipe https://ahungry.com/blog/2020-11-17-write-code-like-you-write-a-recipe.html 6 comments programming
- How does the assembly for the code I write looks like? https://www.reddit.com/r/golang/comments/75h5rh/how_does_the_assembly_for_the_code_i_write_looks/ 3 comments golang
- Writing Code like a Mathematical Proof https://medium.com/@spiside/writing-code-like-a-mathematical-proof-f5838fc27382 5 comments programming
- Writing object oriented "like" code in C http://nithinbekal.com/2011/writing-object-oriented-code-in-ansi-c/ 34 comments programming
- Write Code Like You Just Learned How to Program http://prog21.dadgum.com/87.html 43 comments programming
- Write your code like a recipe using CHEF. http://foodproof.com/recipes/view/hello-world-souffle-213 18 comments programming
- In Lua, why can't I write code like 'a() and b() and c()' instead of 'if a() then if b() then c() end end' https://www.reddit.com/r/lua/comments/93xnhu/in_lua_why_cant_i_write_code_like_a_and_b_and_c/ 41 comments lua
- I feel like I write "bad" code. Does anyone have any advice? Does it get better with practice? https://www.reddit.com/r/learnprogramming/comments/6q3lr9/i_feel_like_i_write_bad_code_does_anyone_have_any/ 15 comments learnprogramming
- AMD: "I don't always write GPU code in Java but when I do I like to use Aparapi" http://blogs.amd.com/developer/2011/09/14/i-dont-always-write-gpu-code-in-java-but-when-i-do-i-like-to-use-aparapi/ 6 comments java
- Why does it always feel like I'm writing garbage code? How do I fix/get over it? https://giphy.com/gifs/oh-snap-anders-holm-damn-l0DEKzl8fVWF1n6E0 8 comments cscareerquestions
- Is writing code becoming obsolete like my manager says it is? https://www.reddit.com/r/cscareerquestions/comments/9vad5a/is_writing_code_becoming_obsolete_like_my_manager/ 84 comments cscareerquestions
- Write Code Like the Go Team (GopherCon Russia 2018) https://talks.bjk.fyi/bketelsen/talks?p=gcru18-best 6 comments golang
- Is it possible to write go modular code like NodeJs does? https://www.reddit.com/r/golang/comments/8o290y/is_it_possible_to_write_go_modular_code_like/ 2 comments golang
- Telling somebody that they are writing unmaintainable code, is like scolding somebody else’s children http://blog.tfstracker.deltapi.co.za/2007/08/19/telling-somebody-that-they-are-writing-unmaintainable-code-is-like-scolding-somebody-elses-children/ 33 comments programming
- What does a typical piece of code you're expected to write daily look like in the "real world" ? https://www.reddit.com/r/cscareerquestions/comments/5xqec8/what_does_a_typical_piece_of_code_youre_expected/ 6 comments cscareerquestions
- I'm a physicist and can write code and make programs well, but it looks nothing like what "real software engineers" write. https://www.reddit.com/r/learnprogramming/comments/6wu662/im_a_physicist_and_can_write_code_and_make/ 5 comments learnprogramming
- "Coding in C++ is like a knife fight. The compiler is your first enemy, and the system you're writing is the second." http://web.mit.edu/~axch/www/writing_rant.html? 182 comments programming
- How do I figure out how to write my loop by looking at the pattern? When I see the code I understand how it is working. But How would I now without looking at the code that I am suppose to write the code like that? https://www.youtube.com/watch?ab_channel=SimpleSnippets&index=12&list=PLIY8eNdw5tW8TmAF1Xkez1CY7HE4X9KRL&v=OPcaSHiuY4M 2 comments cplusplus
- Jihan Wu on ASICBoost - "I didn't really pay attention to Asicboost that much until the recent drama. You can write the code to ban it. And we may likely to accept." https://twitter.com/JihanWu/status/860336539255033860 20 comments btc
- I'm an engineer who is doing a PhD in computer science but has almost no professional programming experience. Here is what it looks like when I write code. How am I doing? https://www.youtube.com/watch?v=q4kg5tLCO5E 94 comments coding
- To write fast java-script you must code like you would have in assembly language http://blog.mrale.ph/post/12396216081/the-trap-of-the-performance-sweet-spot 27 comments gamedev
- When faced with a question like that, rather than writing this horrid code I’ll usually push back and ask “why do you want to know?” http://blogs.msdn.com/ericlippert/archive/2009/04/13/restating-the-problem.aspx 100 comments programming
- James Coplien: “If coding doesn't feel like painting or passionate creative writing, you have at least another level to master before calling yourself a programmer.” https://twitter.com/jcoplien/status/1051428822275555329?s=21 5 comments webdev
- We're going to augment IDEs like Eclipse with new, interactive ways to help professional developers write code. Give us your feedback! https://www.surveymonkey.com/s/pbygh76 51 comments programming
- ~15 years trying to make everyone separate HTML, JS & CSS. And then suddenly everything went south and we’re writing code like this. https://twitter.com/thomasfuchs/status/810885087214637057 913 comments programming
- ~15 years trying to make everyone separate HTML, JS & CSS. And then suddenly everything went south and we’re writing code like this. https://twitter.com/thomasfuchs/status/810885087214637057 264 comments javascript
- Is this at all worth it to debug this, or should I start over and actually write the code gradually and in stages? (Macro preprocessor like m4, GPP, defined in one file, sapp.y) https://gist.github.com/Chubek/3f1a2c13353b5484f307d97da1459e5e 8 comments c_programming
- Mailrox | Rich HTML email development that isn't like punching yourself in the face. - You upload a design and chop it up into an email without writing any code, and it should work in all email clients. https://www.mailrox.com/ 5 comments web_design
- Thomas Fuchs: "~15 years trying to make everyone separate HTML, JS & CSS. And then suddenly everything went south and we’re writing code like this." https://twitter.com/thomasfuchs/status/810885087214637057 127 comments webdev
- Why Kids should learn how to code: "For me what programming is about is a new form of creation. It's like writing. Why is it important to write? It's not because lots of people grow up to become professional writers. It's because when you learn to write, it helps you organize your thinking." http://www.nationaljournal.com/next-economy/solutions-bank/is-computer-coding-the-legos-of-the-future-20140522 4 comments technology
- Developing modern embedded software... requires expertise not just in temporally oriented modeling (W comes after X) like writing sequential code but also in spatially oriented modeling (Y connects with Z) like creating circuits http://lambda-the-ultimate.org/node/2488 2 comments programming