Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
Nyandalized
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
5 ms
·
1.
▲
by
Nyandalized
7y ago
You would find that banking and it's related fields are indeed very profitable.
2.
▲
by
Nyandalized
7y ago
I'd argue that "the cloud" makes traditional computing more efficient. Since their motto is "pay for what you use", it automatically aligns with motives for the most efficient use. Not to mention that the usage of c
3.
▲
by
Nyandalized
7y ago
I'm not quite sure what you're trying to say. Are you discounting their efforts? Their motives? You're not responsible for everyone else, or if you were, they'd not need to be for themselves.
4.
▲
by
Nyandalized
7y ago
Why are you not making them yourselves? If it's because of economics, it clearly indicates unsustainable growth. The only thing immigration would support is below-livable wages.
5.
▲
by
Nyandalized
7y ago
Computers are part of automation, just like chainsaws. It's not a new phenomena. It's been sweeping through all industries the whole time. The thing is, efficiency unveils new possibilities, and possibilities induce demand, consum
6.
▲
by
Nyandalized
7y ago
"Big JS app"'s aren't that big if done correctly. The entirety of Angular8 fits into ~170KB, less than some thumbnails. You can write bad apps in any language and environment, similarly a site/app is not bad just be
7.
▲
by
Nyandalized
7y ago
I believe the government already has the right and power to control what people eat. People form the government, and people (ideally) choose the people to hold that power. In part I, too have the right to control what people eat through vot
8.
▲
by
Nyandalized
7y ago
I don't think people will stop consuming meat if you ask them nicely. You have to make decisions that will hurt the meat industry and make it infeasible. This would likely best be achieved through slowly dropping tax incentives, and tr
9.
▲
by
Nyandalized
7y ago
Connectivity is not always available, and errors retrieving it may mean you have to re-enter everything. Being able to "navigate" the site without the dinosaur is a tremendous boon for end users. You wouldn't be able to send
10.
▲
by
Nyandalized
7y ago
There is a free version of MySQL called MariaDB. PostgreSQL is a very viable alternative. It has different philosophy, and needs a little getting used to, so it's not as easy as simply lift-and-shift
11.
▲
by
Nyandalized
7y ago
PHP serves most of all web traffic: https://w3techs.com/technologies/overview/programming_langua...
12.
▲
by
Nyandalized
7y ago
Everything has an absolute complexity. You can't get rid of it, just move it around.
13.
▲
by
Nyandalized
7y ago
Page refreshes can be a delta increment, it doesn't have to download everything again
14.
▲
by
Nyandalized
7y ago
>You can't physically swap out a processor while the system is booted and you can't swap a virtual processor either. I think you can do that on multisocket systems: https://www.kernel.org/doc/html/v4.1
15.
▲
by
Nyandalized
7y ago
Looking at the pricing at: https://www.backblaze.com/b2/b2-transactions-price.html It seems that calling b2_delete_key is free. It's just not conveniently abstracted. Listing the items however if you don't al
16.
▲
by
Nyandalized
7y ago
Why would you prevent sharing it when you're already double dipping by introducing a datacap?
17.
▲
by
Nyandalized
7y ago
When you do something, the cpu works at _full_ speed for a given duration, which is shown as %/time used. If you make a processor half as fast, all CPU tasks will be performed two times slower.
18.
▲
by
Nyandalized
7y ago
Not all abstractions cost anything, they're simply useful. In addition IDEs, compilers and other parts of the toolchain pump up the output quality significantly compared to what would otherwise be available at a given time. Programming
19.
▲
by
Nyandalized
7y ago
Optimization is an easy trap to step in. You can take it up in other layers aswell, optimizing your choices about the choices to optimize | Ad infinitum. At some undefined point you may realize that you are trying to solve an undecideable p
20.
▲
by
Nyandalized
7y ago
Legacy code often ends up as such, because it was immediately available and immediately utilized. It worked then, and piled on functionality. You don't see good looking legacy, because it didn't survive.
21.
▲
by
Nyandalized
7y ago
I think it's somewhat paradoxical: The software that gets delivered, produces value gets to live. The market prefers just-good-enough software
22.
▲
by
Nyandalized
7y ago
You can definitely go the other way to overthink a problem, even as high to induce the halting problem. Absolute optimization is mathematically impossible, and an imperfect choice has to be made at some point.
23.
▲
by
Nyandalized
7y ago
You definitely can, and that is being done at the moment. I'm reasoning that you could be doing so much more with much less effort and cost if you didn't have as stringent requirements. We should progress in all fronts, and not si
24.
▲
by
Nyandalized
7y ago
Most web tasks are completely I/O bound anyway, the significance in making the few business logic decisions is minimal.
25.
▲
by
Nyandalized
7y ago
Not a lot of people know there are some great utilities for emulating low/intermittent bandwidth and slow CPU on chrome
26.
▲
by
Nyandalized
7y ago
With the help of transport compression like gzip, the total size can still be reduced by almost the same amount even if you don't minimize it.
27.
▲
by
Nyandalized
7y ago
There are lots of other problems piled on web development that is strictly not their fault. The aging network infrastructure hasn't seen updates in sometimes decades, despite billions and billions of tax money poured into it. You reall
28.
▲
by
Nyandalized
7y ago
Anything that becomes 19 seconds to become interactive on a flagship phone should be classified as faulty. It's not just unethical for people, but the environment. It's badly written code that is basically turning your cpu into a
29.
▲
by
Nyandalized
7y ago
I'd argue that there is a certain amount of complexity that cannot be avoided, and is likely already addressed in the current platform. You can try and shift the problem to different parts of the application, but that is at best a dis
30.
▲
by
Nyandalized
7y ago
A house is built upon a thousand bricks. I'd argue that "CRUD" apps are all there is in development. Everything complicated broken down comes to creating, retrieving, modifying and/or saving data. After understanding the
More ›