Viewing profile — alaaalawi
alaaalawi
HN member- Joined
- Sat, Aug 10, 2019, 1:16 PM UTC
- HN karma
- 23
- Public activity
- 35 items
- HN profile
- View on Hacker News ↗
About alaaalawi
No profile information was provided.
Recent public activity
- story
-
comment
Comment #48440389
YMMV but an LLM can hullicinate bug in programmed medical devices which may kill people in unexpected ways
-
comment
Comment #48253262
you may try https://github.com/nothings/stb/blob/master/stb_ds.h . a single header implementation for both dynamic array and string based hash table
-
comment
Comment #48047110
it is that not that they will take, as they do not have will of their own. greed does put them to work
-
comment
Comment #48047086
is it like society does not owe any body money for puting sand gravel cement and water. we are talking about products not their assembly
-
story
Ask HN: GPTs, vs. Software Estimation
In the age of GPTs, how do you estimate software project (time, resources...)
-
comment
Comment #47744375
you can check also XDS modula2/oberon-2 programming system. is an optimizing complier https://github.com/excelsior-oss/xds
-
comment
Comment #44485851
chill bro. spending some time on Elm is not the end of the world and not a serious issue! the question was about learning and not concerned about production and this was one of the…
-
comment
Comment #44468314
Also another option for fun in the browser Elm. check out similar older project https://github.com/Malax/elmboy
-
comment
Comment #44466501
one of the options for fast iterations would be Forth. in its circles, it famous for generation targets and cross compiling between archs. seaech the net you shold find plenty.
-
comment
Comment #44452181
I concur. not intermediate code directly machine code, even no tests. It will take human specs internally understand them (maybe formal methods of reasoning) and keep chatting with…
-
comment
Comment #44086383
this looks similar http://web.archive.org/web/20080211102811/http://www.pcthike...
-
comment
Comment #42815554
Achieving Correctness is really satisfying. however it is hard and difficult. IMOH this does in general polarize the scene (proving fanatics on one extreme and the other side who a…
-
comment
Comment #42008451
MMV But for me at least i tend to use it for brain storming, aka intial sailing through a subject/topic/task, getting intial idea. the idea is to use as an admin who is guided by y…
-
comment
Comment #38487093
for these critical applications which require reliable oprations as lives are at stack. formal verfication will help by reducing bugs more than traditional testing. they are not bu…
-
comment
Comment #38188379
i'd like to know the source. and the reasons i know long time ago are about more innovative work. like more compression, keyboard layout optimization, like having the code compiled…
-
comment
Comment #37313330
its really leads to all sorts of question. when markets for eggs and sperms to be sold directly to interested (the layman) are there and the buyer funds the rent of the artificial …
-
comment
Comment #35855641
this may be interseting (YMMV) read page 50 of "Compiler Construction for Digital Computers" 1971 which lists other reason some which are still valid and good to know
-
comment
Comment #34454167
i. missed up the code digits = '0123456789' patt = "foo=" SPAN(digits) . num while line = INPUT if line ? patt OUTPUT = num endif end
-
comment
Comment #34454111
i like awk. but i hate Regexp (YMMV). but for different perspective check out SNOBOL or its speedier variant Spitbol. although not one liner, but i find patterns easier to compose …
-
comment
Comment #34297827
YMMV, but thats why i love Forth. it compiles the full app (not interpret) in ms. some think its dead or only for the embedded, but for me and my projects its a deadly combination …
-
comment
Comment #34065711
we need just the correct expectations. APL is like mathematics for me. i need to read it several time to understand dense unfamiliar terms and formulas. same goes for APL. it is no…
-
comment
Comment #34053077
I did and still comfortable with the following YMMV. Alt -> Ctrl Ctrl -> Alt Caps -> Esc Esc -> Caps
-
comment
Comment #32900519
Sometimes FORTH shines here. Space is the delimiter. and consequently you can mumble the name on the keyboard without stopping at the moment. you have mix of all digits alphabet an…
-
comment
Comment #32459381
Many people will fret when mentioning a commercial vendor. but IMHO and YMMV the leaset systems to get going with the least hassle would be either Lispworks or Allegro and both off…