Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
falkaer
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
5 ms
·
1.
▲
Florida boy arrested over ChatGPT joke
(economictimes.indiatimes.com)
12 points
by
falkaer
11mo ago
|
1 comments
2.
▲
The Tanenbaum-Torvalds Debate
(oreilly.com)
7 points
by
falkaer
3y ago
|
1 comments
3.
▲
by
falkaer
3y ago
Those new language constructs are exactly what's enabling the performance gains, by giving reliable information to the compiler. Projects like numba have clearly demonstrated the limitations of trying to compile pure Python.
4.
▲
by
falkaer
3y ago
It's only closed-source for now, with plans to open-source the language when it's more finalized - similar to LLVM early on. Not sure if it says so explicitly on their website somewhere, but Chris Lattner has stated that several t
5.
▲
Nougat: Neural Optical Understanding for Academic Documents
(facebookresearch.github.io)
54 points
by
falkaer
3y ago
|
27 comments
6.
▲
Ghostfolio: Open-source wealth management software
(ghostfol.io)
456 points
by
falkaer
3y ago
|
150 comments
7.
▲
by
falkaer
4y ago
I use the dwindle layout which is similar to bspwm in automatic splitting mode. One advantage is you can drag and drop windows into other nodes, which will be split appropriately, it's surprisingly neat when you have a lot of stuff ope
8.
▲
Hyprland: A dynamic tiling Wayland compositor
(hyprland.org)
144 points
by
falkaer
4y ago
|
82 comments
9.
▲
by
falkaer
4y ago
I'm curious, why not use LLVM?
10.
▲
by
falkaer
5y ago
The M1 (laptops) do emulate x86, and the M1 (chip) has a few x86 specific instructions to improve emulation performance
11.
▲
by
falkaer
6y ago
I used this blog post as the basis for a small library to control my own closely related LB130 lightbulbs from the command line a while ago[0], works like a charm. [0]: https://github.com/falkaer/tplink-lb130-api
12.
▲
by
falkaer
6y ago
With PyCharm I've managed to hide every single part of the UI besides the editor itself (I only had to get one plugin for the last bit, main menu toggler) and just use keybinds to show parts as I need them, so it's definitely a pr
13.
▲
The State of Julia 2020
(youtube.com)
4 points
by
falkaer
6y ago
|
0 comments
14.
▲
by
falkaer
6y ago
You are given money (5.435 dkk monthly after tax) for attending university in Denmark and pay no tuition. This is in stark contrast to most other countries.
15.
▲
by
falkaer
6y ago
How unfair indeed of them to release the model as open source with an accompanying freely available paper explaining all the details of it
16.
▲
by
falkaer
7y ago
If the solution program is sufficiently complex (as one would imagine it to be in non-trivial cases where we use AI, e.g. computer vision, speech synthesis, etc.), what makes you think the solution program is going to be more lightweight th
17.
▲
by
falkaer
7y ago
Python defines += as the __iadd__ method which is sometimes mutating, i.e. if the object being assigned to is mutable or not.
18.
▲
by
falkaer
7y ago
By far the most interesting part of this release is the new multi-threading features, I recommend reading https://julialang.org/blog/2019/07/multithreading for an overview, and watching https://www
19.
▲
by
falkaer
7y ago
They're frameworks which implement high performance tools commonly used in ml problems like tensor operations, automatic differentiation, various gradient descent optimisers, and also neural network building blocks