Live data from Hacker News

Viewing profile — arcticwombat

arcticwombat

HN member
Joined
Tue, Nov 20, 2018, 9:36 PM UTC
HN karma
167
Public activity
80 items

About arcticwombat

Software developer, open source contributor.

Windows, OSX, Linux, web, desktop, server, system, plugins, I make a bit of everything

Recent public activity

  1. story
  2. comment
    Comment #21086653

    Eh, what's wrong with Rosetta Code? A metric ton of examples in a metric ton of languages. What's better about this one?

  3. comment
    Comment #19285652

    I wouldn't mind finding out who created and posted the videos..

  4. comment
    Comment #19283929

    How is this news? An app changed their icon..

  5. comment
    Comment #19254373

    If your product can be built entirely by "t-shaped" people, it's not a complex product. The thing about experts is that they're experts, an expert is INCREDIBLY good at one particu…

  6. comment
    Comment #19199211

    Sounds like a great project for you to learn a low level language, and some UX and GUI design at the same time. Game development is done in several languages and frameworks, so it'…

  7. comment
    Comment #19165616

    Super clickbaity... The dude had been prohibited from owning a gun after domestic abuse against his girlfriend. He tried to buy one anyway and failed a background check. He bought …

  8. comment
    Comment #19163368

    Before I click that link, what does it solve? What makes it different, better, than other admin template packs?

  9. comment
    Comment #19157630

    * Solve problems * Afterward, reflect on what went well and what didn't * Write down what you should have done differently * Solve more problems, keep those notes handy * Repeat So…

  10. comment
    Comment #19153191

    I made myself one of these a while back, but not as sleek looking. Nicely done :)

  11. comment
    Comment #19147623

    I've seen at least 4 or 5 posts about the VFEMail thing just today so I dinged this one when I saw it. No idea what's considered significant.

  12. comment
    Comment #19146169

    So many duplicated posts about this..

  13. comment
    Comment #19143831

    I know how it's done. Find a problem, solve it, charge for the solution. All you have to do is fill in the blanks :) It's not really tongue-in-cheek either, there are LOADS of book…

  14. comment
    Comment #19143798

    I'm the same. QBasic, GW Basic, Commodore 64, those were the big ones for me as a kid. Without them, I probably wouldn't be a programmer today.

  15. comment
    Comment #19143583

    Oh wow, that's a blast from the past! Had lots of fun with QBasic as a kid :)

  16. comment
    Comment #19143454

    I think so too, but my statement still stands. There's nothing new or especially special about "server side rendering", and nothing about React rendering either. Rendering on the s…

  17. comment
    Comment #19136431

    Didn't you know? If it isn't less than a month old, it's "the old way" :)

  18. comment
    Comment #19135935

    Yeah microservices is another one that suffers from the One Solution To Rule Them All mentality. They're GREAT when they're the right fit. Most websites aren't really a right fit a…

  19. comment
  20. comment
  21. comment
    Comment #19134847

    I'm not talking about the bloat of the framework itself but the code you write to use the framework. When you have 2mb worth of "React code" and the framework itself only takes up …

  22. comment
    Comment #19134772

    SPA isn't automatically the best solution for a page or site with frequent updates. The updates are handled by JavaScript and http calls. You can write a lot of that stuff in a doz…

  23. comment
    Comment #19134761

    2mb html file, + whatever else for initial load? That's only 1-2 seconds on a fast connection. If you have zero of that content cached locally and are on a mobile or just not-fast …

  24. comment
    Comment #19134705

    How is this amazing? We've been "server side rendering" since the inception of the internet. If you build your pages with CSS at the top and JS at the bottom you're already achievi…

  25. comment
    Comment #19134513

    There are two kinds of "Productive". There's my personal productivity, and there's the team/company productivity. When working on a team, you have to figure out what produces the b…