Viewing profile — uudecode
uudecode
HN member- Joined
- Mon, Jun 06, 2016, 6:12 AM UTC
- HN karma
- 46
- Public activity
- 37 items
- HN profile
- View on Hacker News ↗
About uudecode
No profile information was provided.
Recent public activity
-
comment
Comment #11998976
It's possible to shake off OpenVPN and TLS without shaking off use of tun/tap. I use a tun/tap based "VPN" (overlay) and I quite like it. One could even add NaCl to it if they were…
-
comment
Comment #11982168
Here's another solution, a little better than rlwrap: socat readline,history=file exec:q
-
comment
Comment #11977804
"Nothing stops you..." Except my lack of creativity using k at this point. Thanks for this. As a k noob, I wonder: is thinking of solutions using iteration and control structures a…
-
comment
Comment #11974804
What if someone took c.c, k.h, linenoise.c and linenoise.h and made a tiny k4 REPL for UNIX with commandline history? Would the k community appreciate this as useful, pragmatic sol…
-
comment
Comment #11970177
I know that capstone, keystone and unicorn are marketed to the "security community" but these projects are some of the most promising I've seen for programming in general, e.g., fo…
-
comment
Comment #11969817
Silly question: Historically, did anyone ever attempt to create the APL primitives as separate utilities? The crazy idea that keeps recurring in my mind is that one could have a UN…
-
comment
Comment #11929777
The AS Macroassembler by Alfred Arnold (1992) still compiles on the unpopular OS I'm using, with a quick edit to sysdefs.h.
-
comment
Comment #11929471
What do you think of SRS?
-
comment
Comment #11929258
Easier: Add /amp before /articles. (This has been posted on HN before.) In fact, "amphtml" is the first link on the page. Follow this link to see the full article. However the /amp…
-
comment
Comment #11926087
Where does the lMyQjAxMTA2NzEyNzAxNDc5Wj come from?
-
comment
Comment #11906875
Fortunately the two approaches are not mutually exclusive. There are no rules about how the "distributed Web" must be constructed. As the old saying goes, there's more than one way…
-
comment
Comment #11902116
I think there's a lot of historical evidence over the last few thousand years that people naturally form small communities, or at least small groups within large communities. Today…
-
comment
Comment #11899764
Sybil attacks do not work in small communities that members may choose to form where the members already know each other. If a system forces all users to be part of some large, Bor…
-
comment
Comment #11894303
"To be honest, they're probably buying the users, not the product." I thought the same when they invested in "Facebook" and gave some kid with a website 17M or so. And then when th…
-
comment
Comment #11894233
Older computers are getting more valuable ever day.
- comment
- comment
- comment
- comment
-
comment
Comment #11885229
AWS is fine as long as... you do not want to control it with shell scripts and without a large scripting language. (No Perl, Python, Ruby, Go, etc.) I tried this when I first exper…
-
comment
Comment #11885052
This is common not just in Intel chips but in all electronics. Instead of making several versions, each with with more features, only one version is made that contains all possible…
-
comment
Comment #11883580
Generally, do development boards have ME, too?
- comment
-
comment
Comment #11881499
FreeBSD. Got it. But not OpenBSD, NetBSD, or Solaris. Interesting how even with a relatively simple utility like tr, changes were made.
-
comment
Comment #11876504
That's GNU, I'm guessing. BSD is a little different.