Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
doelie_
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
6 ms
·
1.
▲
by
doelie_
2y ago
Not an RTOS as is commonly understood but RTIC is nice. I think originally developed for robotics. https://rtic.rs
2.
▲
by
doelie_
4y ago
Yep... Funny how nobody addresses the main point, only that my 1-sentence executive summary is not accurate :-) Main point is: if you start doing mindfulness exercises, you will eventually get into insight territory, and without a cushion o
3.
▲
by
doelie_
4y ago
Vipassana style meditation (minfulness) should always be combined with Metta (lovingkindness), especially for westerners. That's the advice I keep seeing.
4.
▲
by
doelie_
5y ago
> ... they think I’m going to tell them the secret, and instead I tell them there is no real secret, just execution and practice. Ha!
5.
▲
by
doelie_
5y ago
Implement Scheme.
6.
▲
by
doelie_
6y ago
Cool project. I have been on the lookout for something like this. The idea of exocortex seems to be something that many people want, and almost universially re-invent because the way in which structuring makes sense is different for everyon
7.
▲
by
doelie_
6y ago
SEEKING WORK | REMOTE | Kalamazoo MI, USA Technologies: systems programming, embedded software, C, Rust, Erlang, Haskell Résumé/CV: https://zwizwa.be/tom/cv.pdf Email: tom@zwizwa.be Very broad systems programming
8.
▲
by
doelie_
6y ago
Location: Kalamazoo MI, USA Remote: yes Willing to relocate: no Technologies: systems programming, embedded software, C, Rust, Erlang, Haskell Résumé/CV: https://zwizwa.be/tom/cv.pdf Email: tom@zwizwa.be Set up as
9.
▲
by
doelie_
6y ago
Implement Scheme.
10.
▲
by
doelie_
7y ago
Probably looks a lot simpler in A-normal form, with intermediates factored out.
11.
▲
by
doelie_
7y ago
SEEKING WORK. Embedded Software / DSP / Test Automation / Code Rescue I can bridge low level and high level work. I travel frequently between Kalamazoo, MI and the Leuven/Brussels area, so remote+visits preferred. CV and
12.
▲
by
doelie_
11y ago
Mindfulness might help as well.
13.
▲
by
doelie_
13y ago
They were quite popular in Belgium as well. I got a Philips VG8020 in '87 at age 12, a bit after my uncle got one cheap as a Philips employee. I remember spending almost every evening at his place before my parents got me my own :)
14.
▲
by
doelie_
13y ago
SEEKING WORK - Remote or Belgium for next 3 months - Michigan after that. Over 20 years of software development experience, from low level ASM to high level Racket & Haskell. Very broad skill set and interest with these pillars: - C&#x
15.
▲
by
doelie_
13y ago
I got one of these with the idea of installing OpenWRT. No problems at all. Telnet into DD-WRT, then wget followed by mtd. The console approach makes it clear what's happening. http://wiki.openwrt.org/toh/buffalo&
16.
▲
by
doelie_
13y ago
SEEKING WORK - Remote or Kalamazoo, MI. (short 1-2 month stay in Belgium soon). Over 20 years of software development experience, from low level ASM to high level Racket & Haskell. Very broad skill set and interest with these pillars:
17.
▲
by
doelie_
13y ago
Do you have any experience with Forth chips? I've been looking for an excuse to play with the GreenArray devices.
18.
▲
by
doelie_
13y ago
Link?
19.
▲
by
doelie_
13y ago
Bare metal Lua: http://www.eluaproject.net/
20.
▲
by
doelie_
13y ago
SEEKING WORK - Lansing, MI - Remote OK over 20 years of programming experience low-level C/C++, ASM, embedded systems custom model-based code generators and analyzers (Haskell & Racket) audio and video digital signal processing (DSP) al
21.
▲
by
doelie_
13y ago
Well put. I have the same experience with compilers and program transformation. Many small steps, all of them simple , lead to a lot of heavy lifting if you put them all together. In some sense all those steps are "orthogonal", each takin
22.
▲
by
doelie_
14y ago
I like Daniel Ingram's approach. He has a strong focus on the essence, and bypasses a lot of Buddhist dogma that seems to get in the way for westerners. http://www.dharmaoverground.org/web/guest/dharma-wiki/-/wiki...
23.
▲
by
doelie_
14y ago
The "persuasive" approach is reminiscent of the basic techique in Vipassana meditation: focus on a particular sensation (breath at the tip of the nose, tingling sensations in right toe, ...) and whenever that focus drifts off, just bring it
24.
▲
by
doelie_
15y ago
http://zwizwa.be/-/libprim/ Lisp in 3 stages: primitive data, composite data, composite functions.
25.
▲
by
doelie_
16y ago
There is no good freelancing site that caters to bigger companies for i.e. embedded development that requires (part-time) on-site work. The companies have a hard time finding good consultants, and vice versa. Many locally acting middle me
26.
▲
by
doelie_
17y ago
Concatenative / point-free style? Guy already suggests this on p.68. Paraphrased, if data can be chopped in pieces, maybe code can too?
27.
▲
by
doelie_
17y ago
I'd like to see somebody one-up this and say ``and lambda!''. What I mean is restricting explicit recursion/loops to combinators which respect algebraic laws (i.e. Backus's FP/FL) in order to get a better grip on program transformation to
28.
▲
by
doelie_
17y ago
Indeed. The peg parser generator is quite nice: http://piumarta.com/software/peg/ I recently used it to implement an s-expression reader: http://zwizwa.be/darcs/libprim/ex/sexp.leg (It's incomplete, but it illustrates the principle: pe
29.
▲
by
doelie_
17y ago
Check this out: http://piumarta.com/software/cola/