HackerTrans
TopNewTrendsCommentsPastAskShowJobs

rbultje

no profile record

comments

rbultje
·เดือนที่แล้ว·discuss
> Lets see AI take the AV2 spec and Dav1d code and try to make a working high performance AV2 decoder.

That sounds like one of these high-risk, high-reward things that are great for people / projects / companies who have nothing to lose, but is not a great baseline strategy for an established market player. AV2 is here with support from aomedia and its members. AV2 will be used, and we need a production-grade decoder regardless of where AI is at, so it makes much more conservative business sense to use established approaches (language: c/asm, devteam: ffmpeg/dav1d) as a starting point. While that's happening, we can dabble in AI and other risky stuff and see if it helps. If so, great, and if not, nothing lost.
rbultje
·เดือนที่แล้ว·discuss
dav2d author here - the 5x number is just where we currently are, it's not the theoretical limit. We're hopeful that a significant amount of the increase we observe in dav2d relative to dav1d is in math code, which should be easier to optimize using hand-written assembly or other algorithmic optimizations. If that holds true, the practical slowdown once everything has been optimized may be substantially less, possibly 2x.
rbultje
·ปีที่แล้ว·discuss
I try but it feels like whack-a-mole to me.
rbultje
·ปีที่แล้ว·discuss
> Can't they be deducted the same way as accountants or other functions?

No.
rbultje
·ปีที่แล้ว·discuss
It didn't become law (no 60 votes in senate), after Schumer sat on it for 6 (!) months. And there were earlier attempts to fix this, for example at the end of 2022 using budget/reconciliation - like what the Reps are doing here; but that was blocked by progressives because of "bad optics".
rbultje
·ปีที่แล้ว·discuss
If the issue is with general tax compliance of large multinationals, then congress should have done something about that. This tax rule has hit small software businesses particularly badly, so much so that it'll practically strengthen the quasi-monopoly of established players.
rbultje
·ปีที่แล้ว·discuss
LLCs pay 37%, not 21%. Plus state plus local. This can reach 50% in high-tax areas like CA or NY.
rbultje
·ปีที่แล้ว·discuss
One of the reasons small businesses have been hit so hard with this is because for then (when incorporated as LLCs), their tax rate is 37% + state + local. I live in NYC and my LLC has a combined tax rate of 50%.
rbultje
·ปีที่แล้ว·discuss
The opposite of what you're saying is "perfection is the enemy of progress", so let's move past them. I'm asking for more than "this is not the way". What is the way? How will we do this? This is critical, and we've failed to do anything since early 2022. Democrats are clearly not at all interested. My (Dem) congressman responded directly to my enquiry with "fixing section174 just wouldn't be good optics". I agree republicans can't be taken very seriously either if OB3 is the highest of highs. But we all want this fixed. So: how?
rbultje
·ปีที่แล้ว·discuss
> We'll correct the ills of the 2017 administration in time

How? We have - at times - had democrats in charge since 2017 and they did nothing to resolve this either. We appear to be waiting for flying pigs.
rbultje
·ปีที่แล้ว·discuss
> This isn't changing if it is taxed or not.

This is untrue. The rule is not about taxation, but deductions/expenses. If your expenses cover most revenue, you owe little in taxes. With this rule, a particular type of expense (software engineering salaries) is no longer deductible from revenue to calculate taxable income over which taxes are owed. So you might previously owe no taxes, but now you do. The deduction might carry over to the next few years and eventually (after 6 years) you will reach the same point - assuming your salaries don't go up and your business doesn't grow. The remainder in deductions will be returned after the business stops employing software engineers. I'm not sure why anyone would want the tax code to incentivize a business outcome that all of us would consider failure.
rbultje
·ปีที่แล้ว·discuss
You're confusing corporate vs personal taxes. The salaries businesses pay are meant to be deductible business expenses. The business only pays taxes over the profit after these expenses are deducted from their revenue. The person receiving the salary still owes personal taxes over the income.
rbultje
·ปีที่แล้ว·discuss
We don't talk about this enough. International R&D is not offshoring of call-centers to India. International R&D is the IP for the next generation of global communication standards being owned by US-based or foreign corporations, because international (e.g. Canadian, European) standards experts/developers become un-affordable for US-based corporations and are forced to work for our "adversaries" instead. Crazy.
rbultje
·ปีที่แล้ว·discuss
The way this is "fixed" right now, every five years we need another round of republican government to make things great again. If only enough democrats cared to fix this.
rbultje
·ปีที่แล้ว·discuss
Large companies always find a way to not pay taxes. It's the little guys that end up paying (a lot!) more, to the extend that it cripples and kills them. But transformative innovation happens with the little guys. As a result, this tax change cements monopolies for megacorps. They will be fine and still pay nothing.
rbultje
·ปีที่แล้ว·discuss
That part is not so weird, you didn't pay all salaries on January 1st. But amortizing salaries in general is ridiculous.
rbultje
·ปีที่แล้ว·discuss
This is a weird take. Employees are supposed to be business expenses, that's the core idea of running a business: profit = revenue - expenses, where expenses are personnel / materials, and pay taxes over profit. Since the R&D change, businesses can't fully expense employees and need to pay (business) taxes over their salaries. Employees - of course - still pay personal taxes also (as was always the case).
rbultje
·ปีที่แล้ว·discuss
Maybe related - I noticed that hotel room prices in New York dropped, they used to start at $350/night just a few months ago, now you can get them for $150/night.
rbultje
·ปีที่แล้ว·discuss
There's also section-174, which big corporations don't care about but kills smaller businesses left and right.
rbultje
·ปีที่แล้ว·discuss
> I sure hope a broader exploration precedes micro-optimizing register allocation and calling conventions.

It should be obvious that both are pursued independently whenever it makes sense. The idea that one should precede the other or is more important than the other is simply untrue.