Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
yetfeo
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
9 ms
·
1.
▲
by
yetfeo
12y ago
The way I speak and the way I write are different. Avoiding slang like 'wanna' when writing is good.
2.
▲
by
yetfeo
12y ago
This is a pet peeve of mine but...is 'wanna' a commonly used word in the USA? It grates whenever I read it as it's rarely used where I am.
3.
▲
by
yetfeo
12y ago
As I mention in a previous comment, if you are using the TOR hidden service (3g2upl4pq6kufc4m.onion/) the redirect goes over a TOR exit node without https. Ideally it should use the hidden service so no exit node is involved, or at the
4.
▲
by
yetfeo
12y ago
One thing that would be nice to fix in the new interface: If I use the DDG TOR hidden service, 3g2upl4pq6kufc4m.onion, do a search and click on a search result the link goes via a DDG redirect from r.duckduckgo.com. This should be using the
5.
▲
by
yetfeo
12y ago
It would be nice if some of the items in the pre-commit checklist from [1] could be checked at compile time somehow. [1] https://github.com/clearcrypt/clearcrypt/pull/3#issue-327877...
6.
▲
by
yetfeo
12y ago
> Emphasis will be placed on simplicity, clarity, and audibility. Most projects start with this as an implicit goal. Unfortunately they tend to grow out of control as the code base gets larger.
7.
▲
by
yetfeo
12y ago
Nix has a number of nice things going for it. You can have multiple different versions of packages installed and other packages can depend on the different versions. The management of the 'shared library hell' is done behind the s
8.
▲
by
yetfeo
12y ago
Do you have any tips on managing a nixpkgs clone vs using channels? How do you set it up to default to your clone for example?
9.
▲
by
yetfeo
12y ago
I wouldn't describe JavaScript's OOP as bolted on. It's just a different kind of OOP - prototype based rather than class based. You could argue that Lua is more "bolted on OOP" since there are quite a few different
10.
▲
by
yetfeo
12y ago
As long as you hold the private keys yourself and don't keep them on third party websites your holdings are safe. Safer than cash since you can encrypt and back up the keys.
11.
▲
by
yetfeo
12y ago
Exchanges usually charge a withdrawal fee to cover transaction fees. BTC-e also charge a fee for example. Bitcoin software doesn't provide (an easy if possible at all) means to compute the fee up front to pass on to the receiver. So ex
12.
▲
by
yetfeo
12y ago
Wouldn't multisig on an exchange prevent the use of cold wallets? It wouldn't be possible to move funds to/from hot and cold without a signature from the depositor. It would also make trades a little more difficult in that us
13.
▲
by
yetfeo
12y ago
At the time bitcoin wasn't worth so much so trading out might have been more reasonable. The large increase in price has made the debt much more significant. It's unfortunate that those that have deposited since then have subsidis
14.
▲
by
yetfeo
12y ago
blockchain.info has a method of tainting and tracking coins: https://blockchain.info/tags?form_type=1 Taint is viewable using "Related tags" and "Taint Analysis" on address pages.
15.
▲
by
yetfeo
13y ago
The Geeksphone Revolution could be an interesting choice. Comes with Android pre-rooted installed with menu options to install other ROM's including Mozilla's Boot to Gecko as a supported option. You could run the latter with the
16.
▲
by
yetfeo
13y ago
It might not be a goal for Mozilla for it to be a production browser but it does seem to be for other people working on it and this is affecting what is being worked on: https://groups.google.com/d/msg/mozilla.dev.
17.
▲
by
yetfeo
13y ago
Trunk builds of Firefox OS (version 1.4ish) work fine on my ZTE Open. I doubt they'll see consumer release though. I hope they do but I'm not confident in carriers pushing it.
18.
▲
by
yetfeo
13y ago
Mercury is used in production with PrinceXML [1] and ODASE [2]. ATS is used in production in the implementation of a bitcoin mining pool [3]. OCaml is heavily used by Jane St [4]. SML (via the MLton implementation) is used in industry [5].
19.
▲
by
yetfeo
13y ago
> IMO, C is no longer suitable as a systems programming language. Neither is C++. People writing new systems level code should seriously consider safer languages. ATS, Rust, Mercury, OCaml, SML, and many others.
20.
▲
by
yetfeo
13y ago
I agree but Flattr does provide an interesting approach. With them you set aside a set amount per month you want to donate. Then when you tip a site it gets a proportion of that amount based on the number of tips you made in the month. This
21.
▲
by
yetfeo
13y ago
Does Flattr do what you want with regards to enabling tipping small amounts to a website?
22.
▲
by
yetfeo
13y ago
GHash.io and BTC Guild own >50% between them though: http://blockorigin.pfoe.be/top.php Eligius have some mining rules which one could regard as not acting in good faith (rejecting gambling site transactions, etc) depend
23.
▲
by
yetfeo
13y ago
The question is not "Do you trust bitcoin", it's "Do you trust the Bitcoin Foundation". The latter is an organization set up recently and is not involved with the original bitcoin creator.
24.
▲
by
yetfeo
13y ago
Now that Firefox Accounts is being used in Mozilla properties rather than Persona I'd expect more downplaying of Persona to come from Mozilla, including employees like OP. Is Persona still being developed at Mozilla?
25.
▲
by
yetfeo
13y ago
Unfortunately it does not fail completely safely. The change transaction seems to still be available for coin selection and causes sends to fail. The getbalance command shows an incorrect balance due to counting the change address twice - o
26.
▲
by
yetfeo
13y ago
It depends. There's a small issue with the reference client that is also causing chains of double spent transactions in merchant wallets: http://www.reddit.com/r/Bitcoin/comments/1xm49o/due_to_activ.
27.
▲
by
yetfeo
13y ago
This is not true. It does not handle malleability in one case. See http://www.reddit.com/r/Bitcoin/comments/1xm49o/due_to_activ... This is why many sites are having issues. It is in fact a problem with t
28.
▲
by
yetfeo
13y ago
The reason why exchanges and other software are having trouble with malleable transactions is not due to bad software using transaction ids. It's an edge case with the reference bitcoin client. See: http://www.reddit.com
29.
▲
by
yetfeo
13y ago
> It's a non-issue in so far as it does not prevent bitcoin from working as it should if you do implement things as the original client does it This is not correct. The original client gets one edge case wrong and it is this that is
30.
▲
by
yetfeo
13y ago
It is not poorly coded exchanges that are causing the issue. It's actually an issue with the reference bitcoin client and those that use the same behaviour: http://www.reddit.com/r/Bitcoin/comments/1xm49o
More ›