HackerTrans
TopNewTrendsCommentsPastAskShowJobs

chickenzzzzu

no profile record

comments

chickenzzzzu
·há 10 meses·discuss
We've figured that out, but certain members of society decided that extracting wealth through protectionist zoning/building code behavior is much, much more lucrative.
chickenzzzzu
·há 10 meses·discuss
i am a bit confused as to how a one click subscription cancelation is related to... what i am assuming you are desiring is... "non coercive marketing copy"?
chickenzzzzu
·há 10 meses·discuss
[flagged]
chickenzzzzu
·há 10 meses·discuss
[flagged]
chickenzzzzu
·há 10 meses·discuss
[flagged]
chickenzzzzu
·há 10 meses·discuss
[flagged]
chickenzzzzu
·há 10 meses·discuss
Nothing will ever be funnier than the quote from that Java language designer guy, "Java Serialization is a full employment act for security engineers"
chickenzzzzu
·há 10 meses·discuss
Clean coders, PR reviewers, and architecture astronauts deliver astonishingly useless code at incredibly slow rates.

Features are everything. Don't give me that bullshit about refactoring and generifying and DRY and TDD.
chickenzzzzu
·há 10 meses·discuss
The behavior wouldn't exist if the system didn't so heavily incentivize it. How many pizza place owners do you know with a net worth of $10,000,000 or higher, vs how many pizza place owners have ever tried?
chickenzzzzu
·há 10 meses·discuss
[flagged]
chickenzzzzu
·há 10 meses·discuss
[dead]
chickenzzzzu
·há 10 meses·discuss
Nice! In the US that still happens a fair amount too but I think as the industry has developed it has become much more rare than before. Athe keyword would be "corp to corp" employment, where you as the programmer either have an LLC, s-corp, or c-corp.

But with the amount of accountant overhead and government fees you have to pay per year (including to shut down your entity when you are done), it becomes a bit pointless and there aren't really magical tax savings to achieve that I know of unless you are like, really good at deducting things and surviving IRS audits. In any case, it is rare for corporations to even offer it, but maybe in some super niche areas I'm not aware of, there could be good advantages.

Still I think the hardest part is making and maintaining quality connections with people who value your skills :)
chickenzzzzu
·há 10 meses·discuss
Thanks for your feedback on this :)

In the USA, if some big and usually "non tech" company like McDonalds or T-Mobile wants to staff a whole project with programmers, they will usually have a relationship with someone like Infosys, Tata, Slalom, perhaps even Hitachi or Tech Mahindra or Accenture/Deloitte. These companies all pay you like a regular employee so you don't need your own drafted employment contract or business entity.

If you howver have a github/youtube channel/website where you make and release your own software, and someone contacts you saying "hello we want to pay you to add more features and or fix some problem for us", then you will need a contract and usually a business entity unless you don't mind being personally sued into the ground.

Such reachouts are very very rare unless your software has gone viral in the right circles, but I personally know at least 20 people who make a full time living this way. It seems pretty unenviable, and corporations whose email domain you would recognize routinely pull support or play egregious games with the definition of done. No cure for life, I guess :)
chickenzzzzu
·há 10 meses·discuss
How does one get inbound/outbound leads for hourly or project work from companies that aren't scammers or tirekickers?
chickenzzzzu
·há 10 meses·discuss
Lmfaooooo..... to everyone else reading, cpp programs are indeed successful, but they are successful in spite of cpp, not because of it, is my assertion. It is increasingly rare to find major applications using the newest cpp features, because of how obtuse they are for 99.9999% of people, including extremely good programmers, of which a Youtube search could produce 12
chickenzzzzu
·há 10 meses·discuss
The language committee only makes it harder and more astronauty every year. How many Unreal Engine developers from 2007-2013 understand CPP20/23?
chickenzzzzu
·há 10 meses·discuss
Hilariously incorrect take. Zero CPP in the Linux kernel. Torvalds openly hates CPP.

EDIT: thank you for your well wishes though :)
chickenzzzzu
·há 10 meses·discuss
OpenGL is not so bad because the API is quite stable. WebGL in particular is great because there's literally zero setup you need to do for executing it.

Integrating with Linux/Windows display surfaces is disgusting however. KMSDRM is way, way better than the nightmare that is X11 and Wayland.
chickenzzzzu
·há 10 meses·discuss
C++ is written by 99% professional architecture astronauts who do fuck all in terms of valuable software. I will die on this hill.
chickenzzzzu
·há 10 meses·discuss
Entirely 100% true. I can count on one hand the times I've said "wow, this documentation was written by someone who cared". Threejs is a good example here, but even then it is subject to API rot and needless reference chasing.

Examples are often the best way to do documentation, sadly.