Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
siempreb
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
6 ms
·
1.
▲
by
siempreb
7y ago
> TS is eating the JS world Definitely another reason to stick to C. In C you don't have to change to another language or another framework, or yet another design principle, or whatever hype that is being followed by a horde of idio
2.
▲
by
siempreb
7y ago
> Until we wake up to this fact That is not really the case here. I woke up already long ago, but there is no way I can stop the idiots. Only governments can take action by law, not me. France and Germany will not allow for Facebooks
3.
▲
by
siempreb
7y ago
Indeed, insect population decline was the first cause that came to mind, and then I read: > In addition to habitat loss, pesticides may have taken a toll. Which is also the main cause for insect population decline. I just cannot believe
4.
▲
by
siempreb
7y ago
It's even pre-industrial age model. School and its strict class system originate from the church. And I totally agree it should be disrupted by a more scientific proven model so kids can actually start to enjoy learning. The problem is
5.
▲
by
siempreb
7y ago
> so there may be something to the social thing You have a point there. In regular school you are forced to be 'social' or risk punishment. I put 'social' in quotes because I think what is considered social is subject
6.
▲
by
siempreb
7y ago
> Most homeschooled kids I've known have been very behind their schooled peers. Behind? In what? We are homeschooling our daughter. For her age she's amazing with computers, english and painting/drawing(which is her passio
7.
▲
by
siempreb
7y ago
> Globalisation is fundamentally about individual freedom. You mean individual freedom for the rich? > This dynamic has raised hundreds of millions of people out of poverty And billions of people into modern slavery. And so much more
8.
▲
by
siempreb
7y ago
No one seems to understand! Macro or micro economy, for me it's just another pyramid game. For some reason most people are completely unable to see that and can only humdrum what they've learned at school; that 'our' eco
9.
▲
by
siempreb
7y ago
No. It's a linux, and there is no mic or cam connected. I use Netflix too, works like a charm. And I can understand your temptation of using the Netflix button on the remote control, it's one of the lures.
10.
▲
by
siempreb
7y ago
> Smart TVs sending sensitive user data to Netflix and Facebook No way! Has that ever been news? It is the first thing that comes to mind when some product 'needs' to be connected to the internet. Sending private data is most l
11.
▲
by
siempreb
7y ago
Inkscape is just totally awesome and very much needed. Without it the only serious option left for vector graphics is the overly expensive Illustrator, entering Adobe's sucking subscription model where you can only edit your own files
12.
▲
by
siempreb
7y ago
> The answer is that most of our mind does not even realize that fiction is fiction, so we react to it almost as though it were real. Yes, we are dreamers and believers. And that is also the reason why we are so easy to manipulate. I con
13.
▲
by
siempreb
7y ago
Hmm, it only works with a Spotify account which I don't have neither want..
14.
▲
by
siempreb
7y ago
Thank you all for taking the time to explain, very valuable for me at least.
15.
▲
by
siempreb
7y ago
Welcome to making money as a software developer. Your experience is nothing exceptional in IT, most startups are pretty bad if you ask me. You can be more picky with companies, but that will make it tricky to find a new job in time. My advi
16.
▲
by
siempreb
7y ago
There is something about this immutability thing I really don't like. In the authors example it looks like v1[0] is set to 42 (const auto v2 = v1.set(0, 42)), at least that's how you read it because it contains the word 'set&
17.
▲
by
siempreb
7y ago
> C++ > Pros: none > Cons: ill-defined, far too big, Object Oriented Programming, loads of baggage, ecosystem that buys into its crap, enjoyed by bad programmers. This is just rubbish. Fair chance the author wrote this with the hel
18.
▲
by
siempreb
7y ago
Just a quick look at the code. One of the first lines in the random first file I checked: > function printBasis( state: any, dynamicBasis: any, staticBasis: any, indent: number = 0 ): string { ... When Microsoft removes the 'any
19.
▲
by
siempreb
7y ago
> It cannot be stressed enough that pools of water should not be forming at the top of mountains. That’s just not what Mother Nature had in mind. Does the author really know what Mother Nature had in mind than? When statements are clearl
20.
▲
by
siempreb
7y ago
About 4 million lines of Python code is just a bad decision from the start. Now they are trying to fix it with types, but IMHO the fault is not in the language. They just should have started out with a statically typed language that scales
21.
▲
by
siempreb
7y ago
> The worst, buggiest, least maintainable code I've ever dealt with was a 500ish line (heavily tested!) untyped Python file at my last job. Caused more trouble than all the Java and C++ and Go combined. That cannot be because of mi
22.
▲
by
siempreb
7y ago
Lets try to be a little more honest. > 1. What do you want to do differently in your next role? Earn more money > 2. Imagine yourself in three years. What do you hope will be different about you then compared to now? Being more wealth
23.
▲
by
siempreb
7y ago
Yes, curious what will happen with the private repositories on Github now it's Microsofts'. Will no one in the company ever check what's going on?
24.
▲
by
siempreb
7y ago
What is good design, what is good naming, over-engineering, etc, etc.. How on earth can a group of people agree on all those points? Look around here on HN, all those discussions.. Do we have consensus? No, and that is OK, but it's not
25.
▲
by
siempreb
7y ago
> and if it doesn't work out for your group, you can delete the TypeScript-specific annotations and go back to Babel. You are joking right? Ever tried to do that with a large Typescript code base and then of course without the defen
26.
▲
by
siempreb
7y ago
> the amount of regular (non tech) people using SQL is too damn low. That is still no reason for me to use an ORM instead. Learn SQL then, that's way more valuable than to learn the next ORM library with all it's issues.
27.
▲
by
siempreb
7y ago
> Make a language that is only the TypeScript extensions to JS, and drop all the JS parts. So? Is there a reason left then to use Typescript instead of C or C++? I cannot think of one. Especially for education you better use a real langu
28.
▲
by
siempreb
7y ago
> In order to remember which puzzles you have solved, we need to identify you in some way. No, that's a lie. No need for identification in order to save progress, you can use: cookie, browser storage, etc.. for that. Please be hones
29.
▲
by
siempreb
7y ago
The syntax looks a lot like Coffeescript, which I use for defining and generating data.
30.
▲
by
siempreb
7y ago
Sorry to say, but it looks deprecated already. ES6, pure components, redux(without hooks), etc.. It's sad, but JS community is just moving too fast. We build things for today, not tomorrow..
More ›