Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
shannongreen
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
14 ms
·
1.
▲
by
shannongreen
2y ago
And I thought "install from curl" was bad. Now we run from curl, every time? alias qub="source <(curl -sSL https://raw.githubusercontent.com/jamonholmgren/qub/main/src/cli.sh)"
2.
▲
by
shannongreen
3y ago
I've always been fascinated by the dissonance between what some people insist they need from an off the shelf system (bulletproof with a dedicated security team because Security is Hard, rock solid reliability because I depend on it 24
3.
▲
by
shannongreen
4y ago
> That's funny, a guy made this same offer to me at a conference once oh wait, you're that guy
4.
▲
by
shannongreen
4y ago
I'd politely suggest that if your hearing is bad enough to be noticeable, then it is definitely enough to look into getting hearing aids. Hearing aids for those with only mild hearing loss can be very discreet. There is evidence to sug
5.
▲
by
shannongreen
4y ago
> Covid could've been solved in 1 month if everyone would just stay home for 1 month. No, it couldn't. And even if it could've, that would be impossible. Believe it or not, places outside the US did do a 'real lockdow
6.
▲
by
shannongreen
4y ago
It's not your fault you didn't know this, but it does say something about the breadth of education we receive
7.
▲
by
shannongreen
4y ago
I don't understand... why don't you just not connect it to your network?
8.
▲
by
shannongreen
5y ago
It really depends how you measure productivity. Does it make the team close their JIRA tickets faster and pump out more lines of code? Probably. But I wouldn't be surprised if it also resulted in more defects, worse designs, more tech
9.
▲
by
shannongreen
5y ago
It is the SWAR method. Another comment explains it well, it basically treats each bit position as a 2-bit adder.
10.
▲
by
shannongreen
5y ago
How is it more flexible exactly? I hate this idiom every time I come across it. I like to look at the header file to see the interface and important documentation, and this just obscures it. Depending on your compiler it can make debugging
11.
▲
by
shannongreen
5y ago
As someone who has to write C for their day job, I am a little bit offended by the introduction of this article, but I guess that's the point. The code presented is trash and doesn't follow best practices - using the type system,
12.
▲
by
shannongreen
5y ago
FWIW, I would hate working with someone like this. You don't have to be super active, socially, but treating the other people (and they _are_ people) on your team as just drones is a) not conducive to good collaboration and b) pretty d
13.
▲
by
shannongreen
5y ago
> The normal experience with C++ done well is no need for debugging You cannot possibly be saying this with a straight face :)
14.
▲
by
shannongreen
6y ago
> It is possible to define a struct type in C with bit-fields for the individual elements, however the C standard does not guarantee the layout and order of the individual fields. As a professional embedded developer who uses bitfields t
15.
▲
by
shannongreen
6y ago
Whenever you're called on to make up your mind, and you're hampered by not having any, the best way to solve the dilemma, you'll find, is simply by spinning a penny. No - not so that chance shall decide the affai
16.
▲
by
shannongreen
6y ago
I learnt Dvorak 6 years ago and now type exclusively in Dvorak on QWERTY keyboards (currently a Microsoft Ergonomic). I have never used a keyboard with a Dvorak printed key layout. I think my Dvorak typing speed is still slightly slower tha
17.
▲
by
shannongreen
6y ago
You must have stopped reading at that point because the comment went on to talk about using the location to select a regional dialect only. Your browser's language is set to English. Do you serve UK, US, Australian or Canadian Englis
18.
▲
by
shannongreen
6y ago
> hz hopefully mAh
19.
▲
by
shannongreen
7y ago
> Most hearing aids don't deliver sound directly to the damaged ear canal, but also utilise other sound delivery mechanisms. Like induction. I don't think this is correct. All hearing aids do work this way, and I also don'
20.
▲
by
shannongreen
8y ago
Those were just a list of obstacles, but there was no honest analysis to speak of despite the boast that he can 'do math'; e.g., the nonsense claims about transmission losses and that solar only makes economic sense in the 'i
21.
▲
by
shannongreen
8y ago
They want to block tools that offer functionality similar to their paid offerings.
22.
▲
by
shannongreen
8y ago
In my experience speed is rarely the problem for embedded systems - usually it's more about code size. And tooling.
23.
▲
by
shannongreen
8y ago
Always scared about fermenting things like this. How do I know it has the right culture in it and I won't die?
24.
▲
by
shannongreen
8y ago
I would still call it tricky. I consider myself pretty capable but after a month of unsuccessfully tracking down DKIM/SPF/DMARC failures for some recipients I just gave up and switched to Fastmail.
25.
▲
by
shannongreen
9y ago
> We should question old habits/traditions especially when the environment has changed. I strongly agree. I'm always surprised how much resistance to this idea I encounter, though.
26.
▲
by
shannongreen
9y ago
The nRF24L01 is not really a BLE radio, though the modulation is effectively the same. It supports only a very simple protocol that is proprietary to Nordic Semi. In this case it looks like they're abusing it to sniff BLE advertising p
27.
▲
by
shannongreen
10y ago
This is great, amazing work! I used the Falstad simulator at university when PSpice wasn't giving me nice results...