Viewing profile — Sodel
Sodel
HN member- Joined
- Fri, Nov 12, 2010, 8:20 PM UTC
- HN karma
- 111
- Public activity
- 50 items
- HN profile
- View on Hacker News ↗
About Sodel
Recent public activity
-
comment
Comment #38873418
Very interesting indeed. This reminds me of a (relatively) recent standard for distributed industrial process control. For industrial process control, the IEC-61499 [1] standard in…
-
comment
Comment #38678814
I mostly agree with your points except to say that, even if Oracle is not active in the project, the risk is real as long as Oracle owns any of the copyright for any ZFS code. The …
-
comment
Comment #25273579
Someone will probably need to correct me, but here's how I understand it. Proteins naturally fold into a shape where they have the lowest "potential energy". There are several usef…
-
comment
Comment #11434934
I've got two hobby projects on the go. I'm building a steam power plant simulator for students and trainees that won't cost upwards of $100K for a site license. It also has a plant…
-
comment
Comment #11250715
First of all, I love this. One nagging thing in my mind, though, is how easy it seems it would be for a Three-Letter Agency to backdoor LE to pieces. Then again, I guess that's nea…
-
comment
Comment #10815466
You appear to be assuming (not being a mind-reader, whether you actually are or not is of course unknown to me) that QNX would automatically be used in server farms if it was high …
-
comment
Comment #10810918
From that article, I get the impression that the 6-month limit only applies to direct submission of prior art to the Patent Office. Patents can still be invalidated by prior art in…
-
comment
Comment #10462370
One friend of mine essentially refused to take breaks after school. He'd get home and immediately start working on the day's homework. It would frequently take him until after 9 o'…
-
comment
Comment #10330175
Hey, that's a really cool idea! Using an asteroid as its own propellant.
-
comment
Comment #10319496
Agreed. Posix xargs is bafflingly inane. GNU xargs, at least, supports `xargs -d '\n'` to regain some line-oriented sanity. I prefer to use GNU parallel these days, though, since i…
-
comment
Comment #10319414
Sorry if this is pedantic, but actually: find . | grep 'abc' === find . -name '*abc*' find . | grep -i 'abc' === find . -iname '*abc*' The -name and -iname options do a verbatim fi…
-
comment
Comment #10224773
The is the operating system that I always wanted to make, without having the time or talent to pull it off. Just wonderful.
-
comment
Comment #9909934
Some folks have already moved on to a lost PLA casting process. I've seen some pretty decent results. http://3dtopo.com/lostPLA/
-
comment
Comment #9756964
I was lucky enough to get a tour of their facility last June. One half was assembling and testing the most colossal plasma injection guns, driven by the biggest capacitor bank I ha…
-
comment
Comment #9751410
Isn't this the definition of "unauthorized access", as far as the law is concerned? I'd be less uncomfortable if you had to deliberately choose which friends to share a certain net…
-
comment
Comment #9669905
I recommend adding something about static type checking to the list at the top of Crystal's homepage. I saw "never have to specify the type of...", and believed it was another dyna…
-
comment
Comment #9628888
I'm excited about cadquery for this reason. It's a Python library. https://github.com/dcowden/cadquery
-
comment
Comment #9596147
I'd worry about the same thing. Government subsidy sure hasn't made education any less expensive. (Education and public housing aren't quite the same thing, I know, but I'd still w…
-
comment
Comment #9280774
Very odd placement, but the code examples are posted under "screenshots".
-
comment
Comment #9248829
First off, thank you for mentioning Cadquery and Verb. I've never heard of either, and they're both interesting. Cadquery in particular looks very promising. Solvespace is a genuin…
-
comment
Comment #6764704
This tutorial fits the bill, and it's not too long. I worked through it when I was first learning C. http://www.osdever.net/bkerndev/Docs/intro.htm
- story
- comment
-
comment
Comment #5685834
If they think you're a crook from the outset, their hypothetical future confidence is not worth the effort.
-
comment
Comment #5670787
If hard work in excess happens to be one of the reasons you find it hard to get up in the morning, you may confidently disregard this post. It is not meant for you; if it actually …