Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
0xdead
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
8 ms
·
1.
▲
Video: Porsche overcorrects on sweeping highway corner
(youtube.com)
1 points
by
0xdead
7y ago
|
0 comments
2.
▲
by
0xdead
7y ago
Totally agree. SWE is the only field where people can call them "Engineers" without having an actual engineering degree.
3.
▲
by
0xdead
7y ago
That's not true. Operating systems don't know if a process is a browser.
4.
▲
by
0xdead
7y ago
NOT washing hands is important too. Letting a little bit of bacteria into your body strengthens the immune system. It is important to sometimes let your kids pick up food from the floor and eat it.
5.
▲
by
0xdead
7y ago
If by "write kernel/bare-metal level code" you mean blinking an LED, sure. Writing low level doesn't have to do anything with C or any language for that matter. It requires a deep understanding of the architecture that y
6.
▲
by
0xdead
7y ago
I have an anecdote to share. I work in embedded space for a living. A web developer (which is quite funny) from another team somehow convinced our director to use Rust for a critical process that involved a lot of concurrent processing. Ok,
7.
▲
by
0xdead
7y ago
Why are you being downvoted?
8.
▲
by
0xdead
7y ago
Please stop spreading misinformation outside Twitter, where Indian media is basically rampant, to communities like HN.
9.
▲
by
0xdead
7y ago
Perfect usage of the title to get on HN frontpage.
10.
▲
by
0xdead
7y ago
The reasoning of the author is totally flawed. If you feel like a noob locally, there is no guarantee that you will not feel like a noob globally too. In other words, it's not always good to feel like a noob.
11.
▲
by
0xdead
7y ago
It's about time we had another fad.
12.
▲
by
0xdead
7y ago
Does anyone know how StackOverflow measures "love" towards a language?
13.
▲
by
0xdead
7y ago
I wish I could upvote this many times.
14.
▲
by
0xdead
7y ago
Congratulations. You have succesfully regurgitated the same sentence I've read here a thousand times.
15.
▲
by
0xdead
7y ago
No. I'd rather learn how to use my tools (that I have invested years to be comfortable with) properly than starting over.
16.
▲
by
0xdead
7y ago
Mozilla doesn't need employees when it has so many people white-knighting it on the internet.
17.
▲
by
0xdead
7y ago
I'm not entertaining any new browsers that aren't written in Rust.
18.
▲
by
0xdead
7y ago
I can say that for every language on earth. C is the best of the alternatives in a lot of areas. And yes, C++ is almost always a bad alternative to C.
19.
▲
by
0xdead
7y ago
I wish there was a way to PM on HN, atleast for mods to HN users. I mean no offense, but public humiliation isn’t useful most of the times.
20.
▲
by
0xdead
7y ago
Please don't comment on the state of programming in 2019 if you're an Angular developer.
21.
▲
by
0xdead
7y ago
$ cat hello.c #include <stdio.h> int main(void) { printf("hello world\n"); return 0; } $ cat hello.cpp #include <iostream> using namespace std; int main(void) { cout << "h
22.
▲
by
0xdead
7y ago
The language itself is pretty good for systems programming. It's the lack of tooling (as compared to C) that renders it unsuitable for any real world systems programming projects.
23.
▲
by
0xdead
7y ago
> writing C++ does not automatically make your code bloated Sorry, but it does.
24.
▲
by
0xdead
7y ago
You can "accidentally" do a lot of things that any compiler in the world won't warn you about. This isn't an excuse to not use a good library/tool.
25.
▲
by
0xdead
7y ago
Working on real world problems without seeking help from Google/StackOverflow, even if it means reinventing the wheel to make it fit for your particular problem, or even going through pages of documentation/code to find the purpos
26.
▲
by
0xdead
7y ago
You have a problem that you will never be able to resolve, even if you are making $1m per year. Learn to be satisfied with what you have.
27.
▲
by
0xdead
7y ago
I'd pay for something that filters out front-page titles with specific words in them.
28.
▲
by
0xdead
7y ago
> Go can be a viable alternative to C as a systems programming language Stop this nonsense please. This does not show anything even remotely close to systems programming capability of Go. Write a device driver in Go that performs without
29.
▲
by
0xdead
7y ago
On the bright side, it will reduce the number of most obnoxious pricks on Twitter. Indian twitter army is one of the worst "communities" on internet.
30.
▲
by
0xdead
7y ago
Can Rust's async even work on an Arduino or any bare-metal system?
More ›