@thevoidzero - eviltoast
  • 4 Posts
  • 53 Comments
Joined 8 months ago
cake
Cake day: January 25th, 2024

help-circle
  • I’ll repeat it as much as I can but we need yo open up new journals for these kind of things.

    All we need is a good cloud for storage, and volunteers. I think comp-sci people do that with https://arxiv.org/

    The journal should accept any user submitted papers but have ranking based on other people, like successful reproducible studies (which is also accepted in journal) will be linked to the original journal. Reviews and such can be their own articles but also linked to the journal.

    That way, undergrads can do projects reproducing previous studies (given resources) which will still give them research credit. Failures and exploration will also give people credit as it helps other people’s research. We can just tag papers for novel ideas,failures, reproducing old paper,reviews, etc.

    I think it has a chance to be very useful if we can pull it off. Although it’ll have the same problems as of social media with upvote system. So some more thoughts needs to be there for the actual implementation.



  • That’s not how tax brackets should work. But sadly for last year’s state tax I came across it. [Example numbers] Previously I had 24,200 annual salary but zero tax as it was below 25,000. Even though personal deductions are 10,000, below 25 was considered too low to tax. This year, due to a mistake from employers I was paid for two weeks retroactively, now I have 25,300. Instead of taxing 300 above 25,000 the tax was for 15,300 after deduction. So I had to pay taxes which decreased the money below 25,000 which should not happen if income below 25,000 pays no tax.

    And considering there might be things like not qualifying for financial assistance and other things when you cross 25,000 (again example numbers), the actual benefit of making slightly below that, is higher than making slightly above that…

    So the system is putting a resistance to overcome poverty. Either you start making double of what you are making, or stay on your lane. Because trying to improve your situation by only a little is harmful.


  • That’s another reason US tax system baffles me. Why does it make it so that workers have to pay taxes this way. In my country, salary have very small tax and it’s cut before the money comes into your account at all. So whatever money you egt is yours, there is no feeling of paying taxes at all. While employers will pay taxes and the taxes on profit is a lot more than tax on salary.

    I personally think there’s not much point of tax on the salary, they’ll be spending it on other things, and whoever makes profit on that will pay the taxes on their profit. e.g. you get salary no tax, you buy clothes, vehicle, prepared food, etc. and those companies get your money, and they pay tax on profit, and then have expenses which is money that goes to other companies/people who again pay tax on profit, and their expenses goes somewhere else. All in the money is only taxed once, when there is profit. Unlike in every transaction.








  • thevoidzero@lemmy.worldtoScience Memes@mander.xyzSubSpace
    link
    fedilink
    English
    arrow-up
    6
    ·
    23 days ago

    I remember there being something like this already. The final mission happens as they say “this is the final training for you”. The enemy (aliens) behave differently than expected in this final simulation because they are not immediately aggressive and are waiting while defending their location, but the child successfully eliminates them. And later learns that was the actual aliens and not the simulation. And the aliens were just trying to find a place and protect their new generation, or sth.


  • For adding with Firefox or similar apps on laptop. I have another program that monitors clipboard (or selection), can filter with regex and run custom commands. So simply copying the url to the video can trigger the curl command to add to playlist.

    Making it in the phone is the hard part. I don’t know much about android dev so any help would be appreciated. I did find somewhere you can make a simple app with protocol definition for sharing, and on share to the app, run the request to the server in the local network.

    I also want to implement file share, if you share a file to that app from local storage, it could upload to the server and mpv can stream it. Since I have used the basic tcp connection, I couldn’t do that in this version either.









  • You know how people say “Devil you know is better than God you don’t”?

    Excel is that Devil people know. It’s not the best tool for a lot of stuffs but it let’s people do things.

    I saw a co-worker generate sequence for formula in excel for another cell in excel. They wanted to do average of all January data, instead of averageif/sumif/countif etc, they generated a sequence a1+a13+a25… And used excels’ drag down thing to make the formula. I’m like who could even verify it.