Viewing profile — machuidel
machuidel
HN member- Joined
- Mon, Dec 21, 2015, 1:38 AM UTC
- HN karma
- 26
- Public activity
- 11 items
- HN profile
- View on Hacker News ↗
About machuidel
No profile information was provided.
Recent public activity
-
comment
Comment #18596294
I did something similar a while ago. Have a look at: https://gist.github.com/machuidel/d7cc099ddc4970c6ddf4
-
comment
Comment #14471157
Oh oh. Young me will get into trouble again: https://bytes.com/topic/c/answers/214712-using-return-parant...
-
comment
Comment #12574534
Which new languages?
-
comment
Comment #12120848
I did the following experiment a while ago (map and flatmap in C): https://gist.github.com/machuidel/d7cc099ddc4970c6ddf4 By adding more abstractions it should even be possible to …
-
comment
Comment #11862338
Several months ago I still used a multi-site licensed Windows 7 Ultimate and relied on the "Services for Unix" NFS support. My servers are Unix based. Went outside for a while and …
-
comment
Comment #11264211
Yes, that would be good for development / debugging (like debug symbols) or as an optional way to give people access to the source.
-
comment
Comment #11263336
Since I started hearing about WebAssembly I cannot stop thinking about the possibilities. For example: NPM compiling C-dependencies together with ECMAScript/JavaScript into a singl…
-
comment
Comment #10779393
I've had many issues with NetworkManager, Avahi and Pulseaudio. I already decided to avoid them a long time ago. My distribution of choice, after using Slackware for several years,…
-
comment
Comment #10769473
The state is passed back and forth. The server does not keep the state (that is why they call it stateless), the client may keep it. If something does need to be stored on the serv…
-
comment
Comment #10769368
Actually, they are all valid ways when using the ReST philosophy. The idea is that with every request from the client the latest state is sent along with it (if needed). This way t…
-
comment
Comment #10769284
Have been using the ReST philosophy (or pattern?) for almost 15 years without any issues. ReST itself does not define the use of a specific technology and is not a standard by itse…