Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
AlexanderDhoore
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
6 ms
·
1.
▲
Deploy RF-DETR Model on Rockchip NPU: Split Backbone on NPU, Detector on CPU
(github.com)
2 points
by
AlexanderDhoore
7mo ago
|
0 comments
2.
▲
by
AlexanderDhoore
1y ago
Can someone with more knowledge give me a software overview of what AMD is offering? Which SDKs do they offer that can do neural network inference and/or training? I'm just asking because I looked into this a while ago and felt a
3.
▲
by
AlexanderDhoore
1y ago
I love teaching Scratch to kids. Some years ago, I used to do "CoderDojo", which is like a hobby club where kids can learn programming. Some kids go to soccer, others to art academy — and these kids learn programming. Super cool t
4.
▲
by
AlexanderDhoore
1y ago
Am I the only one who sort of fears the day when Python loses the GIL? I don't think Python developers know what they’re asking for. I don't really trust complex multithreaded code in any language. Python, with its dynamic nature,
5.
▲
by
AlexanderDhoore
2y ago
Leuven. It's a Dutch speaking town. The university is KU Leuven. https://en.wikipedia.org/wiki/KU_Leuven
6.
▲
by
AlexanderDhoore
2y ago
Being a European, I’d love to try this. Many businesses operate completely local. I think there is a market for a Europe-only cloud provider. How do I try this? Do they have a free tier?
7.
▲
Ask HN: Edge AI Hardware List
(pastebin.com)
1 points
by
AlexanderDhoore
2y ago
|
0 comments
8.
▲
by
AlexanderDhoore
2y ago
Is it normal in the US for software developers to work 60-70 hour weeks? I understand this is the case in hip startup culture, but what about normal, boring companies? I work as an embedded software developer in Belgium, and here 40 hours i
9.
▲
by
AlexanderDhoore
3y ago
This is kind of wishful thinking. I'm not saying you're wrong, but there's no real way to prove you're right. Sometimes open source wins, but not every time. The whole machine learning field is still too young to have a
10.
▲
by
AlexanderDhoore
3y ago
To make the game more fun, think about letting the scenarios mess with each other. Right now, they kinda just happen on their own. But imagine if one user's scenario could throw a curveball into the next person's situation. Like,
11.
▲
by
AlexanderDhoore
3y ago
"That guy" has a pretty good idea when it comes to NLP https://arxiv.org/abs/1801.06146
12.
▲
by
AlexanderDhoore
3y ago
I don't intend this as criticism at all, but it's quite amusing how routine iOS updates and new iPhone releases have become. I recall being in high school when the first iPhone was introduced, and the sheer novelty of smartphones
13.
▲
by
AlexanderDhoore
3y ago
In Belgium, every citizen has access to a "digital vault" provided by the government, which is accessible using their ID card. Individuals can upload up to 1GB of documents into this vault. It's a well-designed system that en
14.
▲
by
AlexanderDhoore
3y ago
Feature creep is a real problem with language design nowadays.
15.
▲
by
AlexanderDhoore
3y ago
Are we assuming that the current models aren't already engaging in this practice? In a world where ads dominate the internet and revenue flows from commercial interests, it's reasonable to assume that these models might already be
16.
▲
by
AlexanderDhoore
3y ago
In Rust each crate can be compiled with a different edition. If we had this in C++ you could compile one file/module with C++11 and another with C++20. The compiler defaults could change for new code, but be kept the same for old code.
17.
▲
by
AlexanderDhoore
3y ago
The code is full of one character variable names. Why do people do this? Even if I was programming on my own one-man project, I wouldn't do this. Why force yourself to keep all that context in your head? Do you still know what everythi
18.
▲
by
AlexanderDhoore
3y ago
The kind of questions I would ask someone with experience in construction. "If I want to remove plaster from walls, which tools should I use? What should I do with the debris afterwards?" "Which kinds of cavity wall insulatio
19.
▲
by
AlexanderDhoore
3y ago
It speaks Dutch just as well as English. I've been talking to it for weeks about the house I am renovating. I double check what it tell me, but it's very useful to get a first general answer.
20.
▲
by
AlexanderDhoore
4y ago
It's literally in the wikipedia page about scrip. "On May 21, 2019, The Washington Post published an article highlighting Amazon's new system of "gamification", which rewards employees who complete high numbers of o
21.
▲
by
AlexanderDhoore
4y ago
- climate crisis worsens
22.
▲
by
AlexanderDhoore
4y ago
I'd do it in C, but that's just me. If this is a one-person project you can hold you code to a high standard. Clean standard C11 with all warnings turned on (-Wall Wextra Wpendantic Wconversion). Write unit tests. Run them with va
23.
▲
by
AlexanderDhoore
4y ago
There isn't much overlap with the blue cone. See picture at https://en.wikipedia.org/wiki/Cone_cell
24.
▲
by
AlexanderDhoore
4y ago
This is why I love working in embedded. Our clients would never complain about these kinds of reasonable restrictions. There are tons of limits like this in our machines, which nobody notices but make my life much easier. I guess things are
25.
▲
by
AlexanderDhoore
4y ago
ML language != functional programming. There is more out there than Haskell. The article doesn't even mention OCaml, the second most popular ML-derived language on Github. Makes me suspect the article is not very well researched.
26.
▲
by
AlexanderDhoore
4y ago
Seeing is believing.
27.
▲
by
AlexanderDhoore
4y ago
It's funny that you chose -Wall as an example because it is the exact opposite of what you are trying to say. -Wall is effectively frozen and new warnings are never added to it, in the name of backward compatibility.
28.
▲
by
AlexanderDhoore
4y ago
C has nothing to do with this. You'll have the same problems reading from Java.
29.
▲
by
AlexanderDhoore
4y ago
I used to teach C++ courses as a consultant. This kind of thing was part of the gospel I was trying to spread. Educate my follow software developers on the merits of good C++ memory management. It all felt so powerful and cool. But after so
30.
▲
by
AlexanderDhoore
4y ago
That is exactly what I did. I placed a ruler of 40cm on a closet at eye level. I did the thumb trick and found the exact distance I had to stand so my thumb jumped from left to right of the 40cm ruler. Then I measure the distance I was stan
More ›