Slashdot is powered by your submissions, so send in your scoop

 



Forgot your password?
typodupeerror

Comment Re: what documentation? (Score 2) 20

Open a PR that comments the code. Don't refactor it, *just comment*. Note that in the bug title. I'll bet it is much appreciated and merged, although of course YMMV. Everybody wants to hack in some feature that scratches their itch, few are willing to do the other 90% of the work to actually deliver robust code. If you do some of that work, you are in some non-binding way called "goodwill" buying a little of the maintainer's time to evaluate your eventual feature PR.

Comment Re: Coding standards (Score 1) 20

The problem is that if the proposed contribution needs additional work, the pull request is now a tradeoff between the maintainer's time and the contributor's time. And worse, there's typically a competence/task inversion. The person who is likely the most competent to implement changes is reduced to the manual labor of fixing formatting, adding comments and docs, and writing tests. This is why contributing by fixing a very clear and obvious bug in just a LOC or two is much appreciated. In contrast, reorganizing or refactoring is about the worst thing to do, because what took you 2 seconds to cut paste shows up as a deletion and insertion in git and therefore needs to be gone thru line by line to ensure that nothing got "slipped in". And as TFA states, doing the thankless job of actually going thru the docs step-by-step is great help! Also commenting the code, writing docs, or writing test cases are great first contributions!

Comment Re: Meet the new AI, same as the old AI (Score 2) 69

Honestly, i'm in the situation you described with windows. They keep moving settings around, and burying stuff to make it hard to opt out. Online searches point to old versions or different flavors. The webcam and headset jack doesnt work half the time. Crapware slows stuff to a crawl, can't stop it from loading on start. Config is all thru menu items, rather than a simple file you can copy/paste into from the internet, or send to your new machine. Search bar searches the entire internet, when all i want to do is find zoom so i can start it up. Its nigh unusable.

Comment Re: Where is the HSM? (Score 1) 31

There are extremely sophisticated restrictions, including multisig, delayed release, xfer only to another specific account, etc for cryptocurrency. The problem is getting people to use them, and also exchanges need some working capital (but 50m seems really high), that needs to be programatically accessible.

Comment Re: Where's the value in crypto-currency? (Score 1) 62

Your first should have been: as a completely dollarized country, El Sal was getting hurt by USD inflation. In the USA itself, at least there's the argument that that that the money created by inflation stays there; its paid out in covid checks for example. But in El Sal, its just gone. As the US found the political will to control inflation, the impetus for people/businesses in El Sal to switch today decreased. But it remains a good strategic move to have an option ready in case USD inflation gets out of control.

Comment Re: Easy solution... (Score 1) 34

Or create subsidiary companies, 1 for each 45M users. Offer shares on a host country stock xchg & try to get huge PE. Next, charge an unsustainable amount to license the SW (yearly) from the parent to the sub, effecting a value xfer from child to parent. Run it under, and repeat selling the assets (user accounts) from the dead sub to the next. Repeat. /s

Comment Re: I have a copy of the SEC's response letter (Score 1) 58

Dude, you are suggesting that we fine all car owners who do not properly tie their cars to the hitching post. You can make strong arguments that individual crypto assets are currencies, securities, a digital beanie baby, or gambling. And they do. People and orgs lump all crypto in one basket and make whatever classification buttresses their praise or vilification without deeper analysis. The SEC is afraid to make general guidance or to make a clear statement about a particular crypto asset, to avoid accidentally classifying similar traditional stock activity as the same. I think they'd be found to be gambling very quickly. Crypto's infinite flavors is blurring the lines between these activities and asset classes, and trad fi barely knows what to do about that.

Comment Re: Something must be missing here (Score 2) 57

I actually read it and the judge is saying that a use of a file format does not constitute a copyrightable description of it (even if some people are able to reverse engineer it), unless the use really does include a description. Inefficient formats like XML dialects effectively describe themselves with every use. Binary formats like how bitcoin block are stored do not. The software is hard coded to use these 80 bytes as the block header, etc. So if you wanted to claim copyright on a file format, you have to produce that description (eg. The code that saves/loads the files) not the files themselves.

Comment Re: I'm sure there are "reasons", but really??? (Score 1) 165

You can build one with a microprocessor and additional components... or even a 555 timer. But I think that its hard for a large complex product to be so flexible in its components. You'd have to massively upgrade your supply chain tracking database to record exactly what is in each vehicle. And its probably better from a PR perspective to ship deliberately non-functional stuff rather than low quality stuff, so its a lot of engineering work to design and test replacements.

Slashdot Top Deals

"The chain which can be yanked is not the eternal chain." -- G. Fitch

Working...