Viewing profile — PartiallyTyped
PartiallyTyped
HN member- Joined
- Fri, Oct 16, 2020, 9:55 AM UTC
- HN karma
- 2,937
- Public activity
- 2,884 items
- HN profile
- View on Hacker News ↗
About PartiallyTyped
----------------------------------------------------
Recent public activity
-
comment
Comment #48266194
Honestly, same. I don't even think about it, I just and only use kagi.
-
comment
Comment #46693645
It will suck, and then it will get better.
- comment
-
comment
Comment #46586329
> To be honest, I still don’t fully understand how ideology can cloud the mind so thoroughly that only a single way of thinking remains possible. From what I know, and please corre…
-
comment
Comment #46554534
I don't disagree. From my point of view, we (europeans) should focus on our collective well-being and sovereignty. Unfortunately it feels that at times, we find more to split with …
-
comment
Comment #46554213
China is on the path to doing just that, and I expect the heads of the government (or at least the people behind the scenes) in both EU and India consider this. The US has, unfortu…
-
comment
Comment #46410322
This reads like a list of obvious things that we have been saying for the past 3 years.
- comment
-
comment
Comment #46402545
You often pay them for their opinions too!
-
comment
Comment #46369061
To be fair proton is based on DXVK which is some guy’s project because he wanted to play nier automata on Linux. The guy is Philip Rebohler.
-
comment
Comment #46350899
Any reason for creating a new tensor when accumulating grads over updating the existing one? Edit: I asked this before I read the design decisions. Reasoning is, as far as I unders…
-
comment
Comment #46338804
Logging in rust also does that, you can set logging levels for individual modules deep within your dependency tree.
-
comment
Comment #46330911
If he's found to be guilty then lock him up? I genuinely don't see how this matters?
-
comment
Comment #46328414
> and install Barron Trump on the TikTok Board of Directors Can cronyism become more blatant?
-
comment
Comment #46327401
It should be same logic we use for repeaters, so it'll be fine.
-
comment
Comment #46303709
>> safe Rust > 1) not true as evidenced by this bug Code used unsafe, putting us out of "safe" rust.
-
comment
Comment #46303396
I have the same experience. In my view there's two parts to learning, creation and taste, and both need to be balanced to make progress. Creation is, in essence, the process of for…
- comment
-
comment
Comment #46175372
That is a very weak argument. I don't have any way to decline seeing the ads before I do. I can't disable tracking by disabling js because, like a parasite, tracking software has u…
-
comment
Comment #46174582
Ads are speech until they are intrusive, until they track you across websites, until they violate your privacy. It's one thing to have a block of HTML dedicated to ads, and another…
-
comment
Comment #46154669
In rust, there are two kinds of references, exclusive (&mut) and shared(&). Rustc guarantees you that if you provide an exclusive reference, no other thread will have that. If your…
-
comment
Comment #46138771
That creates more trading opportunities tbh and eventually the market will calibrate. Similar has happened to trump and his tarrifs plus all those truth/xitter messages.
-
comment
Comment #46078660
whatsapp has e2e encrypted messages and searching works fine. Realtime collaboration — assuming you use CRDTs — can be achieved with e2e encryption as well, with backend acting lik…
-
comment
Comment #46058696
I am a big fan of Dr Rohin Francis, and this landed on my youtube's front-page recently https://www.youtube.com/watch?v=FPsKTfFQFqc
-
comment
Comment #46053777
I see. I follow the same approach; with my interns I try to force them to define logical boundaries and think / design their software as libraries / components that compose togethe…