Viewing profile — faoileag
faoileag
HN member- Joined
- Wed, Jun 03, 2020, 9:03 AM UTC
- HN karma
- 17
- Public activity
- 13 items
- HN profile
- View on Hacker News ↗
About faoileag
No profile information was provided.
Recent public activity
-
comment
Comment #33433401
Working as a test automation engineer in '91/92 (although as an intern), I wrote a program that controlled a test rig for seat belts. The machine was basically a home computer runn…
-
comment
Comment #32067308
It's always interesting to read such articles. 7,500 Employees? Bah, too much! 100 Engineers will do!! I raise you to 50 employees, the number WhatsApp had when they reached 1 bill…
-
comment
Comment #30084729
Three things might come into play here: 1. AFAIK Google ranks pages (amongst other metrics) by how "fresh" they are. A date given on a web page might count as a measure of "freshne…
-
comment
Comment #29976926
Like others said before: CL is just a programming language that can be used for functional programming, but doesn't enforce this. So you have to be disciplined. I stick to the foll…
-
comment
Comment #29918046
I'm currently in the process of doing exactly that. Although formally, by applying internally for the same job but in another team.
-
comment
Comment #27659772
Am I missing something? Or is this article really advocating to not count the worst thing that can happen to an utility (electricity provider, traffic lights, streaming service, on…
-
comment
Comment #27500164
I finished one other project - playing "MasterMind" against the computer (you know, where you have to guess five colour pins) with output done on the internal little printer. After…
-
comment
Comment #27500139
Funny enough, I think those things were never meant to be a "personal" computer. You could get quite a sophisticated external bus system for these ("field bus" I think) and that ma…
-
comment
Comment #27500117
I once (1992?) calculated mandelbrot sets on one of these. 400x400, output to an external thermo printer as the one-line display had, well, only one line. With a calculation depth …
-
comment
Comment #26748739
I've done one in Common Lisp, but compared against ~100 lines / bytes,it is obviously bloatware: http://www.faoileag.de/fn/software.html
-
comment
Comment #26723652
This is possible, at least from hearsay. 1. A decade or two ago a story made the news that some guy was working from some remote place in Scotland, basically in the middle of nowhe…
-
comment
Comment #26423876
If you are starting with C++ right now, I'd suggest Scott Meyer's More Effective C++ (and his other books) and the books by Herb Sutter. Don't worry too much about C++ 17/20 unless…
-
comment
Comment #26423818
Just a few things you should consider: - C++ is highly complex. The poster lower down claiming you already know 90% if you know C#/ObjC is simply wrong. The learning curve is steep…