Viewing profile — serhart
serhart
HN member- Joined
- Thu, Dec 12, 2013, 2:26 AM UTC
- HN karma
- 53
- Public activity
- 25 items
- HN profile
- View on Hacker News ↗
About serhart
No profile information was provided.
Recent public activity
-
comment
Comment #47676016
I'm not who you replied to, but no, no, I don't think that's an "opposition" to writing in the sense that it's making us stupid or replacing oral traditions. From my limited unders…
-
comment
Comment #45869626
A FLAC encoder/decoder written in Guile scheme. I struggled to get the decoder working with most test files for a while until recently. It's more or less a fully functional decoder…
-
comment
Comment #45032389
Relax, it's just a play on https://www.poetryfoundation.org/poems/43291/sailing-to-byza... The code is a mouse wheel scroll down.
-
comment
Comment #31836694
Yes, that is very much what they were. However, they used the term compiler in very much the same way it's used today. It didn't mean something different. The concept of the "compi…
-
comment
Comment #31836135
That is absolutely not true. Just because early compilers acted more like linker/loader doesn't mean they used the word compiler to mean "linker". When the term was coined it absol…
-
comment
Comment #22476620
> Use a good text parsing library. Regexes are probably not enough for your use case. In case you are not aware of the limitations of regexes you may want to learn about Chomsky hi…
- comment
-
comment
Comment #21021781
How is it not a matter of familiarity? Just because it's not intuitive to you doesn't mean it's bad. I find anything not in an S-expression to be atrocious. Doesn't mean I can't le…
-
comment
Comment #21021253
I don't agree at all. I don't find it less "readable". You just have to be used to it. If you understand English, German isn't that hard of a language to learn. Japanese would prob…
-
comment
Comment #21016187
Sure, but bash only has certain language constructs. This implementation is using parameter expansion and some other built ins. It's definitely more complex than yours, but that's …
-
comment
Comment #21016124
Yes, but I think that's antithetical to what languages like bash and perl are trying to do. Someone well versed in the language can do some pretty complex operations in a few keyst…
-
comment
Comment #21015988
I'm in no way defending bash as a language. There are lots of gotchas and weird constructs. I avoid bash too. It's just that trim function isn't that cryptic or "unreadable" if you…
-
comment
Comment #21015624
Just because you seem to be unfamiliar with bash doesn’t mean it’s unreadable. Almost any language will look cryptic if you don’t know it. That function is mostly just parameter ex…
-
comment
Comment #20411278
It is implemented in Guile. The language is just syntactic sugar via macros and utilizes WISP. https://git.savannah.gnu.org/cgit/gwl.git/tree/gwl/sugar.scm https://srfi.schemers.or…
-
comment
Comment #20332292
If you aren't trying to be Unix I would imagine you aren't thinking that. GNU probably doesn't subscribe to that notion.
-
comment
Comment #20332076
I'm pretty curious on how you conclude that GNU is "intentionally obfuscating code" from [1]. I read [1] as good advice to avoid inadvertently getting code into GNU that could be c…
-
comment
Comment #19807992
I don't think it has Nvidia drivers, but there is work being done for Guix and HPC. https://guix-hpc.bordeaux.inria.fr/
-
comment
Comment #19807827
It's definitely not trivial to do. I have the Guix system installed on my mid 2013 MBP. I installed the mainline Linux kernel and drivers along with the proprietary Broadcom wirele…
-
comment
Comment #19807546
The official Guix channels do not package proprietary software. However, nothing is stopping someone from doing it.
-
comment
Comment #18184704
> By definition, if you're programming Emacs Lisp, you're an Emacs user. Emacs is the interpreter. That's not necessarily true. Guile supports Elisp as a language. You can write El…
-
comment
Comment #18089469
Here is a gist of the relevant packages and configs I have for my MBP. https://gist.github.com/steve-ayerhart/81c9dfc773472e08002cd...
-
comment
Comment #18079549
I don't have access to it now. When I do I can put the package definitions and OS config up somewhere. When you first boot GuixSD most of the core stuff should work fine. Wireless …
-
comment
Comment #18076519
None that I know of currently. The OS is version 0.15.0. It's very young and doesn't have a huge user base. I'm sure there will be non gnu repositories that will eventually spring …
-
comment
Comment #18076253
Not true. You can write your own packages in the same high level interface. Including the mainline Linux kernel and broadcom drivers. I have GuixSd running on my 2013 MBP
- comment