Viewing profile — nakkaya
nakkaya
HN member- Joined
- Wed, Aug 05, 2009, 1:08 PM UTC
- HN karma
- 113
- Public activity
- 33 items
- HN profile
- View on Hacker News ↗
About nakkaya
nurullah@nakkaya.com
Recent public activity
-
comment
Comment #41465490
Yes there are. I would suggest going through the subreddit mentioned /r/selfhosted. There are GUI tools and NAS products that would let you host docker images. As for CLI ask an LL…
-
comment
Comment #35446242
The thing most people on the West doesn't seem to get is, there are issues that predate Erdogan. Such as this one, whoever replaces him will make similar requests in a less childis…
-
comment
Comment #19515188
At work one of the projects I work on is the telemetry system for a solar race car. I have pretty much the exact setup. We grab the data from the CAN bus transmit it over the radio…
-
comment
Comment #17982640
I maintain a programming language called Ferret [1]. You can read through the manual, it is a literate program, covers everything you need to implement your own lisp. Compiler, opt…
-
comment
Comment #17670526
If I were to go with C I would have to reimplement OOP machinery required for an object system. OOP also makes memory management a non issue. Functions are first class citizens in …
-
comment
Comment #17670422
You are right. It is due to limitation of writing for embedded systems. I try to keep everything as close to Clojure as possible but some stuff is just not possible on embedded sys…
-
comment
Comment #14960417
Author here. Did not knew about Céu till now, just watched the intro video. I maintain a behaviour tree [1] library called alter-ego [2] (code needs cleanup) which already contains…
-
comment
Comment #14956079
Author here. I am actually curious about this myself. I originally released it under GPL but then on another HN thread someone said anything compiled with it also ends up being GPL…
-
comment
Comment #14955993
Author here. It is the Half-Life logo. I wanted a lambda symbol for a favicon, love the game too so I settled on a open licensed logo.
-
comment
Comment #14955977
Author here. If I am not mistaken (I don't do web development.) very early versions of ClojureScript repl compiled code on the JVM side then piped the output to the browser. (Maybe…
-
comment
Comment #14955793
Author here. As derefr said with Clojure semantics you can not create cycles.
-
comment
Comment #14170188
All clients has a copy of the git repo plus a server on Digital Ocean.
-
comment
Comment #14169625
For backups, I have two git-annex [1] repositories, - Personal files, stuff I can not afford to lose (photos,documents etc.) - Full archive on S3, full archive on a home server, 4 …
-
comment
Comment #13871328
I maintain a project called Ferret [1], which compiles a subset of Clojure to C++11. No VM no dependencies you get a single cpp file that can be compiled to native code. Supports a…
-
comment
Comment #11884347
It is possible. Some scheme compilers use C as their intermediate language. Scheme to C to binary. (Gambit/Chicken/Stalin etc.). I have a project [1][2] that compiles a subset of C…
- story
-
comment
Comment #5803478
I'll begin by saying I do not believe in a personal god. Well Imams as guidance counsellors are extremely dangerous because unlike Christianity Islam never had the enlightenment pe…
-
comment
Comment #5803444
After WWI Turkey was divided between Christian countries France Greece England etc.
-
comment
Comment #5803410
But this is not about Istanbul. It is not about a park or a shopping mall, you hear about Istanbul because that’s where 1/4 of the country lives in there are protests in Ankara Izm…
-
comment
Comment #5803386
Forcing Religion on children: No I mean Imams acting as guidance counsellors. Children refusing to take religion classes not given their grade cards. Restrictions on TV: You do not…
-
comment
Comment #5803359
> He was thrown into prison And the same guy, now prime minister jailed a world renowned pianist because he quoted a poem criticizing Islam (for foreigners technically court jailed…
-
comment
Comment #5803245
Park protest was just the tipping point. Current government has been slowly transitioning the country into Islamic rule. There were numerous things that preceded this, ban on abort…
-
comment
Comment #5803183
> the police reaction isn't more violent than say the crack down on the Occupy protests Really, so in the US people got beaten up up by the police [1], thrown tear gas from police …
- story
-
comment
Comment #3151989
http://nakkaya.com/2010/08/24/a-micro-manual-for-lisp-implem...