Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
felipetrz
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
6 ms
·
1.
▲
by
felipetrz
3y ago
Looks like you accidentally
2.
▲
by
felipetrz
3y ago
As an AMD user, I have to say that it's nowhere near nvidia for ML. Basically ALL ML tooling is written with CUDA as a target, and while ROCm promises some level of compatibility, it's a buggy mess that crashes with most models ou
3.
▲
by
felipetrz
3y ago
And why would anyone care about what a CEO says?
4.
▲
by
felipetrz
3y ago
Only chromium support, though. Pass.
5.
▲
by
felipetrz
3y ago
Like politics. And like politics, it's a bunch of made up shit, that when believed by an entire society, will determine how, and whether, you can or cannot live in it. Humans are defined by making shit up and then believing it.
6.
▲
by
felipetrz
3y ago
> and is faster. After a very long warmup time, which may make one-shot applications much slower.
7.
▲
by
felipetrz
3y ago
Ironic that the last slide asks me to subscribe to a newsletter with my Google account.
8.
▲
by
felipetrz
3y ago
JIT is a compilation model for interpreted languages, which translates bytecode into machine code in runtime to obtain better performance. The opposite of JIT is AOT (Ahead of Time). JIT languages go through two compilation steps: one to by
9.
▲
by
felipetrz
3y ago
I was actually surprised when I found out they made a web framework in "the RPG Maker XP language".
10.
▲
by
felipetrz
3y ago
There is always one obvious way to do things in Python, but it happens that what's obvious varies from person to person.
11.
▲
by
felipetrz
3y ago
You started using Javascript after they fixed it with ES6. When I started working with Python, I had just left a NodeJS project in ES5 callback + prototype hell and didn't want to get anywhere near Javascript until they added proper s
12.
▲
by
felipetrz
3y ago
The main antipattern involved in this post is Go. Rob Pike's messed up ideology made people think abstraction is bad.
13.
▲
by
felipetrz
3y ago
NAND gates allow people who can't build transistors from self-mined ores to build CPUs.
14.
▲
by
felipetrz
3y ago
You can test them very easily by using database containers.
15.
▲
by
felipetrz
3y ago
"without using ORMs" ... Proceeds to create an ad-hoc ORM.
16.
▲
by
felipetrz
3y ago
Machines will never be zero cost. And AGI is probably unachievable anyways.
17.
▲
by
felipetrz
3y ago
The whole point of explicit unsafe rust is making this type of thing have to be written on purpose. You can't accidentally write unsafe code. And in case you accidentally write unsound code in your explicit unsafe code, you know exactl
18.
▲
by
felipetrz
3y ago
For this use case it would be better to put the data in a shared SQLite database than relying on multiprocessing CoW. Even accessing objects from the shared memory would cause the reference counter to increment and the data would be copied,
19.
▲
by
felipetrz
3y ago
The article is basically saying that a non-gnu Linux distribution, like Alpine, is less linux than ChromeOS, just because it uses GNU. And while being pedantic about this, they still called Linux a Unix (which it's not) while ignoring
20.
▲
by
felipetrz
3y ago
That while including Linux in the list, which is not a Unix.
21.
▲
by
felipetrz
3y ago
You'd at least have to switch between your terminal and a browser window, which already hits macos' horrible focus bugs when window switching.
22.
▲
by
felipetrz
3y ago
MacOS is still stuck in the 90s skeuomorphic design bs, and prevents users from changing any aspect of the UI to achieve a minimum of comfort and productivity. The UI is buggy, pop-up windows steal focus all the time, window management is p