Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
samwilliams
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
8 ms
·
1.
▲
by
samwilliams
5y ago
Helpful article providing a less dense overview: https://www.sciencealert.com/hoyle-wickramasinghe-thesis-com...
2.
▲
by
samwilliams
5y ago
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 printed arbitrarily by a centralized mint. - Bitco
3.
▲
by
samwilliams
5y ago
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 more background here: https://www.google.com&#
4.
▲
by
samwilliams
5y ago
That first link is an incredible rabbit hole. Thank you for sharing.
5.
▲
by
samwilliams
5y ago
Whistleblower that spoke to WSJ.
6.
▲
Profit Sharing Communities: A Deep Dive
(coinmarketcap.com)
1 points
by
samwilliams
6y ago
|
0 comments
7.
▲
FEEDweave, or how to build a decentralized social network
(feedweave.co)
9 points
by
samwilliams
7y ago
|
3 comments
8.
▲
by
samwilliams
7y ago
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-storage-endowmen... And the paper has th
9.
▲
by
samwilliams
7y ago
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 can send as many chunks as you like.
10.
▲
Arweave’s Permaweb cheaply hosts sites and apps forever. A16Z and USV invest
(techcrunch.com)
5 points
by
samwilliams
7y ago
|
3 comments
11.
▲
by
samwilliams
7y ago
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_xYRb_G9-CYC... Full disclosure: I started th
12.
▲
Show HN: We are developing a de-centralised internet archive
(archain.org)
3 points
by
samwilliams
9y ago
|
2 comments
13.
▲
by
samwilliams
10y ago
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 are not completely inward looking. From the guidelines: >
14.
▲
by
samwilliams
10y ago
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 from another program). I don't see that this should be
15.
▲
by
samwilliams
10y ago
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 the input files was tightly defined.
16.
▲
by
samwilliams
10y ago
This is interesting, and as the other commenters have pointed out, creating a parser for /all/ variations of CSV can be very tricky.
17.
▲
by
samwilliams
10y ago
Ah right, yes, I can imagine that would be extremely messy!
18.
▲
by
samwilliams
10y ago
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 two computer programs.
19.
▲
by
samwilliams
10y ago
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(Row) -> string:tokens(Row, [SepChar]) end, st
20.
▲
by
samwilliams
10y ago
Ah, thanks. That makes sense.
21.
▲
by
samwilliams
10y ago
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 in morse code?) The messages won&
22.
▲
State election recounts confirm Trump win but reveal hacking vulnerabilities
(theguardian.com)
3 points
by
samwilliams
10y ago
|
0 comments
23.
▲
by
samwilliams
10y ago
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 a variety of different documents, simultaneously.
24.
▲
by
samwilliams
10y ago
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! I will update the site once PDFs of those are available. [0
25.
▲
by
samwilliams
10y ago
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 failure [0]), I am very impressed with the quality of this documen
26.
▲
by
samwilliams
10y ago
Key quote: "The outcomes of algorithms are regulated – the companies which use them have to meet employment law and competition law. The question is, how do we make that regulation effective when we can’t see the algorithm?”, UK Shadow
27.
▲
UK Labour calls for closer scrutiny of tech firms and their algorithms
(theguardian.com)
3 points
by
samwilliams
10y ago
|
1 comments
28.
▲
by
samwilliams
10y ago
> thought "cyber" wend out in the 90's A year ago someone in my research group claimed that they were 'getting into cyber'. I looked around the room and almost every other member of the group looked confused and
29.
▲
by
samwilliams
10y ago
I was going to ask for a source for that 40m figure, but I just found it. That is absolutely terrifying. Edit: To put in context, even if your were at the top of a ten story building, the wave (and ensuing mass of water) would still reach y
30.
▲
by
samwilliams
10y ago
Take 100 divers, each performing 100 divers in their lifetime. One of those people will encounter double regulator failure. I am not a diver, so I am not sure whether this is a definitely fatal scenario. However, if that is the case it woul
More ›