Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
dromtrund
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
7 ms
·
1.
▲
by
dromtrund
2y ago
In the case of NotebookLM, the AI generated podcasts aren't competing with existing podcasts, they're competing with other ways of consuming the source material. Would I rather listen to a real podcast? Yes. But no one's maki
2.
▲
by
dromtrund
3y ago
I've found some still have a weird tendency to defend bad UX on apple products, even if it's obviously bothering them. I've heard similar sentiments as in the article too, especially about the app store, but it's not som
3.
▲
by
dromtrund
3y ago
This is true, but this was never really a problem for the adoption. Spec delays, no firmware upgrade support, and most importantly no proper backing by phone or gateway vendors. Thread and matter seem to have fumbled their opportunity thoug
4.
▲
by
dromtrund
3y ago
Isn't named registers an advanced enough feature that it shouldn't be optimized for new users?
5.
▲
by
dromtrund
3y ago
In the US, wages, vacation, healthcare, pension plans and care for the elderly are private arrangements set up by everyone individually (technically). The Nordic model is a collective arrangement, where safety nets are provided by the gover
6.
▲
by
dromtrund
3y ago
> Contrast that to the last time I worked with Nordic in a professional manner, I had to sign NDAs to get the full documentation and toolchain That has to be at least 5 years ago, but even back then, 99% of their software was out in the
7.
▲
by
dromtrund
3y ago
> Think of yourself as the person you want to be, not the person you are. I have always done this subconsciously, and although I can attribute a lot of my personal growth to this trait, it's also the source of a lot of self-loathing
8.
▲
by
dromtrund
3y ago
Odd not to see Zephyr mentioned at all, it's got way more activity than most (all?) of the projects listed, and many of the sponsors are actively involved.
9.
▲
by
dromtrund
3y ago
Yes, actually. I have to charge for 30-40 minutes every 5 hours or so. That fits well with my meal schedule, and most charging stations are at or close to restaurants or shops. Charging at these stations is almost as expensive as gasoline t
10.
▲
by
dromtrund
3y ago
A VW Golf starts at 35800€, and a VW ID.3 starts at 32800€, taxes included. Overall, electric cars are a bit cheaper than their counterparts, but not a lot. However, today, petrol is 2.15€/l and electricity is 0.013€/kWh. That
11.
▲
by
dromtrund
3y ago
It's not obvious if you come from emacs, but the keyboard centric navigation is very different from traditional IDEs, that usually come with a wide array of buttons with weird icons at the top. A few other aspects: - dark mode by defau
12.
▲
by
dromtrund
3y ago
> studies will point that radiation are not harmful until they are. Smartphones might genuinely be a thing future generations will look at asking "what were you thinking?", but this argument is completely moot, as it could be u
13.
▲
by
dromtrund
3y ago
This is true, but the connection request only comes on one channel. The sniffer can be set up to follow an advertiser though, which makes it jump to the next channel in the sequence as soon as the time window for sending a connection reque
14.
▲
by
dromtrund
3y ago
I wrote some of the firmware for this sniffer. As others mention, Bluetooth Low Energy works on multiple channels, with connections jumping from channel to channel in a predefined pattern. Bluetooth stacks are implemented to act as one of t
15.
▲
by
dromtrund
3y ago
3) isn't really practical without some storage mechanism though. Sure, you can make a change that sits in ram until the next power cycle, but you could do that with firmware too if you plan for it. Whether you store the raw data in exe
16.
▲
by
dromtrund
3y ago
Truly one of the greatest albums ever made IMO.
17.
▲
by
dromtrund
3y ago
+1, this approach will also highlight cases where you're trying to generalize something that isn't as generic as you thought. I'd argue that the need for downcasting in a method working on the inner context would also be a co
18.
▲
by
dromtrund
4y ago
I have published some extensions with about 300k users in total. So far, I've only had two people ask me to publish on open-vsx. I did make one attempt, but something broke in the signup procedure, and it took 3 weeks for someone from
19.
▲
by
dromtrund
4y ago
I'm someone else, but I did the same thing 5 years ago. For me, the most productive environment for writing and reading code is an editor with rich language support. Text editing ergonomics and startup time are completely trivial aspec
20.
▲
by
dromtrund
4y ago
I also joined in 2010-ish, and although the big subreddits have been declining forever, some of the niche ones have improved massively because of the increased number of users. To me, reddit is two parallel user experiences - interesting di
21.
▲
by
dromtrund
5y ago
> drive-by take-down by someone with none of the context. If this is an issue in your workday, you should bring it up with management or the individual rejecter. If someone has the authority to kill PRs, they should also be required to p
22.
▲
by
dromtrund
5y ago
I assume they read the code that tries to parse the data, and come up with formats that don't fit. If the code is open, they don't need accounts to see it
23.
▲
by
dromtrund
6y ago
It'll only evaluate the pointer once. It's possible to make this a function though, that might be preferable
24.
▲
by
dromtrund
6y ago
Yes. This example is supposedly a common starting point for this type of application: https://infocenter.nordicsemi.com/topic/sdk_nrf5_v16.0.0/ble...
25.
▲
by
dromtrund
7y ago
Whenever Starbucks try to break into a new city, they'll lower their prices, allowing their stores to take a loss for the first few years, just to starve out the competition. Smaller shops don't have the economical buffer to fight
26.
▲
by
dromtrund
10y ago
Spotify clogs the write queue on my workstation (w/ssd), giving me 2 second freezes every 5mins or so. I don't know if it's this bug, but the disk write numbers and database file match, and the only remedy is exiting Spotify.
27.
▲
by
dromtrund
10y ago
My grandmother had it too. In my aunt's words, after she passed: "It's like losing my mother twice - first the person dies, then the body"
28.
▲
by
dromtrund
11y ago
I read it as a separate diff 200 lines later. But I guess pull requests could easily have that big diffs in a public repo