1. NODE.JS RULES AND RAILS IS GAY
2. RAILS RULES AND NODE.JS IS GAY
3. FUCK PHP!!!!!!!!!!
4. PYTHON IS PERFECTION
5. I LIKED HASKELL BEFORE IT WAS COOL
6. GO SCARES ME SO NO REASON :((
You are right about the fact that it is an issue for long-running 32-bit programs. It may be possible to improve the situation by adhering to the following rules throughout your program:
- avoid struct types which contain both integer and pointer fields
- avoid struct types containing arrays such as [100]byte (replace it with *[100]byte or with []byte)
- avoid data structures which form densely interconnected graphs at run-time
- avoid deep call chains at run-time
- replace pointer identity with value equivalence (this can lead to a more explicit memory management in your program)
- if a data structure contains both long-lived and short-lived fields, move the short-lived fields into a separate data structure or into local variables of a function
- avoid integer values which may alias at run-time to an address; make sure most integer values are fairly low (such as: below 10000)
- if you are using caches to speed up your program, apply the rules mentioned here to redesign the cache. It may also help to use strings instead of structs as map keys.
- lower the overall memory consumption of your program
- carefully speed up your program (this may lead to a lower memory consumption in certain situations)
- call runtime.GC() (at the right moment)
Name:
Anonymous2012-09-30 15:17
>>1
7. Ask HN: which BSD licensed tiling windows manager written in Clojure do you use?
8. I'm 29, am I too old to code?
9. Le singularity is near!
>>4
10. How I left my family and founded a startup
11. I just mad $23.500 with Rails and some hype scam, losers.
12. Building a standing desk with my own turd boosted my productivity.
Name:
Anonymous2012-09-30 15:45
>>6
13. Hacker News isn't as good as it used to be
14. Hacker News is becoming too much like reddit
15. Hacker News is becoming too much like /prog/
Name:
Anonymous2012-09-30 15:49
>>7
16. Please upvote me
17. Please upvote me
18. Dude I fucking need more karma, upvote me already
Name:
Anonymous2012-09-30 15:54
19. How I got a handjob from Leah Culver in the men's room
1. Programming is web programming
2. Your domain name must have an .io extension.
3. Use only RoR and node.js
4. git is the only version control system
4-b. your project can be uploaded only at github
5. retro-computing is cool. fractals are cool. functional programming is cool. DIY is cool. startups are cool. (...)
6. How I hacked my breakfast and self-improved into an ALPHA
7. Startups are not about money, but about changing the world -- from the author of famed ToDo List app, todoer.io
8. 100 Vim tips to make you into a Node.js god
9. How Github changed my life