Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
terminaljunkid
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
7 ms
·
1.
▲
by
terminaljunkid
7y ago
Bullshit. Read Apple privacy policy properly. They share data with "advertising partners". Apple sued Samsung for billions on a ridiculous patent case on rounded corners in smartphones. Apple patented optional chaining in Swift. A
2.
▲
by
terminaljunkid
7y ago
Common lisp was never about minimalism. It was about lisp dialects like scheme.
3.
▲
by
terminaljunkid
7y ago
Mozilla particularly has really bad suit-dominant administration. Brendan Eich is here on HN. He can explain better.
4.
▲
by
terminaljunkid
7y ago
I will fill in.. Google never "sells" your data to third parties. They keep the data themselves for advertisement purpose. On the contrary, apple shares any collected data with advertisement partners. Apple fanboys don't real
5.
▲
by
terminaljunkid
7y ago
> Types solve 2% ....... Vastly understated in my experience. Even trivial python programs contain errors that could be prevented with a trivial type system like Go's And performance. Not being fast enough is a bug. Consuming much m
6.
▲
by
terminaljunkid
7y ago
Half of those things aren't even specific to FP. And I bet most people don't even use pattern matching outside HN / reddit bubble, not to say it isn't cool.
7.
▲
by
terminaljunkid
7y ago
> The best stuff was all proprietary for decades. Well, maybe. But it is hard to believe if most of those things aren't rediscovered in these decades. And IIRC that GCC took over partially because it was quite better. GCC / LLV
8.
▲
by
terminaljunkid
7y ago
> "TBH if you've developed software in the past ten years, it's unlikely you haven't been hugely affected by what the FP community has been doing." Apart from HN / reddit bubble, not many people know about F
9.
▲
by
terminaljunkid
7y ago
Apparently basic phones and feature phones demised after mangolian gangster characters used it in movies. Apple is defending themselves against the same thing happening to them again.
10.
▲
by
terminaljunkid
7y ago
There is a sweet spot and for different people, that spot lies in different places. Having a proliferation of types is bad for everyone but highest order FP Weenies among us.
11.
▲
by
terminaljunkid
7y ago
People are quick to advocate anything from functional programming / academia here. Doesn't mean it would necessarily improve life of an ordinary programmer.
12.
▲
by
terminaljunkid
7y ago
TL;DR I am on Windows and Go doesn't play well with its weird filesystem. It is all Go's fault for relying on highly used server OS semantics and therefore Go's simplicity is lie.
13.
▲
by
terminaljunkid
7y ago
In Firefox / Chrome, tick "view desktop site" from three dot menu, and view in landscape mode.
14.
▲
by
terminaljunkid
7y ago
Meanwhile me notes() { cd ~/notes/$1 clear && ls --color=always } note() { nvim $@ && clear && ls --color=always }
15.
▲
The Lisp approach to AI (Part 1)
(medium.com)
1 points
by
terminaljunkid
7y ago
|
1 comments
16.
▲
by
terminaljunkid
7y ago
Meanwhile your Firefox suffers from really, really bad governance in a suit-dominated organization. The CEO is milking way too much from the sinking ship. The priorities are somewhere else from what people want.
17.
▲
by
terminaljunkid
7y ago
I am wary of Mozilla, a completely suit-ruled shitshow that is technically incompetent because of that, as much as I am wary of Google.
18.
▲
by
terminaljunkid
7y ago
If you consider hash table insertion as O(1) then it is O(n) I guess.
19.
▲
by
terminaljunkid
7y ago
Dave Chiney tweeted a benchmark last night.
20.
▲
by
terminaljunkid
7y ago
Will Go 2 really happen?
21.
▲
by
terminaljunkid
7y ago
Generics Free, No exception handling, also hard to support to shared libraries. That's more cost than benefit.
22.
▲
by
terminaljunkid
7y ago
Support means all APIs have first class support by Google, just like how Kotlin has first class support on Android.
23.
▲
by
terminaljunkid
7y ago
Fuchsia is meant to be used in variety of contexts like IoT [sic], and embedded stuff, Many time Go doesn't play well in such areas. People coming from language like C++ and senior enough to write OSes may be startled how inexpressive
24.
▲
by
terminaljunkid
7y ago
In software, many times new things come out of industry, and conference papers are (IMO) equally prevalent as journal papers.
25.
▲
by
terminaljunkid
7y ago
> I am not sure if India is ready to deal with unchecked free flow of information Fellow Indian, 100% agreed. Most of people who told me Wikipedia was unreliable now trust random WhatsApp forward messages.
26.
▲
by
terminaljunkid
7y ago
That is nowhere near their goals. Maybe if Go didn't start as a hobby project inside Google, then they /might/ even have seen some opportunity in Ocaml / Standard ML, but now that Go exists, and has a quite good toolchai
27.
▲
by
terminaljunkid
7y ago
Why?
28.
▲
by
terminaljunkid
7y ago
On Android, there is termux terminal emulator, which allows to run native Linux binaries and already has many packages. Arguably there were other ways also before termux existed: GNURoot Debian was an app that ran a minimal Debian chroot in
29.
▲
by
terminaljunkid
7y ago
> with a single one slowly pushing the rest to the sidelines. That didn't quite happen. > How many languages do we need again? Till you eliminate all tradeoffs in a single language, there would be new ones.
30.
▲
by
terminaljunkid
7y ago
> a 1950s workaround for not having enough primary storage to keep all programs and data live at all times Even today you don't have enough primary storage to keep your data. And even then it would require a structure when data outl
More ›