Viewing profile — aqsis
aqsis
HN member- Joined
- Thu, Jan 06, 2011, 8:54 AM UTC
- HN karma
- 38
- Public activity
- 25 items
- HN profile
- View on Hacker News ↗
About aqsis
Recent public activity
-
comment
Comment #41313219
What an utterly ridiculous question, one that could only come from the mind of an indoctrinated theist. Why do theists have children when there's at least a 50% chance they'll burn…
-
comment
Comment #26221936
Sound like software development might be a good opportunity for your dad to put his analytical skills to good use in his retirement. I'd suggest finding an existing open source pro…
-
comment
Comment #22557140
Good communication, both ways. As an engineer, you'll be faced with situations where you have to explain something highly technical to someone not so technical, and more likely mor…
-
comment
Comment #22473184
Pandemic - my daughter and I love playing this, because it's collaborative, you all win, or you all lose.
-
comment
Comment #21136393
I wouldn't stress it too much. It used to be that a lots of places on your work history was frowned upon, but in my experience as a hirer, it's not such a big deal these days. It s…
-
comment
Comment #20194517
Yep, I'm the same. At my last company they tried many times to get me to take a big monitor "like everyone else", but I feel more effective on a single MacBook Pro with multiple de…
- story
-
comment
Comment #17695737
Spot on, came to say exactly the same thing. If you don't trust the people you hire, then don't hire them.
-
comment
Comment #17591470
Productize: make it reliable, secure, polished, i.e. make it a product, not a prototype.
-
comment
Comment #16930255
The only advice I can give is from my perspective as an employer at a large SaaS company recently. As CTO I was responsible for building a large team covering various skills, inclu…
-
comment
Comment #16810759
Simple, because Facebook are a threat to the entire way of life for mainstream press, so they will jump all over this, spin it and twist it in all sorts of wonderful, self serving …
-
comment
Comment #16575684
None, you'd be wasting your time and energy. Languages come and go, good software design principles stand the test of time. Spend your energy wisely, learning good core principles,…
- story
-
comment
Comment #15236320
Erm, that doesn't look like a blog to me, that looks like a simple transcription of Amazon adverts, there are no reviews, in fact the few posts I looked at were simple cut & paste …
-
comment
Comment #14035581
The "widgets" are implemented using Gridstack ( https://troolee.github.io/gridstack.js/ ), the rest is all hand coded JS/CSS. The pattern editor, waveform editors and other intensi…
- story
-
comment
Comment #9355146
Smalltalk - the granddaddy of all object oriented languages, and still the 'most' object oriented IMHO. And the only language that I know of that is typically implemented in a syst…
-
comment
Comment #8931895
Don't choose one language! Why constrain yourself? One thing I always try to instil into my teams, "learn to program, do not learn a language". If you focus on becoming a good engi…
-
comment
Comment #5230999
Depends a lot on the needs of the client. Some have preferences on the development language, deployment setup, etc. I tend to mix and match the following... Groovy/Grails, Java/Spr…
-
comment
Comment #5053571
Thanks for the responses so far, very useful. I'd just like to clarify a couple of details, in case it makes any difference to the responses. Firstly, the solution is based around …
-
story
Ask HN: Any need for a better embedded development solution?
I've got a plan for a different approach to software development on embedded platforms. One that doesn't required the typical edit/compile/flash/restart cycle. Instead it allows di…
- story
- story
-
comment
Comment #2673460
Having been a long term supporter of RoR (and still am to a degree, it is very good for some things), I recently tried out Tornado. Very, very impressed, I personally have been muc…
-
story
Introspective, live languages.
I'm planning to build an interactive development system, very similar to Smalltalk. It seems that all implementations of Smalltalk, except Squeak and Pharo are dormant or abandoned…