Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
fredmorcos
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
9 ms
·
1.
▲
by
fredmorcos
6y ago
> So what should we use instead of signal? Threema is one alternative.
2.
▲
by
fredmorcos
6y ago
This comparison is laughable and ignorant.
3.
▲
by
fredmorcos
6y ago
So Go was designed for toddlers?
4.
▲
by
fredmorcos
6y ago
I worked for a company where the founder thought everybody should use the same tools (meaning the tools he used: OpenSuse, KDE, VSCode, etc...) so that we can help each other and, like you propose, we wouldn't have to fiddle with anyth
5.
▲
by
fredmorcos
6y ago
> I'm using Arch Linux and it's the most stable operating system I've ever used. lol (from an arch user)
6.
▲
by
fredmorcos
7y ago
A garbage collector of obviously lack of magic.
7.
▲
by
fredmorcos
7y ago
That's what they tell you.
8.
▲
by
fredmorcos
7y ago
> Generics are a tail abstraction. Its the last abstraction that you are able to make to your code to reduce boilerplate. This usually means that is the least useful and in generics specific case the boiler place it reduces is minimal. T
9.
▲
by
fredmorcos
7y ago
> This also prevents errors being dropped by accident. Instead of designing a language that prevents errors from being dropped by accident, hire a bunch of literal gophers to search your codebase for inverbosity. Good plan will work 10&#
10.
▲
by
fredmorcos
7y ago
> And things like the lack of abstractions and generics are what create a community that's less reliant on dependencies. "A little copying is better than a little dependency" and you can see it in stark contrast to somethi
11.
▲
by
fredmorcos
7y ago
> While not objectively a bad thing, that's at the crux of the problem many have with Go: it sets the bar very, very low for getting in your way instead of trusting you to be even slightly competent. And there's nothing wrong w
12.
▲
by
fredmorcos
7y ago
> I tend to specialise in the sort of software infrastructure-y problems that are usually solved through code. So basically a coder?
13.
▲
by
fredmorcos
7y ago
> Everyone's upset that Go is Google's language, but no one would have adopted it if it weren't. I guess because it does not merit that adoption. The only reason it gets attention at all is either 1) "oh it's mad
14.
▲
by
fredmorcos
8y ago
(I'm going to ignore the personal attack and insult) > If you want to talk figuratively, making mistakes does not constitute having your "head up your ass." Even making multiple mistakes doesn't warrant that kind of s
15.
▲
by
fredmorcos
8y ago
> Generics are slower, that's the trade-off. Developer time vs. execution time. You have no idea what you're talking about. > Saying Go has it's head up it's ass is extremely disrespectful to the people that creat
16.
▲
by
fredmorcos
8y ago
Could be. I don't know which one came first.
17.
▲
by
fredmorcos
8y ago
strtok is there for things like and similar to /etc/hosts and /etc/fstab
18.
▲
by
fredmorcos
8y ago
VS Code takes ~6 seconds from clicking its icon to having its window show up. On an 8th-gen Intel i7 with an SSD. Yes Electron has abysmal performance.
19.
▲
by
fredmorcos
8y ago
I don't want to be defending Rust but your post has so many misconceptions. May I ask where you got all that information and what your background is? > C++ at least has extern "C" going for it, which disables name mangling
20.
▲
by
fredmorcos
8y ago
> From a point of view of postmodern c++, rust has little to no advantages left. My entire adult life I've been writing C, I resisted Rust for a while but took the plunge when a C++ project came along that was in dire need of being
21.
▲
by
fredmorcos
8y ago
Can someone explain why this is better than branch, commit and rebase from master if needed, then submit the pull request?
22.
▲
by
fredmorcos
8y ago
When you search in the API documentation, you will find 3 tabs at the top: "In Names", "In Parameters" and "In Return Types". Example: https://doc.rust-lang.org/std/?search=option
23.
▲
by
fredmorcos
9y ago
I just think it's the opposite. Those without constant distractions and expenses end up being more productive and richer.
24.
▲
by
fredmorcos
9y ago
This is gold! Thank you! :D
25.
▲
by
fredmorcos
9y ago
> Sure 4.0 was stated as a Beta and every distro put it out (When KDE stated it wasn't ready for that) and everyone Nuked KDE till about 4.7. KDE put it out, everyone complained it was terrible, unstable and not ready, then KDE call
26.
▲
by
fredmorcos
9y ago
> can be changed by 'f' because mentioning the 'x' object name in a function call may implicitly converts to the address of the object (1) They are two different types and (2) it's clear to you at the calling sit
27.
▲
by
fredmorcos
9y ago
> Are we talking about the same language here? The language where arrays implicitly decay to pointers, where integer types get implicitly promoted all over the place, where aliasing rules implicitly define which pointers can and cannot a
28.
▲
by
fredmorcos
9y ago
What does this have to do with syntactically expressing the same thing twice with two different semantic meanings?
29.
▲
by
fredmorcos
9y ago
So you get my point. 'x' is not going to be modified behind your back and it's pretty clear on the calling site. In C++ it isn't clear.
30.
▲
by
fredmorcos
9y ago
Agreed. But my example isn't about security or UB. It is about the language allowing you to write two IDENTICAL snippets of code that end up meaning two different things without any overloading involved. Like saying something and meani
More ›