HN user

aclindsa

62 karma
Posts1
Comments38
View on HN

As a Christian, I feel compelled to point out that much of what passes for "Christianity" today does not align very well with the recorded teachings and actions of Jesus. Historical Jesus was quite vocal that what mattered most was caring for the poor and the outcast, and he spent much of his time with the sick and powerless. He avoided traditional power structures, even though the people of the time expected their "messiah" to act like a powerful king - instead of dying the most shameful death as he did.

I am organizing an academic branch prediction championship: https://cbp-ng.bpchamp.com/

This is not the first championship in branch prediction, but real-world design constraints have never been seriously considered before (How long does it take to produce a prediction? How much energy does it consume?). We wrote a new C++ library which uses operator overloading to track the latency/energy used by math operations as the predictor predicts. In addition to computation, this library models registers, RAMs, etc. The championship is open to everyone - documentation, a tutorial, etc. are on our website/repository to help you get started!

One of the best things about openscad is the ability to immediately see the results of a code change in the 3D view (all I do is save the file with :w in neovim and openscad re-renders it). Being able to interact like this makes it much quicker and easier to iterate on a design.

I read through the ucad website and book for 10 minutes and haven't been able to figure out if there is an analogue to this for ucad?

There are several things that look neat about ucad's language, but I would need to recreate something like openscad's workflow to consider switching.

My experience is that intelligence is not one-dimensional or a cure-all. It is possible for someone to be able to solve a difficult math problem much quicker than their peers, but still have a really hard time managing emotions or dealing with everyday life.

With a battery how fast you charge it, how "full" you charge it to, how deeply you discharge it, the temperature at which you keep it, etc., all affect the degradation rate of the battery. So, because charging a battery from 68-75% is better on the battery than charging from 93-100%, storing the battery full is worse, etc., it isn't necessarily true that "7% charging is the same as 7% charging".

I won't claim this as the one true answer, but one potential reason is that it is encouraged by many religions, including Christian denominations, to have a personal relationship with God. To put it another way, it is exactly God's power which enables God to have a personal relationship with each of us while we, constrained by our own humanity, are only capable of maintaining familiarity with a relatively small number of people.

I think you're missing the part that from the surface of the Earth, we can never see that whole plane at once. So the special part here is that all the planets are simultaneously in one half of a partition of the plane by a line going through Earth.

Standard Ebooks 4 years ago

May I ask why you felt rudeness was appropriate here?

I had read the link and it was not obvious upon reading it why contributing back to Project Gutenberg did not make sense for them. In particular, I did not understand why it would not be desirable to contribute back corrections to the text to the "upstream" and original source so that others could also benefit - I did not see any contradiction between doing so and the goals/benefits stated on their page.

Standard Ebooks 4 years ago

Would it be possible to contribute back the corrections from proofreading so that others could benefit, if not some of the fancier formatting/fonts/etc.? Or is that prohibitively difficult due to what is effectively a one-way conversion from PG to your own format?

Standard Ebooks 4 years ago

Curious: Since Standard Ebooks uses Project Gutenberg's work, why not contribute back instead of 'fork' to a separate project? Are there obstacles preventing this or making it less than desirable?

Perhaps so. Though I found structural things with each of those projects that I did not like. For example, opentaxsolver's logic is a bunch of 'monolithic' C code, and I haven't been able to find any tests. UStaxes is better in that respect, but there I couldn't get past typescript, honestly, and they have code like https://github.com/ustaxes/UsTaxes/blob/master/src/forms/Y20... where they're relying on position of an item in the array to indicate which field it is. Not trying to disparage anyone, but I did not see evidence of an attention to detail I felt I could trust (and maybe that's just me and NIH syndrome).

What I would really like is to somehow extract out a representation of the tax logic into something separate from the business of collecting the data from the user, or even calculating the results. I'm not entirely sure what that would look like, maybe it would have to be some domain-specific language (eww) in order to be able to fully express the relationships and dependencies between different fields/forms.

But I think that tax logic portion is the difficult-to-maintain part, and also the portion different projects would benefit the most from sharing.

As someone who attempts to import all my own banking transactions into open-source personal financial software, I certainly don't like the situation, but banks often give someone looking to download their own financial transaction data no other choice. This is basically what Intuit/Quicken do for 'Quicken Web Connect', too...

Additionally, though I think the advent of new APIs which will allow you to authenticate directly with your bank (FDX) are a great improvement for overall security, I think they're going to be a step backwards for free access to your own personal financial information. Because banks are limiting access to FDX to large players like Plaid/Quicken, I fear you will be forced to pay a third-party to get your own personal financial data in the future!