Viewing profile — samwilliams
samwilliams
HN member- Joined
- Thu, Dec 15, 2011, 8:00 PM UTC
- HN karma
- 603
- Public activity
- 138 items
- HN profile
- View on Hacker News ↗
About samwilliams
No profile information was provided.
Recent public activity
-
comment
Comment #30228305
Helpful article providing a less dense overview: https://www.sciencealert.com/hoyle-wickramasinghe-thesis-com...
-
comment
Comment #29078198
Put aside for a moment the name for the 'scheme' and consider the mechanism design differences between USD and Bitcoin: - USD is needed in order to pay taxes on the US, but can be …
-
comment
Comment #29078155
I think the reference to retirement funds is in relation to the fact many of them are under collateralized. They need to take new investor's money to pay out old investors. Some mo…
-
comment
Comment #28816573
That first link is an incredible rabbit hole. Thank you for sharing.
-
comment
Comment #28748467
Whistleblower that spoke to WSJ.
- story
- story
-
comment
Comment #21463275
Hey dweller! That isn't the mechanism. What happens instead is akin to an endowment for payment of storage. An outline is found here: https://www.arweave.org/faqs.html#what-is-a-st…
-
comment
Comment #21456786
Thanks for the comment @blacksqr! This calculator is outdated -- the current price of storage oscillates around $0.01/MB. The maximum single chunk size is also 10MB now, and you ca…
- story
-
comment
Comment #19936413
A community member built a blogging platform on our permanent, decentralised web (Arweave) today. You might want to check it out: https://arweave.net/egqLRAbESk4BvrPZGwNM-koJZZU3_x…
- story
-
comment
Comment #13782010
I think the HN crowd has always been interested in this sort of stuff? It certainly has since I started reading it (~7 years ago). One of the things that I like about HN is that we…
-
comment
Comment #13420827
Hi, Thanks for your thoughts. As I have stated elsewhere, the code handles all of the cases I needed it to handle, due to the stability of the input file format (which was emitted …
-
comment
Comment #13418917
I submitted that edit before the post had any replies. Also, I did try to make clear that the given code was created 'for a specific use case in which I knew' that the format of th…
-
comment
Comment #13418814
This is interesting, and as the other commenters have pointed out, creating a parser for /all/ variations of CSV can be very tricky.
-
comment
Comment #13418751
Ah right, yes, I can imagine that would be extremely messy!
-
comment
Comment #13418339
That is very interesting, thanks! I hadn't thought about Unicode or tolerating human error. Although the times I have worked with it have been when it is a transport medium between…
-
comment
Comment #13418220
Do you mean Excel to CSV? Or a CSV importer? I totally agree about Excel importing, but CSV is trivial, no? Here is an Erlang version I happened to write yesterday: lists:map( fun(…
-
comment
Comment #13295812
Ah, thanks. That makes sense.
-
comment
Comment #13294889
This is very neat! I created an Erlang script that allows you to send messages by morse code to the keyboard like this: ./remote_morse "HI,IAMSAM." (Spaces don't appear to be used …
- story
-
comment
Comment #13262175
Do you mean with the 'little book of OS dev'? Or one of the other resources? In general, my experience has been that OS dev is a topic that is best approached through the study of …
-
comment
Comment #13261093
Thanks! At the moment, the best source of information is the talk I gave at the Erlang User Conference 2016 [0]. Four papers and a thesis are in the pipeline for next year, though!…
-
comment
Comment #13260056
As someone that has just spent the last 27 months building an OS from scratch in a University research environment (an OS that can survive catastrophic hardware and software failur…