Viewing profile — phoehne
phoehne
HN member- Joined
- Fri, Sep 04, 2020, 3:09 PM UTC
- HN karma
- 518
- Public activity
- 160 items
- HN profile
- View on Hacker News ↗
About phoehne
No profile information was provided.
Recent public activity
-
comment
Comment #47890413
I spent about two hours last night trying to get a consistent and accurate answer out of Claude regarding a set of graphics APIs. I then went the old fashioned way to find most of …
-
comment
Comment #47890305
I agree, the risk at the CTO/CIO level is it's four years later, the startup went under, and you have this software integrated into your environment. If you're lucky, someone else …
-
comment
Comment #46640027
I think you're right and it's possible to have something that exists with no other purpose than to cause harm. And it's not moral to make that thing. I also don't think it's fruitf…
-
comment
Comment #46639463
Okay, that's where you draw the line. But someone provides power to their data center and their offices. Someone provides hand-held devices. Someone provides network connectivity. …
-
comment
Comment #46639129
My point was, if you do invent something like Zyklon B, you need to consider its uses. While the gas itself is just a molecule, devoid of morality, not everyone who employs it will…
-
comment
Comment #46638432
Yes. It's not, and I agree. There's no bright line that says you're morally culpable or you are not morally culpable for what you do. But all of us should think about our roles in …
-
comment
Comment #46638062
In another comment, I referenced Eichmann. A train is not a good thing or a bad thing. A rail car is not a good thing or a bad thing. Having an app that aggregates multiple differe…
-
comment
Comment #46637537
"I was only in charge of transport" was not an excuse.
-
comment
Comment #46231444
But they won't shut down not scam ads. That was worth 16 billion to them in 2024.
-
comment
Comment #46008139
Not in the short while since they've purchased Arduino, but I could see them restricting the licensing for commercial use, while keeping it freely usable for education. Like STM.
-
comment
Comment #46008017
15 years ago I think Arduino was the best choice for educational purposes. I still think it's a great choice now. The fact the IDE and board are basically the same as they were 15 …
-
comment
Comment #46007855
From an embedded developer's perspective, Arduino is awful. That hero-loop programming is not what anyone should ever do. And experienced developers can get better results from som…
-
comment
Comment #46007758
The cool thing about an Arduino is you can just buy the boards and use them in a commercial product. This isn't something you can do with other boards. Some people have said the li…
-
comment
Comment #46007690
It won't be just one big move that kills the community. Eventually, I could see it as locked down as the STM32 ecosystem. Nor do I see them continuing to sell the same parts for ov…
-
comment
Comment #45511097
No s*t, really?
-
comment
Comment #45511054
Yes, but has anyone asked the fatberg how it feels about all this?
-
story
What modern programming feels like
You’re Doing it Wrong Didn’t you realize it? You can’t use what you’re using like that. You’re setting yourself up for all sorts of problems. That’s fine if you’re just getting sta…
-
comment
Comment #45508042
Now they're hiding the chemtrails. It's even worse!
-
comment
Comment #45507937
When I bought a 3-D printer years ago, I had an important insight. I was either buying a printer as a project, or I was buying a printer to help with other projects. Both are reaso…
-
comment
Comment #45507642
Yeah - I'm doing the rust thing now. And yes, I am doing it wrong.
-
comment
Comment #45507418
The one thing I don't miss about Rails is constantly feeling like I'm doing it wrong. I had a 'discussion' at RailsConf when I was told I should stop using C Ruby and switch to JRu…
-
comment
Comment #45507128
Be a little careful on those. It depends on what you're doing. Some of them are not suited to be used with the high data rates for I2C, or I2C only at 100khz. I found out the hard …
-
comment
Comment #45506206
I'm using the RP2040s with FreeRTOS for a hobby project. I think the Pico probe is a much better debugging story than buying a Blackmagic (or if you got the dough, a Segger), to de…
-
comment
Comment #45505114
To me the benefits of an MCU have to do with latency on things like interrupts. A real OS sometimes gets in the way, if you're trying to run things on very tight timing, or want to…
-
comment
Comment #45503912
That's not my reading of https://support.arduino.cc/hc/en-us/articles/4415094490770-L... . The LGPL is usually a requirement to publish your modifications to the LGPL licensed code…