Viewing profile — davtbaum
davtbaum
HN member- Joined
- Tue, May 15, 2012, 5:06 PM UTC
- HN karma
- 97
- Public activity
- 27 items
- HN profile
- View on Hacker News ↗
About davtbaum
No profile information was provided.
Recent public activity
-
comment
Comment #46226070
yeah, I agree. It feels pretty rough to me. On older feature phones, you could accelerate this with a right arrow key which would lock to the key for key duplicates like 'cc' in su…
-
comment
Comment #46226054
Just tried it out, how do you accelerate disambiguating a double key 'nn' in 'dinner' vs alternate? This doesn't feel very usable compared to the existing keyboard to me
-
comment
Comment #40566162
Love this - congrats Dave on the launch
-
comment
Comment #40019929
> Between 2018 and 2022, 57 of the sensors in the Berkeley Environmental Air Quality and CO2 Network (BEACO2N) recorded a small but steady decrease in CO2 emissions Convenient date…
-
comment
Comment #35192851
Perhaps I’m an outlier here, but doesn’t this feel a bit exaggerated? I’m not sure why the author (or, for that matter HN in general) feels so strongly about this. In the end, ever…
-
comment
Comment #31145132
if you're into this I highly recommend checking out Bob Grieb's work[1]. He has reversed MCUs on many vintage synths and has a website dedicated to his explorations. Really impress…
-
comment
Comment #30794760
Disagree hard - every major label I follow is embracing TikTok and encouraging their artists to leverage the platform for growth. Also, labels have so much infrastructure for marke…
-
comment
Comment #28464776
on a) I came to the same realization years ago. The fact that its a hard decision inherently means that either solution can be the right solution
-
comment
Comment #27138405
I think this piece is really about identity, and what happens when you establish and associate so deeply with an identity that when something challenges it (e.g. the passing of a j…
-
comment
Comment #25595029
The DX7 can lay claim to being one of the most important advances in the history of modern popular music. Perhaps not since Leo Fender attached a pick-up to a six-string in 1949 St…
-
comment
Comment #24442870
Yeah, this is spot on. The plethora of great VSTs out there makes it hard as an artist to choose a tool. You can easily get stuck in ‘preset surfing’ mode where you quickly realize…
-
comment
Comment #20375453
Most were looking for exactly one type with one set of experiences. Anything outside of that and you are filtered out. In my experience this rings true for senior roles and less so…
- comment
-
comment
Comment #10527280
But it wasn't the fragmented Android that caused this bug... The article acknowledges that the root cause was an existing bug in Package Manager.
-
comment
Comment #10042060
One instruction is not being executed against multiple registers, it's that the same 128bit register range can used as q, d, or s registers depending on the which instructions you'…
-
comment
Comment #9708355
> ...Except, of course, the the compiler can and will optimize away any such memset. It's dependent on the function attributes of memset (e.g. __attribute__((pure))) - it won't alw…
-
comment
Comment #9451569
Even though the bytecode is being executed on a VM, the VM itself has been ported to the architecture, which has a native endianness. Byte order in the dex that matches the host OS…
-
comment
Comment #8867452
Check out chapter 10 of the Definitive Guide to ARM [1]. It's not a guide, but the best resource I found in regards to OS support on the platform. 1. http://books.google.com/books?…
-
comment
Comment #8520850
No, I think the point is that your mind interprets the universe as spinning when you stop twirling. This is just an interpretation, as is the flow of time.
-
comment
Comment #8213726
I'm not sure i agree, I can't imagine it taking more than a solid day of work prototyping this in OpenCV.
-
comment
Comment #8169370
Another great hardware platform, the Jetson TK1. Much more capable than the Pi (I can't speak on the BeagleBone), and even though it's new it has great software support (OpenGL, Op…
-
comment
Comment #8010493
It wasn't (initially) clear to me that the cylindrical hole must enter and exit the sphere. With that knowledge the solution seems pretty intuitive.
-
comment
Comment #7323489
I'm honestly surprised it's taken this long for the auto industry to adopt mobile platforms as part of the in-car experience. This is a great move though, hopefully it will force o…
-
comment
Comment #6614051
This is ridiculous. How exactly does Snapchat plan on profiting from their user base if they have yet to have proven a revenue model? Sure, advertisements seem like the end game, b…
-
comment
Comment #4370855
Who ever said optimization and readability were mutually exclusive? If the engineer who develops this (provably optimized) codebase can't read the code, he/she should be replaced w…