High level: finding the next big meme stocks (which morphed into finding any stock that could increase a lot) I was pretty late to GME, despite having been on Reddit for a good few years. I started researching what had happened, and where the conversations were taking place just trying to understand where to place myself to be a part of the next one. I ended up checking out the typical r/WallStreeBets and the other b…
Why does this feel like a good use of skills and time to you? I ask because to my mind it feels like a value scraper rather than a value maker, so I'm genuinely curious.
Ask HN: What interesting problems are you working on?
61–70 of 633 posts
Re: Ask HN: What interesting problems are you working on?
#62Earlier quoted context omitted.
So you make enough and just don't really want to pay taxes, so it's a fun side hobby? Heh, that's such a foreign mentality to me, but to each their own. Do you think the tax money serves any societal good at all? Is it worth paying any tax or would you rather avoid all of it if you could?
I will answer your questions but first I want to show you something. It’s the link at the bottom. In the UK there’s something called IR35. Without getting into to much detail, the client will decide if you fall inside or outside. If you are inside or outside you will pay different amounts of tax. Not that long ago I was offered £1000 per day inside. That seemed like a really good rate to me. Or so I thought. In a mon…
Those numbers don't seem particularly significant either way to me, coming from the US. Our tax brackets cap out at about 40% right now, but they used to be in the high 90%s decades prior -- and that's just the federal, and then some states have a bunch of other tax burdens on top of that. But personally, I'm economically pretty left-leaning and would prefer expanded social services rather than private wealth accumulation, so I doubt I'm representative of what the average person would consider reasonable vs excessive when it comes to taxes.
That's not really the question though. I get that a lot of people (probably most?) wouldn't pay more taxes than they have to, and frankly I can hardly fault them for that. Everything from our genes to our industrialized capitalist societies encourages in-group prioritization and selfish behaviors. That's just how this world that we've made works, and even the most fervent idealists dare not dream of making the entire world pool and share income. We just ain't built that way, and that's just opening the floodgates to insane corruption.
The more interesting question, IMO, is whether ANY of it is worth paying for collaboratively. If I could design my own tax system (and have a billion minions happily working in it...) the upper bracket would be insanely high, like 99% or some such, but there would also be a high degree of choice, per taxpayer, for some portion of their funds. Like there might be a mandatory % going to roads, defense, schools, health -- basic infrastructure, broadband -- but then each taxpayer would get to choose where the rest of it goes (say, space, basic research, the arts, land trusts, energy development, whatever). Two millionnaires would maybe each keep 50% of their income, spend 25% on basic infra, but be able to choose (within constraints) how the remaining 25% is spent. One than decide to split his 25% among various pet causes, the other might give all of hers to increase defense R&D. Basically a democratic Robin Hood, where an armed bandit takes your money and gives it to charity, but asks you, "Which charity?". Heh.
That's just me.
My question to you, as someone who goes out of their way to avoid paying taxes, is... how would you do it? Is some of it still worth it, after all the pork-barrel spending and corruption and inefficiency and bureaucracy? Should it all be private? Like take what you're doing, how would you ideally scale it up to country-level with a few million taxpayers?
Re: Ask HN: What interesting problems are you working on?
#63Earlier quoted context omitted.
So you make enough and just don't really want to pay taxes, so it's a fun side hobby? Heh, that's such a foreign mentality to me, but to each their own. Do you think the tax money serves any societal good at all? Is it worth paying any tax or would you rather avoid all of it if you could?
I will answer your questions but first I want to show you something. It’s the link at the bottom. In the UK there’s something called IR35. Without getting into to much detail, the client will decide if you fall inside or outside. If you are inside or outside you will pay different amounts of tax. Not that long ago I was offered £1000 per day inside. That seemed like a really good rate to me. Or so I thought. In a mon…
Re: Ask HN: What interesting problems are you working on?
#64Earlier quoted context omitted.
I will answer your questions but first I want to show you something. It’s the link at the bottom. In the UK there’s something called IR35. Without getting into to much detail, the client will decide if you fall inside or outside. If you are inside or outside you will pay different amounts of tax. Not that long ago I was offered £1000 per day inside. That seemed like a really good rate to me. Or so I thought. In a mon…
If I read the site correctly it’s the last bit that is of particular concern. Why on earth does one need to make 220,000 per year independently in order to clear the same amount as some making 180,000 as an employee?
In the US, at least, companies provide a lot of benefits that contractors don't get and have to buy out-of-pocket... but not sure if that's what the difference comes from in this case.
Re: Ask HN: What interesting problems are you working on?
#65One of my hobbies is tax optimisation and finding and exploiting tax loopholes. I’m a contractor, I work through my company. It’s way more tax efficient than being perm. But, it could be even more efficient. So, I did some research. Turn out, where I am, a business can have multiple business codes. Activities the company is registered as performing. Now, I was and still am a software development company. But I also a…
Re: Ask HN: What interesting problems are you working on?
#66The architecture allows any value to be mapped to one or more keys and any key to be mapped to one or more values (unless an attribute on the data object prevents it). These KV stores can be used to attach tags to other objects. They can be used to form columns in relational tables (i.e. a columnar store). It can be used to create indexes into file contents.
Each object is designed for parallel access by multiple threads. Only a single block needs to be locked to update any value or key so multiple writes can occur at the same time. The data in each object is organized to find values or keys without inspecting every block. It is very fast and allows both OLTP and OLAP operations on the same data set.
So far, I have used them to attach tags to millions of files and do searches. I have created relational tables that I can query much faster than the same table in Postgres (https://www.youtube.com/watch?v=OVICKCkWMZE). I have created 3D relational tables that can be queried the same way 2D tables have traditionally been queried (https://www.youtube.com/watch?v=AXqvWMmoL1M).
The software is currently in an open beta and anyone can download and try it out on their own data set. https://www.Didgets.com
Re: Ask HN: What interesting problems are you working on?
#67I’m working on the expert elicitation of priors. We’re making web UIs to better capture human judgement, especially for forecasting. I work at a data driven company, sometimes I think a bit too data driven. I want to capture more intuition for our systems in a rigorous way. It’s incredibly interesting and very niche. There are a handful of academic papers out there. I think it will be a big deal in the next 10 years.
This sounds incredibly interesting to me! For years I've had this idea rattling around in my head to build a web UI that shows a graph of some historical quantity, e.g., company revenue, disease cases, global mean temperature anomaly, stock prices, etc. The historical data is shown as a curve which terminates at the present, and there's some empty space for the future. The user then uses a freehand drawing tool to ex…
Re: Ask HN: What interesting problems are you working on?
#68Earlier quoted context omitted.
Why does this feel like a good use of skills and time to you? I ask because to my mind it feels like a value scraper rather than a value maker, so I'm genuinely curious.
Quoted post unavailable.
In the meantime, someone will be making money from the stock market. Why shouldn't it be you? Or me? Or anyone reading this?
Re: Ask HN: What interesting problems are you working on?
#69I heard few song lines from a new artist I've discovered. It has me thinking on a problem I want solved. Although, I'm not actively working on it. Why aren't there more employee-owned companies? And I don't mean solely shareholder programs, I mean actually owned by every employee and they are paid dividends of profit after all planned R&D costs. Similar to the Alaska oil pipeline bonus. Even interns. All studies show…
Re: Ask HN: What interesting problems are you working on?
#70One of my hobbies is tax optimisation and finding and exploiting tax loopholes. I’m a contractor, I work through my company. It’s way more tax efficient than being perm. But, it could be even more efficient. So, I did some research. Turn out, where I am, a business can have multiple business codes. Activities the company is registered as performing. Now, I was and still am a software development company. But I also a…
They’ve seen all these schemes before.